[00:11] Keybuk: Does your closing bug #372864 as fFix released mean that you added a getty for hvc0? [00:12] Launchpad bug 372864 in upstart "conf: Put a getty on hvc0" [Wishlist,Fix released] https://launchpad.net/bugs/372864 [00:13] no, it means the upstart task is closed [00:13] But.. [00:13] upstart also provides /etc/init/tty [00:13] *.init? [00:14] I don't think upstart should provide a job for everything anyone can think of [00:14] if you want an hvc0 tty job, it should go in something else [00:14] Um... I don't really see why, really. [00:15] d-i creates an hvc0 job if you're installing on that type of console (FWIW) [00:15] I thought it was quite elegant that it could be shipped alongside the regular tty? things so that when run in an environment that has hvc0, it woudl dld Just Work. === lamont` is now known as lamont [00:15] because otherwise we end up shipping a job file for every single user's random wishlist [00:15] cjwatson: Oh, really? [00:15] Keybuk: hey, since you're around - how can I get an interactive shell out of an upstart job at boot time for debugging? I'm sure I saw you telling people how to do this before in connection with mountall, but I can't figure it out now [00:15] soren: finish-install/finish-install.d/90console [00:16] slangasek: http://upstart.ubuntu.com/wiki/OMGBroken [00:16] Keybuk: thanks! [00:16] soren: BTW I'm *so close* to getting vmbuilder working with grub2 ... [00:16] cjwatson: Oh, your grub2 branch doesn't work? [00:17] that was a chroot-grub branch [00:17] it copes with grub2 in the host, but still installs grub in the guest. That much is fine [00:17] now I'm working on grub2 in the guest too [00:17] cjwatson: Ah, ok. I didn't look at it yet, I just saw it trickle in. [00:18] chroot-grub is still worth merging, I think (indeed, I'm basing this grub2 branch on it) === dendrobates is now known as dendro-afk [00:21] Keybuk: I really think shipping the hvc0 job by default is sensible, and I think your argument about "every user's random wishlist" is needlessly antagonistic. I'm waaaay too tired to argue about it now, though. Tomorrow, perhaps? [00:21] cjwatson: Sure, sure, I'll look at it shortly. Tomorrow, hopefully. [00:21] * cjwatson nods === dendro-afk is now known as dendrobates [00:24] soren: it sounds like this is already solved [00:24] the installer creates that file [00:25] Keybuk: If one uses the installer, yes. [00:25] I suspect soren is using vmbuilder or similar, which doesn't use installer code and would require reimplementation of the same ... [00:26] Well, there's that, but also upgrades. [00:26] Or virtual machines converted from physical ones. [00:27] I really don't think it belongs in the installer now that we can actually trigger on the availability of the device in the upstart job itself. [00:27] pitti, kenvandine: do you know whether gnome-power-manager does the equivalent of 'pm-powersave' at startup? [00:27] soren: I'm not saying you can't do this in an upstart job [00:28] I'm just saying the upstart package is the wrong place for it [00:28] just like we don't ship /etc/init/dbus.conf in the upstart package [00:28] Keybuk: I realise. [00:28] Keybuk: And I disagree. [00:28] How about a xen-guest-stuff package that is strongly recommended to be installed on guests? [00:29] update-manager could even install that when it notices it’s being run within a guest. [00:29] I think that is silly. [00:29] None of my VM's run update-manager (they're server VM's). [00:30] ..and so far, we've managed just fine without such a package. [00:30] % dpkg -S =do-release-upgrade [00:30] update-manager-core: /usr/bin/do-release-upgrade [00:30] That’s on a server. [00:30] You hardly run do-release-upgrade regularly. [00:30] Well, as regularly as you upgrade to a new release. :-P [00:31] It's for doing full distro upgrades. [00:31] That hardly counts as "when it notices it’s being run within a guest" [00:31] When do-release-upgrade notices it’s being run within a guest [00:31] * soren sighs [00:33] soren: worth pointing out, I guess, that I plan to remove the tty* jobs from upstart too [00:33] they were only there because they came from sysvinit via inittab [00:34] Keybuk: See, that's a good argument. [00:34] Keybuk: Where would they go? [00:34] soren: into the package that ships getty [00:34] and it'll be just getty.conf [00:34] Keybuk: Ok. [00:35] there's no reason for having the separate files at the moment [00:35] I'm not insisting on putting hvc0 in the upstart package. I just think it belongs where the tty? jobs are, and that's been upstart for the last couple of years. [00:36] I don't think I agree with that [00:36] because I still don't think every single person wants getty trying to run on that device [00:36] ?!? [00:36] Why on earth not? [00:36] That's what it's for? [00:36] Well, that or a root prompt or something. [00:37] ...but I didn't think that was really what was being discussed. [00:37] that's my point - I've seen a lot of argument that the console of a virtual machine should not be getty but sulogin directly [00:37] That may be perfectly reasonable. [00:37] and I wouldn't want to ship upstart upstream with a fixed configuration that's not what everyone wants [00:40] RH have that neat /etc/consoles solution [00:40] start on tty-device-added [00:40] stop on tty-device-removed KERNEL=$KERNEL [00:40] instance $TTY [00:40] pre-start exec grep -w $TTY /etc/consoles [00:40] exec /sbin/getty $TTY 38400 [00:40] ;-) [00:42] Sorry, I'm having trouble following this discussion. I'm not sure whether we're discussing shipping an hvc0 job at all, shipping it in a binary package built by the upstart source package in Ubuntu, shipping it in the upstart upstream tarball, whether it will run a getty or sulogin, or perhaps something entirely different. I think I'm going to give up for today and pick it up again tomorrow :) === a1g_ is now known as a1g [00:43] * soren calls it a day === bjf is now known as bjf-afk [01:21] slangasek: dk-power calls pm-powersave [01:22] and it's tied to the battery state === yofel_ is now known as yofel [01:45] mbiebl: ok; part of my problem figuring this out is that devkit-power is mispackaged, leading to gnome-power-manager being statically linked against libdevkit-power-gobject [01:46] mbiebl: so will dk-power get called on gpm startup, or only on battery state chage? [01:46] change [01:48] dk-power will be dbus autostarted I guess by gdm's gpm instance [01:48] and whenever the battery state changes, dk-power will call pm-powersave true|false [01:48] What is it that keeps changelogs lagging so much in publication? Why would they be anything but simultaneous to package publication? [01:49] afaik it's not g-p-m that triggers the pm-powersave call [01:49] slangasek: btw, what's the mispackaging in dk-power? [01:50] I don't see g-p-m being statically linked against libdevkit-power-gobject (at least on sid) [01:50] mbiebl: -dev package has no dep on the shared lib package [01:51] slangasek: should have been fixed in 010-2 [01:52] mbiebl: so there's no guarantee that devkit-power will call pm-powersave on startup, to set an initial configuration? [01:52] (I'm asking because I want to remove some more redundancy out of acpi-support) [01:52] to answer that definitely, I'd have to check the dk-power code [01:53] mbiebl: 010-2> well, Ubuntu has 010+git20090913-0ubuntu1; I guess it jumped versions before 010-2 was out, so Ubuntu doesn't have the merge [01:53] pitti told me that he had merged that [01:53] well, he hasn't :-) [01:54] next upload will be fixed then [01:54] I'm fixing it in Ubuntu right now [01:56] slangasek: just checked [01:56] mbiebl: it's called from dkp_daemon_startup, so I guess we're good :) [01:56] dk-power set's an initial state [01:56] woohoo [01:56] yep [01:59] https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/443404 [01:59] Launchpad bug 443404 in software-properties "add-apt-repository insists on downloading GPG key even if keyserver is down. If keyserver is down, add-apt-repository can't proceed." [Undecided,New] [02:00] slangasek: I remember. 011 was supposed to be released today and we wanted to sync at this version again [02:02] mbiebl: ok [03:34] directhex: (RE: disabling pulse and using alsa-lib pcm.default) potentially racy. you'd want to actually disable autospawn and killall pulseaudio before trying that. [03:35] superm1: (RE: libmyth/audiopulseutil.cpp) do you still need my input? [03:35] dtchen, well I think i came up with a solution actually. [03:35] dtchen: Did you see my ping on wvstreams? [03:35] ScottK: yes, i'm processing backscroll FIFO [03:35] dtchen: OK. Just wanted to make sure you saw it. [03:36] it seems that PULSE_INTERNAL needs to be set in the environment when pulseaudio is getting suspend otherwise ALSA:default still goes through pulseaudio [03:37] superm1: yes, but that's still racy [03:38] dtchen, well there are AV sync issues if things are allowed to go through pulseaudio still [03:38] they're not immediately noticable, but with an hour recording w/ comm skip turned off, they turn up [03:38] dtchen: need me to test any more HP patches? [03:38] so this is the easier solution [03:38] (for now given time period) [03:38] superm1: right. suboptimal, but nothing really resolving by late october. [03:39] resolvable* [03:39] ajmitch: soonish, hard to give an ETA right this moment [03:39] dtchen, it would be best if during lucid if upstream could try to help look over mythtv code to help recommend changes to fix these types of things for the next release though [03:40] dtchen: alright, ping me on irc if you need testing someday [03:40] superm1: indeed [03:40] ajmitch: sure thing [04:45] Has anyone got a broken Network Manager? [04:45] ahhh [04:45] I see a new package [04:46] * jono dist-upgrades [07:10] good morning === nxvl_ is now known as nxvl [07:17] Morning Daniel [07:40] Good morning [07:41] free: sure [07:41] pitti: heya [07:41] slangasek: g-p-m> pm-powersave support was hacked into dk-power some months ago, so it's supposed to; it doesn't work any more? [07:42] pitti: mbiebl_ has confirmed that it's there - I was asking the question because I wanted to be sure some broken code in acpi-support was truly redundant before hacking it out [07:42] ah, good; I read the rest of the scrollback [07:43] pitti: so should I include a SRU-compiant description in each bug involved in the SRU? (with rational, impact, etc.) [07:43] slangasek: so, shall I merge and fix the broken lib dep? [07:43] slangasek: dk-p 011 was supposed to be released yesterday, so I'd just update to the final version (just three changes compared to our git snapshot), and sync to sid [07:44] free: right, but please be very picky; this is intrepid, thus neither the current stable nor current LTS; it should get as few changes as possible [07:44] pitti: well, I've uploaded devkit-power to fix it - if you have another reason to merge, go ahead, as long as you don't drop that fix :) [07:44] slangasek: no, I fixed that in Debian's git already [07:45] thanks [07:45] pitti: okay, I'm also going attach a stripped diff containing only the actual changes [07:45] pitti: because many of them were test code, which doesn't even end up in the packages [07:45] free: test code is fine [07:46] pitti: okay, I'll update the bugs you pointed out. Shall I update the description or attached a comment? or it's the same? [07:46] s/attached/attach/ [07:46] free: description is preferred, but it doesn't matter so much [07:47] free: but please add proper Ubuntu tasks; so far the bugs just have upstream tasks which aren't even "fix released" [07:47] and it's not clear which fixes are in jaunty/karmic already, etc. [07:47] free: and as I said, the intrepid upload should backport three or so of the most important fixes, not a complete backport of a new version [07:48] pitti: so that means open new bugs affecting the relevant releases? [07:48] free: not new bugs; new tasks [07:48] pitti: okay [07:48] free: and please close the upstream tasks as appropriate [07:48] free: ideally for an SRU, the upstream and karmic ubuntu task need to be "fix released" [07:49] we don't put stuff into stables which hasn't even been tested in the latest karmic release yet [07:49] (landscape-client is the obvious exception, which has a standing "new version allowed" permission in the SRU policy) [07:49] pitti: so the thing that we specifically QA-ed this version we're proposing as SRU, the QA process was rather strict [07:50] pitti: so we'd rather prefer to see this smart package accepted, as the changes are bug-fix only, no new features [07:50] free: but with this many changes it's utterly hard to guarantee that there are no regressions for users of the current version [07:50] free: you also changed things like the .desktop file, which suddenly make a new menu entry appear for people who have it installed [07:51] pitti: I and Gustavo Niemeyer are possibly available to help reviewing each single change [07:51] pitti: okay, we can strip these user-visible things [07:51] free: why not just have a few targetted patches, like the jaunty upload? [07:51] that's so much safer [07:52] free: https://wiki.ubuntu.com/StableReleaseUpdates#It%27s%20just%20a%20one-line%20change! [07:52] and the "When" section below [07:52] pitti: because we QA-ed those changes already, and we would need to re-do it [07:53] pitti: also note that the landscape-client accepted in -proposed depend on that version of smart or above [07:53] pitti: so that would need to change as well [07:54] free: no, it doesn't [07:54] I reviewed the debian/control changes, and it doesn't bump any smart dependency? [07:54] oh, sorry, it does [07:54] yes, that needs to be fixed [07:55] pitti: yeah [07:55] I'm in the process of learning how to create and package .debs. I'm using pbuilder right now, but running into some problems. The tutorial I'm following appears to be borked in relationship to my setup. I'm new enough to the process that I'm not sure what questions to ask or how to start diagnosing. Is there a better tutorial than https://wiki.ubuntu.com/PbuilderHowto ? [07:55] free: oh, I see; the dependency even moved from one package to the other [07:55] (I'm getting stuck on the pdebuild step, which errors out with Make ..[127]) [07:56] the new landscape-client is very intrusive, with conffile changes and everything; but it has a standing exception, so I didn't complain there [07:56] pitti: smart is a critical component of landscape-client [07:56] free: right, but it's not _only_ a component of landscape-client, other users might use it as well [07:57] sure, we don't support it officially, but that's not a reason for us to break it in stables [07:58] pitti: why break? we're pretty confident that the changes are sane, and they've been out and QA-ed since months === Lutin_ is now known as Lutin [07:58] pitti: they are in jaunty and karmic already, except those two patches in the jaunty SRU [07:59] free: well, we have this strict "minimal changes" policy for a reason; we've been burned more than once already [07:59] pitti: http://lists.labix.org/pipermail/smart-labix.org/2009-March/003875.html [07:59] pitti: yes, I understand that [08:00] and half-a-megabyte diffs are far far away from "minimal changes to fix critical bugs only" [08:00] pitti: it's actually ~800 lines, if you consider only installed code [08:01] right, and most of the chagnes there are neither appropriate nor necessary for an SRU [08:02] pitti: okay, I'll try to limit it to the strict necessary, thanks for your feedback [08:03] free: I'm sorry that this caused redundant work; for future updates to stables, please just subscribe the SRU team to the relevant bugs right away, then we can discuss it beforehand and avoid that [08:03] pitti: good point === porthose is now known as porthose|afk [08:50] It's my subjective impression based on watching boot messages, that karmic seems to intermittently but often fail to properly unmount the root FS - the kernel always seems to be doing journal recovery on mount. Any thoughts on where I should file / look for a bug on this? === tkamppeter_ is now known as tkamppeter [09:05] could somebody look at bug #444216 and see if they know what's going on? [09:05] Launchpad bug 444216 in gnome-keyring "package libpam-gnome-keyring 2.28.0-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 143" [Undecided,New] https://launchpad.net/bugs/444216 [09:05] there is thousand of "Use of uninitialized value $reply" debconf lines in the log [09:05] it seems that something is looping there === dholbach_ is now known as dholbach [09:15] seb128: hum, yes, killing the debconf frontend is a good way to make a debconf-based program loop :) [09:16] slangasek, do you know what package is responsive for displaying the dialog which confused the user there? [09:16] pam [09:16] ok, let me reassign the bug there [09:17] the issue seems that the dialog was not clear to the user [09:17] slangasek, thanks [09:17] is gdm really supposed to be in this awful black and white theme now ? or is that just my system [09:17] design decision [09:17] (the package that libpam-gnome-keyring calls in its postinst, of course :) [09:17] looks horrid :/ [09:18] seb128: well, I think that's more likely than there being a bug in pam-auth-update here, but I can't see how to make the dialog clearer [09:18] ogra, I was assuming that was a bug, but didn't get around to reporting it yet... *sigh* [09:20] slangasek, I've not seen the dialog but the user said that one option need to be selected? In which case the dialog should have a widgets allowing to pick one option only rather than what is has now? [09:20] seb128: no, *at least* one option must be selected [09:20] it's a multiselect [09:20] anyway, the user's already done something wrong to see this dialog at all [09:21] slangasek, the bug is confusing, "I selected them all, only to be informed that I need to select at least one." [09:21] (setting debconf priority to medium or below) [09:21] that seems to be a bug at least [09:21] I don't believe that's what actually happened, though :) [09:21] I've tested this code rigorously [09:21] ok, so feel free to ask for details or close the bug as "don't close the debconf frontend in a brutal way" ;-) [09:21] I think the submitter just wasn't paying close attention [09:22] yep, will do [09:22] thanks [09:57] pitti: If Soyuz was to reject binary uploads containing a ddeb without corresponding deb, would the world end? I guess no normal source should get into that situation, but I imagine that some stranger packages might... [09:58] wgrant: it really shouldn't happen (TM), though [09:58] even the handcrafted linux ddebs follow that naming schema [09:59] It makes things much much simpler for everybody if we can reject those, but the consequences if the assumption proves untrue are... bad. [10:08] wgrant: I'd say, do it like this, at least for now [10:08] wgrant: in all the years when we have used ddebs this case didn't come up [10:10] pitti: Wouldn't any extra ddebs enter the archive without question with the current setup? [10:17] Netsplit! [10:17] _ [10:17] _ __ (_) __ _ __ _ ___ _ __ ___ [10:17] | '_ \| |/ _` |/ _` |/ _ \ '__/ __| [10:17] | | | | | (_| | (_| | __/ | \__ \ [10:17] |_| |_|_|\__, |\__, |\___|_| |___/ [10:17] |___/ |___/ [10:18] mikejones: keep the tone please [10:19] thanks cjwatson - I tried but did not have enough power [10:23] * ogra hands dholbach a mars bar ... [10:23] ... so you are prepared next time :) [10:25] wgrant: they would, yes [10:27] * mvo thinks ogra watches to much advertisement === mbiebl_ is now known as mbiebl [10:39] pitti: how do I add intrepid/jaunty tasks to a bug, I can't figure it out from the LP UI [10:39] free: "Target to release", right below the yellow task table [10:39] you probably don't have the privilege to do so yourself [10:39] you can "nominate for release" [10:39] free: ^ I'll approve your nominations [10:39] okay thanks === doko__ is now known as doko [10:56] does anyone have a firewire device here? [11:00] pitti: meh sorry one thing I don't have [11:20] ArneGoetje: around? [11:21] if so, do you knowwhy https://translations.edge.launchpad.net/ubuntu/karmic/+source/xulrunner-1.9.1/+pots/xulrunner-1.9.1/la/1885/+translate and [11:21] much of the rest of that pot, have english values listed as the translations? [11:24] ArneGoetje: I'm asksing asking you because you are credited by LP [11:58] lifeless: The only reason I'm credited is because I uploaded the upstream translations and copied the other incomplete translations from xulrunner-1.9 over. I have no stakes in actually translating this language. [11:59] ArneGoetje: so I think a mistake was made somewhere [11:59] la is not english [11:59] but there are very many strings marked as translated with the translated version being english [12:00] lifeless: I guess it's one of the incomplete translations and XPI format for strings that have no translations fall back to English [12:01] ArneGoetje: _ugh_ - so we get it marked as translated? [12:01] lifeless: that's a requirement of XPI files. There needs to be a string there. [12:02] lifeless: bbl, need to go for lunch now. [12:04] ArneGoetje: and we import from the xpi, with no change of importing fom upstreams translatio data? [12:46] ttx: if the post-start fails, that will log an error in syslog [12:46] ttx: are you seeing that error? [12:46] we could increase or remove the timeout if it is too short [12:47] mdz: yes [12:47] and it doesn't prevent registration from running. [12:47] it seems like the test we are using always fails, so increasing timeouts won't help :) [12:47] mdz: like I said, it's so strange I want another pass at testing [12:48] ttx: really? that test was succeeding for me [12:48] it's been modified since then, though [12:49] mdz: ithe CC test works. the SC/Walrus ones seem to fail. I want to confirm that on a pristine install though, I may have been hacking around that one for too long === porthose|afk is now known as porthose [13:13] mdz: filed bug 444504 about that [13:13] Launchpad bug 444504 in eucalyptus "Autoregistration through upstart, while working, uses strange ways" [Medium,New] https://launchpad.net/bugs/444504 === dendrobates is now known as dendro-afk [13:23] has anyone uploaded any maintainer script changes in the last 24 hours? [13:24] directhex: does the gettext build failure ring any bells with you? http://launchpadlibrarian.net/31807601/buildlog_ubuntu-karmic-i386.gettext_0.17-6ubuntu2_FAILEDTOBUILD.txt.gz [13:25] directhex: that was built a little while back, but I reproduced it on my laptop [13:26] cjwatson, i seem to recall removing support for it a while back - gettext's c# bindings barely function, and are for use with dotgnu (mono has much more robust bindings already) [13:27] it's far more work to make the bindings bundled with gettext actually properly buildable than to ignore them & write them off. and there are no rdeps [13:31] aha, thought so [13:31] i recognise this as i worked on it with sanvila@debian [13:32] 0.17-7 removed all mono stuff [13:32] hum, something seems to clear tmp on upgrades since today, anybody has a clue what change could do that? [13:32] and you're on 0.17-6ubuntu2, so... [13:32] directhex: ha, so the right answer is a merge. ok. [13:33] cjwatson, it might've been an easy fix. check the 0.17-7 diff [13:34] will do, thanks [13:34] just been trying to clear up a few build failures this morning [13:41] slangasek, those weird pam bugs could be also due to this tmp cleaning on upgrade issue [13:41] bug #444252 is gconf-schemas breaks due to that [13:41] Launchpad bug 444252 in gconf "gconf-schemas: OSError: [Errno 2] No such file or directory" [Undecided,Confirmed] https://launchpad.net/bugs/444252 === arand_ is now known as arand [14:47] ttx: how's today's iso? [14:47] kirkland: not too bad :) [14:48] ttx: :-) i was hoping for some good news [14:48] * kirkland is tired of waking up to bad news every day [14:48] slangasek, bug #444252 for the record is probably something to track [14:48] Launchpad bug 444252 in ubuntu "tmp cleaned during upgrades and breaking installations?" [High,Confirmed] https://launchpad.net/bugs/444252 [14:48] it's collecting duplicates quickly [14:48] kirkland: actually it's surprisingly not too bad. [14:49] ttx: :-) [14:49] ttx: i'm very happy to hear that [14:49] kirkland: using a collection of unrelated bugs, autoregistration actually works [14:49] kirkland: see bug 444504 [14:49] Launchpad bug 444504 in eucalyptus "Autoregistration through upstart, while working, uses strange ways" [Low,Triaged] https://launchpad.net/bugs/444504 [14:49] ttx: now you're just getting picky! :-) [14:49] :-P [14:51] kirkland: i'm not really kidding. if we fix any of these bugs without fixing the others, autoregistration might fail :) [14:51] ttx: funny enough, i believe you [14:52] kirkland: I committed a few fixes on the branch [14:53] kirkland: an update to rev913 should help us, though it's a confusing mutifix rev [14:53] kirkland: would you agree that is the upstart jobs post-start scripts fail to detect a working setup, then we should not try registration ? [14:53] ttx: i agree [14:54] ttx: as for "rev913" [14:54] ttx: i don't think we should merge any more upstream [14:54] ttx: i think we need to cherry pick whatever commit r913 is [14:54] kirkland: however if I fix that without fixing bug 443325, that would break autoregistration [14:54] ttx: apply it in our branch, and release 0ubuntu2 [14:54] Launchpad bug 443325 in eucalyptus "/services/Heartbeat fails on exception" [Undecided,Fix committed] https://launchpad.net/bugs/443325 [14:54] ttx: merging is a pain in the ass at this point [14:55] ttx: see the mistake i made after i had merged 911, and then you asked me to merge 912, and I missed a step [14:55] r913 is several fixes unfortunately. With the usual blank space noops [14:55] so its quite confusing [14:55] ttx: that's fine, it can still be cherry picked [14:59] The last one I encountered is bug 444352, some db deadlock on reboot [15:00] Launchpad bug 444352 in eucalyptus "DB deadlock on reboot prevents EMI from being started" [Medium,New] https://launchpad.net/bugs/444352 [15:00] we'll need nurmi on that one as well. === robbiew-afk is now known as robbiew === tjaalton_ is now known as tjaalton [15:21] How do I do a kernel abi bump? [15:22] For bug #424927. [15:22] Launchpad bug 424927 in linux "[needs-packaging] include Brain Scheduler" [Wishlist,Confirmed] https://launchpad.net/bugs/424927 === robbiew is now known as robbiew-afk === Whoopie_ is now known as Whoopie [15:48] cjwatson: thoughts on what the apport field name should be for bug 364649? [15:48] Launchpad bug 364649 in installation-report "Please include installation media build number in installation logs" [Wishlist,Fix released] https://launchpad.net/bugs/364649 [15:48] I was thinking UbuntuInstallationOrigin or UbuntuInstallationMedia or some such [15:49] I believe I answered my abi question (in the bug). [15:52] mdz: prefer media over origina [15:52] -a [15:52] mdz: how about MediaInfo to match the file name? [15:53] or InstallationMediaInfo [15:53] I'd prefer not to have Ubuntu there, it's implicit in the fact that the bug is being reported from Ubuntu and it saves the usual questions about Kubuntu etc. [15:54] cjwatson: "info" seems redundant. how about InstallationMedia? [15:54] I think it's not obvious that that means "this is the installation medium which was used to install the system", hence the "origin" attempt [15:57] mdz, would "source" be too confusing? [15:57] mvo: is hardy upgrade enabled in the dist upgrade tool? [15:57] InstallationMedia or InstallationMedium sounds fine. "source" already has an overloaded meaning here, namely an apt source [15:58] cjwatson: done, with InstallationMedia [15:58] beuno: yes, I agree with cjwatson that it would be [15:59] pitti: I've committed the trivial apport change to add InstallationMedia to Ubuntu bug reports; it is of course not critical for 9.10 but should be quite safe if you need to do another upload (and is tested) [15:59] (apport field names are developer-facing more than user-facing and so developer jargon such as "apt source" is relevant) [15:59] Riddell: should be, but not in the meta-release file [15:59] hey guys when is /dev/shm mounted? [16:00] cause its not in fstab [16:00] in karmic, mountall does t [16:00] in 9.04 the asus touchpad acpi button broke and SHMClient is broken because of it [16:00] cjwatson: it does? its man page doesn't document that fact [16:01] i fixed the touchpad button by using xinput instead but the latest update overwrote my changes to /etc/acpi/asus-touchpad.sh [16:01] mvo: no meta-release doesn't need changed, we patch adept to look for karmic [16:01] dotblankalt: in 9.04, I believe it was the responsibility of /etc/init.d/mountdevsubfs.sh [16:02] slangasek, Riddell, Hobbsee, pitti, mdz, Keybuk, cjwatson, kees, jdstrand, lool, pgraner, davidm, cody-somerville, jdong: Hi; we have a serious upgrade issue post-beta; LP #444252 it seems a package upgrade clears /tmp, potentially erasing open user data; there are a bunch of dups; is this escalation worthy? seb128 and james_w know more about the bug [16:02] Launchpad bug 444252 in ubuntu "tmp cleaned during upgrades and breaking installations?" [High,Confirmed] https://launchpad.net/bugs/444252 [16:02] mdz: mountall? its manual page doesn't document very much as yet ;-) [16:02] ./src/mountall.c:218: { "/dev/shm", NULL, FALSE, "tmpfs", "nosuid,nodev", NULL }, [16:02] ./src/mountall.c:231: "/dev/shm", /* Built-in */ [16:03] Riddell: ok, give it a go, but it should work. I added a auto-upgrade test profile for kubuntu and that looks ok too (also I did not do extensive testing, just looked if everything upgrades clearnly [16:03] lool: yeah, seems serious to me. mountall erases /tmp if it mounts it. [16:03] I'm bumping the bug to critical [16:04] kees, oh, you know what is creating the issue? [16:05] mountall doesn't run on upgrade though does it? [16:05] seb128: no, but I saw mountall mentioned just now [16:05] ok [16:06] well I just tested the asus-touchpad on an aspire one [16:06] the button doesnt send any acpi events in acpi_listen [16:06] but the touchpad is disabled [16:06] kees: the mountall discussion was independent, I thought [16:07] In the g51vx and others when the touchpad event fires synclient fails [16:07] mountall clears /tmp at boot (with a grace period), but that's as intended. Clearing files from a running system on upgrade is quite a different matter ... [16:07] cjwatson: ah, well, it also jumps to mind as something that clears /tmp, but... I don't think it has changed recently. [16:07] juego de boxeo online http://www.kobox.org/kobox-fande-Nourine.html [16:08] I think the aspire one got around by doing this at the bios level [16:09] but alot of asus's touchpad buttons dont work in 9.04 [16:09] seb128: are they all evolution failures? (working my way through the dups...) [16:10] ah, no, ok [16:11] cjwatson: that bug where the cloud install used -generic instead of -server is fixed now, right? [16:11] kees, the update-gconf-defaults might have been spawned by the evolution upgrade [16:11] mdz: yes [16:11] oh wait [16:12] theres a g-p-m bug in there too [16:12] mdz: I fixed it more or less on the spot during the last discussion [16:12] cody-somerville: yeah, though it's not clear if the gpm is related? === hile__ is now known as hile [16:14] greg-g: ping === Pici is now known as Guest99641 [16:15] lool: re #444252 - if its a maintainer script, the list is pretty small of of possible candidate, see https://bugs.edge.launchpad.net/ubuntu/+bug/444252/comments/6 [16:15] Launchpad bug 444252 in ubuntu "tmp cleaned during upgrades and breaking installations?" [Critical,Confirmed] [16:15] mvo: the one that calls shutil.rmtree() isn't a prime suspect? :) [16:16] LOL === Guest99641 is now known as Pici [16:16] Keybuk: that's what I was looking at currently... [16:17] that only nukes a temporary directory created with tempfile.mkdtemp though [16:17] cjwatson: the traceback suggests it's failing partway through [16:17] ie. the directory existed when it started [16:18] no? [16:18] Keybuk: heh - seb128 said gconf-schemas has not changed in months [16:18] did shutil change? [16:19] just a thought [16:19] Keybuk: almost as if something's racing with it [16:20] cjwatson: possibly [16:20] or that it's screwed things up [16:20] its also odd because in one of the logs brasero is installed and that calls gconf-schemas too === soren_ is now known as soren [16:20] is all of /tmp being wiped - or just that gconf directory? [16:20] I'm wondering if bug #444452 and bug #444216 are not similar issues [16:20] Launchpad bug 444452 in pam "package libpam-gnome-keyring 2.28.0-0ubuntu2 failed to install/upgrade: il sottoprocesso vecchio script di post-installation è stato terminato dal segnale (Interrupt)" [Undecided,New] https://launchpad.net/bugs/444452 [16:20] Launchpad bug 444216 in pam "package libpam-gnome-keyring 2.28.0-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 143" [Undecided,New] https://launchpad.net/bugs/444216 === robbiew-afk is now known as robbiew [16:20] Keybuk: the traceback is basically right at the start of rmtree [16:21] Keybuk: if I'm seeing the same issue then it is all of /tmp [16:21] and perhaps /tmp itself, it's not clear [16:21] all it does before that is os.path.islink, really [16:22] fair enough [16:24] Keybuk: (unrelated to /tmp issue) where is deadline vs cfq handled during boot? [16:24] my system seems to be all deadline, but I was expecting cfq [16:24] kernel default [16:24] I believe they've changed it back to cfq again in -12 [16:25] do you know how long has it been deadline? [16:25] Keybuk: ah, just -11 [16:25] mvo: Good point; I checked devicekit-power's, evolution's and dmraid's scripts and didn't see anything thouhg [16:26] devicekit-power seems like the kind of thing that might prod something asynchronouslsy === ssweeny_ is now known as ssweeny [16:26] but it's really not clear ... [16:27] Did someone confirm that the whole of /tmp gets cleared? [16:27] no [16:27] james_w, you got tmp totally wiped, ie no directory there? [16:28] I don't know [16:28] when I looked I had /tmp/orbit-jw2328 [16:28] that's what we have from #ubuntu-desktop before [16:28] I went to open the bug report when seb was talking about it, and gnome-open told me that it couldn't talk to orbit [16:28] so I did "ls /tmp" and saw just that one path [16:28] Ok so it might not be rm -rf /tmp after all [16:29] well something is removing at least most of /tmp, if not all of it [16:29] james_w: No pulse-* keyring-* then [16:29] james_w: Ok [16:29] my working assumption was that it created that path as it found that it didn't exist [16:29] There was a python update at that time [16:29] -- Matthias Klose Sun, 04 Oct 2009 21:28:36 +0200 [16:29] It could be that these are the first updates we're seeing with this new python [16:29] lool, we did start getting bugs only today though [16:30] seb128: Yeah exactly [16:30] lool, I doubt it, we got lot of uploads yesterday [16:30] and probably lot of people who upgraded after weekend and got those [16:30] oh, you mean one upgrade to get the new python and one later to run into troubles? [16:30] hum... [16:30] Yes [16:30] mdz: apport change> thanks; I'm certain I'll do another bug fix upload for karmic [16:31] the python diff doesn't look very suspicious to me [16:34] oh, there were two uploads [16:34] I tried sudo apt-get install --reinstall brasero libdevkit-power-gobject1 devicekit-power usplash evolution-common evolution [16:34] Couldn't reproduce [16:34] (usplash instead of dmraid to trigger an update-initramfs) [16:35] Oh .tmp empty! [16:35] lool, what did you do? [16:35] Keybuk: what's the progress of the unit policy? [16:36] Either that sudo did it, or installing dmraid did it [16:36] sudo didn;t [16:36] lool: dmraid is something that is common in the reports [16:36] the diff looks harmless [16:36] lool, you seem to be getting closer [16:36] mvo: yes, I almost mentionned it [16:36] update-initramfs maybe? [16:36] bdrung_: deferred [16:36] Just installing dmraid is enough to reproduce [16:37] Keybuk: i read that. when will you work on it? [16:37] Confirmed, installing dmraid wiped my /tmp [16:37] but the directory still exists [16:37] bdrung_: when I am not busy [16:38] Keybuk: newer? ;) [16:38] s/newer/never/ [16:39] yeah, same here, but it seems to be happening when update-initramfs takes place [16:39] yeah [16:39] bdrung_: after the releas [16:39] Keybuk: k, thanks. let me know, when you work on it. [16:39] I see a trace of /tmp/mkinitfamfs-3432 and mkinitramfs_3234 [16:39] and now its gone [16:40] but that was last changed on the 3rd [16:40] update-initramfs shouldn't be doing anything in parallel ... [16:40] tedg, hmm, am i supposed to see pidgin in my indicator applet even though i dont have it installed ? [16:41] I was doing things in parallel (installing and watching /tmp) :) [16:41] it's nice how things recover from /tmp going away :) [16:41] It seems to be before update-initramfs [16:41] At the time where this is run: [16:41] + echo update-initramfs: Generating /boot/initrd.img-2.6.31-11-generic [16:41] I already lost my /tmp [16:42] perhaps at the very beginning of mkinitramfs [16:42] But it would have to be something else changing [16:43] Because the update of initramfs-tools would have called update-initramfs and wiped everything on the 3rd [16:43] ogra, no, but the chances are you installed while there was a bug that it didn't uninstall. The bug if fixed, but that doesn't help :) [16:43] ogra, you can just rm -rf /etc/indicators/ [16:43] hrm. in a chroot, installing dmraid did not wipe my /tmp [16:44] Amaranth, lool: did anything else install with dmraid when you installed it? [16:44] just the library [16:44] * kees boots a VM [16:44] libdmraid1.0.0.rc15 [16:44] kees: libdmraid [16:44] tedg, ok, i'll watch it [16:45] * Amaranth is wondering the sanity of testing this on his actual system now [16:45] for me its gone around the time when udevadm trigger --subsystem-match=block --action=change is called [16:45] (so right after update-initramfs -u) [16:46] ok, so udevadm trigger and tmp is empty [16:46] hmm [16:47] mvo: You confirmed that command kills it? [16:47] on a "sudo strace -f aptitude reinstall dmraid" [16:47] Confirmed [16:47] udevadm trigger --subsystem-match=block --action=change [16:47] I see /tmp go and then mkinitramfs stuff [16:47] Keybuk: how/when does mountall run? [16:47] `sudo udevadm trigger --subsystem-match=block --action=change` and my /tmp is empty again [16:47] that's before that [16:48] james_w: it's asynchronous, I think [16:48] I was under the impression that any use of udevadm trigger on a live system had been quite clearly announced as a bug [16:48] Amaranth: here too [16:48] Amaranth: update-initramfs is? [16:48] james_w: no, the other call [16:48] kees: on boot [16:49] cjwatson: indeed [16:49] Amaranth: yes, but update-initramfs runs first [16:49] as in, this is exactly the sort of thing you should expect to happen when you run udevadm trigger [16:49] https://lists.ubuntu.com/archives/ubuntu-devel/2009-January/027260.html [16:49] and presumably that is the bit that puts the mkinitramfs dirs in /tmp [16:49] Keybuk: ok, just verifying. [16:49] mind you [16:49] that says "change is completely safe" [16:49] while Amaranth says that udevadm trigger --subsystem-match=block --action=change breaks his world [16:50] cjwatson: ...except for block devices ;) [16:50] well, except for *RAID* block devices and stuff [16:50] Keybuk: ... on a Tuesday [16:50] mine too [16:50] cjwatson: hahaha [16:50] precisely [16:50] openoffice! [16:50] in general anything other than udev calling udevadm trigger is bad [16:50] mvo: packagekit! [16:50] ok, so what's calling it? [16:50] cjwatson: dmraid postinst [16:51] # Activate existing arrays now. [16:51] udevadm trigger --subsystem-match=block --action=change [16:51] (though there's definitely a mountall bug that it wipes /tmp more than once ) [16:51] Keybuk: what can we use instead? [16:51] so dmraid is in the category of "I've installed udev rules and want udev to do something about it" [16:51] it's probably "right" [16:51] yeah, isn't this the correct invocation, according to the ubuntu-devel email? [16:51] but something's always going to blow up [16:52] But dmraid also hasn't been updated for some time [16:52] there isn't a correct solution to this [16:52] unfortunately the real answer is probably "reboot" right nwo [16:52] So we should drop the call and add a reboot required touch? [16:52] actually update-initramfs probably does that anyway [16:52] mm, surely if you're upgrading dmraid you either have your arrays working about as well as you might expect, or will be content to reboot [16:52] I don't know that a reboot is always required, only if your arrays aren't there [16:53] but that's a recovery-type operation anyway [16:53] update-initramfs definately doesnt ... that would be horrid :) [16:53] why not just run whatever it is the udev rules run? [16:53] * kees cringes at "reboot" being a solution to anything on a linux system [16:53] if dmraid is trying to activate raid devices, isn't there just a dmraid --scan type thing? [16:54] kees, you are so old school :) [16:54] :) [16:54] dmraid-activate %k, apparently [16:54] SUBSYSTEM=="block", ACTION=="add|change", ENV{ID_TYPE}=="disk", ENV{ID_FS_USAGE}=="raid", KERNEL=="hd[a-z]|sd[a-z]", \ [16:54] RUN+="/sbin/dmraid-activate %k" [16:54] this seems a bit off-topic. what is _wiping_ /tmp as a result of --action=change ? [16:54] kees: mountall probably ;) [16:55] Keybuk: so it's not just at boot, then? [16:55] or there's dmraid -ay [16:55] since that WHEEE EVERYTHING CHANGED! also happened to tell mountall that you changed the root filesystem ;) [16:55] so mountall should not wipe /tmp if it's already mounted... [16:55] kees: not sure why it didn't go away [16:55] but sometimes it hangs around if there's something in fstab it wants to mount but can't yet [16:55] probably your dmraid devices, ironically [16:55] None of these packages have been updated recently though [16:56] mountall, udev, dmraid, etc [16:56] it could just be people doing the beta install. [16:56] kees: yeah I said that above [16:56] So why did it start blowing up now? [16:56] cjwatson: I could run that I guess [16:56] Amaranth: dmraid was uploaded yesterday [16:56] Amaranth: about 2 hours before the bugs started showing up [16:56] hrm, mine says september [16:56] dmraid -ay sort of concerns me, though. isw arrays have special handling in dmraid-actvate [16:57] this morning I mean [16:57] honestly, I think it would be safer just not to do anything in the postinst [16:57] Keybuk: ah, ok. so, bug in mountall, then? doesn't sound like we need to change dmraid? [16:57] cjwatson: is -a for all or for activate? [16:57] oh, the changelog is out of date (aptitude changelog) [16:57] lool: activate [16:57] Ok no -activate man page [16:57] no --help [16:57] lool: but as stated I'm not convinced that it's the right answer [16:57] * debian/dmraid-activate: Remove the special-casing of the root [16:57] device which breaks in many situations and leaves the raw devices [16:57] exposed. [16:57] very suspicious [16:57] cjwatson: Ok to upload a dmraid commenting out the udevadm call? [16:57] I have that ready here as a stopgap [16:58] lool: it's fine by me, I think it would be by and large safe [16:58] needs a comment though! [16:58] uhm, is the ubuntu-devel email incorrect then? we're removing functionality from dmraid due to a mountall bug? [16:58] dch -i doesn't work in the linux-image packages because debian/changelog is overwritten by debian.master/changelog. Is there a reason I shouldn't file a bug about that? [16:59] Darxus: Because it's expected? [16:59] cjwatson: Of course [16:59] Darxus: should not file a bug because that source package is not designed to work with dch [16:59] http://paste.ubuntu.com/287086/ what I uploaded [16:59] Darxus: use -c debian.master/changelog as dch argument [16:59] kees: is this functionality that is ever needed? enabling arrays on package upgrade? [16:59] seems kind of bizarre to me [17:00] cjwatson: on _upgrade_ no, but install, yes? [17:00] Where is that behavior in the linux image packages documented? [17:00] even that seems kind of odd to me [17:00] cjwatson: Do you think this bug is worth an incident writeup? we closed the bug in roughly one hour, so I'm not sure whether it needs it [17:00] cjwatson: why? you've installed the software to handle a device; I would expect the devices to appear. [17:00] although fixing dmraid to do this only on fresh install seems to me as if it would fix this bug [17:01] oh, no, not quite [17:01] the bug is mountall's... it should not clear a mounted /tmp. [17:01] lool: I don't think it needs it, personally [17:01] kees: That's my feeling as well [17:01] So add an also affects for mountall to keep track of it [17:01] kees: right, but udevadm trigger is historically a painful thing to call and we *should* be avoiding it wherever possible [17:01] slangasek, Riddell, Hobbsee, pitti, mdz, Keybuk, cjwatson, kees, jdstrand, lool, pgraner, davidm, cody-somerville, jdong: incident closed, bug fix uploaded [17:02] lool, thanks [17:02] lool: merci [17:02] lool: "incident" we're pre-release? [17:02] cjwatson: should a follow-up to the ubuntu-devel email be sent then? it seems like dmraid qualifies as a caller of trigger. [17:02] ie. _still_in_development_ [17:03] Amaranth: yeah, I would say the dmraid "fix" should be reverted once mountall is fixed. [17:03] Can I file a bug for dchi needing a -c argument being undocumented? [17:03] lots of more innocent people testing beta now, though [17:03] so? [17:03] kees: up to Keybuk, I'm not all that familiar with the innards [17:03] kees: I'd say that any use of udevadm trigger is a bug [17:03] and should be removed wherever possible [17:04] Keybuk: I'm not in a position to debate that; but having mountall wipe /tmp after it's in use is a bug regardless. :) [17:04] it's always going to have unwanted side-effects [17:04] because you're in effect saying "go do whatever you want, have fun!" [17:04] extreme case [17:04] udevadm trigger could result in a reboot ;) [17:04] Keybuk: if the trigger thing is always a bug, then a follow-up to the email describing when/how to use it should be made. [17:05] udevadm trigger -> block device now available that's listed in fstab -> fsck runs -> fsck indicates filesystem was repaired and reboot required -> reboot [17:05] email says, e.g. ""change" is completely safe." [17:05] kees: the e-mail is out of date [17:05] we do more as a result of udev events now [17:05] :P [17:05] feel free to follow up [17:06] I would except I don't know what's "current". :) [17:06] there's zero point in e-mailing anyway [17:06] nobody reads them [17:06] Well, I do. :P [17:06] Is debian/README.source the right place to document the need for a -c argument to dch ? [17:06] or they argue the toss when they're caught ignoring them [17:06] Darxus: that's probably the best, yes. [17:06] can someone with commit access please revert slangasek's commit at http://bazaar.launchpad.net/~ubuntu-core-dev/ubuntu-seeds/ubuntu.karmic/revision/1581 ? the changes required in kernel are available now. [17:06] kees: Thanks. [17:07] Keybuk: how do I find out what mountall is waiting on? [17:08] kees: gdb [17:08] Keybuk: would you normally expect mountall to exit soon after boot on a "normal" system? [17:09] yes [17:09] smoser: done [17:09] though, admittedly, it doesn't for me here [17:09] probably a bug [17:09] yeah, me either [17:09] thank you cjwatson [17:10] mountall's still running here too, I don't have anything much complex [17:10] ... oh, apart from those NFS mounts [17:10] mountall --daemon --tmptime=0 [17:10] here as well [17:10] I have a VM with /, /proc, and swap in fstab and it's running. ;) [17:10] what does --daemon mean [17:10] i dont have anything apart from / and /home here [17:11] ogra: I think you should probably read the source [17:11] ogra: a daemon is a special type of UNIX process [17:11] they run it what we call the "background" [17:11] you see, UNIX is a multi-tasking operating system [17:11] so many different things can all run at once [17:11] isn't that clever :P [17:11] Keybuk, oooh and i thought soemthing mystically :P [17:11] like religious or so :P [17:12] * ogra was meaning if it is supposed to run in daemon mode even without any networked FSes [17:13] ok, apparently it is === beuno is now known as beuno-lunch [17:15] tedg, hey [17:18] Keybuk: I'm actually a bit baffled by bug 435707, having gone through the logs again in light of that most recent comment [17:18] Launchpad bug 435707 in mountall "/forcefsck doesn't check root filesystem when passno=0" [Low,New] https://launchpad.net/bugs/435707 [17:18] Keybuk: I still think the fix you merged from me is correct, but I no longer think it has anything to do with that bug :-) The log shows mountall getting past that point in run_fsck [17:19] does it run fsck? :) [17:19] it says it does [17:19] does it run it with -f ? [17:20] spawn: fsck / [820] - but the log message is obscured and doesn't print the arguments [17:20] actually, why aren't we getting a debug message from the spawned child? [17:21] there should be one immediately before the execvp [17:22] probably usual stdio fuckage [17:22] I fixed that in trunk [17:23] r47? [17:23] I think you might also need a flush after the nih_debug === jdong__ is now known as jdong [17:26] don't you get a flush on exec anyway? [17:27] Keybuk: no [17:28] surely you must do? [17:28] why so? [17:28] certainly nothing specifies it, and glibc's execve stub is pretty simple and doesn't do it [17:29] otherwise what takes care of that? [17:29] your stdio buffers don't magically get passed via shared memory to the exec()d process that obviously knows what to do with them [17:29] (it would have to be in the libc) [17:29] you're supposed to flush before exec [17:29] where does it say that? [17:29] it's implicit in the fact that exec doesn't flush :) [17:29] cjwatson: it doesn't say that it doesn't [17:29] reality does, though ... [17:31] I'll take your word for it ;) [17:31] lifeless: so what are you looking for, desktop translation wise? [17:33] pitti: the mechanism; ted has a bug where the indicator menu entries are not being translated [17:33] they are from the desktop files, and if he sets a domain for the menu process, they don't translate [17:34] pitti: seb128 is saying that removing the textdomain setting makes it work for him. [17:34] pitti: should apport use launchpad.net instead of edge? [17:34] tedg: what's the .desktop file? [17:34] kees: for what? [17:34] pitti: several [17:34] pitti: evolution-mail, pidgin, etc. [17:34] one example is evolution-2.28 [17:34] tedg, it works on a simple testcase though [17:34] I wrote one this morning which does the same init [17:34] ie setlocale, bindtextdomain and textdomain [17:34] and things are correctly translated [17:34] lifeless: hang on, I thought we're talking about the indicator applet .desktop file? [17:35] pitti: bug 440576 [17:35] Launchpad bug 440576 in apport "After karmic upgrade, apport sends me to bugs.edge.launchpad.net instead of the real launchpad" [Undecided,Invalid] https://launchpad.net/bugs/440576 [17:35] I need to try again your code [17:35] pitti: nope, about the things it shows which are refleccted via g_app_info [17:35] gdesktopapp basically use gkey which use gettext [17:35] kees: apport doesn't do anything in particular for edge; the reporter is probably in lp-beta-testers? [17:36] oh [17:36] that should be either calling dgettext or binding and restoring the domain [17:36] pitti: so we just wanted to know where the strings to go help in debugging/building hypothesis [17:36] now I know what you are talking about [17:37] so that code reads the .desktop files? [17:37] I already explained to tedg how those are working... [17:37] seb128: yup, we get that [17:37] pitti, no, it uses gdesktopapp which use gkey [17:37] which is the glib change you wrote [17:37] seb128: sorry if we are treading somewhat the same path [17:37] that works fine on a small testcase there [17:37] Keybuk: the "usb-id" messages in bug 443282 are the normal part or is it something else? [17:37] Launchpad bug 443282 in upstart "No xsplash, I get console boot messages instead" [Undecided,Won't fix] https://launchpad.net/bugs/443282 [17:37] if you do that parsing manually, you have to use dgettext yourself, yes [17:37] seb128: Yeah, I tried to explain it to lifeless, that's why he's confused now ;) [17:37] pitti: ./apport/crashdb_impl/launchpad.py: launchpad_instance = EDGE_SERVICE_ROOT [17:37] pitti: no, we don't, we're using the standard api [17:37] who would like to parse those manually anyway? [17:38] bdmurray: kernel bug of some kind [17:38] kees: oh, that; but that's not related to where the browser sends you to, it's been there forever [17:38] kees: mainly because there is no production launchpadlib API (or at least hadn't been until recently) [17:38] hrm, good point [17:39] Keybuk: so that bug should have a linux bug task opened then? [17:41] if you like [17:42] Maybe I'm confused but there was a call bug bugs to be reported regarding boot messages. Where do these belong? Do we not want all of them? [17:43] bdmurray: whoever did the call didn't think that far ahead === fddfoo is now known as fdd [17:48] anyone know how much space a full ubuntu mirror takes ? [17:49] smoser: doesn't debmirror tell you before it starts? [17:50] Amaranth, i dont know. but i just now saw http://www.ubuntu.com/getubuntu/mirror/1 ("A "full archives" mirror is around 210") [17:50] smoser: What part? [17:51] i think the link above has what i was asking, lool. [17:51] ok [17:52] rickspencer3, kenvandine: FYI, bug 436591 is the one I meant (empathy crasher); it's already on the targetted list [17:52] Launchpad bug 436591 in empathy "empathy crashed with SIGSEGV in g_cclosure_marshal_VOID__VOID() when using indicator-applet 0.1 to display an active conversation" [High,In progress] https://launchpad.net/bugs/436591 [17:52] Keybuk: so from reading the discussions here, you dont want a mountall task on that bug? [17:53] pitti, i will am looking at that [17:53] lool: I've said repeatedly that I accept that there's a mountall bug here *as well* [17:53] Keybuk: right, just because of the "make sure it's targetted" that came up during the meeting [17:54] though at this point I've lost all track of bug numbers [17:54] and am just going to go around at release time and close any I think I've fixed [17:56] Keybuk: Ok so I'm adding a task, do what you think is best with it === cking_ is now known as cking === beuno-lunch is now known as beuno [18:11] I'm really surprised launchpad didn't email me when my build completed. [18:11] Darxus: since that's the common case, it just mails you if it failed [18:12] pitti: That's good. And I can set an alarm based on when it predicts the build will start... but since it takes so long some times, and I'm generally anxious to have it done, it would be nice to get an email. [18:16] are there known problems with apparmor & dhclient3 ? [18:17] http://paste.ubuntu.com/287038/ <- can't get these fixed :s === jldugger is now known as pwnguin [18:31] anybody know what the CLI name of "Universal Access Preferences" is? [18:38] seb128: pam-auth-update shouldn't be touching /tmp at all [18:39] slangase`, there is nothing in debconf using tmp which could get confusing on tmp wiping? [18:43] LaserJock: gnome-at-properties? [18:43] Amaranth: hmm, doesn't seem to be it [18:43] seb128: no, it has its own /var/cache dir, no reason to write anything at all to /tmp [18:44] slangase`, ok, so ignore me, I just though that the timing was suspicious [18:44] LaserJock: grep "Universal Access" /usr/share/applications/* [18:44] LaserJock: then open that file and check the Exec [18:45] "udevadm trigger" -hahaha [18:45] lool: nice bug [18:45] lool: you still have a task open on mountall; is that an issue or not? === slangase` is now known as slangasek [18:46] slangasek, we got 2 of those pam bugs today btw, reassigned your way [18:47] Amaranth: no help [18:47] LaserJock: I've never heard of it [18:47] slangasek: Technically the bug is that mountall wipes /tmp on an already running system, the dmraid change is a workaround [18:49] Amaranth: I mean, the grep returns nothing [18:49] LaserJock: Right, I figured that [18:50] LaserJock: Was saying I've never heard of anything called "Universal Access Preferences" [18:50] I have "Assistive Technologies" [18:50] but that's gnome-at-properties [18:50] there's a "Universal Access" *menu* ... [18:50] seb128: hmm, more of that pam bug? Ok, maybe it does have something to do with /tmp, in a way I don't understand [18:50] cjwatson: not here [18:50] maybe the debconf GNOME frontend breaks when /tmp goes away [18:51] Amaranth: provision for one anyway [18:51] Right, but empty [18:51] slangasek, yes [18:51] slangasek: debconf in general uses /tmp [18:51] oh [18:51] drat, then :) [18:51] ok, I'll mark them as dupes [18:52] slangasek, thanks [18:52] not that I can remember exactly where [18:52] * Amaranth should probably log out to fix his /tmp getting wiped eventually [18:52] I'm sure it's somewhere other than in the dialog and editor frontends [18:52] but lunch sounds more important right now [18:52] Amaranth: it's in my systray and I can't figure out where it came from or how to get rid of it [18:52] LaserJock: oh, that's gnome-at-properties [18:53] speaking of menus, why do I have a duplicate Calculator item at the top level of Applications? [18:53] LaserJock: uncheck the first box there [18:53] LaserJock: the app itself is gnome-at-visual [18:53] Amaranth: it is unchecked :( [18:54] Amaranth: and gnome-at-visual is not running [18:54] cody-somerville: seen that xubuntu livefs builds are failing? Looks like a seed ordering problem, maybe [18:54] LaserJock: Well I'm stumpted [18:55] err, stumped :P [18:55] Amaranth: hmm [18:55] cody-somerville: oh, no - I guess this is an already-fixed bug in xubuntu-gdm-theme, and the ports just need to catchu p [18:59] cjwatson: hmm, seen bug #444587? Seems to be a regression caused by your latest grub upload [18:59] Launchpad bug 444587 in grub "grub fills disk space in karmic (540MB) (dup-of: 444703)" [Undecided,New] https://launchpad.net/bugs/444587 [18:59] Launchpad bug 444703 in grub "package grub 0.97-29ubuntu57 failed to install" [Undecided,New] https://launchpad.net/bugs/444703 [19:00] Every install of grub comes with a free desktop ISO ;) [19:01] slangasek: blink. Will look, thanks [19:01] I certainly didn't change anything directly related to that [19:02] oh; I didn't look too deeply, I thought 'objcopy' was kind of a red flag word :) [19:02] that was only in the configure script [19:02] ok [19:04] Hah, damn, telepathy-idle FTBFS... the irc piece of empathy, the default chat client in karmic. [19:04] reproduced in a local build, but dinner is ready so it'll have to wait [19:05] * slangasek nods [19:07] might be able to backport another piece from grub2 for that [19:08] is there a place that gnome lists what apps to restore from a session? [19:10] slangasek: at least the .deb compresses well ;-) [19:10] indeed! [19:10] size 1892884 bytes: control archive= 6106 bytes. [19:11] Installed-Size: 526916 [19:11] 285x compression [19:19] slangasek: actually, sod it - fixing now [19:20] might not hurt to crank grub 0.97-29ubuntu58's build priority up some [19:20] * cjwatson goes to eat [19:22] seb128: this translation thing; is it release critical? [19:22] seb128: we're assuming it is for now, but if its not, we have some rc stuff we would switch to [19:32] lifeless, no it's not, I've a one liner workaround [19:33] seb128: ok, thanks. Thats disabling the indicators own translations? [19:34] pitti, there still seems to be a problem with USB printing, see bug 420015, comment #105, user tells that he has to set /dev/bus/usb/*/* permissions manually so that printer gets discovered and new udev rules did not make it into current udev. [19:35] Error: Could not parse data returned by Launchpad: The read operation timed out (https://launchpad.net/bugs/420015/+text) [19:35] lifeless, I will need to test, it's commenting the textdomain call [19:35] lifeless, don't bother with that bug for now [19:35] seb128: we suspect that will disable the translation for 'm' etc beside the time data [19:37] lifeless, thanks for letting me know I will check that but I want to try debugging it first, I've a working testcase and I know how it's supposed to work so I will give it a try [19:37] ie a standalone gtk code with the same locale init code works correctly [19:37] tkamppeter: hm, current cups runs the usb backend as root again; that still doesn't work? [19:37] seb128: right, I [19:37] I will keep you guys updated tomorrow [19:37] 've been looking at the glib patch [19:37] tkamppeter: also, I thought we'd use usblp again? [19:38] seb128: and i'm happy to follow through and debug it directly too [19:38] seb128: I think its g_dgettext perhaps. [19:39] I think I may know what it is [19:39] lifeless, oh ok, what is it? [19:39] it's weird that my testcase is working then [19:39] look at g_dgettext in devhelp [19:39] ArneGoetje, pitti: language-pack-gnome-bo uninstallable, breaking livefs builds? Known issue? (related to our space problem?) [19:40] it disables all translations if the application doesn't have a translation [19:40] so if the indicator-messages-service isn't translated *itself*, it won't show trnslations for anything else either [19:40] lifeless, define "the application doesn't have a translation" [19:40] lifeless, ie if there is no mo file to use? [19:41] lifeless, ok, easy to try, add a dummy string to translate and see if that fixes the issue [19:41] seb128: I'm reading devhelp, so I can't define "the application doesn't have a translation" very well [19:41] but yes, I think a mo file - even an empty mo file - for the indicator-messages-service domain will make it work [19:41] slangasek: presumably; it just stopped in the middle of generation [19:41] seb128: if your test case has a mo file for your test local, that would be why it works [19:42] seb128: here's how I'd test - change the DOMAIN that indicator-messages-service binds to to be something that is translated [19:42] e.g. gnome-panel or something [19:43] lifeless, the testcase was using a dummy domain for the textdomain calls [19:44] lifeless, thanks for the hints, I will play with that after dinner [19:44] or install glib dbgsym and breakpoint translated = g_dgettext (key_file->gettext_domain, [19:45] right [19:45] then see if it returns the orig value even though the domain etc has been set right [19:45] did you guys try that? [19:45] no, I was prepping to do that when we realised that the behaviour of g_dgettext was relevant [19:45] and read up on it.. with shocking results;) [19:45] anyway as said I've a good idea how to look at the returned string etc so I will play with that later [19:45] cool [19:45] I need to go for dinner now [19:45] good luck [19:45] bll [19:45] bbl [19:45] thanks [19:46] you too for the next issue you will tackle ;-) [19:48] TheMuso, I reopened bug 440846 with a debdiff, can you please take a look? [19:48] Launchpad bug 440846 in speech-dispatcher "speech-dispatcher is very verbose about not being started" [Undecided,Confirmed] https://launchpad.net/bugs/440846 [19:50] Keybuk: is /sys/class a list of subsystems, or are "class" and "subsystem" different concepts? [19:56] Hey, who should I contact concerning a possible (fairly major) Wubi feature? [19:57] slangasek: Task on mountall is just to track the fact that it's also a mountall bug that it shouldn't blow /tmp like that when already mounted [19:57] slangasek: But fixing one or the other seems enough the drop the bug from its critical status [19:58] lool: ok - can the mountall task be triaged to something more appropriate than new/undecided, then? [19:58] slangasek: There was a longer discussion here between Keybuk and others and I didn't follow the specifics of the mountall issue [19:58] slangasek: Sure; I'll confirm + assign keybuk [19:58] Sorry I kind of disappeared for other calls after doing the dmraid upload :) [19:59] done [20:02] pitti, I am only telling what was reported in bug 420015, but perhaps this user has fallen into an infinite loop of trying to get his USB printer recognized. [20:02] Launchpad bug 420015 in cups "usblp Kernel module needs to be removed and /dev/bus/usb/*/* made accessible for USB printers to work with CUPS 1.4.x" [High,Fix released] https://launchpad.net/bugs/420015 [20:06] pitti: would be interested in a quick FFe review of bug #238555 if you can spare the time [20:06] Launchpad bug 238555 in pm-utils "pm-utils doesn't reload hdparm.conf after a suspend" [Undecided,Confirmed] https://launchpad.net/bugs/238555 [20:28] slangasek: replied in the bug [20:28] pitti: thanks [20:29] hello, I just noticed /etc/apt/preferences.d i take it the logic behind that dir is the same as /etc/apt/sources.list.d [20:29] does anyone have any documentation regarding this change? [20:33] never mind, found it http://osdir.com/ml/debian-bugs-closed/2009-07/msg03476.html [20:34] slacker_nl: sources.list.d is for additional repository snippets, while preferences.d is for pinning snippets [20:39] geser: that's what I'm saying, same logic as sources.list.d, but then for pinning [20:39] i know enough [20:50] pitti: hdparm_is_on_battery> yes, you divined my intent accurately, sorry if this was opaque :) [20:57] pitti: I note you didn't mark the FFe as 'confirmed' - I've followed up again responding to some of your comments, is that enough for an FFe now? [21:01] slangasek: hey - could update the links to test cases on the iso tracker? [21:01] mathiaz: yes, what links? [21:01] slangasek: http://testcases.qa.ubuntu.com/Install/UECInstall [21:02] slangasek: ^^ should be replaced with two urls [21:02] slangasek: http://testcases.qa.ubuntu.com/Install/ServerECluster for "Install (UEC Cluster Controller)" [21:02] slangasek: http://testcases.qa.ubuntu.com/Install/ServerENode for "Install (UEC Node)" [21:03] slangasek: is that enough info? [21:03] mathiaz: yes, thanks [21:05] Anyone with experience of Policykit and DBus? === sandberg_ is now known as sandberg [21:07] I'm having some issues with policykit (bug #439552), seems like this involves UID checking of DBus connections. The strange thing is that I have two installations of Karmic and only the one upgraded from Jaunty is affected by the bug. [21:07] Launchpad bug 439552 in policykit-1 "Policykit authentication dialog not responsive to clicks on the 'Authenticate' button" [Undecided,New] https://launchpad.net/bugs/439552 [21:18] Screen just crashed on me :/ [21:33] Keybuk: bug #427356 still has a 'cups' task open; is that still on the agenda for 9.10? [21:33] Launchpad bug 427356 in cups "Boot Performance Updates" [Undecided,Confirmed] https://launchpad.net/bugs/427356 === ajmitch_ is now known as ajmitch [22:17] mathiaz: tracker test case links updated [22:18] sleep/hibernate: if I press my sleep key, gpm does the job its way, if I use the menu, it's done another way by indicator-session. shouldn't this be unified? === robbiew is now known as robbiew-afk [22:19] tormod: both are supposed to be done via devicekit-power -> pm-utils; is this not the case? [22:20] slangasek, I noticed the way they turn on the screensaver is different [22:20] ah, that's possible :/ [22:21] since that's GNOMEy and therefore not part of what devicekit-power will handle [22:21] I think that should be a bug report, definitely [22:21] there was recently added stuff to indicator-session but not the same stuff as in gpm [22:22] ok, I can file a bug. on indicator-session maybe? can i-s call gpm to get the same path run? [22:24] mdz: today's Eucalyptus testing is looking good [22:25] mdz: i have a cluster + 2 nodes going now [22:25] mdz: installed from today's ISO [22:25] mdz: auto registration worked flawlessly [22:25] mdz: having issues with the UEC image, it won't run [22:25] mdz: the eucalyptus images are working fine though [22:25] tormod: I don't know whether there's a path it can invoke, but that shouldn't be a barrier to getting the bug filed on indicator-session and getting people's eyeballs on it :) [22:40] slangasek, I filed bug 444931 [22:40] Launchpad bug 444931 in indicator-session "indicator-session executes another suspend procedure than gnome-power-manager" [Undecided,New] https://launchpad.net/bugs/444931 [22:56] slangasek: thank ya === dendro-afk is now known as dendrobates [23:22] just filed a new bug 444962 that will confuse many beta testers [23:22] Launchpad bug 444962 in shared-mime-info "shared-mime-info-0.7-ubuntu1 update is broken" [Undecided,New] https://launchpad.net/bugs/444962 [23:35] slangasek, should I make a new debdiff for bug 384875? [23:35] Launchpad bug 384875 in laptop-mode-tools "ships two different sleep.d hooks" [Low,Fix released] https://launchpad.net/bugs/384875 [23:39] tormod: I'm just now merging/reviewing your branch; I figured I'd fix up the conffile handling myself afterwards === dendrobates is now known as dendro-afk [23:41] tormod: is there anything in the upstream sleep.d script that we should worry about merging? [23:41] I guess both scripts are trivial :) === dendro-afk is now known as dendrobates [23:44] slangasek, the only difference is that upstream calls laptop_mode auto force and not only auto [23:44] can't remember right now, but we have some Ubuntu changes wrt auto and force [23:45] tormod: well, no; the main difference is that it respects disabling laptop-mode via /etc/default... [23:46] slangasek, yeah I meant other than the obvious :) [23:46] ok :) [23:48] we also ship a power.d/laptop-mode, I am to tired to think about why and if :) [23:49] heh, ok [23:51] ive been taking a look at some of the FTBFS problems, cmake builds fine now with the latest version of libxmlrpc-core-c3-dev, we could remove that from the list [23:54] slangasek, if you have time, maybe you can look at my debdiff for bug 430121 [23:54] Launchpad bug 430121 in acpid "package acpid 1.0.6-9ubuntu6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1" [Undecided,Confirmed] https://launchpad.net/bugs/430121 [23:55] jbernard_: not easy to just remove something from the list, it's generated from an automatic build pass [23:55] jbernard_: if it builds fine now, great [23:56] unfortunately http://people.ubuntuwire.org/~wgrant/rebuild-ftbfs-test/test-rebuild-20090909-karmic.html doesn't have any annotation facility at the moment, which is probably impeding serious work on it [23:56] wgrant: ^- would it be incredibly painful to add something? [23:56] tormod: I wonder if bug #384875 is the reason some people have been reporting that their disks are still spinning down when they shouldn't :/ (laptop-mode calls hdparm -S 10) [23:56] Launchpad bug 384875 in laptop-mode-tools "ships two different sleep.d hooks" [Low,Fix released] https://launchpad.net/bugs/384875 [23:56] I mean, today I glanced down the list and fixed various things in main [23:57] but if I were to do more than that, I'd almost certainly hit diminishing returns as I start to run into things that other people have fixed [23:57] slangasek, possible [23:57] cjwatson: "already fixed" - I thought packages that are superseded by newer versions in the archive are supposed to be removed from that page already? [23:58] oh? [23:58] i believe this is true [23:58] hmm, so they are, in that case I take it back [23:58] but in cmake's case, it failed because of another package [23:58] so it wasn't picked up