[00:08] ubiquity: evand * r3464 ubiquity/ (debian/changelog ubiquity/frontend/gtk_ui.py): Suppress Pango warning about not being able to open /root/.pangorc. [00:18] evand: https://blueprints.launchpad.net/ubuntu/+spec/usb-creator-console [00:19] rgreening: cool idea! [00:19] :P [00:19] think that will help me get to go to UDS again :) [00:19] :) [00:20] hehe [00:20] It should be relatively easy compared to the rest of what we have done [00:21] and will work with may rescue CD (if one chooses to make a rescue CD/Partition for Ubuntu [00:21] which would be another cool spec... hmm... [00:23] rgreening: can you implement a KDE retry dialog (see my recent commit for the GTK side) [00:23] it's existed for ages in the Windows frontend, I just forgot about it for the rest :) [00:23] evand: yeah, I have to review your last 4 or 5 commits... [00:24] I imagine this will require a UI Freeze Exception, but I think it's necessary [00:24] heh [00:24] but my usb stuff is broken atm.. debating on a re-install... [00:24] yikes [00:24] evand: any idea what would cause usb auto detection to not work? I see /dev/sdc1 and can manually mount.. but that's as far as it goes. [00:25] no autodetection... [00:25] is devicekit running? [00:25] evand: your good in that area... [00:25] hmm... should be 1 sec [00:25] err actually, I'm not sure what the KDE stack uses [00:25] devkit-disks-daemon: [00:25] hal [00:26] rgreening: is this Karmic? Have you been upgrading over the past few days? [00:26] oh yeah. and thens when it broke [00:26] I had to recover via a chroot [00:26] yeah, Keybuk broke the universe [00:26] are you completely up to date? [00:26] yep [00:26] hrm [00:26] evand: I even installed ubuntu-desktop and tested there [00:27] same issue. [00:27] I opened a bug... 1 sec... [00:27] if you run udevadm monitor, do you get events for the usb key insertion/deletion? [00:27] bug 431878 [00:27] Launchpad bug 431878 in kde4libs "USB Drive Fails to be Autodetected for Mounting in KDE" [Undecided,New] https://launchpad.net/bugs/431878 [00:27] err yeah, I imagine you would if you can manually mount it [00:27] ah [00:28] I attached some output there [00:28] dmesg shows the drive insertion and removal fine... shows up in the /dev dir fine. [00:30] probably either broken KDE or broken Hal [00:31] so yeah, ouch [00:31] udevadm monitor sow the device removal and insertion fine... [00:31] not KDE [00:31] remember I tried ubuntu desktop too [00:31] that's quite perplexing [00:31] I installed and launched a gnome session [00:31] here's what udevadm shows... [00:31] UDEV [1253230189.832105] change /devices/pci0000:00/0000:00:1d.7/usb2/2-6/2-6:1.0/host18/target18:0:0/18:0:0:0 (scsi) [00:31] KERNEL[1253230189.898774] add /devices/pci0000:00/0000:00:1d.7/usb2/2-6/2-6:1.0/host18/target18:0:0/18:0:0:0/block/sdc (block) [00:31] KERNEL[1253230189.898885] add /devices/pci0000:00/0000:00:1d.7/usb2/2-6/2-6:1.0/host18/target18:0:0/18:0:0:0/block/sdc/sdc1 (block) [00:31] KERNEL[1253230189.898997] add /devices/virtual/bdi/8:32 (bdi) [00:32] UDEV [1253230189.899238] add /devices/virtual/bdi/8:32 (bdi) [00:32] oh, I have no doubt that udev (and by extension devicekit-disks) see the device [00:33] so why did gnome hate me too [00:33] :) [00:33] or is gnome still using hal for those bits [00:34] evand: hal is reporting it as dev/sg3 and not /dev/sdc [00:34] KVM to the rescue? If you have a block device to work with, you can always run sudo kvm -m 512 -hda /dev/sdc -cdrom $path_to_cd -usb, and then ctrl-alt-2 to the kvm console, type info usbhost, then usb_add host:whatever_id [00:34] you lost me at rescue [00:34] haha [00:35] assuming the CD is not equally broken (shouldn't be, the latest is working for me), you'll at least have an environment to work in [00:35] haha [00:35] Im booted and running fine.. its just that one issue I cant fix. [00:36] incidentally, if devicekit-disks can see it (as it does, given your logs), usb-creator will work just fine :) [00:36] evand: that's just it... it doesn't [00:36] neither the gtk nor the kde [00:36] which boggles me [00:36] does devicekit-disks --enumerate show the disk? [00:37] I have gremlins in my computer [00:37] 1 sec [00:37] clearly :) [00:37] err devkit-disks [00:37] /org/freedesktop/DeviceKit/Disks/devices/sdc1 [00:37] yep [00:37] Ah evand, I was mistaken.... [00:38] evand: it does show up in creator.. but the Free is empty and it says you must format this device (which it doesn't need too) [00:38] evand: clearly /dev/sdc1 is not being presented to devkit correctly [00:39] which points to messed up udev symlinks or such [00:39] devkit-disks --mount /dev/sdc1 [00:39] yeah, not it works as expected in creator [00:40] shtylman: did you ever hear back from the release team on that ubiquity merge? [00:40] so, normally, the code would auto mount the device.. which appratnly is being skipped [00:40] because of the way it's being detected evand... [00:40] I'm lost. [00:41] haha [00:41] /dev/sdc1 does or does not show up in usb-creator [00:41] evand: ok, so, normally creator will detect and mount the partitions [00:42] evand: no I didn't... [00:42] yes, it shows up in creator, but Free was empty and it would let me use it (said it needs format). Running the devkit mount manually shows the partition correctly and allows me to interact [00:42] Riddell did say that he could approve it... but I havn't merged... what do you think? [00:42] shtylman: I'd file a bug against ubiquity, include the branch, and subscribe ubuntu-release [00:42] oh, if he's fine pushing that through it's fine with me [00:42] evand: ok...sounds good, I will do that... it will be more official that way :) [00:43] just make sure you follow the Provides: mangled-version stuff [00:43] ah, sure thing [00:43] noted [00:44] rgreening: were there any tracebacks in ~/.usbcreator.log (assuming an up-to-date bzr trunk)? [00:44] 1 sec... I'll look at /tmp/... [00:44] rgreening: if you're running from trunk it will be in /home now [00:45] yeah, not trunk yet [00:46] evand: it shows no error. It detect /dev/sdc as 0 byte disk (which I don't think was happening before).. that should be a clue [00:47] evand: before /dev/sdc would simply have 0 free not be a 0 byte disk... [00:47] and I only see /dev/sdc1 and not /dev/sdc and /dev/sdc1 like before... [00:47] are you sure it's detecting it as that, and not just setting that in its data structure (devkit-disks --dump can tell you) [00:48] Im reading from the log in creator [00:48] backend.py:187: not adding device: 0 byte disk. [00:48] backend.py:67: device_added: /org/freedesktop/DeviceKit/Disks/devices/sdc1 [00:48] backend.py:122: partition added: /org/freedesktop/DeviceKit/Disks/devices/sdc1 [00:52] evand: Im soo not happy :( [00:52] a reinstall is going to kill my productivity [00:53] so just to confirm, devkit-disks --dump reports a 0 B size for sdc? [00:53] evand: devkit-disks dump reports size 0 [00:53] ya [00:54] heh, read my mind [00:54] yikes [00:55] lol [00:55] evand: here's the dump output for sdc http://paste.ubuntu.com/273167/ [00:56] i think by-id, by-path stuff missing? bad? incorrect? [01:02] evan had media 0 is wrong too [01:02] evand ^ [01:03] and partition scheme should be mbr [01:03] indeed [01:04] evand: so what provides this to devkit... udev correct? [01:07] yes [01:07] so I have a buggered udev... [01:07] probably [01:07] hmm.. wonder how best to make it clean [01:07] * rgreening hears evand say reinstall [01:07] * rgreening preemptively reaches for lart [01:08] not sure, Keybuk or pitti might have a better idea of what's going wrong [01:09] pitti said to file the bug... and I did.. of course it didn't help that apport-kde it foobar [01:09] and hence ubuntu-bug [01:09] lol [01:09] not my week [01:10] haha [01:13] this is so bizarre oh well... [01:13] might as well go cut my heart out with a spoon, it will be less painful :P [01:15] haha [01:15] im heading home... Ill decide by then if I reinstall [01:15] heh [01:15] l8r [01:18] cheers === cjwatson_ is now known as cjwatson [09:14] cjwatson: thanks for the showmounts tip that is what matt wanted it just threw me with the title :) [09:14] looks better now than it did thought looking at it :) [09:25] usb-creator: evand * r210 trunk/ (3 files in 3 dirs): Fix a deadlock when the failed dialog runs. [10:36] cjwatson, http://paste.ubuntu.com/273343/ i suspenc i miss something that adds the do_symlinks entry to kernel-img.conf, which piece of d-i does that ? [10:36] *suspect [10:38] mn, i think i found it [10:38] *nm even [10:41] Sep 17 17:56:27 base-installer: info: Setting link_in_boot='yes' [10:41] * ogra scratches head === mpt_ is now known as mpt [12:23] ubiquity: evand * r3465 ubiquity/ (debian/changelog ubiquity/frontend/gtk_ui.py): [12:23] ubiquity: * Use the page name instead of the new step name when considering both [12:23] ubiquity: partitioning pages. [12:23] ubiquity: * Fix broken conditional statement that prevented [12:23] ubiquity: process_autopartitioning and info_loop from being called. [13:16] ubiquity: evand * r3466 ubiquity/ (3 files in 2 dirs): [13:16] ubiquity: Disable the forward button for the usersetup page when coming from [13:16] ubiquity: both the automatic and manual partitioning pages, rather than just [13:16] ubiquity: the latter. [13:24] ubiquity: evand * r3467 ubiquity/ubiquity/frontend/kde_ui.py: Repeat r3465 for kde_ui.py [14:26] usb-creator: evand * r211 trunk/usbcreator/frontends/gtk/frontend.py: Always return something from get_gnome_drive. === robbiew-afk is now known as robbiew [14:44] cjwatson: what was the reasoning behind making mtools a recommends of syslinux rather than a firm dependency? It appears to be completely non-functional without it. [14:46] hi, I am a kubuntu user and I noticed that the installer selects a keyboard depending on the language and not on the time zone. if the two don't match I would think that it's more frequent that someone uses a foreign language than a foreign keyboard... am I overlooking something or should I report a wish somewhere? [14:49] gunsofbrixton: I believe you're mistaken. The installer bases its keyboard selection on both the language and time zone. [14:51] evand: ah interesting. I always choose english language and german time zone, and get an english keyboard selected... is this how it's supposed to work? [14:52] gunsofbrixton: yes, I do believe so. [14:52] Selecting Spanish with a timezone selection in Mexico and one in Spain give different keyboard suggestions. [14:54] evand: ok that makes complete sense. but consider my scenario where there is no correlation between language and time zone. I would think that german keyboard should be selected and not english, what do you think? [14:57] evand: and in the spain/mexico example why consider the language in the first place? couldn't you just use the location? [14:57] I am just a dumb user asking :) [14:59] There are countries that speak more than one language. [15:00] I am not sure on the exact details of why this approach was taken, and I cannot think of an example offhand that would invalidate your suggestion [15:00] cjwatson would know, though [15:02] s/speak more than one language/have more than one common keymap/ [15:02] evand: mtools> it's needed for the syslinux binary itself but not for other uses of the syslinux package like building CDs, so I downgraded it to reduce the delta with Debian [15:03] gunsofbrixton: in the Mexico case, we do in fact use only the location [15:03] all we can do is heuristics that are as good as we can manage, though [15:03] without reading the user's mind, there's no way to be sure about it, so I don't think it's worth stressing too much [15:04] file a bug on console-setup if it does obviously the wrong thing :) [15:04] I'm not sure I agree with the hypothesis that location is more likely to match than language; I think you would need data for that rather than guesswork [15:05] for instance, I could easily say that if somebody's preferred language doesn't match their location, there's a decent chance that they emigrated from somewhere else, and that they may well have brought their old computer with them or at the very least be used to the keymap in the country they come from [15:05] if I moved to France, for instance, I don't think you could ever convince me to type on a French keymap :) [15:07] cjwatson: ah, noted on syslinux [15:08] but basically we use the language when the upstream xkeyboard-config layout files are structured such that there's a layout for the language and then some variants depending on the location (e.g. German), but we use the location when the files are structured such that there's a layout for the location and then some variants depending on the language (e.g. Belgium) [15:08] this tends to mean that plausible alternatives are closer to hand in case we guessed wrong [15:09] davmor2: do you have the machine to hand where I might be able to debug this grub menu generation thing, then? [15:10] cjwatson: I can have a machine with xp or vista on in a matter of minutes but I'm just working on install and debuggin' a kernel issue on my nvidia box. so 30 minutes-ish [15:11] cjwatson: evand: good points, thanks for clearing that up. would indeed be interesting though to know if language or location is the better match [15:12] usb-creator: evand * r212 trunk/debian/ (changelog control): [15:12] usb-creator: Explicitly depend on mtools, just in case someone removes it and [15:12] usb-creator: expects usb-creator to still work. [15:12] davmor2: thanks [15:13] usb-creator: evand * r213 trunk/debian/changelog: LP bug reference for the previous commit. [15:22] evand: does failed_dialog_label ever show the "see usbcreator.log" message? I can't see anywhere where it would. Seems the _fail def overrides that message. [15:22] so its superfluous at best to have it in the gtk ui. [15:23] ah, I guess not. [15:23] :) [15:23] cjwatson: have you seen the bug apparently os-prober isn't installed, is that still needed? https://bugs.launchpad.net/bugs/430141 [15:23] Launchpad bug 430141 in grub2 "No second OS is shown up in grub2" [High,New] [15:25] meh it's installed here [15:26] usb-creator: rgreening * r214 trunk/ (debian/changelog usbcreator/frontends/kde/frontend.py): * Add the missing retry dialog to the KDE frontend. [15:28] davmor2: they're hijacking your bug. ignore them [15:28] I've told them off in a comment already :) [15:29] cjwatson: change the title on me and everything :) [15:34] cjwatson, not sure you saw my d-i error paste this morning, http://paste.ubuntu.com/273343/ ... i tracked it down to a line in mkinitramfs that apparenly parses the output of mount (instead of using /proc/mounts) which doesnt output anything here under armel if i run it in /target, you dont happen to have seen similar errors on other arches, do you ? [15:34] Right then cjwatson do you need any info off the vista install before I start on the ubuntu auto resize? [15:36] ogra: there's a known debootstrap problem [15:36] * ogra wonders if it's arch specifc that mount doesnt output anything in that environment or if there is just something missing in the way imx51 uses d-i [15:36] ogra: I've just been holding off on the sync because something went wrong when I fixed it in Debian and I need to remind myself of what [15:36] ah, sweet ... [15:36] davmor2: don't think so [15:37] right ubuntu along side then [15:55] usb-creator: rgreening * r215 trunk/TODO: * Update TODO [15:59] usb-creator: rgreening * r216 trunk/ (debian/changelog man/usb-creator-gtk.8 man/usb-creator-kde.8): * Update man pages to reflect new location of log file [16:09] good call [16:13] evand: do you think you could look at fixing bug 419796? it seems to have bounced back onto the foundations team's list [16:13] Launchpad bug 419796 in devicekit-disks "PartitionTableCreate method times out when 'none' is specified as a parameter." [Medium,Confirmed] https://launchpad.net/bugs/419796 [16:13] oh, I did fix that [16:13] I've just been waiting for davidz to review the patch [16:16] aha [16:16] I'll assign it to you then [16:16] could you reference that in the bug? [16:16] absolutely [16:16] ah, there's a bug link [16:17] there's another one that I've filed upstream that I haven't filed a bug in LP for [16:17] is something else other than usb-creator being affected by devicekit-disks being broken? [16:17] cjwatson: right up [16:17] https://bugs.freedesktop.org/show_bug.cgi?id=23926 [16:17] Freedesktop bug 23926 in operations "Error creating partition: timeout (10s) waiting for partition to show up" [Normal,New] [16:18] evand: not afaik [16:18] cjwatson: lets try that again so it makes sense. Right, up [16:18] okay [16:20] evand: so.. close to getting the format re-enabled then? [16:20] rgreening: there's just one bug that stands in my way, but I've been focused on other things as of late [16:20] 23926, as mentioned above [16:21] yeah, I see that... just saying.. it's close now :) [16:37] cjwatson: okay what do you need me to do? [16:39] rgreening: ah, sure, though depends how you define close [16:39] davidz did just tell me that he's fine with my existing patch and that he's going to do a run over the existing bugs and make a new release of devicekit-disks today [16:39] the property names are changing from property-name to PropertyName, but that will be an easy fix [16:41] davmor2: sorry, in the intervening time the release meeting started; give me a bit ... [16:41] no probs [16:59] rgreening: FYI: https://bugs.edge.launchpad.net/ubuntu/+source/usb-creator/+bug/432542 [16:59] Launchpad bug 432542 in usb-creator "UI freeze exception for usb-creator 0.2.7" [Undecided,New] [17:00] evand: awesome [17:01] evand: I assume uploading new devicekit wont be an issue either... [17:02] oh and evand, my usb issues are apparantly specific to this Acer 6930. I tried several iso's on this system and on my other laptops, the others all work except this one regardless of the iso (unless I use an Alpha5 which worked). [17:03] so something wrt to firmware, ios or kernel maybe... [17:11] but as a side note, my battery indicator has seemingly started to work now... hah [17:13] haha [17:16] brb reboot [17:50] davmor2: ok, control data first: can you show me /boot/grub/grub.cfg, and the output of 'sudo update-grub' [17:54] cjwatson: both on bug [17:56] would you like a new look grub.cfg after running update-grub? [17:57] davmor2: is it different? [17:58] davmor2: if so, yes please [17:58] cjwatson: on the bug looks like it might be listing it now [17:58] now that's just WEIRD [17:59] how am I supposed to debug this when the bug goes away when I look at it? :-/ [18:00] cjwatson: want me to reboot and see if it is in the menu and boots on reboot? [18:01] no need [18:01] what was the version of ubiquity on the image you did this most recent test with? [18:03] I second [18:07] cjwatson: 1.99.21 [18:07] ok, can I have an updated installer syslog? [18:08] yeap need to reboot again [18:10] bah, grub2 throws away errors from os-prober, how unhelpful [18:10] I have a suspicion [18:11] davmor2: if you have time to start a fresh install, could you try that, but before you start the installer, run: sudo apt-get install patch; wget -O- http://paste.ubuntu.com/273623/ | sudo patch /usr/share/ubiquity/install.py [18:11] err, sorry, amend that [18:11] sudo apt-get install patch; wget -q -O- http://paste.ubuntu.com/273623/plain/ | sudo patch /usr/share/ubiquity/install.py [18:12] syslog up [18:13] re-install on it's way [18:14] you're a star [18:40] cjwatson: no joy :( want the logs? [18:41] drat. yeah [18:41] dinnertime anyway [18:42] I suspect I might have to go and reproduce it myself; if it's anything like I think it is that might not be too hard [18:42] cjwatson: yeap I'm off out for a bit but can help out again latter [18:43] I'm going to upload a grub2 package that is less militantly unhelpful about errors from os-prober [18:45] syslog up off now [23:19] kirkland: On Monday I'll do an encrypted home and show you the dialogue box you get. Then you will understand why I type ecryptfs-unwrap-passphrase [23:24] where did davmor3 go? === robbiew is now known as robbiew-afk