[12:27] user-setup: cjwatson * r253 ubuntu/ (74 files in 3 dirs): merge from Debian 1.41 [12:36] user-setup: cjwatson * r254 ubuntu/debian/ (18 files in 2 dirs): Update Ubuntu-specific translations from Launchpad. [12:39] user-setup: cjwatson * r255 ubuntu/debian/changelog: releasing version 1.41ubuntu1 [14:50] setup-storage fails while trying to install 12.04, claiming "this system does not have a physical disk 1". Seems that disk-info ignores /dev/sda because it's group is root instead of disk. Is udev to blame? [16:37] ev: do you think you can get a new wubi.exe built, signed and published (for Precise) soonish? I'd like to test some dailies with the current wubi and I think it'd also make it easier for some of the daily testers (instead of having to send them a custom build ;)) [16:37] sure, I'll do it nowish [16:41] thanks [16:42] stgraber, about bug 950282 , I confirm what superm1 found and now trying 2.9.26 on b1 [16:42] Launchpad bug 950282 in oem-priority/precise "Installation failing with pop-up "The installer encountered an unrecoverable error and will now reboot."" [Critical,Confirmed] https://launchpad.net/bugs/950282 [16:43] .27 actually [16:43] jibel: thanks. Whenever I see a gtk upload and that kind of stacktraces I start by suspecting gtk before ubiquity ;) [16:43] at least it's fairly easy to only upgrade ubiquity for that kind of test [17:14] jibel: ok, so 2.9.27 with an up to date userspace triggers the bug but 2.9.27 with beta1's userspace doesn't? [17:15] stgraber, right, I'm now updating gtk on b1 [17:15] logout from live session crashes :/ [17:16] jibel: yeah, I noticed that recently, if you logout you're screwed, lightdm enter some kind of infinite loop... [17:17] jibel: the best way is to boot the live CD, then switch to tty1, run "stop lightdm", do the upgrades, then run "start lightdm", I think that worked fine last I tried :) [17:17] stgraber, unity-greeter segfaults and lightdm tries to restart it [17:18] https://bugs.launchpad.net/ubuntu/+source/casper/+bug/943037 [17:18] Launchpad bug 943037 in casper "Log out/in not working in live session" [High,Triaged] [17:18] not sure it's really casper's fault though, I'll have a look in a few minutes though, I just finished grabbing all the images I needed for some testing here [17:27] stgraber, here is the list of pending updates http://paste.ubuntu.com/882076/ any idea which one I should upgrade next ? [17:27] jibel: I'm submitting a bug report for the unity-greeter crash [17:28] wow, that's a long list :) [17:29] gir1.2-gtk-3.0 sounds like a good candidate [17:36] jibel: I filed bug 954255 and poked mterry about it [17:36] Launchpad bug 954255 in unity-greeter "unity-greeter crashed with SIGSEGV in g_closure_invoke()" [Undecided,New] https://launchpad.net/bugs/954255 [17:39] stgraber, k. no crash with gir1.2-gtk-3.0 . upgrading libc6 [17:46] stgraber, boom [17:47] jibel: cool, so that was the libc6? [17:48] stgraber, yep. upgraded from 2.15-0ubuntu3 to 2.15-0ubuntu5 [17:48] jibel: ok, looking at the changelog, the most likely is the 2.15-0ubuntu3 => 2.15-0ubuntu4 upgrade breaking it [17:48] * Merge from Debian (r5173, 2.13-27). [17:48] * Don't include the non-default multilib debug files in the libc6-dbg [17:48] package for any architecture. [17:49] 2.15-0ubuntu5 is supposedly ARM speciifc [17:49] jibel: can you try with 2.15-0ubuntu4 to confirm you also have the problem? (so we can rule out 2.15-0ubuntu5) [17:51] hm, nothing jumps out from the Debian merge [17:52] ports we don't use, localedata, removing debug files from biarch packages, testsuite fiddling [17:53] having a hard time seeing how any of these changes could matter ... [17:58] Mar 8 20:30:10 ubuntu kernel: [ 41.113727] pool[9204]: segfault at 17 ip 00007f022e402bfe sp 00007f0216355a20 error 6 in libc-2.15.so[7f022e2d9000+1b1000] [17:59] is what the reporter said is appearing in the syslog, not sure it really helps though [18:04] mm, need to catch it with gdb or valgrind or something [18:20] i've tried with gdb on the python process and it refuses to crash when doing that [18:21] oh, we have a fix then ;) [18:31] haha [20:33] can someone help me understand a few things about bug #952462 ? [20:33] Launchpad bug 952462 in ubiquity "Ubuntustudio 12.04 installer has unreadable text" [Medium,Confirmed] https://launchpad.net/bugs/952462 [20:34] the problem appears to be that the uqibuity installer background and text are both dark and unreadable (pics with bug report) [20:34] but this only happens when you pick to install ubuntu studio directly from the live-boot menu [20:35] (i.e. the problem doesn't manifest when you are in the liveFS and then choose to install from either menu entry or desktop icon) [20:35] i have noticed a few things about xubuntu's code, however [20:36] firstly, i noticed that the xubuntu-live-settings package is called in : http://bazaar.launchpad.net/~xubuntu-dev/ubuntu-seeds/xubuntu.precise/view/head:/live [20:36] (ubuntu studio does not have this package at this point) [20:36] which appears to be created with the xubuntu-default-settings package [20:37] here is the control file: http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/precise/xubuntu-default-settings/precise/view/head:/debian/control [20:37] the xubuntu-live-settings.install doesn't do much: http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/precise/xubuntu-default-settings/precise/view/head:/debian/xubuntu-live-settings.install [20:38] i've add a comment about how we fix this in mythbuntu, i'm unsure what xubuntu does about it though [20:38] note: we still do have a problem with our theme and gtk3 apps [20:38] but the theme itself needs to be fixed for that [20:39] oh, hmmm, interesting....i thought that xubuntu didn't have this problem and i had hoped it was because i did not account for the xubuntu-live-settings package [20:39] i shoudl have said "..didn't have this problem, i had hoped ubuntu studio was suffering it because i did not account..." [20:40] and i was hoping that all i needed to do was modify the xubuntu-live-settings for ubuntu studio and the problem would be solved [20:40] (although i didn't really understand how this would happen given the information that i could find) [20:40] oh it looks like xubuntu does the exact same thing mythbuntu does [20:40] http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/precise/xubuntu-default-settings/precise/view/head:/casper/48xubuntu_maybe_ubiquity [20:40] aye [20:41] superm1, so, perhaps if i add these items (ie ubuntustudio-live-settings, /casper/48ububuntustudio_maybe_ubiquity) then the problem may be solved ? [20:42] scott-upstairs: if your theme is set up the same way ( somewhere in /etc/xdg ), then if you set up a casper script that gets included in the livefs initramfs, yeah i believe it should fix it for you too [20:42] oh, and i didn't realize that mythbuntu was also an xfce based distro :) [20:42] xubuntu is quite popular these days :-) [20:43] or xfce [20:44] yeah mythbuntu has been on it as well since inception [20:44] superm1, yes, we are setting the theme in /etc/xgd as xubuntu does, that is very heartening to learn [20:44] scott-upstairs: now if you also encounter theme problems when in "try ubuntu studio" mode, you also have problems with your GTK3 theme that will need to be fixed like we hit with mythbuntu and lubuntu hit [20:45] superm1, by "try ubuntu studio" do you mean running it as a liveFS? [20:45] yeah when running in live mode, yes [20:45] if you were to double click the installer or launch ubiquity from there [20:46] running in live mode seems to work okay, as does installing from menu/desktop icon [20:46] but it appears that we are perhaps using a different way to get to the live mode [20:46] okay, that's good to hear, then yeah just get this casper fix in your packages in some fashion [20:47] our original menu options appear as when we were alternate image, but with a new entry of "try ubuntu studio" [20:47] maybe that is nothing, just a text based menu, and it still does the exact same as everyone else to get to live mode [20:48] right, this seems like a pretty straightforward and fairly trivial fix then, thank you for your help superm1 ! [20:48] basically what that does is starts the lightdm instead of ubiquity upstart job [20:48] sure no problem [21:15] interesting how looking at a casper bug you find two others... that thing definitely wasn't designed for persistent usb disks ;) [21:18] stgraber: s/ for persistent usb disks// [21:19] infinity: good point ;) [21:25] ubiquity: stgraber * r5249 ubiquity/ (bin/ubiquity-bluetooth-agent debian/changelog): Prevent ubiquity-bluetooth-agent crash when it already ran. [22:20] ubiquity: stgraber * r5250 ubiquity/ (debian/changelog ubiquity/frontend/gtk_ui.py): Remove poke_screensaver and instead replace by code disabling gnome-screensaver in gsettings. [22:42] ubiquity: stgraber * r5251 ubiquity/ (debian/changelog pixmaps/ubuntu_installed.png): Replace ubuntu_installed.png by a scaled down version to make both icons the same size. === tsimpson_ is now known as tsimpson [23:16] ubiquity: stgraber * r5252 ubiquity/tests/test_ubi_partman.py: Enable test_same_ubuntu_only, updating to Ubuntu 12.04 and changing the check to ensure we don't get offered an 'Upgrade' from 12.04 to 12.04. [23:18] ubiquity: stgraber * r5253 ubiquity/tests/test_ubi_partman.py: Add a check to ensure ubiquity never offers a downgrade [23:21] ubiquity: stgraber * r5254 ubiquity/ (d-i/manifest debian/changelog): releasing version 2.9.28