[00:50] ubiquity: dmitrij.ledkov * r5637 trunk/ubiquity/ (frontend/gtk_ui.py segmented_bar.py): pep8 fixes [10:31] ubiquity: dmitrij.ledkov * r5638 trunk/ (bin/ubiquity-wrapper debian/changelog): [10:31] ubiquity: Prevent thunar from automounting, in ubiquity-wrapper (LP: #719338). [10:31] ubiquity: Automounting should probably be address in some better way on Xfce. [10:43] ubiquity: dmitrij.ledkov * r5639 trunk/ (3 files in 3 dirs): [10:43] ubiquity: Make `$ bzr bd -S' and `$ bzr bd' do something useful, i.e. generate [10:43] ubiquity: nice & clean source package or perform clean local builds. [10:43] * xnox wants to release ubiquity [10:45] Be my guest [10:45] =) [10:47] Actually [10:47] I was going to excise Python 2 support [10:47] Mind if I finish that? [10:50] go ahead. [10:51] xnox: ^- [10:51] I am working on a partman-auto-lvm bug, so if I get that done, it might even end up in ubiquity as well =) [10:51] ubiquity has all fixes which should unbreak xubuntu ISOs. [10:52] as well as ubuntu affecting bugs. [10:55] xnox: Sorry, don't know if you got this [10:55] 11:47 Actually [10:55] 11:47 I was going to excise Python 2 support [10:55] 11:47 Mind if I finish that? [10:55] i wonder if my irc works. [10:55] yes, go ahead. I did reply.... [10:56] go ahead. [10:56] xnox: ^- [10:56] I am working on a partman-auto-lvm bug, so if I get that done, it might even end up in ubiquity as well =) [10:56] ubiquity has all fixes which should unbreak xubuntu ISOs. [10:56] as well as ubuntu affecting bugs. [10:56] Yeah, my connection dropped :-/ [10:57] Thanks [10:57] ah =) [11:15] base-installer: cjwatson * r976 ubuntu/ (debian/changelog kernel/tests/runtests): [11:15] base-installer: * Cherry-pick from upstream (Ben Hutchings): [11:15] base-installer: - base-installer/kernel/tests: Fix regex syntax error in runtests. [11:30] base-installer: cjwatson * r977 ubuntu/debian/changelog: releasing version 1.122ubuntu9 [11:32] ubiquity: cjwatson * r5640 trunk/ (28 files in 8 dirs): Remove Python 2 support. We aren't going back now. [11:32] I suspect there are still a bunch of now-unnecessary str() calls in the KDE frontend, but life's too short [11:36] meh [11:37] I am enjoying old partman bugs [11:37] Ian Jackson: "I should have the option to destroy data." [11:37] made me giggle [11:57] cjwatson: given an empty partition table, parman creates new partition table and then it discovers there is left over lvm metadata, what should it do: [11:58] (i) thow a fit with a cryptic message and bail out [11:58] (ii) offer to remove & reuse, or go back to manual partitioning [11:58] (iii) auto-clear that metadata and continue as per original plan [11:59] -- [11:59] this is bug 154086 or http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542441 [11:59] Launchpad bug 154086 in partman-auto-lvm "Installing to HDD with previous ubuntu fails to create fresh LVM claiming group already in use" [High,Confirmed] https://launchpad.net/bugs/154086 [11:59] Debian bug 542441 in partman-lvm "old LVM data is not erased" [Normal,Open] [12:00] Not (i). I would be slightly inclined to say (ii), but I can see the justification for (iii) because that's effectively what would happen if it were a real partition not LVM. However, have a think about the effects of code to do (iii) on re-opening things like encrypted containers. [12:00] I believe that current code attempts to do (ii), possibly buggily, so I would tend to try to make that work rather than changing the intent. [12:00] cjwatson: (i) is the current behaviour =) [12:01] In practice, but I'm fairly sure the intent is (ii) and that it fails due to races or similar. [12:01] For instance there are already suitable debconf templates for (ii). [12:01] Somewhere. [12:01] cjwatson: it says "The vgname you chose is already in use. Lower priority to be offer to choose a different name." Upon restarting partman you notice the re-create partition table & old lvm group and lv volumes "recovered" out of the blue =) [12:02] yeah the second time you run it. (ii) happens. [12:02] Yes, I'm not saying it works right now. But look at the code, not the behaviour. [12:02] ok. I will make it try to do (ii) instead of throwing a fit in corner cases. [12:03] I vaguely recall some bug where Phil Hands made it work by inserting sleeps. That's obviously not a correct fix, but indicates that there's a race which should be fixed by inserting proper synchronisation. [12:04] not really a race.... it does a name check " does this vgname in use? " just before creating it. It does it via a call to lvs, which finds the zombie VG [12:05] his fix was to add an unconditional call to do ROW = RM-on-Write =) [12:05] * xnox a bad pun on COW [12:06] I thought part of the problem was that udev rules were still working on it. [12:08] regardless of udev, vgs rescans to find new vgs. Since the current one we have does not implement caching daemon. [12:09] and even the new one that does caching daemon can still invalidate cache & find the zombie vg. [12:10] OK [12:54] cjwatson: the lvm encrypted password doesn't work if you use # in the password, we are wondering if it is an issue with keyboard layout [12:55] Certainly possible [12:55] Try the US location [12:58] davmor2: the 94 printable ascii characters should be safe. [12:58] and # is one of them. [12:58] No, because it is in a different location on US and UK keyboards. [12:59] I mean, it *should* be safe, but it's certainly plausible that the keyboard layout hasn't been configured at the right time. [12:59] cjwatson: and there is this bug open about console-setup that keyboard layout options do not propagate into initramfs...... [13:00] Quite so. This is one of the reasons we need it in the initramfs. It used to work. :-/ [13:00] xnox, cjwatson: it turns out it is he used @ and it is on shift 2 [13:00] Indeed, so that's the US location. === psivaa is now known as psivaa_afk [13:52] cjwatson: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1047384 [13:52] Launchpad bug 1047384 in ubiquity "System Encryption Password set before setting keyboard locale" [Undecided,New] [13:56] Mez: yes, it is. [13:56] Mez: and it must be.... [13:57] xnox: Why must it be / [13:57] Mez: I will comment on the bug. One moment please [13:57] xnox, well, you coudl do the kbd setup twice [13:57] (in the backend) [13:57] ogra_: there is better way ;-) [13:58] xnox, then the locale needs to not be set before booting [13:59] Mez: you can if you press Esc and F6 at boot. [14:01] Mez: you can also change keyboard layout in the indicator in the top right? can you not? [14:02] xnox: both of those REQUIRE people to be aware of the problem. They REQUIRE special knowledge. It shouldn't mean that someone installing thinks they've broke their system because it won't accept their password [14:02] (Also the keyboard item doesn't work, as it's a password input box) [14:03] Mez: i know, i understand. I am writting up solutions in the bug report. [14:03] This is unresolvable by direct sequencing; my understanding was that the keyboard indicator was being included to break the deadlock [14:03] Shouting at us won't help [14:03] cjwatson: apologies, was just trying to add emphasis (as no voice). [14:03] Mez: This will need design changes, but I think I can add an extra feature here at the same time. [14:08] Mez: thank you for "discovering" this bug =) [14:11] cjwatson: commented on the bug report. What do you think about using $random keyfile to do cryptsetup and ask for real encryption passphrase after the keyboard layout has been chosen? [14:12] cjwatson: this should also allow keeping $random keyfile in the initramfs for OEM style full-disk encryption, where puppet/chef/etc. kick in on first boot to setup the correct luks passphrases (this is not used by OEMs but it is used by $bigcorps) [14:13] cjwatson: this should make it easier to setup multiple passphrases, which is currently not supported. [14:13] I'm not sure I have the brain for this at the moment :) [14:14] It's an interesting idea but I don't use cryptsetup myself as yet so I don't really have a feel for it. Ask Steve maybe? [14:30] xnox: going with a random key, then adding the real one and removing the random one sounds like a good idea [14:30] xnox: and I never saw any issue with cryptsetup when running multi-key system, so it should be fine to implement === psivaa_afk is now known as psivaa [14:45] as I quick hack, I will unhide the passphrase, such that people atleast see what they are typing =/ [15:26] hey [15:26] I've spotted an issue with the photo taking stage [15:26] the camera turns off/on when the user presses the picture button [15:26] for two of my cameras that de-stabilizes the picture quality [15:27] and the result is a very dark / greenish photo [15:27] while normal preview is perfectly fine after a second [15:27] is that reported? [15:28] zyga: search launchpad & report if it wasn't. [15:28] zyga: and if you didn't find it, we can always mark it as duplicate. [15:28] zyga: there are not that many people testing the webcam to be honest =/ [15:30] xnox, everyone who does a laptop install i would guess [15:31] ogra_: either it's perfect or not tested, first bug report about the webcam page =) [15:31] that I see/read [15:31] It's certainly not the first ever [15:31] i could file some but i'm not sure its only ac100/tegra :) [15:31] and i dont have a spare x86 laptop to verify [15:32] for me the image list on the right is clearly empty [15:32] and the preview pic isnt shown at all [15:32] (if i click on "take picture" i get a proper pic though) [15:37] xnox, will do [15:37] xnox, sorry, I was prepping some dinner :) [15:37] xnox, against ubiquity? [15:38] ogra_, probably v4l [15:38] zyga: ubiquity will do, we will redirect it if it's not ubiquity problem. [15:38] but video problem. [15:38] awesome, thanks [16:15] xnox, reported as 1047493 [16:15] xnox, reported as bug 1047493 [16:15] Launchpad bug 1047493 in ubiquity "Camera photo taken by ubuqity is dim despite good quality preview" [Undecided,New] https://launchpad.net/bugs/1047493 [16:15] thanks [16:16] ubiquity: dmitrij.ledkov * r5640 trunk/ (debian/changelog ubiquity/frontend/base.py): [16:16] ubiquity: Fixed slideshow_get_available_locale missing new locales in [16:16] ubiquity: extra_slides_dir. (LP: #1046511) [16:17] ubiquity: dmitrij.ledkov * r5641 trunk/ (debian/changelog ubiquity/frontend/base.py): [16:17] ubiquity: Fixed slideshow_get_available_locale missing new locales in [16:17] ubiquity: extra_slides_dir. (LP: #1046511) [16:54] xnox, feel free to retweet: https://twitter.com/zygoon/status/244108311077715970 [16:59] zyga: ;-) [17:43] bug 1047316 seems to have a pretty simple patch [17:43] Launchpad bug 1047316 in casper "casper in initrd dies trying to find filesystem.squashfs on raid device" [Undecided,New] https://launchpad.net/bugs/1047316 [17:45] ubiquity: dmitrij.ledkov * r5642 trunk/ (bin/ubiquity-wrapper debian/changelog): [17:45] ubiquity: Remove powerpc/ps3 low-memory profile, as it doesn't do anything any [17:45] ubiquity: more. gnome-session-remove command is no longer present, and the init [17:45] ubiquity: processes it tried to stop no longer exist under those names. We do [17:45] ubiquity: want a low memory profile, which ubiquity-only mode now. [17:45] gotta love spending time trying to understand what a piece of code is doing..... [17:45] .... only to find out it does nothing. [17:48] More relevantly, the ps3 port is dead :) [17:51] ubiquity: cjwatson * r5643 trunk/ (9 files in 5 dirs): Remove the rest of the long-dead PS3 port. [17:51] * cjwatson wields the axe today [17:52] * infinity sheds a tear for the PS3. [19:18] ubiquity: dmitrij.ledkov * r5644 trunk/ (bin/ubiquity-wrapper debian/changelog): [19:18] ubiquity: ubiquity-wrapper: Add support for udisks2 inhibit, drop devkit-disks [19:18] ubiquity: inhibit. (LP: #719338) [19:42] ubiquity: dmitrij.ledkov * r5645 trunk/ (d-i/manifest debian/changelog): [19:42] ubiquity: Automatic update of included source packages: base-installer [19:42] ubiquity: 1.122ubuntu9. [23:46] ubiquity: dmitrij.ledkov * r5646 trunk/ (debian/changelog gui/gtk/ubiquity.ui): Prevent progress label to expand & shrink the window (LP: #1046241) [23:47] ubiquity: dmitrij.ledkov * r5647 trunk/ (gui/gtk/stepPartAdvanced.ui ubiquity/plugins/ubi-partman.py): Use the joined up Add/Remove/Change... toolbar icons as per spec. [23:48] ubiquity: dmitrij.ledkov * r5648 trunk/debian/changelog: releasing version 2.11.31