[00:00] slangasek: http://pastebin.ubuntu.com/352031/ [00:01] kirkland: line 7 is invalid [00:01] you can't have random shell syntax outside of a 'script' block :) [00:02] slangasek: if i put that in pre-start, will the result of that shell script sourcing (variables/values) be available to the exec? [00:02] nope [00:02] slangasek: bing [00:02] (not AFAIK) - so you'd have to duplicate the line [00:03] OTOH, I don't think your pre-start script depends on the contents of that file :) [00:03] so what you want is: [00:03] script [00:03] [ -f /etc/default/libvirt-bin ] && . /etc/default/libvirt-bin || true [00:03] exec /usr/sbin/libvirtd $libvirtd_opts [00:04] end script [00:04] slangasek: bingo! [00:04] slangasek: works like a champ [00:05] slangasek: thanks, as usual ;-) [00:05] slangasek: one last question [00:06] slangasek: i'm trying to figure out the correct "start on" req's [00:07] ok [00:07] slangasek: the init script says: http://pastebin.ubuntu.com/352034/ [00:07] slangasek: i'd like to learn the translation between those two pieces [00:07] I think 'start on runlevel [2345]' is simplest [00:08] and 'stop on runlevel [!2345]' [00:08] slangasek: so i don't need to account for required-start $network $local_fs ? [00:08] (c.f atd, dmesg, apport...) [00:08] no, those are guaranteed to be up before the runlevel is declared [00:09] slangasek: is the stop on explicitly required? [00:10] slangasek: and why the "45"? we haven't been putting those in our other upstart jobs [00:10] slangasek: usually we've been doing start on [23] [00:10] the 'stop on' prevents the job from continuing to respawn after killall5 has been called on shutdown [00:10] slangasek: hmm, okay [00:10] "why the 45" - because that's always been the default, and maps precisely to your existing 'Default-Start' line [00:10] slangasek: again, the eucalyptus ones lack that currently; would it be nice to add them? [00:11] I don't know why anyone would be creating jobs that only start in runlevels 2 and 3; yes, eucalyptus ought to have that added [00:11] slangasek: okay, i'll fix [00:11] strange, /etc/init/tty[23456].conf are 'start on runlevel [23]' [00:11] slangasek: yeah, i'm grepping the others right now [00:12] * kirkland mulls an "alias" for 2345 ... [00:21] does anything need to be done to promote libtdb-dev to main? [00:21] (i.e., currently causing pulseaudio to FTBFS) [00:23] crimsun: I thought tdb was in main? [00:26] libtdb-dev is a new binary package that has landed in universe. [00:29] If it belongs to a source package in main, then its just a matter for an archive admin to promote the binary afaik. [00:30] it needs someone to process http://people.canonical.com/~ubuntu-archive/component-mismatches.txt === kirkland` is now known as kirkland [01:56] slangasek: would it be possible to permanently reschedule the server ISO builds for about 4 hours from now? [01:57] slangasek: thats just about the perfect time to pick up western US changes [01:57] slangasek: and build them in time for our earliest Euro team members [01:57] cjwatson: I suspect you might be able to answer that too ^ [01:58] I don't see any reason we could'nt [01:58] couldn't === cjwatson_ is now known as cjwatson [02:00] fine by me [03:05] Sigh, Bug #501559 is still kicking my butt. [03:05] Launchpad bug 501559 in libgksu "libgksu fails to start many programs, fails with: assert g_str_has_prefix str != NULL" [High,Confirmed] https://launchpad.net/bugs/501559 [03:06] There's so many differences between the older behaviour with forkpty, and the newer behavior. === vorian_ is now known as stalcup === stalcup is now known as v [04:09] /c/c === asac_ is now known as asac [05:06] are we still no-go on source v3.0 uploads? [05:09] I thought we were go for 3.0 as of a couple of days before Christmas? [07:19] Good morning [07:20] pitti: Good morning [07:21] pitti: I could use a server CD respin, the one that spinned two hours ago unfortunately didn't catch eucalyptus 1.6.2~bzr1120-0ubuntu3 [07:21] kirkland: I guess we need a larger safety margin between upload and respin at the end of your day [07:21] ttx: triggered [07:21] pitti: thx === cdE|Woozy_ is now known as cdE|Woozy [07:51] cody-somerville: btw, yesterday I changed hal to get dbus activated instead of launched by upstart; if hal doesn't work with Xubuntu any more, I'm to blame (please ping me) [07:59] good morning [08:03] pitti: beh, the new respin still hasn't caught the latest. Investigating [08:04] pitti: is there a lag between publication and cd-builder archive sync ? [08:04] shouldn't be much [08:04] if it's on archive.u.c., antimony should see it, too [08:04] 1.6.2~bzr1120-0ubuntu3 has been published an hour ago. [08:04] * ttx checks up archive [08:04] (antimony uses ftpmaster.internal) [08:05] archive has it since 0704 UTC [08:05] you triggered at 0721 [08:05] weird [08:06] ttx: what's that package? [08:06] pitti: eucalyptus -- http://archive.ubuntu.com/ubuntu/pool/main/e/eucalyptus/ [08:06] I need 1.6.2~bzr1120-0ubuntu3 for testing [08:09] ttx: hm, indeed cdimage@antimony:/srv/cdimage.ubuntu.com/ftp/pool/main/e/eucalyptus only has ubuntu2 [08:10] 2010-01-06 07:13 Packages.gz [08:11] (it's 08:10 on antimony) [08:11] ttx: I'll watch this, and when the next sync happens in 2 mins, I'll verify euca again and retrigger [08:11] pitti, it certainly broke launching ubiquity in an xfce env (lack of hal), but i think http://pastebin.com/f473910b2 will handle this [08:11] pitti: hm, the lag makes asking for a CD respin a little guesswork :) [08:11] pitti: cool, thanks [08:12] superm1: oh, it doesn't get dbus launched for you? [08:12] pitti, not when hal-lock is ran [08:12] superm1: ah, I see; for some reason "lshal" doesn't trigger it either [08:13] lshal and hal-device (and I suppose hal-lock) has an extra check if it's running [08:13] pitti: scripting the famous "trigger on antimony-publication slangasek magic" could help here. Somethign like "trigger-cd-on-publication server eucalyptus_1.6.2~bzr1120-0ubuntu3" would make your life easier :) [08:14] pitti, well up to you whether you want to patch that behavior out, or if just a pgrep for hald is sufficient (i mean hal-lock shouldn't need to be ran if hal isn't running in the first place!) [08:15] superm1: not sure; if you are okay with the pgrep, that works for me [08:16] pitti, yeah i think that's the easiest solution for now, will commit it to ubiquity bzr then [08:16] something else weird is going on with that gtk+ upload from yesterday though [08:17] ubiquity uses setattr to make widgets callable at the top level, and that appears to have broken for some reason [08:20] hi. when is the calm hours of Launchpad build farm for PPAs? I dont want to wait an hour! [08:27] ttx: hm, I don't know what's going on; it didn't update at all now [08:28] pitti: hm [08:36] didrocks, StevenK: https://blueprints.edge.launchpad.net/ubuntu/+spec/desktop-lucid-une has one remaining work item "Rename ubuntu-netbook-remix{,-default-settings}" which is marked "in progress"; who is working on this? do you need any help with NEW, etc.? [08:38] pitti: Right, so the only thing remaining is removal of u-n-r-d-s, which I'm still thinking about. [08:38] StevenK: oh, I don't see a replacement u-n-d-s? [08:39] or is that entirely obsolete now with didier's gdm changes to support an extra gconf tree? [08:39] ubuntu-netbook-default-settings | 0.7.0 | lucid | source, all [08:39] pitti: ^ ? [08:39] *cough* [08:39] Haha :-) [08:40] StevenK: note that I said "I don't see", not "it's not there" :) [08:40] pitti: Yes, so I brought it closer so you could see it. [08:40] Winning on purely semantic terms only gets half-credit [08:40] Awwww [08:40] * StevenK goes to cook dinner [08:40] sweet, thanks [08:40] StevenK: enjoy! [08:41] StevenK: Why not drop u-n-r-d-s, and have u-n-d-s provide a dummy for transition? Shouldn't that improve the experience of karmic upgraders? [08:52] persia: that already happens [08:54] I had 2 system freezes with lucid in the last 2 weeks :( [08:55] pitti: Erm, does it? My lucid apt-cache doesn't show a dummy u-n-r-d-s from the u-n-d-s source, just a Replace/Conflict against u-n-r-d-s by u-n-d-s. I also still see in lucid a u-n-r package depending on u-n-r-d-s, and a separate u-n package dependsing on u-n-d-s. [08:56] persia: right, u-n-d-s should build a transition package [08:56] That was the suggestion :) [08:56] right, misunderstood you; sorry [08:56] Might make sense for netbook-meta to do so as well. [08:56] same with u-n-r vs. u-n [08:56] Right [09:30] superm1, hey [09:30] superm1, could you open this gtk bug upstream too? [09:30] hi seb128 [09:30] seb128, i think we have to adjust our code actually [09:30] it looks like a fundamental change upstream [09:30] I'm just reading it [09:30] it should be a one line fix for ubiquity it looks like [09:30] but if you read the bug referenced in the commit they say some software are using buggy assumptions [09:31] which bug is that? [09:31] right, what I was starting to think too [09:31] dholbach, bug #503710 [09:31] is it the reason why gtg crashes on startup? :) [09:31] Launchpad bug 503710 in mythbuntu-control-centre "updated gtk+2.0 package has problems referring to the name of widgets loaded from a builder UI file" [Undecided,Fix released] https://launchpad.net/bugs/503710 [09:31] dholbach, dunno, gtg could be buggy [09:31] I don't use it === charlie__ is now known as porthose [09:32] I guess it's something different: [09:32] ** [09:32] Gtk:ERROR:/build/buildd/gtk+2.0-2.19.2/gtk/gtkrbtree.c:1098:_gtk_rbtree_find_offset: assertion failed: (tree) [09:32] Aborted [09:32] seems a different issue from the assertion [09:32] ok ok [09:34] seb128, http://pastebin.com/f206651ca appears to fix it for ubiquity from what i just tested [09:34] superm1, good [09:34] thanks for looking into that one [09:35] so i'll do a ubiquity upload with thatso that live disks can be working again [09:46] seb128: the bug I had is bug 503576 (bug 503630 seems to be a dup) [09:46] Launchpad bug 503576 in seahorse "Seahorse fails to start with error Gtk:ERROR:/build/buildd/gtk+2.0-2.19.2/gtk/gtkrbtree.c:1098:_gtk_rbtree_find_offset: assertion failed: (tree) ) = 113 in Lucid" [Undecided,New] https://launchpad.net/bugs/503576 [09:46] Launchpad bug 503630 in synaptic "synaptic will not load" [Undecided,New] https://launchpad.net/bugs/503630 [09:47] ok [09:48] I don't know if it's a red herring, but in the case of gtg the last file to be opened is one of the DMZ cursors too (like in the seahorse bug I mentioned) [09:50] dunno [09:50] I will look at that in a bit I'm busy with a cairo fix right now [09:50] sure sure, no worries [10:15] jdstrand, kees: is apparmor_parser using cpu for ages on evince install in lucid a known issue? [10:16] we get some users ctrl-C-ing the install because they think it's stucked [10:22] james_w: why does bzr-builddeb -S require the build dependencies of a package? Can I override this with -d ? [10:24] tseliot: yes, but it's spelt "-- -d" currently [10:26] james_w: aah, ok, it makes sense. I'm about to make my 1st upload as a core-dev and I'm following the instructions from the DistributedDevelopment wiki page. Excellent work BTW. [10:27] thanks, let me know if there are any problems [10:28] sure [10:29] and feel free to improve the documentation if you find any areas that are lacking [10:30] could somebody process the new libssl0.9.8-udeb in NEW? it should end up in main [10:31] it's for a bug that the server guys wanted fixed [10:31] apw: I'm currently working on reorganizing the work items tracker and DB, so that I don't need a million cron jobs and to parse each spec three times (it'll get more hairy once we get to alpha-3) [10:32] apw: right now, your wiki-status.py directly parses the original data again [10:32] apw: would you mind taking a look at http://paste.ubuntu.com/352238/ and check if this structure has everything you need? [10:33] apw: then wiki-status.py could get the data from the db, and we'd have a clear separation of data collection and report generation (I plan to split the thing into "collect", "html-report", "wiki-report", and "burndown-chart" [10:33] cjwatson: looking [10:33] pitti, can i tell what is current with that form? or would you assume i am dropping the db each time for my use case [10:34] apw: yes, the HTML report generator already does that [10:34] cirtainly have no objection to the underlying desire [10:34] apw: SELECT max(date) FROM work_items [10:35] apw: and then SELECT ... WHERE date == (result from above) [10:35] ok, fair enough. one assumes in the furture this thing will come inhouse, and start generating all the wiki pages for us [10:35] apw: the idea is to reduce the millions of DBs that I have (foundations-lucid-a2-workitems.db, global-lucid-workitems.db, etc.) [10:36] apw: into one "lucid.db" which knows about teams and milestones, and everything else that we need [10:36] my server would then regenerate this every hour (which is then doable; parsing the stuff ten times for all teams is too much for hourly processing) [10:36] and since the .db is publicly available, you can then also run scripts locally on it [10:37] apw: in fact, this data collection doesn't need all the pychart stuff, etc., so this could run on rookery [10:37] apw: (another reason why I want to split the programs) [10:37] then everyone could configure the collection on rookery [10:37] and I'd just need to run the burndown chart generation on my server [10:38] pitti, yep all sounds reasonable. one thing to consider (and i think this is a global wrongness) is that rather than assuming that a group owns just the specs which are in its team [10:38] dholbach, gtk fix uploaded, I verfied it fixes gtg and seahorse [10:38] is that actually a team owns all the work for its members, i fake that by adding items from other teams specs which are assigned to 'my' team people [10:39] but it would be nice to be able to do that in generally [10:39] apw: in http://paste.ubuntu.com/352238/ the concept is that a spec is owned by a team, but a work item is owned by a person (or a team), which is not necessarily the same team as the spec [10:39] apw: ah, that's a good point [10:39] yeah i think the data allows it, and if we want to do that generally it should be easy in all reports if we have a team to people mapping [10:40] apw: it's next to impossible right now with split DBs; but if it's all in one DB, this is much easier indeed [10:40] apw: but in fact I think you are right [10:40] but i think the format as it is does not preclude the change as a step 2 [10:40] apw: instead of having a "team" entry in the spec_info table, I think we should rather have a "teams" table which maps people to a team [10:41] then a report for the "desktop" team would collect all work items which are assigned to all people which are part of that team [10:41] instead of filtering the blueprints by team first and then by assignee (which is what we currently do) [10:42] there are two mental views, work for desktop, and work being done by desktop, i think our reports are the later indeed [10:42] (should be) [10:42] yeah i believe so [10:43] apw: well, I think I'll keep the "team" entry in spec_info, even if we don't want to use it; if we ever want to create such a report "by us, for us", it can come in handy [10:46] apw: so, does wiki-report.py collect any extra information which isn't represented in those two tables? [10:47] pitti, thinking [10:48] pitti, the only generic thing i have to invent over the data there, is a milestone ordering [10:49] pitti, oh we do use the description of the spec as a fallback for the status, but i guess you'd call that status in both cases [10:49] apw: yeah, I think that should be a matter of data collection [10:49] i. e. if there's no status we could just fill in the description as value for "status" [10:50] yeah, thats what i do, put 'Description: ' on the ftont and ram it in the same hole [10:51] so no i can't see anything on my page which isn't in there [10:52] seb128: you are a hero! [10:52] apw: http://paste.ubuntu.com/352248/ [10:52] apw: that provides milestone ordering, too [10:52] * seb128 hugs dholbach [10:53] * dholbach hugs seb128 back [10:53] pitti, should priority have a sortable numeric value, its main use it converted to a number for sorting as far as i can see [10:53] apw: (with the obvious omission in the work_items table fixed) [10:54] apw: hm, we get it as a string value only, and map it to a color [10:55] +def priority_value(name): [10:55] + if name == "Essential": [10:55] + return 99 [10:55] def priority_value(name): [10:55] ah [10:55] can this db do a function? then that would be fine represented as a function in the schema [10:57] apw: sqlite doesn't have a CREATE FUNCTION unfortunately [10:57] so priority -> value and priority->color mapping would need to be done in the report generator code [10:59] we can live with that [10:59] pitti, before you get hacking on it there are a couple of improveents sitting in my branch [10:59] they all look pretty self contained [11:01] mostly the stuff to fix the escaping to be correct [11:01] $ bzr merge lp:~apw/launchpad-work-items-tracker/wiki-status [11:01] yeah [11:01] "Nothing to do." [11:02] how long does LP take to update a branch once its pushed [11:02] on the webui, two or three minutes [11:02] but no delay at all if I use bzr+ssh:// to pull [11:03] pitti, i think i am being dumb, looks to be in ther [11:05] pitti, so let me know if there is anything i need to do in this conversion [11:07] apw: once I get the "collect" script rewritten, it's by and large to change wiki-status.py to use the DB instead of parsing the data again [11:07] however, that doesn't need to happen in lockstep [11:08] yeah [11:09] apw: I probably need to break the API slightly, though, due to the DB reorg [11:09] apw: but I'll develop it in a branch and only merge it once everything works again [11:17] james_w: it doesn't seem to be my lucky day: http://pastebin.ubuntu.com/352256/ [11:17] :-/ [11:18] tjaalton: "The topic for #launchpad is: LP DB security updates, possible intermittent outages 11:00-11:30 UTC" [11:18] sorry, tseliot ^ [11:18] pitti: oh, are you trying to say that launchpad doesn't hate me today :-P ? [11:19] tseliot: erg [11:19] tseliot: well, it hates everyone equally rather [11:19] ah [11:19] :-D [11:19] might warrant a launchpad bug anyway [11:19] pitti, seems reasonable, i can work against the other branch once its there [11:20] might be nice to say "LP is out for lunch, please come back later" [11:20] * tseliot nods === MacSlow is now known as MacSlow|lunch [11:56] I want to lock a file from a python process, I would like the lock to be exclusive and only exist as long as the process does, which type of lock has those semantics? [12:04] james_w: fcntl.flock(fd, fcntl.LOCK_EX), I think. [12:04] yeah, just found buried in the manpage the statement that they survive as long as the process, thanks === MacSlow|lunch is now known as MacSlow [12:30] pitti: the daily server CD wasn't produced at 1030 UTC as usual... what's the status ? Was antimony archive synced ? [12:31] 2010-01-06 10:18 Packages.gz [12:31] it's 12:31 on antimony [12:31] it seems to lag badly today for some reason [12:31] I think 10:18 should be alright... let me doublecheck [12:32] anyway, it does have ubuntu3 now [12:32] (just checked Packages.gz) [12:32] * pitti respins [12:32] ETA 10 mins [12:32] pitti: cool, thx [12:33] jiboumans,ttx: for RT#36737, can't you just boot the netboot installer with anna/choose_modules=eucalyptus-udeb? that should have much the same effect as the CD boot option [12:39] cjwatson: hmm, yes, that could take care of the "installed from UEC installer" feature testing... as we would test the ISO release deliverables as part of regular ISO testing anyway [12:39] cjwatson: iiuc that could also be used instead of triggering CD respins just to test new eucalyptus uploads ? [12:40] ttx: sure [12:41] interesting. /me tests [12:53] Nautilus, and the whole system/desktop/CPU gets eaten/stuck/froze when you browse a WebDAV directory. You should really do something. [12:58] Another serious thing: You cannot copy to a WebDAV directory. Copying... hangs forever. [12:58] WebDAV does not work at all. [12:59] with Nautilus [12:59] blame gvfs-backends [12:59] (the package) [12:59] and file a bug [12:59] that too [12:59] preferably upstream, or both [13:03] excuse me, I won't [13:04] I have already filed a bug or two about WebDAV and I got ignored [13:04] so I don't think it has much point [13:04] It is a bug in your Distro [13:04] I want to help, so I report a problem [13:05] if you want to make your distro usable, fix the bug [13:05] eh no, it's an upstream bug [13:05] Um, it's a bug in *both* places. [13:05] they don't care about webdav enough [13:05] (or it's not a bug) [13:05] amikrop: erm yes, you report a problem by filing a bug. is that really so hard? [13:05] persia: well, true [13:08] amikrop: bug reports are fixed by people who have interest in the problem. you're more likely to find people interested in fixing webdav support in the upstream (because even if ubuntu people fix it, the fix is going back upstream as well) [13:09] hyperair: how do I report an upstream bug? [13:09] because the whole system hangs and nothing works about webdav [13:09] amikrop: you have to identify the upstream bug tracker, and then file a bug there. [13:09] and I am forced to mount it via command line [13:09] mount.davfs [13:09] and not Connect server... [13:09] since as tjaalton mentioned, the problem lies in gvfs-backend, the bug tracker would be bugzilla.gnome.org [13:10] after that, if you can't fix the bug yourself, your only option is to be patient. [13:12] I want to say, it is not a favor made to the users [13:12] it is a favor made by the users [13:12] to report problems [13:13] it's both [13:13] I will report it there [13:58] seb128: gtk fix fixes it [13:59] dholbach, great [13:59] seb128: the reason for the breakage was very amusing :) [13:59] dholbach, ;-) [13:59] "ups" [13:59] yeah :) [14:18] seb128: re apparmor_parser> basically, yes. jjohansen is working on it and can give you the most up to date info [14:18] jdstrand, thanks [14:18] jjohansen, hey, is there any bug about apparmor_parser being sloooow? [14:18] we got users stopping the evince install because they think it's stucked [14:19] it seems to be apparmor eating cpu [14:19] yeah it can be, its in the dfa generation [14:19] I am working on some optimizations [14:20] do you have a bug about that or want one? [14:20] or you are working on it anyway and the bug is of no use? [14:20] seb128: no bug open yet, feel free to open one [14:20] I might just reassing the next evince bug we get about installation stucked ;-) [14:21] seb128: well it overlaps with a work item, but they are different [14:23] hey zul, do you mind if i merge rabbitmq-server from debian today? would you be available to review/upload the merge proposal? [14:23] statik: sure just ping me [14:23] awesome thanks [14:30] does anyone have a sample package that builds/installs upstarts scripts using a DEB_PYTHON_SYSTEM=pycentral stylely rules file? [14:31] kirkland: apport does [14:31] (the two have nothing in common, though) [14:31] python stuff is handled by dh_pycentral, while upstart scripts are handled by dh_installinit [14:32] pitti: cheers === robbiew_ is now known as robbiew [14:32] pitti: okay, so i just need a dh_installinit line then in the build? [14:32] by and large, yes [14:32] there are some caveats, like you need to specify --upstart-only if there is _also_ a debian/foo.init [14:33] (which is likely when a package is also in Debian and we don't want to remove the init script to reduce delta) [14:35] pitti: got it, thanks! [15:08] How does Ubuntu build install CDs? I'm looking for the process used by Ubuntu devs to build official CDs. [15:08] As a first step, I've found and learned how to use germinate which I beleive is part of the process to determine the packages needed [15:10] Re: http://forum.soft32.com/linux/Ubuntu-CD-Image-Build-System-ftopict502887.html [15:10] pitti: I can try to deal with fontconfig, yes [15:10] http://ubuntuforums.org/showthread.php?p=8563488 [15:10] etc... [15:11] Searches turn up little to nothing :-( [15:12] tweakt: 'bzr get lp:ubuntu-cdimage' and also check out the submodules in configs/devel [15:12] tweakt: then start with etc/crontab and follow references from there [15:13] tweakt: for live CDs, the livecd-rootfs package is also involved [15:15] thanks a bunch! [15:16] excuse my ignorance, the 'lp:' prefix is an automatic shortut for ubuntu servers, right? [15:16] mvo: Hey, still no love on Bug #501559. I dug into the code, and the non-forkpty way of doing things doesn't appear to handle stderr handling at all, and sabayon generates a lot of stderr output. [15:16] Launchpad bug 501559 in libgksu "libgksu fails to start many programs, fails with: assert g_str_has_prefix str != NULL" [High,Confirmed] https://launchpad.net/bugs/501559 [15:16] launchpad... n/m [15:17] tweakt: it's implemented by bzr's launchpad plugin [15:17] see https://code.launchpad.net/ubuntu-cdimage for the equivalent in a web browser [15:18] the fix certainly works, and the BEST way to fix it would be to hack proper stderr handling into gksu for non forkpty [15:18] ahh, so it's debian-cd with ubuntu specific configs, excellent! [15:18] however, that's going to be some fairly major code work. [15:19] So, the $50 question of the day is: should we make some major changes to the code, but NOT have to have an extra --enable in rules, or do the --enable [15:20] I'm not sure from a policy perspective what cordev's want. [15:21] sbalneav: hm, the non-forkpty way is/was default in the past, I wonder why this is now becoming a problem? or is there something else that changed? [15:21] sbalneav: ie. does this work on karmic? [15:22] yeah, works fine on karmic [15:22] mvo: did your patch implement the same thing as the patch we used to have in karmic ? [15:22] sbalneav: oh, in this case please reopen the bug (or open a new one) with a example, I have a look then. what we have should behave the same as in karmic [15:23] sbalneav: sorry for that [15:23] mvo: that's the laughable part. I've spent 6 months beating sabayon into a useable state as a managment tool, going sofar as to become gnome upsteam on the project, and now at the last minute, I'm stalled by gksu :) [15:24] mvo: Not your fault, but when I looked at the code from the -12 version and the new -13 verson, my first (admittedly quick) impression was that forkpty's WERE being done by default. But I could be wrong. :( [15:27] sbalneav: I put a bit of background into http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=535544 - I may misrember, its was ~6 month ago that I worked on this particular bit [15:27] Debian bug 535544 in libgksu "libgksu 2.0.12 & tty_tickets does not match" [Normal,Fixed] [15:28] thanks, I'll look into that. [15:28] upstart question: any reason why this job (http://pastebin.ubuntu.com/352361/) would get stopped when ssh is stopped (right) but not get restarted when ssh is respawned (wrong) ? [15:29] i.e. I end up with a system where ssh and avahi-daemon are started, but this job isn't [15:29] mvo: here's the question: is it more desirable to actually make the code change, as a patch, than enable the option? Is this a "syncing from debian" thing? [15:30] ah, I see. [15:30] * sbalneav read 535544 [15:31] ok, well, if you'd like, I could dig into how to fix the stderr handling tonight. [15:31] * soren hugs mvo for tracking down a fix for bug 494627 [15:31] Launchpad bug 494627 in xserver-xorg-video-nv "nv driver crashing with segmentation fault in libpthread.so.0" [High,In progress] https://launchpad.net/bugs/494627 [15:33] sbalneav: that would be nice, it should be not too hard given that it worked fine in karmic. I will try to check it out later today when i find some time and if I find something interessting I will let you know on irc [15:34] soren: cheers! which fix do you use? the xserver-xorg-video-nv patch or one against the xserver itself? [15:34] mvo: I haven't actually tried any of them yet :) [15:35] mvo: ok, will do, I'll dig into it tonight. If you beat me to it, NP. Start your engines [15:35] I'll take the nv one for a spin in a few minutes (in the middle of a meeting). [15:35] * sbalneav makes vroom vroom sounds [15:37] soren: ok :) the nv one gave me funny colors (but only after a cold reboot), I believe the second one (comment #18) is the correct one, I'm currently waiting for upstream to comment [15:38] mvo: Sounds like fun. I've installed the package, I just need to find a good time to restart X. [15:53] slangasek: any clue for my upstart question from 30 minutes ago ? [15:53] mvo: *chuckle* Um, yeah, I see what you mean about the colours being slightly off :) [15:55] mvo, any idea why does "LANG=C software-center" produces mixed translated and english strings ? === BenC2 is now known as BenC [15:56] joaopinto: no, what is your default locale [15:57] pt_PT.UTF-8, my locale does show properly by default, I just wanted to check some original strings in english [15:57] soren: I can create packages in my PPA, basicly the patch for -nv needs to be reverted and http://launchpadlibrarian.net/37478080/crash_fix.patch added to xserver-xorg-core. that works for me [15:57] joaopinto: maybe its some oddness with webkit [15:58] joaopinto, use LANGUAGE=C software-center [15:59] seb128, same result, the menu is english, other piceses of the gui are random, english or native [16:00] ConfigParser.NoSectionError: No section: 'general' [16:00] what pieces? [16:00] argh, this is not fixed yet :P ? [16:00] software center crashes on exit [16:00] mvo: Don't waste time on it for me, if you're going to do things differently for Ubuntu proper. I can build those packages myself. [16:01] seb128, menu is english, on the right side bar, the "Get Software" tree is english, the "Installed Software" is portuguese [16:02] The "Categories" word is pt_pt, the category names are en_us [16:02] ok, dunno then [16:02] could be that some strings are coming from aptdaemon [16:02] buttons text is pt [16:02] and it's running on whatever local your session is [16:02] mvo, ^ [16:02] ? [16:03] yes [16:03] ttx: because of The Upstart Bug [16:03] slangasek: the TUB ? [16:03] ttx: you would have to also restart avahi-daemon in order for upstart to see again that the second half of the condition is satisfied [16:04] slangasek: ah. uh. eh. [16:04] oh, perhaps that's not The Upstart Bug; that might just be An Upstart Oddity [16:04] seb128, is very unlikely that the "Get Free Software" translated text come from aptdaemon ;) [16:04] slangasek: my issue seems to match the TUB quite well [16:04] slangasek: i'm trying to see how I can workaround it in the less ugly way[tm] [16:05] joaopinto, using LANGUAGE=C makes this one english there... [16:05] slangasek: It will get fixed in a future version of Upstart. [16:05] slangasek: sounds like some combination of respawn might be the less ugly [16:05] ttx: I don't think there is a non-ugly way to work around that [16:05] seb128, I am refering to the button on the right panel, on the left panel it does show in english [16:05] ion: I'm aware; AFAIK that won't happen for lucid [16:06] joaopinto, ok, I don't know about this one [16:06] slangasek: is the TUB a feature or an acknowledged, lucid-targeted bug ? [16:06] joaopinto, the right panel one is translated correctly there [16:06] using LANGUAGE=C or LANGUAGE=de_DE.UTF-8 [16:07] it's in english in first case and german in the second one [16:07] slangasek, (ttx) would "(started ssh or started avahi-daemon) or (started avahi-daemon or started ssh)" work? :p === beuno is now known as beuno-lunch [16:10] seb128, it does show properly now, I am sure it didn't, there must be caching involved somehow [16:12] well, I can't reproduce it's fixed :P [16:12] good ;-) [16:15] ttx: it's neither [16:16] cwillu_at_work: it would "work", but you've turned an AND into an OR [16:18] hum, is there a manpage describing LANG vs LANGUAGE ? [16:20] slangasek: it's a bug that is not fixable in lucid ? [16:20] ttx: correct [16:21] hm. [16:21] joaopinto: locale(7) [16:23] seb128: the parser being slow for evince loading is known, but it only happens when the profile isn't already cached (i.e. new kernel). On new installs, this is supposed to be fixed in the installer (i.e. generate the cache during install instead of first-boot) [16:23] seb128: though I saw "ages" being 4 seconds, Keybuk saw it take _27_ once, which I haven't reproduced. [16:23] kees, could be, I noticed it on daily upgrade [16:23] it takes over a minute there [16:24] was a kernel upgrade involved? [16:24] I guess so [16:24] seb128: lucid or karmic? [16:24] lucid [16:25] well, >5 seconds is very odd, and I would considered a bug and regression. that said, it should be loading in parallel with everything else. [16:25] man locale mentions LANGUAGE, man setlocale only mentions LANG [16:25] kees, it's over 30 seconds for sure [16:25] the box being a mini10v [16:25] cpu sucks there [16:26] top showed that the apparmor_parser was using 100% cpu [16:26] joaopinto: that's correct [16:26] that's really odd for it to run so long. can you tar up your /etc/apparmor.d directory for me and open a bug for it? [16:26] LANGUAGE is basically a weird override for LC_MESSAGES, in practice [16:27] kees, ok, any way to trigger the same command manually to see how long it takes? [16:27] 'info gettext' has more detail [16:27] I will try again to reproduce it on my super-slow laptop. [16:27] actually I think LANGUAGE might be an override for everything, beyond LC_ALL [16:27] seb128: yeah, "sudo service apparmor reload" should be a "worst case". [16:27] but LANGUAGE has a different syntax [16:27] the point of LANGUAGE is that it can be colon-separated [16:27] from the manpage it looks to override only LC_MESSAGES [16:28] I suspect info gettext is more correct [16:28] ok, next time I will use: LANG=C LANGUAGE=C :) [16:29] LC_ALL=C LANGUAGE= is what I usually use if I want to hit things over the head [16:29] it is odd that LANG does not override LC_MESSAGES in specific cases [16:30] joaopinto: LANG is explicitly lowest-priority [16:30] kees, that command is supposed to take ages or in the a few second magnitude you mentioned before too? [16:30] seb128: so, with a lot of non-default profiles, etc, my system takes 15s on a reload. A default karmic should take maybe 5s [16:31] kees, the mini10v is stock lucid [16:31] that's the box I use for bootcharting [16:31] right. how long did it take? [16:31] still running... [16:31] !! [16:31] please send /etc/apparmor.d when it finishes... [16:31] ok [16:32] but it's stock lucid installed for an usb key [16:32] I don't touch the box out of bootcharting [16:32] for -> from rather [16:32] ahhhhh [16:32] still running... [16:32] what just ate my color pallette for half my gnome terminals in a lucid upgrade? [16:32] oh [16:33] 176 seconds [16:33] *gape* [16:33] kees, ^ [16:34] doko__: ping [16:35] kees: let me know when you've got the bug open, and I'll download the apparmor.d tarball. that's pretty insane. [16:35] 176 seconds [16:35] kees, talking to yourself? [16:35] sekunde [16:35] that has got to be some sort of record [16:35] seb128: you win! [16:35] what do I win? ;-) [16:36] seb128: a slow boot process? [16:36] seb128: yeah, I hate that kind of typo. ;) [16:36] kees, http://people.canonical.com/~seb128/apparmor.d.tar.gz [16:36] jdstrand, boot is fast, upgrade is slow [16:36] seb128: thx [16:36] ah [16:36] jdstrand, this box boot in 16 seconds [16:36] grub to desktop loaded [16:36] sweet [16:37] seb128: can you examine your dpkg log and find out what was upgraded that triggered it to throw away the cache? [16:37] kees, how can I figure that from the dpkg.log? [16:37] it only show what got upgraded [16:37] which on daily lucid is a lot [16:38] seb128: well, really I want to answer the question "what was upgraded between the time you booted quickly and the first boot of the parser being slow?" :P [16:38] it's not boot being slow [16:38] it's the upgrade [16:38] synaptic sitting on "configuring evince" for 3 minutes [16:38] Oh! [16:38] Zorry: contentless pong (just write what you want) [16:39] users do ctrl-C their upgrade thinking it's stucked [16:39] seb128: okay. that makes more sense. (not the 3 minutes, but the issue) [16:39] and we get apport bugs [16:39] did I say boot when I'm pinged? I'm sorry [16:39] it's an evince postinst issue [16:39] no, I thought you meant system upgrade, not evince upgrade. :) [16:39] I do [16:39] daily update-manager dist-upgrade [16:39] evince was in the batch [16:40] do you want a bug with the tarball still? [16:40] right. I thought it was getting stuck at boot time after an upgrade (which was an earlier complaint) [16:40] doko__: can you test this patch on binutils-2.20 http://pax.grsecurity.net/binutils-2.19-pt-pax-flags-200811041810.patch for me ld segfault [16:40] seb128: yes, please. I can't reproduce it yet, but it's clearly an issue. [16:41] doko__: http://pastebin.com/d2b0e1a77 [16:42] Zorry: well, it's not applied in the ubuntu package, isn't it? [16:43] seb128: how much memory does the mini10v have? [16:43] doko__: is not [16:43] kees, 1G [16:44] kees, i've 639M free right now [16:44] +1.6G of swap [16:44] seb128: okay, thanks. [16:45] doko__: only adding unsigned int pax_flags; make ld segfault === dendrobates is now known as dendro-afk [16:49] doko__: just working on proof-of-concept with PaX and PIE [16:50] Zorry: sorry didn't test this combination, and don't plan to. maybe ask kees aboutit? [16:51] doko__: okey np kees did't have the time [16:53] seb128: want to run an apparmor test for me on your mini10v === beuno-lunch is now known as beuno [16:53] Zorry: why do you need PaX, btw? [16:53] jjohansen, sure [16:54] kees: full support for pax kernels [16:54] cjwatson, would i be right in assuming the installer knows when to invoke compcache ? and can you point me at which of those bits do that? [16:54] seb128: as root can you do time apparmor_parser -S /etc/apparmor.d/usr.bin.evince >foo [16:54] doko_: when you get a chance can you review python-pastescript and ptyhon-pastedeploy [16:55] jjohansen, ok [16:55] seb128: then apparmor_parser -Br foo [16:55] kees, jjohansen: bug #503869 [16:55] Launchpad bug 503869 in apparmor "reload takes ages in lucid" [Undecided,New] https://launchpad.net/bugs/503869 [16:55] seb128: ah thanks [16:56] seb128: make that time apparmor_parser -Br foo [16:56] jjohansen, the first command exit immediatly with a 234 error [16:57] I've seen this on my dell mini10v too (upgrading evince took "ages") [16:57] seb128: try it again with -T -S [16:57] (I will fix -S to imply -T) [16:57] running [16:57] takes ages [16:57] apw: not really the installer, it's the live CD boot process === dendro-afk is now known as dendrobates [16:58] apw: it's hooked up in casper [16:58] i wanted to confirm how it invokes it, so apt-get source casper is my firend? [16:58] hrmm we should turn off caching when -S is used [16:58] seb128: we're trying to verify that it's a userspace issue (parsing) not a kernel issue (loading) [16:58] jjohansen: yup, already on it. [16:58] still running... [16:58] cjwatson, Keybuk is out? [16:58] apw: casper/conf.d/compcache, and /usr/share/initramfs-tools/hooks/compcache in initramfs-tools (you'll already have this installed) [16:58] smoser: don't know, sorry [16:59] cjwatson, thanks ... thats what i needed to know. it copes with both compcache and ramzswap as the module name [16:59] anyone? i'm hoping for a some info about bug 503212 . [16:59] Launchpad bug 503212 in mountall "mountall crashed with SIGSEGV in main() without initramfs" [High,New] https://launchpad.net/bugs/503212 [17:00] if its not going to be fixed by alpha2, then i need to turn on ramdisks in our ec2 images. [17:00] jjohansen, kees: done [17:00] smoser, you can be sure its has not been tested without innitramfs [17:00] I forgot to re-add the >log when fixing the syntax [17:00] but it was around 3 minutes [17:00] apw, i know it *is* tested. i tested it :) [17:01] it doesn't work [17:01] I'm running it again now [17:01] smoser, indeed so ... i'd wonder if its not yet fully converted to the new devtmpfs thingy [17:01] seb128: ok, so it's seems that -T -S takes 3 minutes, and the -Br takes very little? [17:01] -Br exit immediatly on signal 9 [17:02] "time apparmor_parser -Br foo" [17:02] is that >foo [17:02] the -S is writing out the binary profile to "foo", and -Br foo is loading it into the kernel. [17:03] ah, no you really want foo, you are loading the compiled profile generated in the -S command [17:03] oh ok sorry [17:04] one minute it's running again now [17:07] smoser: I think i see the problem. I’ll fix it. [17:08] kees, jjohansen: -T -S = 170s [17:08] kees, jjohansen: -Br = 0.06s [17:08] seb128: thanks, what are the configs on that machine of yours? [17:08] ie. ssd, hd, memory [17:09] ion, that would rock, thank you. [17:09] jjohansen, it's a mini10v with 1G of ram, it's an atom cpu, quite slow [17:09] jjohansen, ssd disk [17:10] jjohansen, io is very fast, there is plenty of ram and swap but cpu sucks [17:10] seb128: right, new the atom part just wondering the other parts of the config that can very [17:10] seb128: can you run top while doing the -S command and see what kind of memory/swap its hitting [17:11] time said that 100%cpu was used during those 170 seconds for the -T -S command [17:11] apparmor_parser is 100%cpu all the time [17:12] memory usage is low [17:12] 602meg free + 1.6gig swap, not changing there [17:13] seb128: okay thanks [17:13] not moving, whatever apparmor_parser does it eats all cpu for 170 seconds [17:13] jjohansen, you're welcome [17:14] seb128: I know what the problem is, we'll see if I can't fix it at least partially for alpha2 [17:14] ok thanks [17:14] should I comment on the bug to add details or will you do that? [17:15] if you can add the results of your testing that would be great [17:18] jjohansen, done [17:18] jjohansen, bug #503869 [17:18] Launchpad bug 503869 in apparmor "reload takes ages in lucid" [Undecided,New] https://launchpad.net/bugs/503869 [17:18] let me know if you need extra details [17:18] kees, ^ [17:18] seb128: will do, thanks [17:18] thank you [17:19] It seems bug #458299 may have reappeared. [17:19] Launchpad bug 458299 in linux "apparmor_parser: page allocation failure. order:5" [Medium,Fix released] https://launchpad.net/bugs/458299 === yofel_ is now known as yofel [17:24] hi zul, Just following up from earlier: I reviewed the rabbitmq-server merge and the ubuntu changes are already upstream, so it should be a sync instead. I filed a sync request here https://bugs.edge.launchpad.net/ubuntu/+source/rabbitmq-server/+bug/503875 [17:24] Ubuntu bug 503875 in rabbitmq-server "Sync rabbitmq-server 1.7.0-3 (main) from Debian testing (main)" [Wishlist,New] [17:25] statik: sounds good to me [17:28] asac: when FF opens in live desktop you are getting the pop up about add-ons again like in karmic [17:32] seb128: so, while jjohansen digs further, do you think if I added a "Reloading evince AppArmor profile (this can take a long time) ..." message to the postinst it would be better? [17:32] well, s/better/more understandable and people wouldn't report as many bugs/ [17:34] kees, don't bother, it's lucid and and people tend to use update-manager which doesn't display the command line by default [17:35] kees, just make it better before lucid turn stable ;-) [17:48] seb128: that's what jjohansen is up to. sounds like it's hitting what the atom is really bad at, though. :( [17:51] *sigh* atom :-/ [17:51] really hit-or-miss performance wise === andreasn__ is now known as andreasn [17:51] kees, jjohansen: as I see this problem on my netbook too, does it help when I attach a strace log (with timestamps) to the bug? [17:52] geser: in this case it won't help much, the computational part makes very few syscalls [18:01] wtf is going on with -devel ml? === deryck is now known as deryck[lunch] [18:41] -devel or -devel-discuss? [18:41] one of them, they both go to the same place for me [18:52] is there a way to configure xorg to not prompt when asking to fall back to safe mode? === deryck[lunch] is now known as deryck [19:30] I'm trying to use ubuntu-cdimage, getting an error about lockfile not found (I've made all the expected directories so far) [19:36] ahh, nevermind. not a missing lockfile, but missing the program 'lockfile [19:58] so, if I leave evince running, gnome-screensaver crashes. :) [20:05] kees - more gnome-screensaver crashes? :( [20:06] chrisccoulson: yup. 100% reproducible too [20:08] kees - have you managed to debug it at all? [20:10] chrisccoulson: just made it crash with --sync now, sending apport crash in a moment, one sec [20:10] cool, thanks. so it's another X error related crash is it? [20:15] chrisccoulson: evince & sleep 1; gnome-screensaver-command -a boom. [20:17] kees - i can't make it crash here. this is on lucid isn't it? [20:18] chrisccoulson: yup [20:21] chrisccoulson: oh, evince not needed. lucid's g-ss just crashes immediately on activation. :P [20:21] that's very strange :-/ [20:22] indeed. [20:25] chrisccoulson: what is responsible for spawning g-ss originally, and can it respawn it? [20:26] chrisccoulson: LP: #503961 [20:26] * kees stares at ubottu [20:26] bug 503961 [20:26] Launchpad bug 503961 in gnome-screensaver "gnome-screensaver crashed with signal 5 in _XError()" [Undecided,New] https://launchpad.net/bugs/503961 [20:26] kees - gnome-session spawns it. i was thinking about adding proper session integration in gnome-screensaver, so that it can get respawned (and locked) in the event of it crashing [20:27] chrisccoulson: that would be very nice. :) [20:27] i don't know if upstream would accept a patch for it [20:27] and then, if it keeps crashing, it could just nuke the session (i'm not sure if that's an acceptable fallback in extreme situations) [20:28] i'll have a look at that bug once the retracer has done it's magic anyway [20:28] thanks [20:29] how do i make preformatted text on wiki.u.c ? [20:29] or should i just put things into a list to force it to look preformatted [20:30] chrisccoulson: nuking the session is probably worse. i.e. minor risk of physical security compromise vs 100% certainty of data loss [20:32] ccheney: {{{ }}} [20:48] james_w: thanks === korn_ is now known as c_korn === hunger is now known as Guest27964 [21:26] does anyone know how to check that a gpg key generated via http://ekaia.org/blog/2009/05/10/creating-new-gpgkey/ does in fact use SHA256? [21:29] mdz: I "manually" checked signing a little file [21:29] at the top, you'll see HASH: SHA256 [21:29] or SHA1, if things went wrong [21:30] jjohansen, kees: the apparmor_parser -S -T run takes 65 seconds on my laptop dell 630 config [21:30] okay, i think it's time to block "patrick freundt" as an abusive user to ubuntu-devel-discuss [21:30] robbiew: do you have admin privs on that list? [21:30] jjohansen, kees: not really specific to the atom, that box has a T7700 duo cpu [21:30] ie 2.4Ghz [21:30] kirkland: yes please :( [21:31] jjohansen, kees: weird that you guys don't get slow run on your boxes [21:31] kirkland: I don't, sorry [21:31] jjohansen, kees: do you have a special "be fast" flag you use? ;-) [21:31] * kirkland checks who does ... [21:32] robbiew: list owned by evand [21:32] kirkland: evand does according to https://lists.ubuntu.com/mailman/listinfo/Ubuntu-devel-discuss [21:32] robbiew: who appears to be out ... [21:32] robbiew: i'll check with elmo [21:32] seb128_: nope [21:32] elmo: anyone else besides evand have admin privs on ubuntu-devel-discuss@ ML ? [21:33] seb128_: once the profile is generated the 1st time it should pull it from the cache [21:33] so it should be fast then [21:33] kirkland: no [21:34] jjohansen, that doesn't seem to work [21:34] jjohansen, running the command again doesn't make it faster === seb128_ is now known as seb128 [21:36] seb128: are you using the -T flag? [21:36] yes [21:37] sudo time apparmor_parser -S -T /etc/apparmor.d/usr.bin.evince > log [21:37] I'm testing with that [21:37] ah, drop the -T flag [21:37] it means skip cache [21:37] it exits with status 234 [21:38] when I don't use -T [21:38] oh right that is because the is a bug, with -S atm [21:38] try apparmor_parser -r apparmor.d/usr.bin.evince [21:39] ok that's fast [21:39] thanks [21:39] erc /etc/apparmor.d/usr.bin.evince [21:39] I will stop bothering you about that now [21:39] I was just testing on my laptop to see the difference [21:39] that is actually loading the profile from cache [21:39] it's 65 seconds on full cpu use there [21:39] which seems still a lot of a duo 2.4Ghz [21:39] of -> for [21:40] 65s for loading? [21:40] centrino that's it [21:40] seb128: wondering, here it took 20% on the first cpu and 100% on the second one. Around 1-2 minutes [21:40] "sudo time apparmor_parser -S -T /etc/apparmor.d/usr.bin.evince > log" [21:40] jjohansen, I noticed because update-manager sit on "updating evince" for over a minute again [21:41] oh, okay that is recompiling the policy [21:41] but it should not take that long on a duo [21:41] eg my laptop takes about 12s [21:41] on lucid? [21:41] I never has the issue on karmic [21:41] had [21:42] yes on lucid [21:42] ok so I don't know why I've the issue on my boxes and not you [21:42] well actually on karmic but in a lucid vm [21:42] it is strange [21:42] where they clean installs or updates [21:43] updates [21:43] I update those boxes daily [21:43] the mini is a test box for bootcharting [21:43] and the laptop is my work config [21:43] would you be able to try a clean install to a usb stick [21:44] yes [21:44] I will do that tomorrow though [21:44] seb128: are you running amd64 or i386 on your duo? [21:44] i386 [21:45] ah, that's a difference, I'm running amd64... [21:45] but still, on my duo it takes 8 seconds. [21:45] well my laptop is not that new [21:45] it's 2 years old now [21:45] but it's a duo centrino 2.4G [21:45] which is usually decent enough... [21:46] I think it's something specifically with the i386 toolchain in lucid. [21:46] you noticed the issue too? [21:46] mine is core2duo at 1.6G so yours should be fine [21:47] though I was using 64bit lucid vm to test [21:47] seb128: Yeah, I just reproduced on lucid/i386 with an atom. === juliank is now known as Guest44290 [21:47] 169.14user 0.25system 2:50.08elapsed 99PU === juliank__ is now known as juliank [21:48] I have a native 32 bit install on a now atom machine (older original core cpu) I'll try testing there [21:49] s/now/none [21:51] kirkland: Thanks for the heads up, I just skip his mails now. :) [21:51] TheMuso: ;-) [21:54] seb128, sbeattie: replicated: on a 1.73 GHz core cpu, 32 bit lucid install 114.429s real, 106.367s user [21:55] something is really broken on the 32 bit tool chain [21:55] kees: ^ === cjwatson_ is now known as cjwatson [21:57] yiiikes [22:05] jjohansen: no, something in lucid's evince profile's includes is triggering bad behavior, but it only shows up on i386. using karmic's parser booted in karmic against lucid's apparmor.d results in similar times, whereas it's almost an order of magnitude faster on karmic's evince profile. [22:06] hrmm [22:07] okay, I will continue to poke [22:07] jjohansen: i.e. ' sudo time apparmor_parser -I /mnt/etc/apparmor.d/ -S -T /mnt/etc/apparmor.d/usr.bin.evince' where /mnt is my fresh lucid installation results in an elapsed time of 2:54.45 [22:07] ugh, but only on i386 [22:08] yeah === dendrobates is now known as dendro-afk === dendro-afk is now known as dendrobates [22:32] DktrKranz, thanks [22:34] how difficult would it be to put full disk encryption on the live CD? I can't image that taking up a lot of space, as the launchpad download is just 501.7 KB [22:35] but maybe I'm missing something [22:40] douglasawh-work, that has been brainstormed http://brainstorm.ubuntu.com/idea/14574/, however it was incorrectly set to duplicate :\ [22:43] joaopinto: thanks for pointing that out to me! [22:45] douglasawh-work: the problem isn't space, it's making it be supported by the live CD partitioner which involves some genuine actual hard code [22:45] douglasawh-work: we may make some progress towards that this cycle but LVM and RAID are higher priority for the moment [22:46] however fortunately those involve solving most of the same problems [22:47] cjwatson: thanks for the info. One additional related question which I've not researched. the switch from grub1 to grub2 made using dd for full disk encryption impossible (at least not without re-installing grub). How easy is it to install grub1 in Lucid and/or is that problem with grub2 fixed? [22:54] douglasawh-work: I'm not sure I understand the problem. Can you describe what's failing with grub2 in more detail? Is there a bug report or something? [22:55] argh, I am unable to boot without removing splash now :\ [22:56] I don't remember getting any updates related to boot recently [22:59] gah, hitting mystery when building. [22:59] dpkg-source: error: gunzip gave error exit status 1 [23:01] cjwatson: no bug report. The problem is that grub can't see the encrypted partition for some reason when dd is used. works fine in Jaunty. We were (kinda still are) under a bit of a time crunch to figure it out (time crunch is now to deploy) [23:02] douglasawh-work: so firstly, it's still straightforward to install grub legacy in karmic/lucid [23:02] but I'd like to figure this out anyway [23:02] "when dd is used" - could you elaborate? dd is a pretty generic tool :-) [23:03] I wouldn't have expected grub, either legacy or 2, to be able to see encrypted partitions in general [23:03] neither of them contains decryption code, to my knowledge [23:03] so I think I'd need to understand how you're setting things up [23:04] cjwatson: well, it works with Jaunty and Fedora, just using the default. I'll did out the exact dd command I'm using here in just a second [23:30] what's the easiest way to include a custom preseed file when using the ubuntu-cdimage build process? [23:31] I see them in debian-cd, I also need to customize the boot menu to use it === robbiew is now known as robbiew_ [23:48] cjwatson: other than grub-common looking like it's still 1.97, the uninstall/re-install seemed to be super-easy. now I've got to test on an encrypted disk...I didn't have the new dd stuff documented where I usually do (like I said, we had a pretty tight deadline), but I'm pretty sure I know where it's at [23:49] to pull down - dd if=/dev/sda | ssh username@backupserver.fqdn "dd of=/directory_of_backups_on_ssh_server/backupfile.iso" [23:56] slangasek: what does it mean if "status libvirt" returns a pid that's close, but not exactly the libvirtd process that I want? I suspect it's due to forking [23:59] kirkland: probably means the job declaration is wrong for the service in question. Is the pid a process that's running, or one that's extinct? [23:59] slangasek: status points to a dead process [23:59] slangasek: i see "expect fork" in a bunch of these upstart scripts