[00:00] svu: the general idea is that you give *us* the log - and we look for things ;) [00:00] Keybuk, :) ok. I provided pastbin url :) [00:00] oh, missed that [00:03] slangasek: you know what I *don't* spy in that boot.log ? [00:03] Keybuk: udev? [00:03] udev [00:04] I would be surprised if you find something there. it looks so empty [00:04] so udev is *running*, but not under control of upstart [00:04] cjwatson, kernel [nnnn.nnnnnn] eth2: interrupt(s) dropped! < bloody hell [00:04] slangasek: but why isn't upstart even trying to start it? [00:04] you should see, at least, an attempt to start udev [00:04] W3ird_N3rd: sorry, I don't know anything about that, I doubt it's installer-specific [00:04] svu: can you pastebin /etc/init/udev.conf, please? [00:05] sure [00:05] http://pastebin.com/9m2GArqB [00:06] interesting [00:06] I'll just wait for mini.iso rebuilding 14 april and try again. I'm going to sleep now [00:06] Keybuk: I got nothin' [00:06] had enough :P [00:06] upstart must think it's already running [00:06] *but that makes no sense* [00:06] svu: what does "status udev" say? [00:07] udev start/running, process 393 [00:07] err [00:07] lool: no problem ... let me know how it goes. it's extremely timely for me to reproduce it as i don't have a ports mirror, etc. [00:07] Keybuk, or should I do "status udev" when in manual recovery mode? [00:07] I don't have enough space to try to reproduce myself either [00:08] please [00:09] Keybuk, ok, 2 mins, another reboot [00:10] hmm so the -dbgsym packages are correct but -dbg has the wrong CRC [00:15] Sarvatt: I'd noticed that too, but never investigated since -dbgsym works so well [00:15] Keybuk, udev start/running, process 401 [00:15] Sarvatt: they also crash libbfd sometimes :) [00:16] Sarvatt: if you could open a bug report, I can confirm it. I'd never gotten the time to really dig into that. [00:17] svu: can you pastebin a ps at this point [00:17] kees: will do, I was just insure where to file it. pkg-create-dbgsym? [00:18] Keybuk, arrgh. I wish you had asked a bit earlier :) ok [00:18] Keybuk: btw, thinking about it some more I know my fix for the deadlock is still racy, because "process incoming events until the queue is empty; write our request" is not atomic [00:18] but I don't think I'll have time to fully fix this [00:19] right, I was thinking we should just call poll() in the loop [00:21] Keybuk: in which loop? to fully fix it, ply_write() has to be interruptable, neh? [00:22] Is there a way to force update-manager to offer a restart? [00:22] persia: wow, quite eloquent [00:22] in the loop in that function [00:22] kirkland: are you still seeing bug #540091? Because bug #559582 claims to still have the problem, and that was filed after 540091 was fixed [00:22] Launchpad bug 540091 in mountall "libplymouth2<->mountall circular dep prevents upgrade from karmic" [High,Fix released] https://launchpad.net/bugs/540091 [00:22] Sarvatt: no, dbgsym is fine. it's the -dgb infrastructure from debian that is broken [00:22] Launchpad bug 559582 in mountall "Upgrade from karmic to lucid failes with Internal Error, Could not perform immediate configuration (2) on mountall" [Undecided,Confirmed] https://launchpad.net/bugs/559582 [00:22] Keybuk: ah [00:22] that'll mean it'll call read when it can, call write when it can [00:22] etc. [00:22] right [00:24] lifeless: thanks :) [00:24] persia: I don't think I achieved your eloquence, but I think you're rather better known than I:P [00:25] persia, btw I got X up on your little displaylink device [00:25] lifeless: I think the key bit for any nomination of me is probably "he seems to be around a lot". No eloquence required :) [00:25] bryceh: With the xsfbs build? [00:26] Keybuk, http://pastebin.com/k2yHLzsA [00:26] persia, well it also needed another library libdlo [00:26] which I just installed manually, it'll still have to be packaged I guess [00:26] persia, good news is I now understand what it'd take to make this thing work [00:26] bryceh: What did you do that needed that? I had it working in February without it. [00:27] bryceh: By "work" do you mean "autodetect and have GUI config interface"? [00:27] persia, but bad news is it looks like it'll only work with Xinerama [00:27] no I mean be able to get X running on it with an xterm [00:28] bryceh: Did you try the xorg.conf in the README? That mostly just worked for me with no extra libraires. [00:28] persia, yep, after installing the lib and verifying that worked I put the xorg.conf changes in and verified that worked. again though, it requires Xinerama if you want to fire up both the display and your regular monitor [00:28] bryceh: So, what does the xinerama limitation mean? What needs to happen to make it work the desired way? [00:28] so that's only feasible with -nvidia for now [00:29] Keybuk: triaged bug #559761 for the "mountall needs to flush" issue; I think we should fix this for final, is this something you'll be able to get to? [00:29] Launchpad bug 559761 in mountall "mountall needs to flush plymouth message queue before emitting upstart events" [High,Triaged] https://launchpad.net/bugs/559761 [00:29] I really had it working with -intel without the library :) I'll fiddle with it more after UDS, when I have hardware again. [00:29] slangasek: it's just adding that same flush function call into emit_event right? [00:29] Keybuk: I dunno, haven't looked at the code :) [00:29] svu: at this maintenance shell, do you have lvm working? [00:29] slangasek: can't see any reason why it would be harder than that [00:30] though it'd be a good idea to fix flush first ;) [00:30] bryceh: So, on a more general note: what does the xsdfbs bit bring to the package? [00:30] Keybuk, at that shell I can do "vgchange -a y" - and continue booting. otherwise I cannot boot [00:30] svu: that's not what I asked [00:30] bryceh: I noticed the extra Provides and dependency on the right base X lib, but that seemed to be two lines from the bundle of stuff. [00:30] Keybuk, well, perhaps I did not understand your question. [00:31] how do you mean "lvm working" - do you mean lvm binary? [00:31] persia, it means the driver needs to support xrandr (and will require upstream to support multiple video devices (bug #316514)) [00:31] Launchpad bug 316514 in xorg-server "MASTER: Xinerama/Multihead with several video cards is not supported" [Wishlist,In progress] https://launchpad.net/bugs/316514 [00:31] svu: can you reboot [00:31] get back to that maintenance shell [00:31] and then gather some information for me [00:31] persia, that's the packaging system debian uses, so if we want them to eventually adopt the package it has to have that packaging system [00:31] (without running vgchange or anything yourself) [00:32] ok [00:32] what commands should I run, what info to collect? [00:32] do you not have a second machine to IRC from? [00:32] bryceh: Did you plan to bring it to XSF for adoption? I had thought I'd just toss it in as an arbitrary optional extra package post-squeeze, but I'm happy if someone else wants to maintain (or team maintain) it. [00:32] persia, I have no such plans [00:33] Keybuk, ghm. I will check if my 2nd mac has any irc client... [00:33] svu: I guess a useful answer would be whether you have a /dev/.udev.log file at that maintenance shell [00:33] persia, in fact I think it looks like the work to get this supported is well beyond my scope and time availability [00:33] if you do, what is the output of "lvm vgs" and "lvm pvs" [00:33] are there device nodes in /dev/mapper? [00:33] ls -l /dev/mapper [00:33] include owner/group stuff [00:33] (even just of control) [00:33] hi [00:34] bryceh: Fair enough. If you have time, I'd appreciate a write-up of what you think needs doing, and I'll recollect the device and fiddle with it some more myself. [00:34] persia, anyway, I'll return the device to you at UDS [00:34] Keybuk, I know for sure I have /dev/.udev.log ! [00:34] svu: at that maintenance shell? [00:34] yes [00:34] and it has contents? [00:34] is there any project that needs a volunteer ? [00:34] bryceh: Sounds good. Thanks for confirming it still worked after the changes to the package. [00:34] persia, when you got it working before, did you get the full desktop session up and everything? [00:35] Keybuk, yes. IIRC I copied it yesterday here (pastebin) [00:35] ok [00:35] the answers to the other questions would be nice to have [00:35] persia, and was that with only the usb monitor enabled or did you have two monitors going? [00:35] oh [00:35] output of "cat /proc/self/mountinfo" there too [00:35] bryceh: I didn't try that far, as I only had about three days with the device, and was otherwise occupied at the time. I got X running in it with metacity and terminator though. [00:36] * persia mostly found it happened to still be in the laptop bag when the SiS USB devices were being bandied about. [00:37] well I didn't get to those either [00:38] ok, another me [00:38] yay, clones [00:38] :) [00:38] heh. No worries. A quick search found a fix for XRandR that was reported to work in Jaunty. I'll see if I can't get it to work more sensibly for maverick. Do you think that the USB probing might hit X so that it would be autodiscovered, or still need an xorg.conf. [00:39] svu_: ok, let's start with the basics [00:39] persia, to be honest I haven't dug into the usb probing to know if there's been work on that upstream [00:39] reboot the other box, and get it to that maintenance shell [00:40] snow_ru: There's heaps of stuff that needs volunteers, but here in Ubuntu we tend to focus on everything, rather than specific things. If you want to work on a specific thing, I recommend finding a bit of software you like, and chasing it to fix all the bugs (bugs.launchpad.net/ubuntu/+source/${PACKAGE}/+bugs is a good place to start. [00:40] persia, well, I should say I scanned through the xorg-devel mailing list but didn't find anything there [00:40] persia, but that was a few weeks ago [00:40] bryceh: Is USB probing something you're likely to be able to investigate in maverick? [00:40] yes, there is /dev/.udev.info [00:40] a lot of stuff inside [00:40] persia, no I won't be working on X in meerkat [00:40] svu_: no /dev/.udev.log [00:40] sorry I meant udev.log [00:40] of course [00:41] svu_: ok, can you get me the output of /proc/self/mountinfo ? [00:41] cat /proc/self/mountinfo I mean [00:41] bryceh: Ah, in that case, no worries. I'll file a bug if I run into a solution. [00:41] ghm.... smbmount does not work :( [00:41] svu_: ? I didn't ask you to run smbmount [00:41] how would I copy that stuff here? [00:42] on second machine? [00:42] Or just save it into different location and provide you after I boot successfully? [00:42] or copy to usb flash? [00:43] svu_: can you not take a photo of the screen? [00:43] ghm. ok :) [00:46] we're trying to debug a failure to mount a filesystem [00:46] going around mounting filesystems is *going to change the result* :p [00:47] indeed. ok, I got some shot using my mobile... [00:48] Keybuk, is rapidshare good enough? [00:49] svu_: you could just post it to the bug report? [00:49] slangasek, right:) [00:51] added to bug report [00:52] http://launchpadlibrarian.net/44204574/Image0021.jpg [00:53] anything else? [00:54] ok [00:54] bye [00:56] svu_: ok, well that all looks right [00:56] hmm [00:56] ls -l /dev/mapper/control [00:56] what's the permissions and ownership? [00:56] root:root [00:56] crw-rw---- [00:57] ok [00:57] Keybuk: didn't tseliot say he had a bzr branch for part of this i18n fix? I can't find it now [00:57] svu_: ls -l /dev/tty1 [00:57] same question [00:57] root:tty [00:58] ok [00:58] so udev is working [00:58] crw--w---- [00:58] what does "lvm vgs" say? [00:59] it shows VG1 [00:59] PV 1 LV 3 Attr wz--n- [00:59] BUT [00:59] there is one thing [00:59] suspicious [00:59] many commands say File descriptor 8 leaked [01:00] I noticed that before many times [01:00] does it matter? [01:00] that's just the shell ;-) [01:00] ok [01:01] I felt I have to let you know :) [01:01] * kees wonders if watershed is iin the intramfs [01:01] * svu_ feels soon he will have to tell the superuser passwd and IP address :) [01:03] * ScottK gets a pencil. [01:04] ScottK, nothing interesting on that system. Just old power g5... [01:05] ;-) [01:06] well that was interesting... updated my system which included an update to grub and a new kernel, and it decides not to add the initrd line to the new boot stanza.. add it myself and it boots.... grub-update again and it does it right this time.... I have a feeling there's a race condition somewheres.. ugh... [01:07] Keybuk, anything else to check? [01:08] well [01:08] I'm stuck [01:08] lvm knows about your vgs [01:08] no idea why it hasn't activated them [01:09] I think udev has run lvm [01:09] how would I check that in .udev.log ? [01:09] how could I debug udev activities on boot? [01:10] Keybuk: Excuse me, I've not seen the bug you're working on but mentioning the LVM not mounted issue reminded me I've seen that here too, but always just gone into maintenance mode [01:10] that's harder [01:10] modify udev.conf to start with --debug [01:10] IntuitiveNipple, and what did you do in the maint mode? [01:10] Keybuk: strangely what I found was that whilst I was at the prompt thinking what to do, the missing device 'appeared' after a delay [01:10] so I just exit M mode and the system continues to start correctly [01:11] svu_, the volumes don't belong to another machine or instance do they? unless they have been set up or imported they won't be automatically activated [01:11] I assumed a race condition in mountall or similar [01:11] psusi, all same machine, SATA drive [01:12] Keybuk, why is that harder? [01:20] svu_: well, you have to do something ;-) [01:21] Keybuk, :) I just did. interesting change in behaviour after reboot [01:22] When I ask 'vgchange -a y' - I am getting error about missing mapper in /proc/misc [01:22] !!! [01:22] slowed it down enough to make it work? [01:22] But [01:22] oh, that's kinda interesting [01:22] after some while [01:22] and several attempts [01:22] it worked [01:22] and ... I think I had to make udevadm trigger as well [01:22] yes [01:23] and I see device-mapper in /proc/misc - all the time! [01:26] actually! [01:26] device-mapper is not there initially [01:26] indeed [01:26] not in /proc/misc [01:27] that's odd [01:28] even after udevadm trigger [01:29] suddenly (timeout??) I see a lot of output on console [01:29] I thought we built that in [01:29] and voila - device-mapper in /proc/misc [01:30] sounds like the driver isn't being loaded before the tools try to use it [01:30] it seems there was some delay [01:30] and --debug made that delay even bigger [01:30] ./config.common.ports:289:CONFIG_BLK_DEV_DM=m [01:30] ./config.common.ubuntu:375:CONFIG_BLK_DEV_DM=y [01:30] so on svu_'s powerpc box it won't be built-in [01:30] ports!!!!!!!! [01:30] oh, that's kinda fun [01:30] so when the underlying block device shows up ... [01:30] lvm is run ... [01:30] silly ports split [01:30] but device-mapper isn't loaded [01:30] so boom [01:31] * persia filed a bug about that recently, and hunts up the number [01:31] boom [01:31] baga boom [01:31] bug #560717 [01:31] Launchpad bug 560717 in linux "lucid sever fails to boot with LVM root" [Undecided,New] https://launchpad.net/bugs/560717 [01:31] cjwatson: well done [01:31] shall I try and bread roll a kernel dev? [01:32] svu_: Please confirm and mark as affecting you :) [01:33] Keybuk: might not hurt, I don't know if they have time for another upload / were planning one anyway [01:33] slangasek: so that mountall typo I noticed above - do you think we can squeeze in a fix for it? [01:34] persia, I marked "affects me too" [01:34] it's sitting there on the screen for some time and I'd rather not have a typo there [01:34] svu_: Thanks. If we can get all the powerpc LVM users to do that, maybe we can get an SRU, even if we can't get a prerelease upload :) [01:34] cjwatson: we're getting mountall string changes anyway today (unfortunately) to fix an untranslatable string, so yes [01:34] (just as soon as I verify the upgrade path on mountall+plymouth) [01:35] ok [01:35] will commit in a sec [01:35] persia, ok. Thanks a bunch, I would love to get that fixed. Otherwise the boot process does not look nice :) [01:35] Keybuk, say... what sort of tools should I look at to investigate a blocktrace during boot? I got e2defrag to pack all the files ureadahead wants at the start of the disk and oddly, the peak throughput went down slightly though total time in ureadahead also went down by a few seconds [01:35] thank you all lads for you help [01:36] directhex: hola [01:36] directhex: why do you tink that having minVersion 1.9 is right? [01:37] in gluezilla [01:37] asac, because it works (although not with 1.9.3 according to micahg), whereas the previous hard-coding caused more issues than it solved [01:38] directhex: its not a good idea to just keep it fully open [01:38] psusi: blktrace ;) [01:38] directhex: so definitly minVersion needs to be 1.9.2 [01:38] lol... of course ;) [01:38] directhex: there is no guarantee that standalone glue works with something lower than what it was linked from [01:39] directhex: for higher versions we would need to review what xpcom components it uses. if those are all frozen its fine to keep 1.9.* [01:39] as maxversion [01:39] but 9.9 is definitly wrong ;) [01:40] I'll push my working patch up to the ffox36 transition PPA to test [01:41] Keybuk: udev starts before modules are loaded... [01:41] asac, frankly, i'm sick to death of the package. do whatever, i really don't care as it only affects people running system.windows.forms apps with embedded browser controls (i.e. nothing in the archive). do what you like with it, use http://www.java2s.com/Code/CSharp/GUI-Windows-Form/WebBrowserinaction.htm to test it [01:41] init-top, then module loads, etc. [01:41] kees: well, yes [01:41] udev *loads* modules [01:41] directhex: kk [01:41] since ide is builtin, the vgchange triggers before device-mapper is loaded [01:42] Keybuk: Ought udev be loading dm_mod in this case then? [01:42] * kees is fighting tmobile's network [01:42] directhex: sorry about that :( [01:42] persia: no [01:42] will take care [01:42] dm_mod is one of those modules that can't be auto-loaded [01:42] which is WHY IT'S BUILT IN! :p [01:42] aha! (except it's not) :) [01:42] well, that's the bug [01:42] Right. [01:42] asac, also try shana on gimpnet #mono, within portugese working hours [01:43] But now I understand it, rather than it just being a mysterious failure which I knew how to make go away :) [01:43] asac, at the very least, -2 works, -1 segfaulted, so it could be worse [01:43] heh ;) thanks alot [01:43] well, it could be auto loaded... if udev tested for and loaded it if not already before invoking the tools that depend on it... or better yet, the tools could do that... I don't see why libdevmapper doesn't do that already [01:43] or @sh4na on twitter [01:45] psusi: because libdevmapper can be invoked by users [01:45] Keybuk: so, bug on the kernel then? won't make rc1... [01:45] kees: I think so [01:46] psusi: users can't load modules [01:46] Keybuk: yeah, looks like it's built-in in karmic. [01:46] directhex: ok. makes some sense. the currently disabled patch forced the load of xulrunner 1.9.1. so yeah. that crashes :) [01:46] kees: yeah, it's like unix, ppp, fuse, etc. [01:46] it makes no sense to be a module [01:46] asac, forcing 1.9.2 didn't work for me on one machine, just had a grey screen [01:46] it has to be loaded by hand to work [01:46] asac, so be sure to test changes [01:46] etc. [01:47] so just build the thing in [01:47] kees: I can confirm it was built-in for powerpc/amd64 in karmic and amd64 in lucid (but not powerpc). [01:47] directhex: yes, dont bother. we will check this out [01:47] hrm. only I don't see it ... ah! not built-in in ppc! [01:47] directhex: will let you know [01:47] kees: RIght, or, for that matter, on sparc/ia64. armel is messy enough I don't even want to look. [01:48] we could make the initramfs hook for dmsetup fail if dm_mod isn't built-in... [01:48] Keybuk, they can't use libdevmapper either [01:48] psusi: sure they can [01:48] psusi: is this discussion anything other than academic? things clearly work better if it's built-in, so build it in. the only downside is a small increase in core kernel size, which really is not that much of an issue on Ubuntu. [01:48] Could we make the initramfs hook for dmsetup attempt to load dm_mod if it's not present? [01:48] then you just move the bug to requiring an initramfs [01:48] seriously [01:48] just build the module in [01:49] there's no point bikeshedding when there's precious little upside to making it be a module [01:49] lots of things stop working if you go around changing random =y to =m [01:49] persia: it does already. it's just after udev starts [01:49] Keybuk, crw-rw---- 1 root root 10, 59 2010-04-14 20:02 /dev/mapper/control [01:49] psusi: chmod id [01:49] cjohnston, true [01:49] Anyway, my bug calls for it to be a built-in. Let's hear from a kernel dev. [01:49] psusi: you're allowed to do that [01:49] persia: the kernel dev who walked past on his way to get a nexus one said it's ok to build it in on ports [01:49] since it is in common ;) [01:49] persia: which bug #, btw, I'm a bit lost on scrollback [01:50] heh [01:50] kees: bug #560717 [01:50] Launchpad bug 560717 in linux "lucid sever fails to boot with LVM root" [Undecided,New] https://launchpad.net/bugs/560717 [01:50] Keybuk, think the kernel checks for CAP_SYS_ADMIN anyhow ;) [01:50] directhex: oh. what was the best way to test? [01:50] psusi: for devmapper? it shouldn't [01:51] asac, paste the code from http://www.java2s.com/Code/CSharp/GUI-Windows-Form/WebBrowserinaction.htm into a .cs file, run gmcs -pkg:dotnet foo.cs; mono foo.exe [01:51] psusi: SYS_ADMIN for what operation? [01:51] asac, that's a reasonably minimal example SWF browswer [01:52] Keybuk: tested out the low-color icons, I think I'm ready to upload - any objections? [01:52] slangasek: none [01:52] does it look at least 5% less crappy? [01:53] it looks pretty crisp [01:53] kees, the ioctls to manipulate the device mapper tables [01:53] directhex: it wants dotnet.pc [01:53] * asac esarches [01:54] asac, mono-devel [01:54] slangasek: i haven't tried a karmic -> lucid upgrade in a while [01:54] oh .. thats a lot of stuff [01:54] kirkland: did you test one after I uploaded the change? [01:55] * psusi wonders what the HELL could be confusing parted about what fs type is on partition 1 after creating it while partition 2 is mounted... yet unmounting partition 2 OR reformatting partition 1 from within parted fixes it [01:55] slangasek: what's the date of that? [01:55] psusi: ah, yeah [01:55] slangasek: i can background one in a vm, if you like [01:55] kirkland: 30 Mar [01:55] kirkland: a test would be helpful [01:55] slangasek: i probably have not [01:55] slangasek: i'll do that now [01:57] psusi: blkid [01:57] touching things would result in blkid running again from udev [01:57] slangasek: via do-release-upgrade -d ? [01:57] Is there a default user group for admins? [01:57] kirkland: however it was reproduced before [01:57] kirkland: and/or however that bug says it's reproducible [01:58] I'm making a package, and debating what permissions to put on the config folder in /etc [01:58] MattJ: there is an admin group [01:58] Do you know if that's an Ubuntu-only thing, or Debian too? [01:58] Keybuk, yea... and blkid recognizes the partition type just fine... but even rescanning/restarting parted and it still doesn't [01:59] MattJ: i'm pretty sure admin is consistent across Ubuntu and Debian [01:59] slangasek: upgrade underway, against local mirror [01:59] slangasek: give it a few minutes, i'll check back [02:00] partition 1 exists, is readable, writable, mountable, yet parted won't detect the fs type... it's so weird.... [02:04] right [02:04] party [02:04] how long do the builders wait with no buildlog changes before they fail out? [02:04] bcurtiswx: 150 minutes [02:05] persia: yikes, openjdk is immobile right now [02:05] which arch? [02:06] I think it's been like that a bit longer than 150 minutes :/ [02:06] persia: i386 [02:07] persia: https://edge.launchpad.net/ubuntu/+source/openjdk-6/6b18-1.8-0ubuntu1/+build/1691250 [02:07] bcurtiswx: How long do you think it's been sitting at "Error: com/sun/jdi/BacktraceFieldTest.java"? [02:08] Persia: honestly, no idea, saw the backlog of i386 packages waiting to build, thought maybe there was one package holding a few back.. looked at openjdk and saw it was stuck [02:08] slangasek: i did get an error with mountall [02:08] slangasek: is this logged to a file somewhere I can pastebin or attach to that bug? [02:09] persia: plus it was started 14 hours ago [02:10] bcurtiswx: That's never a safe indication: the prior upload took 15 hours, 37 minutes, 55.9 seconds to build on i386. [02:11] persia: nice.. good to know [02:11] See https://launchpad.net/~ubuntu-security/+archive/ppa/+build/1625847 [02:11] slangasek: nevermind; i'm running again, tee'ing output [02:12] Oh yay, the PPA build queue seems to be moving, thanks for that whoever :) [02:13] persia: hey, it moved! [02:13] persia: thanks for your help :) [02:14] bcurtiswx: Happy to share how things work to avoid confusion :) [02:16] slangasek: http://paste.ubuntu.com/414635/ [02:17] slangasek: let me know if there are more detailed logs somewhere else [02:24] kirkland: no more verbose logs unless you pass apt some debugging options; can you follow up with mvo on this? === dendro-afk is now known as dendrobates [02:40] Hmmm... can anybody confirm having difficulty unlocking a disk at boot with plymouth? [02:40] At first I thought it was my imagination, but it is happening often enough for me to think there's an issue. I can usually unlock a disk on the first try if I boot in rescue mode (and enter my passphrase without it going through a plymouth theme). But if I boot normally, it takes me 6-7 tries. [02:41] This happens even if I type in each character, one by one. I don't think it's a keyboard issue because I can type perfectly once the netbook starts up [02:42] One thing that I've noticed is that sometimes when I enter a character, it doesn't show up in the passphrase box. [02:46] ryanakca: there's a bug open on plymouth about this, but I can't reproduce it here [02:48] slangasek: Has the bug been confirmed? If not and you have the bug number handy, I can confirm and add whatever lacking information there may be... [02:51] ryanakca: sorry, don't have time to look for it right now; it should stand out in the list though, it has a pretty clear title === slangasek changed the topic of #ubuntu-devel to: Lucid Beta 2 released | Archive: final freeze | Development of Ubuntu (not support, not app development) | #ubuntu for support and general discussion for dapper-karmic | #ubuntu-app-devel for application development on Ubuntu | http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://wiki.ubuntu.com/HelpingWithBugs [02:57] everything's icy now? [02:57] ice ice baby [02:58] * TheMuso shivers. [02:59] whew, uploaded with only seconds to spare [03:21] * TheMuso notes that powerpc is not taking jobs. [03:24] TheMuso: IA64 and Sparc neither. It's been reported. [03:25] ScottK: ok thanks. [04:59] * ccheney notes reading through 1,132 tax forms is not fun [06:45] micahg: I'm open to improving the strings in maverick; would you mind opening a bug about it? [06:45] Good morning [06:45] pitti: good morning, can I resurrect the one that was marked invalid or file new? [06:45] micahg: resurrecting sounds fine [06:46] pitti: k, on another note, is Monday too late to drop xul191? [06:47] micahg: no, we should really get rid of it IMHO [06:48] pitti: actually, I'll talk to asac, the last thing that uses it AFAICT is gjs and that uses an older version that is in archive so maybe tomorrow :) [06:51] pitti: could I trouble you for an FFe to fix the vlc FTBFS against xulrunner-1.9.2 (bug 558981) [06:51] Launchpad bug 558981 in vlc "vlc fails to build against xulrunner-1.9.2" [High,Confirmed] https://launchpad.net/bugs/558981 [06:53] micahg: this isn't an FFE, just a bug fix, so please go ahead [06:54] pitti: even though there are 7 patches added? [06:54] micahg: they don't add new features, change strings, etc. [06:55] pitti: no, ok, thanks [06:57] pitti: actually, OJI is disabled in xul192, so that's a small change [06:58] asac, how do you use libntrack? === ogra_ is now known as ogra [07:51] good morning [07:51] moins dholbach [07:52] hi imbrandon [07:52] Mornings [07:52] good morning [07:53] I have a package for a new upstream bugfix version of a package in Lucid [07:53] The new upstream isn't in Debian (yet) [07:54] But it fixes some important issues, so should I file a bug and attach my .diff.gz? [07:54] or would it be fine to wait for Debian and request a sync? (not sure what's best, regarding the freeze) [07:55] MattJ: what package? [07:55] prosody [07:55] MattJ: I think you have this next week to get a sync from debian for that [07:56] MattJ: if it's bug fix only [07:56] Ok, thanks, I'll give a shove in that direction :) [07:56] It is bugfix only, including one that allows a DoS against connected clients from remote ones [07:58] pitti, I'm trying to use the libntrack package but I get linking errors, when I rebuild the deb locally it works fine. Does it make sense the archive should recompile it? If so, what is the best way to do that (just bump the version number?) [08:01] robert_ancell: if it demonstrably helps, a 006-1build1 is fine; but it would be good to find out what broke in particular (ABI change in dependent library?) [08:02] pitti, it seems like an internal symbol, and I can't work out why that would be [08:15] robert_ancell: well, at this point, if a rebuild helps just upload it [08:16] <_minerva> hi === DrPepperKid is now known as MacSlow [08:36] pitti, can you give ntrack a kick, it's waiting for approval (are we in final freeze now?) [08:36] oh, we are? [08:36] sure [09:01] is anyone else finding that their desktop runs out of memory when left idle overnight === nosse1_away is now known as nosse1 [09:05] pitti: could you please have a look at the u-m upload? just a trivial frbfs fix [09:05] hrm, so fsck does not respect the e2fsck.conf file ... [09:05] mvo: sure, approved, thanks [09:05] * ogra wonders why we have fsck *and* e2fsck ... [09:06] mdz: Evolution seems to be consuming an unreasonable and increasing amount of memory here; maybe that's a part of it? [09:06] RAOF: yes, that's consistent with my symptoms as well [09:06] usually evolution-data-server and chromium fight over who gets OOMed [09:06] once swap is exhausted [09:07] * ogra sighs ... so there is no way to boot a system that has no RTC battery unless i edit both fstabs [09:07] thanks pitti [09:07] thats really bad [09:07] * ogra waits for Keybuk [09:09] it's not happening every day, but it's happening most days [09:12] pitti, could you have a glance at the casper upload too? would ideally like to get today's dailies unbroken for early commands if possible [09:13] superm1: done [09:13] * pitti also accepts command-not-found [09:13] thanks, most appreciate [09:13] d [09:23] * ogra files bug 563618 in the hope we can somehow get that fixed for release [09:23] Launchpad bug 563618 in util-linux "there is no way to tell fsck to ignore broken clocks on embedded systems" [High,New] https://launchpad.net/bugs/563618 === oubiwann` is now known as oubiwann === radoe_ is now known as radoe [10:37] I'm seeing an issue on mbark's laptop where plymouth is flickering rapidly during fsck, and never makes progress [10:39] it doesn't seem like bug 554737 [10:39] Launchpad bug 554737 in plymouth "ply_boot_client_flush() does not read replies (plymouth stuck during/after filesystem check or error)" [High,Fix released] https://launchpad.net/bugs/554737 [10:39] mdz, is his clock wrong ? [10:39] ogra, I doubt it, but I didn't check [10:40] it's flickering between two different messages, one of which shows fsck progress and "F to fix, I to ignore, M for manual" or similar [10:40] mountall doesnt seem to respect fsck returning nonzero in severeal cases [10:41] i have such an issue on the beagle which renders it unbootable (no rtc battery so the clock is always reset) [10:41] ah, sounds like bug 538433 [10:41] Launchpad bug 538433 in mountall "[Lucid] fsck flips rapidly between two messages" [Low,Fix released] https://launchpad.net/bugs/538433 [10:46] Hello, where would I get plymouth 0.8.2-1 from? On my "fully patched" lucid box I currently have plymouth Version: 0.8.1-4ubuntu1 [10:49] do we still use xsplash at all? [10:50] james_w: it's in universe fwiw [10:51] al-maisan: it hasn't built yet [10:51] james_w: ah, I see, thanks! [10:53] also bug 501801 [10:53] Launchpad bug 501801 in mountall "Infinite-loops in fsck when booting with damaged /" [Undecided,Incomplete] https://launchpad.net/bugs/501801 [10:58] mdz, Bug 563618 too [10:58] Launchpad bug 563618 in util-linux "there is no way to tell fsck to ignore broken clocks on embedded systems" [High,Confirmed] https://launchpad.net/bugs/563618 [10:59] (i think i pointed to at least one of the above in the report) [11:00] ogra, are you saying you think the root cause is the same? [11:00] 563618 doesn't say what symptoms you actually see when this goes wrong [11:00] mdz, yes, we dont seem to get to a maintenance shell in either case [11:01] Could https://launchpad.net/ubuntu/+source/highlighting-kate/0.2.6.2-1/+build/1689855 be rescored, please? [11:01] mdz, "that behavior together with a mountall bug which does not give the user a maintenance shell when fsck exits but makes it go into an endless loop renders many ARM platforms we support unbootable" [11:01] al-maisan: ah, looks like it hasn't built yet, sorry - too many other last-minute uploads in the queue, I suppose [11:02] slangasek: no problem -- I will test when it becomes available. [11:15] robert_ancell: re: libntrack: in the source there are examples in common/tests glib/tests gobject/tests etc. [11:15] robert_ancell: i have patches for empathy and weather applet in my ppa [11:16] asac, thanks got it to work. The problem was the lucid version fails to link. if I rebuild it it works. Could you check if that's the case for you? [11:16] I've bumped the version number so it rebuilds but I don't know why it had the problem [11:16] robert_ancell: you mean the package doesnt build? [11:17] asac, I mean if you compile a hello world -lntrack it fails to find some internal symbols [11:19] robert_ancell: with an empty test.c it doesnt happen here [11:19] robert_ancell: can you paste what you got ;)? [11:19] asac, it's in an email I sent you [11:19] ah [11:19] /usr/lib/gcc/x86_64-linux-gnu/4.4.3/../../../../lib/libntrack.so: undefined reference to `_ntrack_arch_new' [11:19] /usr/lib/gcc/x86_64-linux-gnu/4.4.3/../../../../lib/libntrack.so: undefined reference to `_ntrack_arch_get_rfds' [11:19] /usr/lib/gcc/x86_64-linux-gnu/4.4.3/../../../../lib/libntrack.so: undefined reference to `_ntrack_arch_process_data' [11:19] interesting [11:20] will check it out after getting coffe [11:20] asac, thanks [11:22] asac, off now, good luck! [11:23] ev: did you manage to recreate the kubuntu oem issue? [11:28] Riddell: indeed, working on it as we speak [11:38] is there a link to the armel build queue somewhere? [11:39] oh, sorry. wrong channel [11:39] nosse1: https://launchpad.net/ubuntu/lucid/+builds?build_text=&build_state=building&arch_tag=armel [11:51] dpm: ping [11:51] hey slangasek [11:52] dpm: hiya - so, I've just pushed through the queue the last change to fix bug #553954, which is good news and bad news [11:52] Launchpad bug 553954 in plymouth "[Lucid Beta 1] plymouth has a non translatable string coming up on screen" [Medium,Fix released] https://launchpad.net/bugs/553954 [11:52] first the bad news [11:53] dpm: good news because it means the fsck interaction is translatable, bad news because it means there's another string for everyone to translate [11:53] slangasek, ah, untranslatable strings becoming translatable are never bad news :) [11:53] dpm: can you rouse the translation teams to see if we can get that translated a few places before the langpack deadline next week? :) [11:54] dpm: I also accepted a change from cjwatson to fix a typo in another mountall string, so translations will need to be un-fuzzied in LP however that's done... [11:55] slangasek, sure, thanks for the heads up. Do you know if the now translatable string appears in different templates, or is it just mountall? [11:55] dpm: just in mountall [11:55] ok, cool [11:56] hmm, I was going to see what translations are currently out there for the unfuzzied string, but I fail at navigating rosetta [11:56] slangasek, let me see... [11:57] LP doesn't know about mountall as an upstream project, only as an Ubuntu package... [11:57] anybody seen any "hard drive suddenly becomes read-only and I can't reboot" sort of bugs in the last day or so? [11:57] aha, https://translations.launchpad.net/ubuntu/lucid/+source/mountall [11:57] slangasek, that's the one [11:58] so, 16 existing translations [11:58] oh [11:59] slangasek, actually, there are more, there was another bug in mountall [11:59] and the imports queue has been quite slow lately [11:59] in fact, since the .pot file in the package was out of date, maybe nobody has translated the pre-fuzzy string, either [11:59] slangasek, that could well be. I had to manually upload an updated template a couple of days ago exactly because of that, but it hasn't been imported yet [11:59] https://translations.edge.launchpad.net/ubuntu/lucid/+source/mountall/+imports [12:00] dpm: ok - so we should have an up-to-date pot now once it gets processed, and I don't have to feel bad about fuzzying anyone's translations [12:00] I guess I'll take that as a "no" :( [12:01] LaserJock: I have not [12:02] hmm, not good, not good at all [12:02] well, good for Ubuntu, not good for me === dholbach_ is now known as dholbach [12:03] slangasek, yeah, if the typo fix was on a string not having yet been exposed in LP for translation, we should be good to go, no ugly unfuzzying :). And just for reference, actually the fix for the outdated POT file was on the same upload (bug 559997) [12:03] Launchpad bug 559997 in mountall "Mountall needs to generate pot file on build" [Medium,Fix released] https://launchpad.net/bugs/559997 [12:03] yep === MacSlow is now known as MacSlow|lunch [13:09] zul: is your mysql-cluster upload going to fix this too? http://people.canonical.com/~ubuntu-archive/NBS/mysql-cluster-common [13:10] james_w: it should [13:10] good [13:13] doko_: will a rebuild of visualvm move it off libnb-platform10-java? === gnomefreak76 is now known as gnomefreak [13:14] james_w: no, it needs a the new minor upstream version, but part of the sources are not yet released, and I did fail to pick them up out of the netbeans repo. may become a sru [13:14] ok [13:14] it's NBS, so what's the best way to proceed? [13:15] you're keeping an eye on it? [13:15] yes [13:16] ghreat === ogra_ is now known as ogra === joaopinto_ is now known as joaopinto [13:51] could someone from the release team please have a look at bug #563771 [13:51] Launchpad bug 563771 in ttf-indic-fonts "package ttf-indic-fonts-core 1:0.5.4ubuntu2 failed to install/upgrade: subprocess new pre-installation script returned error exit status 127" [Undecided,Confirmed] https://launchpad.net/bugs/563771 [13:53] pitti: HAPPY BELATED BIRTHDAY! :) [13:53] dholbach: *hug*, thank you! [13:53] * dholbach hugs pitti [13:53] * dholbach hugs pitti [13:53] * dholbach hugs pitti [13:53] pitti! [13:54] when was it? [13:55] debfx: looking, though there's nothing there that looks like it needs the release team? [13:55] mdz: yesterday [13:55] (just someone with upload rights?) [13:55] oh late birthday greetings pitti (hadn't match this with your evening) :) [13:56] pitti: Oh... happy belated birthday from me too :-) [13:56] pitti: happy birthday :) [13:56] happy birthday pitti! [13:56] happy birthday pitti! [13:56] wohoo! [13:56] thanks a lot, guys [13:56] it was yesterday, the big three-o [13:57] * pitti blogged some thoughts on http://www.piware.de/, but sorry, German [13:57] at least it has a nice photo of the cake :) [13:57] slangasek: I thought uploads need release team ack in final freeze [13:57] pitti: Jungspund! [13:57] debfx: they need an ack, but they don't need approval prior to upload [13:58] dholbach: pah [14:05] slangasek: ok sorry, I misunderstood the process [14:06] pitti: congratulations from me too! :) I didn't know that you are still _that_ young. Looking forward to your next list in 2020 :) [14:06] sebner: thanks === Tonio__ is now known as Tonio_ [14:10] slangasek: bug 563785, i think is a dupe of bug 423667 - which i thought had been fixed. [14:10] Launchpad bug 563785 in fortunes-ubuntu-server "[MIR] fortunes-ubuntu-server" [High,Incomplete] https://launchpad.net/bugs/563785 [14:10] Launchpad bug 423667 in ubuntu-server-tips "[MIR] fortunes-ubuntu-server" [Medium,Fix committed] https://launchpad.net/bugs/423667 [14:11] (it hasn't been included in main, but is that just waiting on an AA?) [14:11] debfx: 563771 - fix uploaded, thanks! [14:12] Daviey: ah, that bug has no task on the package, making it entirely search-proof [14:12] Daviey: thanks, will close this out [14:12] ahh.. good point.. TBH, i prepaired an upload of this yesterday, thinking it was main :S === MacSlow|lunch is now known as MacSlow [14:43] slangasek: hi! [14:43] slangasek: I have a profile change to fix bug #517714 which I, *ahem*, reintroduced just before freeze. ok to upload? [14:43] Launchpad bug 517714 in libvirt "[Lucid] Error starting domain: could not remove profile" [Critical,Triaged] https://launchpad.net/bugs/517714 [14:44] jdstrand, not sure if steve is still awake, might ask on #u-release [14:45] apw: thanks [14:59] Getting version mismatches between initramfs-tools and initramfs-tools-bin ..paste here: http://pastebin.com/p17rMcLi ... needs ver 73 of initramfs-tools-bin or ver 72 of initramfs-tools [15:01] genii: You're clearly not running i386: arch skew: wait a bit :) [15:01] Will do :) [15:02] genii: When https://launchpad.net/ubuntu/+source/initramfs-tools/0.92bubuntu73 shows your arch to have been built, you should be able to upgrade within about an hour or so. [15:02] I'd score that amd64 build up, but it's going to start in 25 minutes anyway so not much point [15:03] Riddell: I probably ought to change gfxboot's background colour to match the new Kubuntu background image, yes? [15:03] ogra: so do you know why I don't see initramfs output on the serial console? Or rather - why only on tty0? [15:04] Riddell: do you want the foreground colour changed too, and if so to what? While *I* can read light-blueish on slightly-darker-blueish, those with impaired colour vision may have rather more difficulty [15:04] pitti: do you happen to have time to look at bug 560659 [15:04] Launchpad bug 560659 in kpackagekit "kpk shouldn't check for distro upgrades in karmic" [Medium,In progress] https://launchpad.net/bugs/560659 [15:05] starshiptrooper: I don't know about kpackagekit, I'm afraid [15:05] Riddell: http://people.canonical.com/~cjwatson/tmp/kubuntu-boot-screen.png [15:05] pitti: needs SRU :) [15:06] ah, ok [15:06] * starshiptrooper is wondering whether he uploaded that though === starshiptrooper is now known as apachelogger [15:06] ^^ [15:08] apachelogger: looks fine, please go ahead and upload [15:09] pitti: Successfully uploaded packages. [15:09] apachelogger: is there any chance to prevent that from a different place as well? I'm not sure how many people install those updates in a timely manner [15:09] ok, I'll do an SRU round later on then [15:09] pitti: unfortunately not [15:09] * apachelogger actually complained about that in december but didnt file a report and forgot to fix it :/ === mathiaz_ is now known as mathiaz [15:11] Also on the dist-upgrade just before that it got stuck trying to install ttf-indic-fonts or ttf-indic-fonts-core (no conffile to remove, error in line 19 of preinst, etc) since I don't think I was using any Indian fonts anyhow, removed it so things could progress [15:12] genii: Someone in u+1 reported that earlier. I don't know if they filed a bug though. [15:13] . [15:14] slangasek: nm (taken care of) [15:29] amitk, because the first console option is kernel only .... if you only have one console= setting it will show output on serial [15:38] NCommander: seems to be working so far, still building after 17hr on arm [15:49] slangasek: hi - is the concept of runlevel still correct in the upstart world? see bug 561779 [15:49] Launchpad bug 561779 in squid "squid is not started on runlevel transition 1 -> 2" [Low,New] https://launchpad.net/bugs/561779 [16:03] I'm starting a packaging training session on using bzr for Ubuntu development now in #ubuntu-classroom [16:04] son of a... according to this blktrace the kernel merges readahead with the original request, thus delaying the completion of the original request, and leaving the disk idle until user mode issues the next request [16:10] smoser: 562787, is this something to be fixed for lucid? [16:20] genii: The ttf-indic-fonts bug is fixed. You should have an updated package shortly. [16:20] ScottK: Thanks :) [16:22] I see the 64bit initramfs is also built now, will update shortly [16:28] debfx: bug #563933 [16:28] Launchpad bug 563933 in ttf-indic-fonts "package ttf-indic-fonts-core 1:0.5.4ubuntu2 failed to install/upgrade: subprocess new pre-installation script returned error exit status 127" [High,Triaged] https://launchpad.net/bugs/563933 [16:29] Looks like it hasn't propogated yet, I'll try again later (initramfs-tools-bin). The ttf-indic-fonts reinstalled fine though. [16:29] genii: You need to wait for the publisher run to complete, which takes unfortunately long. Try again at the top of the hour. [16:31] bdrung: that's one of the many duplicates of bug #563771 [16:31] Launchpad bug 563771 in ttf-indic-fonts "package ttf-indic-fonts-core 1:0.5.4ubuntu2 failed to install/upgrade: subprocess new pre-installation script returned error exit status 127" [High,Fix released] https://launchpad.net/bugs/563771 [16:31] bdrung: It was the old version still trying to unpack [16:32] marked as dup [16:32] i should have searched the fixed bugs [16:33] persia: OK, thanks [16:34] kees: about the -dbg/-dbgsym problems with xorg-server and mesa - https://bugs.edge.launchpad.net/ubuntu/+source/pkg-create-dbgsym/+bug/562418 [16:34] Launchpad bug 562418 in xorg-server "xserver-xorg-core-dbg debug symbols mismatch" [Undecided,Incomplete] === deryck is now known as deryck[lunch] === apachelogger is now known as starshiptrooper === beuno is now known as beuno-lunch [16:57] * ogra sighs about the armel buildfarm ... 5 active builders and all are busy with the 5 biggest packages we have [16:57] we'll never clear the queue [16:58] ogra: send them off to mdeb.org [16:58] they've got 35 [16:58] yeah [16:59] and probably icecc or distcc to trunk several of them together on demand [17:00] our queue needs to get more intelligent ... allowing oo.o, firefox, TB, mesa and openjdk at the same time should simply not be possible on armel [17:01] ogra: There's a gcc-snapshot in queue too. [17:02] oh, fun [17:04] hi, is it #ubuntu-app-devel for indicator-applet-session / indicator-applet? [17:09] starshiptrooper: I reject the older one of your two kpackagekit uploads, so don't get scared of the rejection message [17:09] Guys empathy is only using the simple account manager now which means you can't setup an irc account is this known? [17:10] seb128, pitti ^ [17:11] davmor2: hm, seems to work here? [17:11] you can't during initial config [17:11] you can after [17:11] there is a bug about it yes [17:11] it's an upstream decision [17:11] pitti: right, thanks :) [17:12] asac: did you get any reports about thunderbird not starting anymore? [17:13] pitti, seb128: I'm only getting the simple account manger here all the time [17:13] ? [17:13] oh you mean you don't want to configure any non IRC account [17:13] not even a local avahi one [17:14] it works after having configured one account [17:14] I did the avahi one and then closed empathy [17:14] empathy is an IM client not an IRC client [17:14] the main aim is not to do IRC [17:14] well in the account dialog you should be able to add any account now [17:14] I ten open empathy and hit F4 and get the simple account setup still [17:15] ok, so you need to configure a real account [17:16] yes so I just added my FB account and now I can gain access to the proper account manager [17:17] slangasek: I believe lvm2 for bug 358654 is a false-positive, as it depends on dmsetup, which depends on initramfs-tools. am i misunderstanding some element of dark magic that requires I have a depends on initramfs-tools for lvm2 also? [17:17] Launchpad bug 358654 in watershed "udevadm trigger is not permitted while udev is unconfigured" [Medium,Fix released] https://launchpad.net/bugs/358654 [17:19] jdstrand: was the "CVE-2010-XXXX" in the sudo changelog deliberate? [17:20] pitti: yes [17:20] pitti: to be filled in later (it is not assigned yet) [17:20] seb128: thanks I'll file a bug against it [17:21] davmor2, there is a bug aobut it already as said before [17:21] oh sorry miss read [17:24] ogra: uboot-envtools> is that actually used/useful on non-arm arches? [17:24] mvo: slangasek: hi, i'm at a point where i can do-release-upgrade -d from a karmic vm to lucid, to reproduce that problem; how do i introduce more debugging? [17:28] pitti, not at all unless someone implements uboot as bootloader on !arm [17:29] ogra: I just wondered because it's arch:any [17:29] well, i dont know if there is any HW way to use NAND on a different arch or some such i couldnt imagine one though [17:30] but it might be possible to create binary images that you can dd to NAND [17:30] so in that case you would want to use it on x86 [17:31] generally thats just a corner case though [17:31] I've got a problem with a package that did something it shouldn't, but non-desctructive, and I want to display a message on upgrade to this new version what the fix is, is PKG.listchanges the way to do that? [17:32] ogra: ok, done [17:32] * ogra hugs pitti [17:32] ogra: please seed/depend on [17:32] * pitti hugs back ogra, np [17:32] pitti, you just made omap work ! :) [17:32] kirkland: hello, what problem? 559582 ? [17:32] that was the last missing piece in the puzzle [17:32] ogra: no I won't come to the mobile team :) OEM got me first [17:32] haha [17:32] pitti, OEM ? [17:32] you move ? [17:33] ogra: rotation, starts in about two weeks [17:33] ah [17:33] for once, I'll earn my wages :) [17:33] heh [17:33] you already do by giving them a foundation :) [17:34] * ogra wonders off for some early dinner [17:35] what's the proper way to display a message on how to fix something on install [17:35] bug 559582 [17:35] Launchpad bug 559582 in mountall "Upgrade from karmic to lucid failes with Internal Error, Could not perform immediate configuration (2) on mountall" [Undecided,Confirmed] https://launchpad.net/bugs/559582 [17:35] mvo: yeah, that one [17:37] zul: can you help me, how did you get the notice to show in the apache package on install? [17:37] micahg: what? [17:38] zul: about the changes that affect the user [17:38] kirkland: do you can reproduce it already? does it fail like this? [17:38] micahg: i dont know what you are talking about [17:38] zul: I have a package where I need to display a message to the user on install, I noticed apache2 did this recently [17:39] micahg: you probably want to do it in the postinst [17:44] mvo: i'm bzipping a kvm disk image [17:44] mvo: it's an up-to-date default 9.10 server install [17:44] kirkland: thanks, /var/lib/dpkg/status + etc/apt/sources.list should be enough I think [17:44] mvo: you and fire it up in kvm, and see for yourself [17:44] kirkland: cool [17:45] mvo: i'll pastebin those two in the mean time [17:45] kirkland: thanks, it is/was on my list for today, but a initramfs-toolls / initramfs-tools-bin mismatch prevented further debugging today [17:45] doko_, the only way to fix that upgrade path would be to have glibc remove that file if it existed. [17:46] mvo: http://paste.ubuntu.com/415052 [17:46] smoser: hi, did you had a chance to re-run the upgrade with --sandbox? [17:46] mvo: http://paste.ubuntu.com/415053 [17:47] doku_, its a very unlikely path to be cared about. the reason for that is that a.) we've only published "instance-store" instances of hardy and b.) instance store instances cannot change the kernel . thus there is no way to reboot after you did an upgrade (unless we wanted to support hardy kernel lucid user space, which i dont think is desired) [17:47] thanks kirkland [17:47] mvo, i haven't. i can easily test that though if you want me to [17:48] smoser: not urgent, but the fix for this is in the archive now [17:48] smoser: not sure how well aufs is doing these days with that particular workload, but I would be interessted [17:48] yeah, i had seen that. [17:48] but be careful, don't try it on a producation server just yet [17:48] mvo, yeah, andin this case its not "these days" that you'd be interested in, but "hardy days" === deryck[lunch] is now known as deryck [17:49] heh :) indeed [17:50] kirkland: hrm, I just tried to reproduce with the state file in the bugreport, no luck [17:50] kirkland: I wait for your vm image I think [17:52] I'm looking for a pointer to docs on the best way to create a deb which contains additions to /etc/apt/sources.list.d [17:53] mvo: uploading now... i'm heading to lunch. should be here in ~25 minutes: http://people.canonical.com/~kirkland/karmic-server.img.orig.bz2 [17:54] mvo: ubuntu/ubuntu is user/pass; bunzip it and then you can just run: testdrive-kvm karmic-server.img.orig [17:54] mvo: or kvm with your own parameters [17:54] smoser: unconditionally? [17:55] doko_, ? [17:55] the only case where upgrade from a "Official Ubuntu Image" of is possible is really just a test case. [17:55] smoser: well, attach a patch, what you think needs to be done [17:56] persia, do you use IBus? [17:56] mpt: Yes. [17:56] mpt: ibus-anthy to be specific. [17:57] doko_, ok. i'll see if i can come up with something. its really edge case that it would matter. and definitely would not affect anyone running one of our published images. [17:57] persia, I'm wondering how much of a problem it is that in Lucid it doesn't show the icon of the current input method in the panel [17:58] mpt: For me, none at all, because I never switch (ibus-anthy allows entry of ローマ字 without switching). For folks in places that don't do that, it makes it impossible to know what one will type. [17:58] kirkland: thanks! [17:59] persia, that's what I feared [17:59] haha [18:01] mpt: I believe it should be painful for anyone who isn't using a Japanese or Korean keyboard, since I believe these are the only sorts that have dedicated keys to control the IME (which are used by the various ibus backends), to give you an idea of scope. === MacSlow is now known as MacSlow|capoeira [18:04] jcastro, ^^^ [18:04] dholbach: hop into -mozillateam ... i am not really on top of all the recent regressions [18:04] dholbach: one reason might be that you have some extension that has .xpt files [18:05] but i think we cherry-picked that patch to tbird too [18:05] asac: thanks discussed it there [18:05] but check with micahg and chrisccoulson ... actually both are here ;) [18:05] ah [18:05] ok [18:05] slangasek: rpc.gssd no longer accepts options from /etc/default/nfs-common... [18:08] persia: ok, what did the icon do in 9.10? (for ibus) [18:09] bug #563893 [18:09] Launchpad bug 563893 in thunderbird "Thunderbird will not launch do to a recursive symlink" [High,Triaged] https://launchpad.net/bugs/563893 [18:10] jcastro: I don't remember. Sadly, I'm not an affected user (because my keyboard has the extra key, and my ibus backend supports it) [18:10] ^ for information [18:10] binaries will be blocked from download due to this bug [18:10] could people let that know to users in due forums, irc channels, etc? [18:10] mpt: ok we need to figure out what it's supposed to do. [18:11] mpt: also the engineering resources that did the work are not around anymore, so we're going to need to figure out a course of action quickly [18:11] jcastro, I'm not a packaging expert, but I expect it's just removing 05_appindicator.dpatch [18:12] mpt: oh so you're saying just revert the whole thing? [18:12] mpt: In which package is the patch? I can test that. [18:12] slangasek: and with active directory I need to feed at least '-n' [18:12] jcastro, persia: what should be displayed in the indicator and what is displayed now? [18:13] persia, ibus, afaict [18:13] seb128: I think the icon for the backend should be displayed, so folks know what they wlill type. RIght now, there's just an unchanging keyboard icon. [18:13] now it just displays a keyboard [18:13] mpt: I'll test that quickly then. [18:13] it's an icon right? because indicators don't do labels for now [18:13] thanks persia [18:13] mpt: I could have sworn at some point we decided to show a 3 letter country code or something? [18:14] jcastro, indicators don't do labels... [18:14] jcastro, that's why we reverted the keyboard indicator one [18:14] jcastro: That wouldn't be a good choice, because some countries have multiple sane input methods. [18:14] ok so basically we don't really have a choice, we have to revert it. [18:15] seb128, jcastro, persia: I've reported bug 564034 with all I know [18:15] Launchpad bug 564034 in ibus "Panel no longer shows which input method is being used" [Undecided,New] https://launchpad.net/bugs/564034 [18:15] we neither have the person to fix it and we're out of time for the cycle === Amaranth_ is now known as Amaranth [18:17] mvo, so, i just tested --sandbox [18:17] jcastro, mpt: I would recommend just dropping the indicator port if we can't fix it [18:17] * persia is testing that now [18:17] right [18:17] i got to the first prompt, it said do you want to continue. I thought "i should run this in screen" so I hit 'N'. then reran it. it says failed to setup aufs. [18:18] and even if we did fix it we wouldn't have time to test. ibus has had the old tray support for years so this seems the least risky option. [18:18] seb128: any idea about #528892 ? just removed the wrong directory by pasting ... I know we had this kind of bug before, but it was fixed for karmic [18:18] bug #528892 [18:18] Launchpad bug 528892 in vte "[regression] double-click to copy and middle-click to paste pastes the previous selection" [Undecided,New] https://launchpad.net/bugs/528892 [18:19] seb128, I was just in a meeting where we were discussing the menus in general, and tedg mentioned that custom bitmap icons currently aren't possible at all. So yeah, I don't think it's easily fixable except by reverting. :-/ [18:19] doko_, no sorry, first time I read about it and mvo does vte usually [18:19] mpt, I set a lucid task and assign the our team now [18:19] Thank you seb128 [18:20] thanks seb [18:20] it's weird that nobody reported the issue in months though [18:20] yeah that's worrying to me [18:20] how come we have so few testing in that area? [18:20] mvo: ^^^ [18:21] I'm reluctant to set the bug to high based on statement from one person there [18:21] persia, do you know if that has been discussed by some user communities in launchpad or forums or lists? [18:21] jcastro, seb128: One possibility is that most of the people affected don't know English. Another is that it doesn't actually affect that many people, because most people are using a single input method that covers all the characters they need to use. [18:22] jcastro, bug #563893 on an another topic [18:22] Launchpad bug 563893 in thunderbird "Thunderbird will not launch do to a recursive symlink" [High,Triaged] https://launchpad.net/bugs/563893 [18:23] jcastro, we had to block binaries of this version in lucid, can you make the word being said around so users know about what is going on? [18:23] seb128: I'll update the platform twitter feed [18:23] jcastro, thanks [18:23] jcastro, can you let me when it's done? [18:24] seb128: mpt's highlight was the first I've heard of it. I'm not affected, for complex reasons. [18:24] seb128: yep, one sec [18:24] persia, are you in touch with communities or people who are affected by the issue or did you read anything about it? [18:25] mpt: We may also have a low number of lucid testers from affected locales. [18:25] yes [18:25] seb128: No, sorry. The ibus-using communities with which I'm in contact are also users of keyboards with dedicated switch buttons. [18:26] * ScottK loves it when filing the bugs afterwards takes longer than doing the actual New review. [18:26] jcastro, seb128: Also, the change has been in for only a month. [18:28] mpt, still we should get feedback about such issues === beuno-lunch is now known as beuno [18:28] mpt: I removed the patch, rebuild the packages, installed the results, logged out, logged in, and see no behaviour change. [18:29] persia, so it hasn't moved back to the notification area? [18:32] No. It was there for a few days last week for some reason though. [18:34] micahg, chrisccoulson: can you please ping me once the upload is done? I'll care about reviewing/accepting from the queue and jumping the buildd queue [18:34] Well, I don't know. [18:34] pitti - ok, will do [18:35] kirkland: I get a 403 on the file [18:36] mvo: try now [18:36] mvo: it's perm'd 444, you might have to chmod it 644 after you get it local [18:36] the Ubuntu China forums seem to be all "uninstall ibus, install fcitx" [18:36] which isn't that helpful [18:36] kirkland: thanks, downloading now === yofel_ is now known as yofel [18:37] smoser: aha, thanks. sort of known, it now created the overlay, so running it normally should have the same effect (double check with mount please) [18:38] seb128: that is the issue with vte (sorry, missed context)? [18:38] mvo, well, i opened 564053 [18:38] bug 564053 [18:38] Launchpad bug 564053 in update-manager "do-release-upgrade --sandbox fails after cancelling" [Undecided,New] https://launchpad.net/bugs/564053 [18:38] which describes it. [18:38] mpt: Only to be expected. Let's consider this a failed test, and maybe someone who knows what needs doing can fiddle the bug. [18:38] thanks smoser [18:38] its "fixable" with 'sudo umount /var/cache/apt/archives' [18:39] thanks for trying persia [18:40] doko_: hi, interesstinging. i never saw that and I use gnome-terminal and copy/paste all the time [18:45] Keybuk, which fsck does mountall use exactly ? [18:45] ogra: the big red one [18:46] can a buildd admin bump initramfs-tools on armel please ? [18:46] it usually has the keys in the ignition [18:46] and mountall likes to go *fast* [18:46] Keybuk, i mean, does it use the util-linux one or the one from e2fsprogs ? [18:46] (fsck vs e2fsck) [18:46] I think you're confused ;) [18:46] i found the e2fsck.conf setting does nothing [18:47] fsck is just the wrapper, which calls e2fsck, fsck.vfat, etc [18:47] am i ? [18:47] the util-linux fsck (which was stolen from e2fsprogs originally anyway) is just a wrapper [18:47] it calls fsck. [18:47] so when you fsck an e2fs filesystem, fsck calls fsck.ext4 for example [18:47] which is e2fsprogs [18:47] hmm, the manpage is confusing then [18:47] "the manpage" ? [18:47] of fsck [18:48] ogra: i-t bumped [18:48] pitti, merci beaucoup [18:48] ogra: de rien [18:48] the manpage attempts to describe the common options [18:48] just as the mount manpage does [18:49] In actuality, fsck is simply a front-end for the various file system [18:49] checkers (fsck.fstype) available under Linux. The file system-specific [18:49] checker is searched for in /sbin first, then in /etc/fs and /etc, and [18:49] finally in the directories listed in the PATH environment variable. [18:49] Please see the file system-specific checker manual pages for further [18:49] details. [18:49] that's the key page [18:49] right, i didnt think fsck.ext{2,3,4} would be identical to e2fsck [18:49] and since the config file is ignored that seemed to prove my point [18:50] i even shoveled into the initramfs [18:50] +it [18:51] though i just saw rcn-ee's comment on bug 563618 [18:51] Launchpad bug 563618 in util-linux "there is no way to tell fsck to ignore broken clocks on embedded systems" [High,Confirmed] https://launchpad.net/bugs/563618 [18:51] might be that broken_system_clock = true simply doesnt suffice here [18:52] though rcn just mailed me and told me he still has to bear a fsck on every first boot [18:53] but thats at least better than infinite rebooting [18:54] ogra: huh? what config file is ignored? fsck.ext[234] are just hard links to e2fsck [18:55] psusi, read the bug :) [18:55] /etc/e2fsck.conf [18:57] cjwatson, to let you know, I just burned the 15-04 netboot ISO and it did detect the Xircom, get DHCP and am trying to install right now.. [19:00] * psusi goes back to blktraceing [19:00] for..why... :'( [19:01] debootstrap warning: couldn't download package locales [19:01] ogra: sorry, not following [19:01] something somewhere is seriously wrong, I just wonder if it's the netboot ISO or this laptop.. [19:02] you're saying that fsck fails even with that config option? [19:02] Keybuk, right [19:02] and mountall goes into an endless loop still [19:04] ogra: the bug is unclear [19:04] frankly, I don't believe you that this fails [19:04] because Robert has pasted an e2fsck.conf that he says works [19:04] that's basically identical to what I suggested [19:04] Keybuk, you suggested broken_system_clock = true ... that definately doesnt change behavior [19:05] ok, well, that's a bug [19:05] i havent tried his option yet [19:05] does the config snippet robert pasted work for you? [19:05] (broken_system_clock = true is simply a shorthand for the exact config robert pasted) [19:05] will try now, i just saw it after i pinged you [19:05] yes, i thought that too [19:05] though his might be a bit more detailed [19:06] if ((code == PR_0_FUTURE_SB_LAST_MOUNT) || [19:06] (code == PR_0_FUTURE_SB_LAST_WRITE)) { [19:06] profile_get_boolean(ctx->profile, "options", [19:06] "broken_system_clock", 0, 0, [19:06] &broken_system_clock); [19:06] if (broken_system_clock) [19:06] ptr->flags |= PR_PREEN_OK; [19:07] } [19:07] hmm, the difference might be that one is in [options] while the other is in [problems] [19:07] see above, that's quite correct [19:07] where does [problems] get catched ? [19:07] later down [19:07] hmm, then options should overrule [19:08] no, options sets the default [19:08] * ogra reboots his beagle [19:09] awesome ! [19:10] so there is a discrepancy between [problems] and [options] i think [19:11] * ogra tries with powering off the board [19:12] well, problems is detailed, complex, overrides [19:12] options is short-hand [19:12] but the code above seems to suggest that the options should get processed [19:12] chrisccoulson: I see the tbird upload, reviewing now [19:12] I wonder whether this bug is that it sets PR_PREEN_OK [19:12] it would help if my keyboard would work [19:13] but then unsets it when parsing the non-existing problems [19:13] it stopped after current dist-upgrade [19:13] hmm, might be [19:13] ogra: don't suppose you can gdb e2fsck? :p [19:13] hard to do if it fails ... [19:14] my board is in an infinite reboot loop now :/ [19:14] powering off the board gives me the same behavior as with "broken_system_clock" [19:14] it was just that i only rebooted which kept power on the clock [19:16] hard to do? [19:16] just open a root shell on another vt :p [19:16] if the board constantly reboots ? [19:17] i dont get to a shell [19:17] i see the splash for a short moment and then it resets hard [19:17] ogra: upstart.ubuntu.com/wiki/OMGBroken [19:17] ohhhhhh [19:17] I just worked this out [19:17] broken_system_clock=true is clearly working [19:17] chrisccoulson: tbird accepted and bumped build score; i386 building now [19:18] pitti - excellent, thanks [19:18] pitti - i'm just drafting the mail to u-d-a now [19:18] will be done in a couple of minutes [19:18] ogra: sorry, I'm just going to bang my head into a window for a while [19:19] you don't get a maintenance shell, do you? [19:19] your system *reboots* [19:19] no, it reboots [19:19] so it's boot ... fsck ... reboot ... fsck ... reboot ... fsck ... reboot ... fsck ? [19:19] but formerly the same bug showed the fsck message endlessly on the screen [19:19] right [19:19] riiiight [19:19] ok [19:19] err [19:19] chrisccoulson: I first need to fix my system anyway before I can get back to real productivity [19:20] ogra: I can't fix this [19:20] Keybuk, who can ? :) [19:20] ogra: nobody [19:20] fsck is working [19:20] why ? [19:20] it corrected a problem with your root filesystem (timestamps all wrong) [19:20] and, therefore WE HAVE TO REBOOT [19:20] we just raw edited a mounted filesystem [19:20] we can't continue [19:20] thats fine ... [19:20] so reboot [19:21] oh, but the clock is reset again [19:21] and of course, reboot kills your hardware clock again [19:21] so your timestamps are wrong [19:21] yes [19:21] so fsck has to run again [19:21] and corrects the problem again [19:21] and changes the root filesystem [19:21] SO WE HAVE TO REBOOT [19:21] indeed [19:21] and that kills your hardware clock again [19:21] lol [19:21] the only way to "fix" this would be to run fsck from inside the initramfs [19:21] before mounting the root filesystem [19:21] what about the version where it doesnt reboot but wants to give you a maintenance shell and doesnt ? === starshiptrooper is now known as apachelogger [19:21] that way the raw change doesn't require a reboot [19:21] why is fsck modifying the fs in the first place? [19:22] ogra: that I haven't heard of [19:22] that would be a different bug [19:22] psusi: because the hardware clock is wrong [19:22] all of the filesystem timestamps are wrong [19:22] if you know you can't trust the clock then you shouldn't be updating the fs timestamps [19:22] ext3/4 are JOURNALLED FILESYSTEMS [19:22] i had that before i successfully mounted the rootfs for the first time (by editing both fstabs) [19:22] the timestamp is IMPORTANT [19:22] they have to go in one direction ;) [19:22] and amitk sees it too [19:22] as well as asac [19:22] ogra: then those people need to supply mountall --debug output for me [19:22] its the same but without rebooting [19:23] journalled filesystems can't have timestamps suddenly jump backwards [19:23] pitti - ok, mail sent to u-d-a now [19:23] its scrolls so fast you nearly cant read it [19:23] "I had a write pending at 14:00, and another at 14:05, and another at 08:00" [19:23] WTF [19:23] that's an inconsistent journal [19:23] that's bad [19:23] indeed [19:23] i understand what you say [19:23] so that's why we have to fix the timestamps if your hardware clock is broken [19:23] the timestamps in the journal have to go in one direction? sure, but once the journal is empty what difference does it make that the clock is at the epoch? [19:24] * ogra notes that epoch != epoch :) [19:24] the board we talk about sets the time to april 1st 2000 by default :) [19:25] Keybuk, the thing is that it worked before we changed mountall ... [19:25] pre-karmic or so [19:25] psusi: if you want to write your own filesystem, please feel free to not include this constraint ;) [19:25] ogra: the fact it worked is probably a bug ;) [19:25] heh, might be [19:25] chrisccoulson: moderated [19:25] any change to the root fs needs to result in a reboot [19:25] Keybuk: I'm just trying to understand what the constraint is... what does it care about timestamps when the journal is empty for? [19:26] i.e. what is it that you are "fixing"? [19:26] but i think it only told you to reboot and didnt do it automatically [19:26] psusi: ask a filesystem engineer [19:26] this is a constraint they have engineered into it [19:26] that way you could call hwclock from the maintenance shell [19:26] and as long as you dont power off the board the rtcd is correct [19:26] ogra: yeah, but you still technically had to reboot [19:26] right [19:26] but less harmfull [19:27] ok, so what part of the dist-upgrade messed up my /etc/default/console-setup [19:27] s/rtcd/rtc/ [19:27] here's an idea.. how about have the initramfs read the last unmount time from the fs and set the clock to that before calling fsck ;) [19:27] psusi: hides potentially dangerous problems [19:27] Keybuk, as ignoring the clock completely does [19:28] but psusi's hack could make it work for me while ignoring the clock apparently doesnt [19:29] though it would add slowdown to the boot [19:29] also you can change the clock backwards while the system is running... why does that not screw up the journal? the answer to that probably could form a basis for what to do when the clock is broken [19:29] psusi: because the kernel uses a monotonic clock [19:30] anyway, [19:30] I'm done with this bug [19:30] I've updated the notes and marked it as Triaged ;-) [19:30] someone else can worry about fixing it [19:30] * Keybuk will look into the mountall infinite loop on fsck failure bug if someone provides him --debug output [19:31] Keybuk, i'll try to get it for you with the next install (waiting for the next image though which might take a biit until the queue clears out) [19:32] it definately shows up on brandnew installs [19:32] and turns into the reboot thing once you mounted successfully [19:32] that's an odd one, mountall should just exit() if it gets an fsck failure [19:32] which i can only achive by editing fstab [19:32] (both of them) === slacker_nl is now known as slacker|away === slacker|away is now known as slacker_nl [19:36] Keybuk, aha, i reset the system to original state (removing e2fsck.conf and resetting the fstabs) now i get bug 501801 [19:36] Launchpad bug 501801 in mountall "Infinite-loops in fsck when booting with damaged /" [High,Triaged] https://launchpad.net/bugs/501801 [19:36] * ogra drops splash and tries again [19:36] ok [19:37] I have a --debug from matty barker [19:37] if you could supply one too, that would be k-rad-appreciated [19:38] right .. without splash: "last mount time is in the future, run fsck manually" infinitely [19:39] * ogra edits init/mountall.conf [19:39] slangasek: I asked a question on bug #553290 (you're not subscribed?) [19:39] Launchpad bug 553290 in mountall "Loops on mount failure when Plymouth not running" [High,Triaged] https://launchpad.net/bugs/553290 [19:44] Keybuk, err, tricky indeed it doesnt write to /vat/log/boot.log if it cant mount [19:44] ogra: that's ok [19:44] now do the mount [19:44] and then plymouth will flush it out [19:45] you could even just pop a tmpfs there [19:45] and call plymouth --sysinit [19:45] hmm ? [19:45] i edited init/mountall.conf [19:45] which indeed gets me a lot on the screen but i cant capture it [19:45] * ogra tires serial console [19:48] argh [19:48] plymouth sucks !!! [19:48] kirkland: that is very odd, image is here, unzips fine, shows boot grub prompt very briefly and then just a cursor [19:48] ogra: why? [19:49] Keybuk, even with console=ttyS2,115200n8 plymouth ignores me and writes to tty0 (there is no other console option in the cmdline, the kernel shouldnt know about tty0) [19:49] [ 70.382324] sd 0:0:0:0: [sda] Assuming drive cache: write through [19:49] [ 70.406768] sd 0:0:0:0: [sda] Assuming drive cache: write through [19:49] [ 70.658721] sd 0:0:0:0: [sda] Assuming drive cache: write through [19:49] init: ureadahead main process (142) termi [19:49] err [19:49] tty0 is ttyS2 [19:49] thats where the serial output ends on ttyS2 [19:49] yes [19:49] I don't follow [19:49] the rest goes to the display [19:49] plymouth will pick up console= and put a "details output" on that [19:50] oh [19:50] that's odd [19:50] console=ttyS2,115200n8 root=UUID=d088bcbb-ba37-4f21-914b-886eeb6863cc ro quiet vram=12M omapfb.mode=dvi:1280x720MR-16@60 [19:50] that's probably a bug [19:50] thats my bootargs [19:50] there is an fbcon indeed [19:50] but no console attached to it [19:50] right, that should result in plymouth using ttyS2 [19:50] and the output on the screen is garbled [19:50] and not displaying anything on the main display [19:50] right [19:51] sounds like a bug [19:51] might be a kernel bug though [19:51] yeah could well be a kernel bug [19:51] i dont really trust the omap fb code [19:51] it has issues everywhere so that wouldnt be a surprise [19:51] hmm, how do i solve that so i can get you a proper log [19:52] If reportbug exits with the message "Please install an MTA on this system if you want to use sendmail!" does that mean it has just thrown away your bug report? [19:52] That would be quite annoying. [19:53] kirkland: sorry, gtg for the evening, if you could check if the file is correct and send a quick mail I work on it tomorrow (my) moring [19:54] Keybuk, is there any way to omit plymouth completely ? [19:55] hmm, i guess i'll need to follow http://upstart.ubuntu.com/wiki/OMGBroken [19:55] * ogra tries that [19:55] no [19:55] you need plymouth to get the boot log I need anyway ;) [19:59] hmm [19:59] so how do i get that for you [19:59] (i'm in a sulogin console now) [20:00] heh [20:42] * ccheney just found out his internet connection speed supposedly doubled recently, now to reconfigure my qos so i can use the extra [20:42] is there a page describing how to debug boot problems ? [20:46] joaopinto, how far into the boot? [20:47] tormod, I don't have a problem myself but I see several people asking for help with such issues and I couldn't find instructions to guide them [20:48] I know a boot related problem can be related to many components, but there should be some checklist [20:49] there are some kernel docs, hang on [20:50] joaopinto, some stuff here: https://wiki.ubuntu.com/KernelTeam/KernelTeamBugPolicies#Problems%20in%20capturing%20information [20:54] hum, that one is kernel oriented [20:54] I don't see any reference to boot.log there :) === MacSlow|capoeira is now known as MacSlow === dendrobates is now known as dendro-afk [21:08] What is up with gwibber? It does no longer start:-( [21:09] Looks like desktopcouch python module fails to load. === MacSlow is now known as MacSlow|food [21:30] slangasek: i think openoffice.org-l10n is marked as NEW due to some upgrade packages [21:31] rickspencer3: robbiew: https://blueprints.edge.launchpad.net/sprints/uds-m [21:31] I think we should enforce "$track-m" for the naming convention [21:32] otherwise the session names get too long and look bad on the schedule [21:32] so like "desktop-m-monoflamewar" instead of "desktop-maverick-monoflamewar" [21:33] jcastro: sure [21:37] jcastro, can't you just strip -maverick on the schedule display? [21:37] jcastro, or change those to -name? [21:37] seb128: The scheduling system runs on hope and dreams, not going to touch it [21:37] jcastro, oh come on [21:37] I'm being dead serious [21:43] It took a full time developer and a barrel full of hamsters running on their wheels as fast as they could to keep it going last time. [21:46] * ccheney bbs, checking his router to see if it is bottleneck === MacSlow|food is now known as MacSlow [21:53] ScottK, you noticed you posted comment to the wrong bug? 45768 [21:54] tormod: I did. I also got the right one. Thanks. [22:04] it appears my old linksys wrt54g is slowing down my internet connection :-\ [22:06] hello [22:15] ccheney: I'm assuming OO.o is supposed to be using 5MB less of space [22:16] micahg: hmm? [22:16] micahg: if it got smaller thats good i think :) [22:17] ccheney: pdfimport, report builder bin, and core totalling about 5MB [22:17] micahg: one of the things i fixed in the recent upload was reduced duplication in usr/share/doc some more, i don't know how much it helped the cd but definitely would help in full install [22:17] er full install of OOo (including stuff not on cd) [22:18] micahg: the symlinking of those dirs might be what you see in the size reduction [22:19] mathiaz: sure, runlevels still exist; I don't think that's a case we can handle right now w/ upstart, though, since a runlevel change doesn't assure us that the network is up [22:19] kees: 358654> nope, if there's a transitive dep, then that's enough [22:19] ccheney: apt double counts the file size? [22:20] * micahg is not getting along with symlinks today [22:20] slangasek: okay, I set it invalid :) [22:20] micahg: no, i mean they used to be real files but got changed over to just symlinking to the uno-libs3 doc dir [22:21] ccheney: ah, ok, cool [22:21] tjaalton: rpc.gssd> /etc/init/gssd.conf is a conffile which you can edit directly [22:21] micahg: as new packages are added i sometimes forget to add them to the symlink list so i went through and updated it for this past upload [22:21] ccheney: awesome [22:22] Keybuk: bug #553290> replied [22:22] Launchpad bug 553290 in mountall "Loops on mount failure when Plymouth not running" [High,Triaged] https://launchpad.net/bugs/553290 [22:24] Keybuk, i'd like to schedule a session at UDS to discuss the "clock fights fsck" issue, would you participate ? [22:24] Keybuk, given we will hit that issue a lot with ARM partners [22:25] * ccheney kicks comcast, the problem isn't really my router its a lack of them being able to sustain a stable rate period [22:26] ogra: I don't see the point of discussing it at UDS [22:26] are you going to invite the ext4 or btrfs filesystem authors? [22:26] if not, what's the point? [22:27] Keybuk, well, we need to find some kind of solution for that [22:27] ogra: the solution is to change the filesystem design to not need reliable timestamps [22:27] how about attacking it at the clock side instead ? [22:28] if you can persuade Ted, you can probably fix it for ext5 - but knowing Ted, he will think it's your problem [22:28] heh [22:28] the btrfs author may be more receptive and it's not stable yet [22:29] well, i'm not sure either of them will be there [22:29] and we will also likely use other filesystems like ubifs in the future [22:29] and i dont even know if that issue would be an issue on such filesystems [22:30] so if we don't have filesystem authors, no point discussing it [22:30] this is a problem with the filesystem design [22:30] well, depends on your POV [22:30] i'd call it a problem with the hardware design probably ;) [22:31] and software should be able to overcome issues in bad HW design imho [22:31] yeah, but the problem is the filesystem needs timestamps [22:31] even if its a (temporary) workaround [22:31] if we change them in fsck, we have to reboot because the filesystem is MOUNTED [22:31] like I said [22:31] you can work around this by doing the fsck before mounting the root filesystem in the initramfs [22:32] right, so store a timestamp somewhere to set the clock [22:32] would be one possible workaround ... [22:32] that's another option, set the clock from the last mount time of the filesystem [22:32] right [22:32] but again, never going to do that in the standard distro [22:32] ogra: why can't you fix the hardware clock? [22:32] seb128: because he's too cheap to buy a battery [22:32] seb128, because there is no battery ... as soon as you remove power the clock is zeroed === jldugger is now known as pwnguin [22:33] you get what you deserve there? ;-) [22:34] ogra: there will be pins to which you can attach a battery [22:35] Keybuk, sure [22:35] so do that ;) [22:35] no :) [22:36] i'm working with the HW as it comes from the vendor [22:42] ogra: just set the clock on boot to what you had as a value before... [22:42] right or even to the timestamp you read from the fs [22:48] ccheney: I thought it was widely understood that at best those things can route at somewhere around 15 mbit/s just due to NAT overhead. [22:48] err wow irssi scrolling fail. [22:48] stale comment === dendro-afk is now known as dendrobates === janito_ is now known as joaopinto_ [23:23] okay [23:23] who the fuck am I supposed to cut [23:23] !ohmy [23:23] Please remember that all Ubuntu IRC channels share the same attitude of providing friendly and polite interaction with all users of all ages and cultures. Basically, this means no foul language and no abuse towards others. [23:23] * bluefoxicy wonders what moron decided to move the control boxto the LEFT side ofthe windows [23:23] seriously? now you are wondering? [23:24] Keybuk: did you want that mountall --debug output with or without the bustification patch applied? [23:24] bluefoxicy: something else we can help you with? [23:24] bluefoxicy: the change has been made on the request from design team some time ago [23:24] kklimonda: My close/minimize buttons are top left in lucid, never mind thunderbird eating infinite memory trying to open any e-mail message [23:24] kklimonda: right, didn't see that one. Filing a bug on the control box placement thing. [23:25] bluefoxicy: no point - it's not a bug, it's theme-dependant and there is already a lengthy discussion on the LP about it [23:25] I wasn’t happy with the close button not being in the window corner, but that annoyance has been fixed and i’m happy with the layout now. [23:25] s/the window corner/a window corner/ [23:25] kklimonda: really? Because I'm not using the default theme, I'm using glossy. And in Appearance Preferences it shows the control box in the top right... [23:27] * bluefoxicy switches back and forth between themes a few times and the whole thing goes away, even in human. Huh. [23:27] slangasek: I want to see it fail, obviously ;-) [23:28] Keybuk: I'll have to think if I can even accomplish that; the only way I've been able to recover is with break=init and manually mounting the filesystems *before* mountall runs [23:28] kklimonda: out of curiosity, what prompted the rearrangement of the UI? Is someone on the design team left handed? An Apple fanboy? Trying to be different from Windows? Sick in the head? [23:29] Keybuk: I suppose I could mount / rw, tweak the upstart job to log to the rootfs, and let it go [23:29] top-right is functionally easier for right-handed people, though top-left is for left handed people [23:31] bluefoxicy, it is said canonical has plans to but different functionality top-right [23:31] bluefoxicy: really, such remarks about developers are improper and this isn't really channel to discuss whys of this particular decision - I'm pretty sure that all has already been said about it on various blogs, forums and mailing lists and if you are really interested in it you can just do some research. [23:31] which would lead us to guess to have already moved the controls so users get used to it being there [23:32] *but=put [23:32] and totally with kklimonda [23:32] this is akin to moving the accelerator pedal to the left of the brake pedal in a car. [23:32] don't worry though, I heard you can put them back where they used to be [23:33] bluefoxicy: Sound good to me. [23:33] s [23:33] yeah, I touched the appearances box and that particular change disappeared forever. TO the point that I can't find a way to get it back. [23:33] I'm amused that a broken idea is implemented broken. [23:33] bluefoxicy, don't go on about it, not here. Move the buttons back if you want to, discuss it on a blog, I would guess there is a thread on ubuntuforums, maybe launchpad or the idea-site (what was it called), but this is not the place [23:34] it is not broken, it is not what you are used to, and if you want to change it do some research on how to change it back - you are not alone and there is no-doubt a good guide on restoring the buttonlocation [23:35] "broken" has a different definition in UI design than in engineering. [23:35] Anyway I have other things to worry about now [23:36] A Windows user who was visiting me used my computer for a while and *immediately* found the close button without asking. Based on this usability study with 1 sample, the layout is intuitive. ;-) [23:38] slangasek: Keybuk: does this look familiar? http://pastebin.ubuntu.com/415224/ [23:38] oh, I saw it, I can hit it, but I don't have the twitch muscle memory to hit it fast enough when i.e. thunderbird is rapidly allocating memory because it's currently incapable of functioning. [23:38] Anyone on the release team/release queue, please reject the ubuntustudio-meta upload as it was adjusted incorrectly. [23:39] is there a formal announcement for the final freeze ? [23:39] other than https://wiki.ubuntu.com/LucidReleaseSchedule ? [23:40] bryceh: hum, what's xorg-server-1.7.6/debian/patches/index.html?id=3083c5d0c4386cdd7083b7a83ac72 [23:40] bryce ...fdad2f1e61e ? [23:40] bluefoxicy: Try turning off the global indexing feature in Edit → Prefs → Advance. [23:40] that's the schedule, not an announcement :) [23:40] jpds: you're faster than google :| or I suck at this. [23:40] kirkland: that's the lucid release schedule? [23:41] slangasek, sorry that's cruft that should be removed [23:41] bluefoxicy, train your mucles to hit alt+f4, always faster than moving your mouse :P [23:41] Keybuk: huh? [23:41] jpds: and unfortunately that doesn't help... [23:41] slangasek, should I re-upload with that deleted? [23:41] I wonder what creates boot.log? :-) [23:41] bryceh: seems to be a duplicate of debian/patches/115_xext_fix_cursor_ref_counting.patch - will it cause a build failure from the duplication? [23:41] bryceh: I just want to know if it's build-tested before I throw it at the buildds [23:41] slangasek, nope, only patches listed in series gets applied [23:41] bryceh: ok [23:41] slangasek, yes it is build tested [23:42] disregard my above request [23:42] bryceh: great, accepted - thanks! [23:42] Keybuk: http://pastebin.ubuntu.com/415224/ is a boot log [23:42] TheMuso: disregard> so you *do* want us to accept it? :) [23:43] jpds: more interesting was when i first tried to start thunderbird it didn't work... the upgrade process moved ~/.thunderbird to ~/.thunderbird.upstream and made ~/.thunderbird a symlink to .thunderbird [23:43] bluefoxicy: bug #563893. [23:43] Launchpad bug 563893 in thunderbird "Thunderbird will not launch due to a recursive symlink" [Critical,Fix released] https://launchpad.net/bugs/563893 [23:44] jpds: Yep. [23:44] kirkland: 'Skipping mounting / since Plymouth is not available" - I guess that will look familiar to Keybuk, but I don't know why plymouth is breaking for you [23:44] whee, mismatched quotes [23:44] jpds: i'm trying to find a bug/workaround/whatever for the infinite memory usagething though. It happens when it tries to load a message, so as long as I don't click the main tab I'm good. [23:45] slangasek: bdrung updated the package without updating the seeds. I dare say it can slide for now, but I have told him about the seeds bzr repo for the future. [23:45] slangasek: that's one of those error messages like "beg for mercy" from the kernel when the module list changes [23:45] in fact [23:45] I may add it [23:45] "Skipping mounting / since Plymouth is not available. BEG FOR MERCY!" === dendrobates is now known as dendro-afk [23:46] Keybuk: the logic seems flawed to me, though - why should mountall refuse to even *try* to mount just because plymouth died? shouldn't it wait until interaction is needed before giving up? [23:47] Huh. the solution for the memory problem ... is to create a .thunderbird.upstream folder. I symlinked it from .thunderbird and thunderbird moved it. Without .thunderbird.upstream, it... immediately allocates infinite memory, wtf? [23:47] * bluefoxicy isn't sure how you even write an application with a bug like that! [23:47] "I can't interrupt this stupid fsck that takes too long" > "I can't boot at all because plymouth is broken" [23:47] slangasek: Keybuk: is there a compelling reason to use plymouth at all in a cloud image? [23:47] slangasek: it didn't try [23:47] it got bored [23:48] that was the interaction that was needed ;-) [23:51] kirkland: yes, because it's part of the base system and an integral part of the boot design and it's hard enough to support *one* model for the boot system without having to worry about making a completely separate design work because of people trying to rip a core component out every time there's a bug [23:51] Keybuk: by "interaction" I mean "input" - what input is required from the user? [23:52] slangasek: alrighty [23:52] slangasek: "/ hasn't showed up, want to skip it or get a maintenance shell?" [23:56] slangasek: how often is run fsck? [23:56] Keybuk: ah, so it only does that when mnt->error is set, ok... it's a bug then that we're hitting the boredom timer? [23:56] slangasek: after a specific number of times it has been mounted or is it time based (last 30 days)? [23:57] mathiaz: ext3 has settings for both [23:57] mathiaz: I haven't looked at ext4 [23:57] smoser: are the lucid images using ext3 or ext4? [23:57] slangasek: well, it might not be a bug [23:57] who knows [23:57] but yeah [23:58] Keybuk: either a bug that the boredom timer is hit, or a bug that mountall isn't able to see the filesystem [23:58] maybe yeah