[00:00] cjwatson: well, at least we now have a mountall+plymouth publishing that *work* together, so users won't wind up with breakage after a normal dist-upgrade [00:00] hello everyone :) [00:00] slangasek: ah yes, ok [00:00] so I'm less worried about timing of the Breaks: arriving [00:00] I'll leave the publisher alone then [00:01] my current manual run is going to clip the next scheduled run, regardless :) [00:01] i was wondering if anyone knows who is best to talk to about getting a patch into the python launchpad integration source? [00:02] File a bug and attach the patch. [00:05] ScottK: I've done that about a week ago already :) just seeing if there was a way I could get it looked at any sooner :) [00:05] If you can make it into a debdiff ready for upload then you can subscribe ubuntu-main-sponsors. [00:05] Keybuk: I wonder - shouldn't the mountall failure due to missing libs have triggered mountall-shell.conf? [00:07] ScottK: I'll look into that :). Thanks heaps :) [00:07] slangasek: no, because mountall never ran [00:07] I assume it was an exec() failure rather than an exit code? [00:07] hmm, does that get reported as an exec() failure? [00:08] yes [00:08] ok [00:08] upstart holds a close-on-exec fd open to its children [00:08] if it closes, then the exec succeeded [00:08] * slangasek nods [00:08] if it gets data, then the exec failed and the data is the errno [00:09] so it can distinguish between child failure and the actual processes own exit codes [00:10] right, all part of upstart's "No Child Left Behind" policy [00:14] Keybuk: slangasek: what if someone did? how can they fix that? [00:14] re: mountall/libplymouth2 [00:15] robbiew: https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/538292/comments/3 [00:15] Launchpad bug 538292 in plymouth "Latest plymouth update makes lucid stop at startup" [Critical,Fix committed] [00:15] slangasek: well, more as part of Upstart's "I look after my children, and looking after my children includes killing them myself" policy [00:15] Keybuk: I prefer my allusions to the Bush Administration's education policies [00:16] slangasek: ack [00:16] slangasek: I don't know anything about that [00:16] but I'm good at mass-murder [00:16] * cjwatson finds the blkid hang [00:17] afk for a few [00:30] heh. doesn't seem like I need to report the mountall can't find libplybootclient.so.2 then? ;-) [00:31] hahaha [00:32] slangasek: note that the fix you listed in the bug report is only good for i386 users right now [00:34] oh well. was a nice exercise :-) [00:34] long time since I had to break into my initramfs ;-) [00:37] nixternal: it's good for amd64, too. [00:38] * directhex is scared to shut down & go to sleep [00:40] directhex: Nah, updates are on the archive. [00:40] which version is doom? [00:40] "the" archive != mirror.ox [00:41] directhex: the one in the topic [00:41] oh, topic. fancy [00:41] directhex: That mirror going to become a push mirror in future I believe. ;) [00:42] 0.8.0~-12 is safe? [00:42] yes [00:42] and 0.8.0~-14 is safe [00:43] i can sleep then. woo! [00:47] * Nafallo upgrades mountall and reverts his copied lib :-) [00:48] * sistpoty wishes he could upgrade to a new bios containing a sane mac after some flashrom accident :P [00:50] crimsun: no amd64 here yet for mountall 2.8 [00:51] nixternal: Which mirror? [00:51] figures, as soon as I say that amd64 is there :) [01:04] Keybuk: do you have knowledge about default readahead values for devices? is 256 right? [01:04] no [01:04] 128 KB [01:05] 256 * 512 == 128KB, so yes [01:05] I have seen raw performance graphs that imply 4096 is the right block readahead, but that seems like a lot [01:06] probably depends wildly on the disk [01:06] * kees nods [01:08] mathiaz: who does server install testing? I'm curious about 525425 -- would be nice to get it fixed for this beta. [01:08] bug 525425 [01:08] Launchpad bug 525425 in grub2 "lucid server/alternate, software raid 1 will not install correctly; unbootable after failed grub install" [High,Confirmed] https://launchpad.net/bugs/525425 [01:09] mathiaz: and I know kirkland has a lot on his plate at the moment, so I'm trying to find someone with cycles. :) [01:10] * mathiaz tries to remember last time he had free cycles.... [01:10] heh [01:11] kees: well - I don't really know what I can do on this one [01:11] kees: yes it's a bug [01:11] kees: I'm not sure *I* will have time to look into it [01:12] * kees nods [01:12] yeah. I just wanted to make sure it stays on the radar. It seems like a high priority issue -- the server ISO is uninstallable for a majority of users (who installs a server without raid?) [01:13] kees: cloud instances? vms? [01:13] I've put it on my list for Monday [01:13] kees: but yes - I agree [01:13] cjwatson: ah! okay [01:13] kees: RAID is an important use case [01:14] kees, hey question on maintaining project packaging using bzr if you're around [01:14] unless somebody else can do it faster, but given it's Monday and nobody else really knows grub2? [01:14] bryceh: I may be the wrong person, but go ahead. :) [01:14] kees, I've got an upstream project foo, and I want to maintain its debian packaging stuff in bzr [01:14] s/Monday/Friday/ argh [01:15] so like have trunk be an import of foo, and branch that to add debian/ and such atop [01:15] * kees nods [01:15] should I register foo as a project in launchpad, and then upload its code to that project's bzr? [01:15] bryceh: that's how apparmor's bzr branches are done [01:15] or is there a better way to do it that doesn't require creating a project? [01:15] bryceh: if you upload, james_w's importer will make a lp:ubuntu/foo branch for it [01:15] then just push --overwrite your own branch over the top [01:15] then use that [01:16] bryceh: what Keybuk said or create a project, those are the only two I've ever done. [01:16] creating a project: it depends how much of an independent existence you want the upstream to have [01:16] bryceh: is your project already packaged in ubuntu? [01:16] kees: job-1 installed servers without raid... they used the second hard drive to do rsync backups in cron.daily... [01:16] mathiaz, no I'm doing the packaging for it from scratch [01:16] logically, upstream => project, even though it isn't always worth bothering [01:17] mathiaz, it's an existing upstream project by a university, hosted in a random git repo somewhere [01:17] cjwatson, ok [01:17] is the git repo public? [01:18] if so, I have a nice recipe that I'm in the process of refining for bzr git-import + bzr-builddeb [01:18] or you can use launchpad's automatic git imports [01:18] slangasek: ^^ I was about to ask about that [01:18] slangasek, I don't think it is accessible publically; I think they have an application to get one from fdo though [01:19] (git-import -> launchpad project; otherwise, you can import *just* the master branch and go the lp:ubuntu/$pkg route) [01:19] cjwatson: does launchpad do full-repo imports? [01:19] just master, I think [01:19] right [01:19] ok, I'll make a lp project and shove it in there [01:19] though, well, I think you can do multiple imports if they're different series [01:19] e.g. grub [01:22] bryceh: http://www.advogato.org/person/robertc/diary/130.html for lifeless's howto for initial Debianization w/ builddeb [01:24] slangasek, sweet thanks [01:24] bryceh: N.B.: when he says 'bzr revert', he actually means "rm -rf debian" :) [01:25] slangasek, that makes more sense, I was about to ?? [01:25] any conventions for naming of the packaging branch? 'packaging'? 'debian'? 'ubuntu'? [01:25] slangasek: what a wonderful command [01:26] bryceh: well, when you push it to LP, it'll be called "lucid" [01:26] ok, wfm [01:27] presto, it lives: https://code.edge.launchpad.net/multitouchd [01:29] here we go, testing update-manager's upgrading of plymouth+mountall [01:31] success, good [01:35] jesus, I got my SSD today and had lvm migrate the root over to it, then I rebooted... 5 seconds to initial X startup, which then crashes and has to be restarted, hehe... guess it's too fast.. must be a race condition somewhere... [01:35] psusi: what version of plymouth? [01:37] what IS this plymouth thing everyone is talking about? looks like... ohh, boot graphic eh? version 0.8.0~-13 [01:37] next question with maintaining packaging in bzr... I would like to just apply changes directly, and not use quilt and debian/patches/* stuff. Am I insane for wanting to do it this way? Should I stick with quilt? [01:37] nvidia card? [01:37] ati [01:37] bryceh: I do it that way [01:37] 4850 hd [01:37] psusi: do you see a graphical logo or "Ubuntu 10.04" ? [01:38] no... tty7 looks like it switches modes, but just sits there with a blinking text cursor in the top left and a mouse cursor in the middle of the screen [01:38] bryceh: not insane; I would recommend a separate topic branch for each logical upstream change, + an integration branch, though I don't know any recipes for this yet [01:38] psusi: at boot time, which do you see: a graphical logo, or "Ubuntu 10.04"? [01:38] logs show gnome session is up at 5 seconds into the boot, then crashes, and gets respawned on tty8 [01:38] bryceh: (bzr looms might also be relevant here) [01:38] slangasek, ok [01:39] slangasek, neither [01:39] slangasek, probably overkill for this project but noted. [01:39] bryceh: overkill> that just makes this a good project to practice it on :) [01:39] true :-) [01:39] psusi: interesting [01:40] log says the X server gets a SIGQUIT [01:40] and it dumps a stack trace [01:40] psusi: gdm, kdm, or xdm? [01:40] psusi: err, you're *sure* you have -13 there/ [01:40] after it has initalized everything by the looks of it [01:40] gdm [01:41] ohh, no... it's ~12 [01:41] ah, heh [01:41] thanks [01:41] because what nearly happened there was that I nearly gave up entirely [01:41] broke down [01:41] yeah, upgrade to -14 :) [01:41] and got carried away by men in white coats [01:41] lol, so I guess I'll try updating and see what happens [01:42] screaming "BUT I CHANGED ALMOST EVER LINE OF CODE IN THE TRANSITION!!!! HOW CAN IT STILL DO THAT?" [01:42] or maybe I just disable it... don't really need a boot progress screen when you're able to login after 5 seconds ;) [01:42] "disable it" - not supported, not an option [01:42] psusi: you need plymouth to deal with the cases where the boot doesn't progress [01:42] ohh? [01:42] otherwise the first time you have filesystem issues, you'll be up fuck alley without any lube [01:42] how so? [01:43] plymouth isn't "splash screen pretty"; it's "boot-time I/O arbitration" [01:43] "hai psusi, bit of problem with your filesystem, want me to try fixing it?" [01:43] type questions [01:43] I don't need that ;) [01:43] * ScottK considers the BOFH archives. [01:43] Keybuk: apparently he's not a fan of lube [01:44] psusi: I will remember you saying this when you're in here weeping that you lost your root filesystem [01:44] and I will laugh [01:44] like this [01:44] BWAHAHAHAHA [01:44] ;-) [01:44] when I got a problem with my filesystem, I don't want anything trying to automagically jigger with it... I'll boot to single user mode or just the initramfs and diagnose and repair from there ;) [01:45] I've had to do that plenty of times over the years because of my dmraid... when I first got this computer and tried Ubuntu I spend 3 weeks trying to get it to recognize the raid and install and boot up, hehe... had to hex edit partition tables and such a few times [01:46] that was what? breezy? [01:46] * ScottK is really reminded of the BOFH archives. [01:46] hehe... "I need more disk space, I only have 10 megs quota, and it's used up" [01:46] "there you go, you now have 10 megs free" [01:46] "oh wow, 10 megs used, 10 megs free, 20 meg quote... nice!" [01:47] "no, you just have 10 megs free". [01:47] "let me help you with your bandwidth next..." [01:47] hehehe [01:48] now I still need to figure out why grub is still using the config file on the old hd even though I reinstalled it on the ssd and set the bios to boot from it... [01:48] * ScottK was thinking more about the ones where the end user claimed to know better, but whatever. [01:56] wow... bootchart stops at 15 seconds now... 7 seconds of that looks like it was the time it took me to type my password and log in... heh. [01:56] so... what else does plymouth do other than pretty boot candy? [01:59] ohh, it DOES have a man page [02:09] heh, the manpage is probably all wrong [02:11] I must say, migrating the root filesystem of the running system over to the new disk on the fly was pretty cool... though the Logical Volume Manager gui locked up during the process... now if only I could have hot plugged the drive.... hrm... [02:11] I'm still surprised that lvm worked on top of dmraid these days [02:14] yea, the man page just describes plymouth-set-default [02:16] Keybuk: while you're around, can you fix the FAQ for "Will Upstart replace D-Bus?"; you say "The mechanism for doing this is to send a nonsense message to the service, so D-Bus starts the service (in theory to handle your message).", but actually you can just call StartServiceByName if you want to start a service by side effect [02:17] Keybuk: also, is there a way in upstart right now to do something on inotify watches? [02:18] Keybuk: we also tossed around the idea of having it handle ACPI events like shutdown, rather than having acpid [02:19] there isn't a way right _now_, but there will be [02:19] that's for the inotify question? [02:19] for both [02:19] ah, great [02:20] it came out that X used to listen for ACPI events, but no longer does [02:21] are there many interesting ones left? [02:22] i don't think so but haven't checked [02:24] the probable pattern is you'd have something connect to the socket, and make upstart events for them [02:24] where we have acpi-support now [02:25] I thought I heard we got rid of hald? [02:25] for most things [02:27] there are a handful of ACPI events still not handled as input-events - ac adapter, battery, power button, I think [02:32] hrm... I'm getting unreleased mem pools running update-grub... looks like os-prober [02:35] probably because you haven't got plymouth [02:36] I do [02:40] ohh, THAT logo... ;) [02:45] which ? [02:54] * Keybuk makes a psusi logo out of the font [02:57] ohh, the ubuntu logo from plymouth [02:58] right [03:00] wow... I got lm-sensors fancontrol to stop the fans because the cpu is cool, and told hdparm to spin down the hard drives... that's some peace and quiet... though I still can't get grub to load the .cfg from the ssd automatically ( it still goes to the hd and I have to tell it to switch ) === sconklin is now known as sconklin-away [05:57] hello :-) how can i upload a file from my pc to my server? [05:58] yannick: I strongly suspect that you would do better to ask that question in #ubuntu [06:16] persia: heh :) [06:17] asking any question devel related or not at this time of day on a fri/sat won't get much response [06:18] Well, most days. I happened to be sick this morning, so cancelled my other plans and am around. [06:18] I suspect that for most classes of interesting developer question, statistically someone would be around at this hour most weeks. [06:19] ah [06:19] But lots of questions on this channel remain unanswered anyway, as there are few people who know the answers. [06:19] i figured at Sat 6:20 UTC people would either be asleep or out at a bar [06:19] except for eastern europe and asia of course [06:20] You forget this side of the world, where one has to be farily dedicated to head to a bar at this hour. [06:20] not a lot of those people in this channel though afaik :) [06:20] Yeah, well. I suspect there's some correspondance between the common assumption that there aren't any and that there aren't any. [06:21] persia: 3pm is a great time to go to a bar :) [06:21] Plus, you forget antipodeans (although I suspect it's a good time for the pub there anyway) [06:21] If you're dedicated, sure :) [06:21] * persia goes back to trying to saturate the links to the DC [06:22] i thought antipodean's were classified as being part of asia [06:24] Different crustal plate. [06:24] ah ok [06:26] i think i got confused by thinking autralasia was just more specific for asia, heh :) [06:26] its actually appears to be the area southeast of asia [06:26] s/its/it/ [06:30] I think it's sad that we label these people because of their opposition to iPods [06:31] We all keep a box of crushed iPods with us at all times to show our true alignment. [06:32] heh :) [11:40] lucas: hm, I read it as "ruby is GPL or ruby license" and readline is "GPL", so that seemed fine; ruby's copyright file does not restrict the version of the GPL [11:40] ah, I see that was extensively discussed [11:42] "GPL" is unfortunately losing independent semantic value with increasing use of "GPLv2" and "GPLv3" [11:42] cjwatson: yeah, seems to be (yay license stupidity); I only looked at debian/copyright, sorry === sabdfl1 is now known as sabdfl [13:10] hi all [13:48] pitti: I fixed debian/copyright in pkg-ruby's svn ;) [14:51] lucas: thanks [14:52] pitti: is it safe to upgrade to latest udisks (does not happen automatically here) and remove devkit-disks? [14:52] sebner: the udisks upgrade doesn't work because of a libparted problem; yes, it's safe to updated [14:53] great :) === sconklin-away is now known as sconklin === yofel_ is now known as yofel === kitalis is now known as kitallis [18:24] Keybuk: so... how exactly did we go from 18.43s to 10.43s? [18:25] kees: that's certainly black evil magic! [18:25] yeaaaa. [18:28] kees: see -release from this morning; something to do with a bug causing the switch to vt7 to happen, and compiz is insanely faster at doing its drawing offscreen [18:28] er. NOT to happen [18:29] "off screen"? oh, you mean since it's drawing X on vt1 while we're looking at vt7? [18:29] * kees goes to read [18:30] hmm, is -release not logged? [18:30] other way round, drawing X on vt7 while we're looking at vt1, I think [18:30] this is second-hand though [18:31] this cements my opinion that compiz is to blame for everything. ;) [18:53] crimsun: It's not. I have pretty complete logs though if you need someting. [18:53] ting/thing [18:53] ScottK: was just interested in the discussion above to which colin referred [18:56] crimsun: http://paste.debian.net/63969/ is I think it. [18:59] yup, that's what I meant. [19:02] ScottK: thanks [19:17] hi there. has anyone read about possibly steam coming to linux? [20:36] Anyone else getting "unable to connect to crash database" with ubuntu-bug ? It's been broken for a couple days for me now. [20:38] bug 538097 [20:38] Launchpad bug 538097 in launchpad "Apport cannot connect to crash database" [Undecided,Confirmed] https://launchpad.net/bugs/538097 [21:37] I'd like to contribute to the bug-triaging effort. Are there any low-hanging-fruit, like following up on old and inactive reports to see if they can be closed? [21:38] jarlath: The BugSquad might be able to help you out, try #ubuntu-bugs. [21:39] ah yes. Thanks jpds