=== salem_ is now known as _salem === wedgwood is now known as wedgwood_away [00:19] slangasek: still there? [00:22] GunnarHj: yep [00:28] slangasek: In sudo they have user_readenv=0, so I take it that the sudo tasks are invalid on bug 952185. [00:28] bug 952185 in lightdm (Ubuntu Precise) "~/.pam_environment not parsed by default" [High,In progress] https://launchpad.net/bugs/952185 [00:29] GunnarHj: yep, sounds like they are [00:29] GunnarHj: good catch, sorry I overlooked that [00:29] slangasek: Ok, then my thinking was right for once. ;-) [00:48] slangasek, ok... new theory. [00:48] cloud-fconfig actually just writes the shell script. [00:48] cloud-final would run it [00:49] cloud-final runs on [00:49] start on (stopped rc RUNLEVEL=[2345] and stopped cloud-config) [00:49] smoser: well, that doesn't look problematic to me [00:50] no? [00:50] i think this was reported as https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/1103881 [00:50] Ubuntu bug 1103881 in upstart (Ubuntu) "cloud-final is never executed if upstart is upgraded during initialization of the image " [High,Confirmed] === zz_jackyalcine is now known as jackyalcine [00:50] ah [00:50] which i think is a wrong diagnosis, i'm seeing this without upgrade of upstart. [00:50] mm [00:51] well, jibel seemed convinced it was happening only when upstart was getting upgraded [00:51] in our pastebin here http://paste.ubuntu.com/1646707/ [00:51] we never see 'rc' stop [00:51] ah [00:52] so what all is in /etc/rc2.d/ ? [00:52] the only thing I know of that would prevent 'rc' from stopping is an init script that's hanging [00:53] and jibel's bug does show rc being stopped (https://launchpadlibrarian.net/129295546/LP1103881.dmesg) [00:53] so I think you have two different bugs with the same symptom [00:53] hm... so maybe they're coincidence. [00:54] just 'set -x' on rc [00:54] into /run/log [00:54] so i'll see that here in a minute. [00:54] ok [01:04] slangasek, i've got to run again. i'm really confused now. [01:04] http://paste.ubuntu.com/1647304/ [01:05] smoser: well, this shows no rc (or rc-sysinit) job running at all... ? [01:05] right. [01:07] tomorrow [01:25] * xnox waves from february 14th =) the international day of loving to debug mysterious presents in boot stacks [01:25] it's a niche holiday [01:37] not really the right place to ask the question but [01:37] are there any docs on building custom initramfses? [01:38] i want mkfs + friends in one [01:38] You need only write a hook for update-initramfs to run to put the files you want in the initramfs. [01:39] sounds suspiciously easy [01:39] hm, my boot time in raring just got really bad in the last few days. from about 8 secs to about 30 secs. bootchart doesn't show disk use or anything... [01:39] mwhudson: Look in /usr/share/initramfs-tools/hooks/ for some good examples. [01:39] mwhudson: Then its just a matter of writing extra hooks to be run in the initramfs. [01:39] ok [01:40] do you have to build the initramfs on the same arch as you're going to run it on? [01:40] i guess practically speaking yes === jackyalcine is now known as zz_jackyalcine [01:40] Yeah [01:40] Since it copies stuff from the host fs [01:41] really dbus-daemon is the only thing that stops right when gnome stuff finally starts [01:41] i suppose you can chroot + qemu-arm-static [01:41] but [01:41] In principle yes [01:42] amd64 <-> i386 probably works fine with chroots; not sure if there mightn't be some weird quirk with ARM, but worth trying if it would make life easier [01:42] not sure if it would tbh [01:42] just the tediousness of copying files around [01:45] mwhudson: You can, it does work for simple stuff (or did 18 months or so ago last time I tried it) === micahg_ is now known as micahg [01:47] * xnox does qemu-arm-static a lot. For most things it's quicker than panda, but nexus7 beats it, as compared to my i5 === zz_jackyalcine is now known as jackyalcine === jackyalcine is now known as zz_jackyalcine === zz_jackyalcine is now known as jackyalcine === jackyalcine is now known as zz_jackyalcine === zz_jackyalcine is now known as jackyalcine === jackyalcine is now known as zz_jackyalcine === emma_ is now known as em === emma_ is now known as em === em is now known as emma [05:36] Good morning [06:03] *files bug against 6 packages, uploads debdiffs for all, makes sponsorship queue sad* [06:06] Is it correct for apt-get-install foo to bail out if recommends are uninstallable without the --no-install-recommends flag, or should apt be trying to get as many as it can? [06:09] YokoZar: unsatisfiable recommends should not cause apt-get to bail out, though they will cause warnings to be output [06:10] slangasek: Then this is also an apt bug :D https://bugs.launchpad.net/ubuntu/+source/winetricks/+bug/1123710 [06:10] Ubuntu bug 1123710 in winetricks (Ubuntu) "wine1.4:i386 not installable on raring amd64" [Low,Triaged] [06:12] YokoZar: I'm reasonably certain that the problem there is not that the recommends are uninstallable, but that the recommends are available, apt follows them, and as a result renders one of the *depends* uninstallable [06:13] so... yes, apt could be smarter about skipping the recommends in that case, but this is a complicated problem [06:15] slangasek: so apt is considering switching a recommended (arch all but not M-A: foreign) package to it's "i386" version, then trying to get i386 versions of the arch:all's package depends, and then hitting a conflict and giving up rather than just ignoring the recommend [06:16] hitting a conflict because it's managed to break one of the dependencies in the process and is too far down the rabbit hole to unwind [06:16] slangasek: I think that's right...and I think correct for apt in this case would be to ignore the recommended package rather than count the installed arch:all version as conflicting with itself. [06:17] well, it wouldn't try to use i386 packages to satisfy the dependencies of an Arch: all package, no [06:17] I meant transitive i386 deps [06:17] eg when an arch: all package had arch specific deps [06:17] still no [06:17] an Arch: all package will have its deps satisfied by packages of the native arch [06:18] only if it's marked M-A foreign, yes? [06:18] (in the case of installing a non-native package that depends on the arch:all package) [06:18] no [06:19] an Arch: all package is treated as equivalent to a package of the native arch, in every way [06:19] Err then I'm confused because all the conflicts in question in the linked bug are recommends of arch:all packages [06:19] indeed, already installed arch:all packages [06:19] well, I can't reproduce that error output on a raring system, so [06:19] I get a completely different set of conflicts [06:19] apt-get install wine1.4 first [06:20] ah right, I have wine1.5 installed [06:20] then remove it (but not the stuff it pulls in) and apt-get install wine1.4:i386 [06:31] YokoZar: still can't reproduce this in a clean chroot (and I'm not clobbering the wine1.5 install on my desktop for testing right now) [06:37] slangasek: The fact that you want to protect your wine1.5 install makes me kinda happy :D [06:38] I'd be happier if the software in question didn't need it ;) [06:39] slangasek: I'll see if I can nail down an exact repro step on a new VM [07:53] good morning [08:21] good morning [08:47] I've got a bug waiting for archive admin action since last december (#1086468). did I do something wrong? :) [08:47] bug #1086468 [08:47] bug 1086468 in obm (Ubuntu) "Please remove obm source and binaries from raring" [Wishlist,Confirmed] https://launchpad.net/bugs/1086468 [08:48] Adri2000, seems not, it's just that removal are not always done regularly I think [08:50] as long as it's processed before raring is released, it's ok for me :) [08:50] it will, no worry [08:51] doing right now :) [08:53] Adri2000: done === zz_jackyalcine is now known as jackyalcine [08:55] didrocks: thanks [08:55] yw === jackyalcine is now known as zz_jackyalcine [09:02] seb128: I'm not a big fan of a comment field for whoopsie reports because we are never going to actually review them all [09:03] seb128: and it would create the impression that this is a kind of bug report [09:03] seb128: I'd much rather see the "collect extra information" or "request filing a bug report the next time" flag [09:03] pitti, we could have both ;-) [09:03] not denying we need the "request info" [09:04] but as said going through an hundred description can be enough to see a pattern === zz_jackyalcine is now known as jackyalcine [09:04] like "I was changing user when it happened" [09:04] 5 of those in a long stack can be enough to give an useful clue [09:05] seb128: for those I'd personally prefer a bug report [09:06] seb128: but anyway, I'm not strongly vetoing this, I'm just not a fan of it [09:07] pitti, @bug report, I though the idea was to stop reports to launchpad, so we need to get the infos we need linked to the whoopsie reports [09:07] seb128: right, but add a flag "the next person to encounter that please file a bug report", and it waits until someone actually does [09:08] there will always be cases where we need a proper dialog with reporters [09:10] pitti, right, I just feel like if we start automatically abusing that feature to ask "what were you doing" on most bugs then it's a sign that something is not right in the system [09:10] and that maybe the info should be asked upfront [09:10] oh well, let's see how it works in practice === Quintasan_ is now known as Quintasan === henrix_ is now known as henrix [09:33] bdrung, so, after sponsoring libreoffice for Sweetshark, do you feel more comfortable for the ppu? should he run again, or is there anything you recommend him to work on/change to be accepted? [09:34] bdrung, the details you found/fixed in your review seems mostly small and old packaging glitches, mostly cosmetic or coming from Debian, not mistakes from Bjoern === Zic is now known as Guest11517 === Guest11517 is now known as Zic [11:41] hey guys I have done a fresh install of Raring on my Lenovo Y580, good news bluetooth now works out of the box huzzah, bad news the screen is black because it is dimmed right down, I have to wait for the drums and then I can up the brightness, is there any info I can get on it for you === emma is now known as em === _salem is now known as salem_ === dholbach_ is now known as dholbach === jighrgoir is now known as ahasenack [13:42] micahg: announcement? =) === shuduo is now known as shuduo_afk [14:20] cyphermox: FYI, I'm going to nag you to get dnsmasq 2.66 into raring as soon as it comes out [14:20] cyphermox: 2.65 breaks local resolution with libvirt === wedgwood_away is now known as wedgwood [14:36] mdeslaur: ok [14:58] jodh, ping wrt https://bugs.launchpad.net/ubuntu/+source/upstart/+bug/1124384 [14:58] Ubuntu bug 1124384 in cloud-init (Ubuntu) "reload-configuration can confuse upstart" [High,Confirmed] === rsalveti_ is now known as rsalveti === Ursinha_ is now known as Ursinha [15:18] smoser: were you running upstart in debug mode at the time? [15:18] have have dmesg output with --verbose [15:18] i can easily get you --debug [15:18] smoser: yes please === jtechidna is now known as JontheEchidna === shuduo_afk is now known as shuduo|iphone [15:54] slangasek, i'd appreciate your thoughts/input on bug https://bugs.launchpad.net/ubuntu/+source/cloud-initramfs-tools/+bug/1123220 [15:54] Ubuntu bug 1123220 in cloud-initramfs-tools (Ubuntu) "cloud-image VM causes kernel panic if image is resized" [Low,Triaged] === doko__ is now known as doko [16:15] are there known bugs in raring causing X to repeat keypresses a lot? like just normal typing but suddenlllllllllllly l repeates a bunch? [16:16] i've not seen that. [16:16] I hesitate to report bugs from my old macbook pro.. because it has been dist-upgraded early in each cycle since it was installed with 10.10 alphasomething [16:16] but its getting rather frustrating :-P [16:17] i've never seen that either [16:17] @pilot in === udevbot changed the topic of #ubuntu-devel to: Ubuntu 12.10 released | Archive: Open | Dev' of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of hardy -> quantal | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: infinity, smoser [16:17] only on my phone, which isn't ubuntu [16:18] hallyn: hey, fyi, I just pushed libivt ubuntu5 for an apparmor denial [16:19] hallyn: libvirt* [16:20] @pilot out === udevbot changed the topic of #ubuntu-devel to: Ubuntu 12.10 released | Archive: Open | Dev' of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of hardy -> quantal | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: infinity [16:20] jdstrand: ok. possibly related to the nova bug zul was mentioning? [16:20] I doubt it: access to @{PROC}/sys/vm/overcommit_memory r [16:20] seemed like a harmless denial [16:21] (but noisy) [16:21] oh, ok [16:23] slangasek, can you remind me when and who switches us to vt during boot [16:24] slangasek, in the non vt-handoff case === henrix is now known as henrix_ === henrix_ is now known as henrix [16:38] is ubuntu 12.04.2 released yet? [16:39] user12423: Nearly but not quite [16:39] Sorting out the tail end of testing [16:40] cjwatson: how much time will be take? Will it be released today? [16:40] Let's just say that I'm doing the release, I'm in the UK, and I want to be able to go to the pub with a clear conscience this evening [16:40] hehe [16:42] cjwatson: I have read that ubuntu 12.04.2 comes with kernel 3.5. Will it work with proprietary ati drivers for radeon 4000 series as they are not compatible with quantal? [16:42] I'm afraid I don't know; you'll have to ask X folks, perhaps #ubuntu-x [16:42] cjwatson: ok thanks [16:48] user12423: Installing with 12.04.1 media and upgrading will have you on a 3.2 kernel by default, if you have a proprietary blob that hates 3.5 [16:49] infinity: amd recently updated their legacy drivers to version 13.1, don't they work too in 3.5? [16:49] user12423: I have no idea, they may well work. I was just saying "if they don't.." [16:51] infinity: ok [17:08] @pilot in === udevbot changed the topic of #ubuntu-devel to: Ubuntu 12.10 released | Archive: Open | Dev' of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of hardy -> quantal | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: infinity, seb128 [17:34] slangasek: is the ovmf package intended to have a readme? [17:35] * hallyn wiating for src to d/l over slow link [17:43] ok, i guess it's just my iso that's the problem - waiting for an even longer release iso d/l :) [18:02] hi everybody === tkamppeter_ is now known as tkamppeter [18:06] I see dogtail is currently blacklisted, could anyone remove it from the sync-blacklist? Upstream has started again to develop and support dogtail, I took it in Debian [18:07] the latest release is available in experimental [18:08] quadrispro: https://bugs.launchpad.net/ubuntu/+source/dogtail/+bug/460210/comments/8 [18:08] Ubuntu bug 460210 in dogtail (Ubuntu) "Sync dogtail 0.8.1-1 (universe) from Debian experimental (main) and remove it from the blacklist" [Wishlist,Triaged] [18:08] mitya57_, cool! thanks, I'll look into it [18:13] mitya57_, uploading the patch to experimental in few minutes [18:14] quadrispro: great, please also leave a comment on that bug [18:21] barry: it seems you didn't merge oneconf 0.3.3 to lp:oneconf? [18:21] didrocks: in a meeting... === deryck is now known as deryck[lunch] [18:32] quadrispro: did you really want to remove "def _getEncoding(self):" line? [18:33] nevermind, I've got confused by diff output :) [18:34] eh yes :) np [18:34] see you around [18:47] * mitya57_ wishes good night to everybody [19:00] stgraber, hey, can you set https://code.launchpad.net/~baltix/ubuntu/precise/ubuntu-defaults-builder/remove-quotes-from-firefox-bookmarks-titles/+merge/137107 as "work in progress"? [19:00] seb128: done [19:00] stgraber, thanks === jackyalcine is now known as zz_jackyalcine [19:10] smoser: bug #1123220> hmm, that seems to me that your a) option is the best (kernel not attaching /dev/console to something that doesn't work) [19:10] bug 1123220 in cloud-initramfs-tools (Ubuntu) "cloud-image VM causes kernel panic if image is resized" [Low,Triaged] https://launchpad.net/bugs/1123220 [19:10] apw: what do you mean by "to vt"? [19:10] wookey, Hi, I've been trying to figure out multistrap.. I noticed in raring version, 2.1.6ubuntu3, still contains /usr/share/multistrap/ubuntu/crosschroot-maverick.conf -- would you like me to file a bug on this? [19:11] hallyn: I didn't put any readme in the ovmf package, no [19:16] slangasek, but kernel is really dumb [19:17] and that assignment happens really early [19:17] back some time ago i had smb investigate a bit and he seemed to think that was non-trivial [19:18] even in the event that the kernel was smarter, having safety code in upstart and initramfs seems like it wouldn't hurt. [19:18] smoser: well, in this case you say it's crashing in the initramfs, right? we might reasonably be able to make upstart itself more robust against a broken /dev/console... but not every command that might write to stdout in the initramfs. [19:18] sh -e 'echo hi; echo by' should not exit failure. thats just not friendly to anyone. [19:19] slangasek, my suggestion was that in the initramfs (early) we do the code i posted. [19:19] smoser: yes, but afaics that would merely be advisory? [19:19] basically redirecting to somewhere in /run or /dev/null if we can't find something useful. [19:19] huh? [19:20] oh, you're proposing actually redirecting, ok [19:20] oh. yes, clearly if some other script in the initramfs opened /dev/console explicitly, then i can't stop that. [19:20] but stdout shouldn't be broken. [19:20] well, init will reopen the console [19:20] I don't know if it fails in this case [19:20] right. [19:20] so upstart would need the same thing. [19:20] open succeeds [19:20] writes fail [19:21] I really think this needs to be fixed in the kernel [19:21] trivial or not [19:21] /dev/console should not be broken when you write to it [19:25] slangasek, it seems like maybe my suggested work aroudn wouldn't work. see https://bugs.launchpad.net/maas/+bug/1061977/comments/4 . i'm not certain that is correct, but i seem to remember that some writes to /dev/console worked fine. [19:25] Ubuntu bug 1061977 in MAAS "Machine fails to commission when console=ttyS0 is present on kernel opts" [Critical,Fix released] [19:26] as if there was a buffer that got filled up and it didn't fail until kernel tried to flush that [19:26] smoser: yeah, I was just going to say, if this is related to the other bugs I've seen before in this area, there's probably kernel buffering making a mess of it besides [19:28] fwiw, we have 'console=ttyS0' (and want to keep that) because cloud providers (ec2 and openstack at least) give you access to data written to the serial device [19:28] so you can view that log. if we have *no* console= parms, then it goes to a vga device, which is completely useless. [19:30] * slangasek nods [19:30] slangasek: ok - i just wasn't sure if there was something i could/should do to work around the 'secure boot not enabled' msg. [19:30] hallyn: you can nag me to fix that output from shim :) [19:31] nag, i can do that :) === yofel_ is now known as yofel === deryck[lunch] is now known as deryck === fisted_ is now known as fisted [21:56] @pilot out === udevbot changed the topic of #ubuntu-devel to: Ubuntu 12.10 released | Archive: Open | Dev' of Ubuntu (not support or app devel) | build failures -> http://qa.ubuntuwire.com/ftbfs/ | #ubuntu for support and discussion of hardy -> quantal | #ubuntu-app-devel for app development on Ubuntu http://wiki.ubuntu.com/UbuntuDevelopment | See #ubuntu-bugs for http://bit.ly/lv8soi | Patch Pilots: infinity [21:56] geez [21:56] nighflight === henrix is now known as henrix_ === salem_ is now known as _salem [22:54] 7win 38 === zz_jackyalcine is now known as jackyalcine === fisted_ is now known as fisted === kentb is now known as kentb-out === jackyalcine is now known as zz_jackyalcine === zz_jackyalcine is now known as jackyalcine [23:34] Laney, cjwatson : is the feature freeze applicable to a main package which has a revamped UI but hardly any new features. I hope so, but just cross checking [23:34] AFAIK you both are in release team [23:37] The UI would most certainly be considered a feature. :) [23:38] RAOF: please tell me you are joking [23:39] or maybe my sarcasm detector is broken [23:39] m4n1sh: https://wiki.ubuntu.com/FeatureFreeze [23:39] I'm not sure how you'd significantly rework the UI *without* requiring a FFe. [23:39] m4n1sh: also note https://wiki.ubuntu.com/FreezeExceptionProcess#UserInterfaceFreeze_Exceptions [23:39] Or, to put it another way, a revamped UI is *definitely* a feature. [23:40] * xnox once revampted a non-essential ubiquity screen - only to crash by default the installer due to i18n error === jackyalcine is now known as zz_jackyalcine [23:41] m4n1sh: the point is that it's potentially disruptive and can introduce bugs. [23:41] when one least expects them. [23:41] yeah, introducing bug is surely the biggest problem [23:41] xnox: Thanks. So that means I am really short of time [23:41] m4n1sh: what package is it? [23:42] xnox: activity-log-manager [23:42] The new design by matthew paul thomas [23:42] it has been present since long and implemented too, but I am fighting with the code (some startup issues) and build system [23:43] m4n1sh: right so User Interface Freeze is on the 21st. Just work through it and polish it, then request FFe and everything will be good. [23:43] m4n1sh: you have 5 weeks \o/ [23:44] You might also want to ask for a *preemptive* FFe; the release team like to know what's coming up. [23:44] xnox: yeah. Just hopeful it doesnt break anything new. [23:44] RAOF: Yes. that would be better === zz_jackyalcine is now known as jackyalcine [23:47] xnox: this is the mockup https://lh4.googleusercontent.com/aYbxFHevnMXUmWkVF73FXF1IGj8AaxMRWCZKJb71V3vsKpWWEVmlZ7S9U-QKV3UuquFSbeU5PxnFoVXxMSlwxzfQCDmh38wKJF9ztV7MW_v_kcvO31U [23:47] Just FYI [23:48] m4n1sh: the joined up dropdown + and - buttons with toolbar inline style in gtk has a bug where it will not look joined up, just so you know [23:48] cjwatson: can grub2 read kernel + initramfs from within a raid6 mdadm array ? [23:48] * xnox has some glade work with a similar pattern from mpt for ubiquity [23:49] xnox: in raring? [23:49] m4n1sh: it did in quantal, didn't check raring recently. [23:50] m4n1sh: yeap still broken - open "Videos" (totem) and look at the buttons just below the playlist === jackyalcine is now known as zz_jackyalcine [23:51] xnox: I can see this http://i.imgur.com/vUJkhpT.png [23:52] m4n1sh: the most right "v" button should be rounded on the right [23:52] e.g. (+ | - | v | ^ | v ) not (+ | - | v | ^ | v ] [23:52] xnox: oh yeah. It slipped my eyes, I thought you were talking about the buttons being spaced apart [23:52] yeah, that is a bug [23:53] but it's a theming issue. [23:53] * xnox filed it against light-themes but still not fixed. maybe i'll have to write the patch =( [23:53] m4n1sh: i could also trigger it to appear as ( | )[ | | ] which is even more ugly =/ === wedgwood is now known as wedgwood_away [23:54] yeah, or every button be squared [23:54] atleast that would have consistency === wedgwood_away is now known as wedgwood === wedgwood is now known as wedgwood_away