[00:24] evand: re dmraid, sounds good. What bug did you file, if you indeed had to file one? [00:38] TheMuso: I have not yet, but will do so tonight and send you a link. [00:41] evand: Ok thanks./ [01:42] ubiquity: jriddell * r2911 ubiquity/ (debian/changelog ubiquity/frontend/kde_ui.py): merge in lp:~andreas-wenning/ubiquity/releasenotesfix [01:45] ubiquity: jriddell * r2912 ubiquity/ (debian/changelog ubiquity/frontend/kde_ui.py): Use Oxygen style in KDE UI [01:45] evand: are you planning a ubiquity upload before tomorrow (i.e. toot sweet)? [01:52] Riddell: yes [01:52] later this evening [01:54] groovy, well there's two more changes for it [01:54] thanks! [06:58] apt-setup: evand * r147 apt-setup.ubuntu/ (debian/changelog generators/40cdrom): [06:58] apt-setup: Check to make sure the CD filesystem is iso9660 before remounting it [06:58] apt-setup: as such. Do not write a CD identifier if we're not working with [06:58] apt-setup: iso9660 so pkgsel does not try to unmount such disks. [07:00] apt-setup: evand * r148 apt-setup/debian/changelog: releasing version 1:0.37ubuntu6 [07:01] cjwatson: ^ If you have a free moment today, could you just double check that is sane. I was slightly confused by your previous suggestion as there is no [ -d /hd-media ] block (there is a ! one though). [07:01] This worked fine in my testing. [07:46] is there any command to grasp the grub output to any file [07:51] is there any command to grasp the grub output to any file [08:29] is there any command to grasp the grub output to any file [09:04] ubiquity: evand * r2913 ubiquity/debian/changelog: Tabs are evil. [09:09] ubiquity: evand * r2914 ubiquity/ (d-i/manifest debian/changelog): [09:09] ubiquity: Automatic update of included source packages: apt-setup [09:09] ubiquity: 1:0.37ubuntu6, base-installer 1.86ubuntu7, kboot-installer [09:09] ubiquity: 0.0.1ubuntu7, user-setup 1.20ubuntu10. [09:12] evand, could you squeeze one more thing into that upload, or is it already on it's way up? [09:16] well debian/changelog still has UNRELEASED, i'll drop it in, if it's too late for it, just mark it for the "next" upload in the changelog [09:16] ubiquity: superm1 * r2915 ubiquity/ (debian/changelog scripts/mythbuntu/apply-drivers): [09:16] ubiquity: Simplify the xorg.conf that is written out in apply-drivers. (LP: #181564) [09:16] ubiquity: The ideal situation is to enable these via Jockey, but Jockey doesn't [09:16] ubiquity: have a good interface for turning on during installation and turning [09:16] ubiquity: on and off tv-out. [09:20] superm1: just in the nick of time :) [09:20] I ctrl-c'ed the upload [09:20] evand, awesome. i hadn't pushed it earlier since i didn't have real hardware to verify it on until i got home a few minutes ago. [09:20] thanks [09:21] anytime [09:22] ugh, I hate syslinux. [09:23] It seems content not overwriting the boot sector. [09:28] is there any command to grasp the grub output to any file [09:31] evand: apt-setup> I just misspoke - your commit looks fine [09:31] ganes: please don't simply repeat the same question over and over again. What do you mean? "grasp ... to any file" doesn't really make sense, so try rephrasing. [09:32] perhaps I'm missing something but dd if=/dev/sdb of=test bs=446 count=1; syslinux /dev/sdb; dd if=/dev/sdb of=test2 bs=446 count=1; cmp test1 test2; should state that the files differ, no? [09:33] evand, Not if someone ran syslinux against the device previously. [09:33] evand: don't we still need the partman-target change (150872)? [09:33] oh, I suppose technically that won't affect ubiquity as such, because it'll be in finish-install or whatver [09:34] whatever [09:35] cjwatson,the command "find /boot/boot/stage2" in grub prompt gives output that i need in a file [09:35] 150872> it's done in ubiquity now [09:36] ganes: just add > foo.bar to the end to grab text from a stream where foo.bar is the name of the text file [09:37] davmor2: that works at the grub prompt, does it? I didn't think so. [09:37] cjwatson: sorry didn't realise that bit :) [09:38] cjwatson, you are correct , it will not work at grub prompt [09:38] ganes: try "echo 'find /boot/boot/stage2' | sudo grub --batch >/some/file/name' [09:38] err, with sensible quoting. you get the idea. [09:38] persia: ah, thanks! noted. I'll have to play with that some more in a few hours. (Trying to work through the cause of the no boot device bugs on usb-creator, noticed it doesn't like to overwrite grub for one) [09:39] evand: 150872> that isn't good enough for d-i installs surely. [09:39] as I wrote in that bug: [09:39] Instead, in the USB install case I think we need to remove /cdrom from /etc/fstab at the end of the installation, in a finish-install script (for d-i) and in custom scripts/install.py code (for ubiquity). [09:39] indeed, I can try to quickly cook something up. [09:39] evand, I was having lots of trouble with syslinux earlier in the cycle. My experience was that doing it multiple times helped. Since this is counter to my experience with most such tools, I mention it. [09:39] cjwatson, at console mode or grub [09:40] persia: multiple times? like running syslinux over and over again in a loop? [09:40] It seems to work better when applied to something that hasn't been previously bootable. [09:40] ganes: does it look like a command you'd type at the grub prompt? [09:40] ganes: (hint: no) [09:40] cjwatson, yeah [09:40] evand, Well, I did it manually, but yes, sometimes the second or third time would work. From my limited reading of the code, I have no idea why this would be true. [09:41] cjwatson, the command which run in grub that output i want in a file [09:41] ganes: I've already given you the answer. You run it at an ordinary shell. [09:41] so I should be able to dd the first 446 to zero and remove ldlinux.sys and it will be happy to write, no? [09:41] persia: scary [09:43] cjwatson, no output [09:44] cjwatson, its giving empty file [09:44] evand, At least if you zero it first, you can check if it wrote. [09:45] ganes: you'll have to experiment locally [09:45] ganes: for further help, please ask #ubuntu [09:45] persia: true [09:45] cjwatson, yeah, i can pass the value from console to grub but reverse is not possible by me === _ruben_ is now known as _ruben [11:00] * evand goes to quickly test http://evalicious.com/tmp/partman-target-remove-bad-cd.patch [11:15] hrm, perhaps that should be 02remove_broken_cdrom [11:35] hrm, no vol_id [12:05] woohoo, it works [12:09] partman-target: evand * r733 partman-target/ (4 files in 3 dirs): [12:09] partman-target: Remove the cdrom mounpoint if the filesystem is not iso9660 or udf [12:09] partman-target: (LP: #150872). [12:09] evand: hmm, I'm not sure I like that [12:10] since it fiddles about with the whitespace on the line [12:10] purely cosmetic I know [12:10] ah, hrm [12:10] can I suggest instead doing 'while read line; do ...' and then extracting fields from $line with sed? [12:10] then you can just echo "$line" in the passthrough case and you definitely won't change those lines at all [12:11] ok [12:11] will do [12:13] cjwatson: is 02remove_broken_cdrom OK, or should I pick a different number? [12:14] evand: I'd have thought it would need to go after 50fstab_removable_media_entries [12:14] oh, hang on, finish-install.d not finish.d [12:14] ignore that last [12:15] evand: I think your change is going to interact messily with finish-install.d/90cdrom in the finish-install source package [12:15] hmm, actually no that's rubbish too, the checks there are good [12:15] in that case I think 02 is fine [12:16] ok, thanks [12:50] cjwatson: is http://evalicious.com/tmp/partman-target-remove-bad-cd2.patch more what you had in mind? [12:50] I'm going to test that now [12:55] evand: yeah === davmor2 is now known as davmor2_lunch [13:45] evand, On a machine with no network, I just got a somewhat interesting error: "HwDetect failed with code 1". What's the best information to preserve to file this as a bug? [13:47] /var/log/syslog /var/log/partman [13:47] (default for installer bugs) [13:48] have a look in /var/log/syslog and see if it has anything obvious; if not, it might be worth reproducing with 'ubiquity -d' (or debug-ubiquity on the kernel command line) and capturing /var/log/installer/debug too. If you do that then don't use a valuable password. [13:54] /var/log/syslog has a traceback. Although I didn't run with -d /var/log/installer/debug has a GTK warning, and a report of X crashing (possibly unrelated). [13:55] I'll see if I can reproduce. [13:59] traceback is probably just "hw-detect failed" [13:59] the underlying problem is that a shell script exited non-zero which is not going to be elucidated by a python traceback === davmor2_lunch is now known as davmor2 [14:02] I think the interesting thing is console-kit-daemon reporting "GLib-GObject-CRITICAL: g_object=unref: assertion 'G_IS_OBJECT (object)' failed", which I suspect is related to the debugging james_w is currently chasing. If I can reproduce with -d, perhaps this can be confirmed. [14:03] I suppose that *might* be related to hw-detect failing but it seems pretty tenuous! [14:03] you could edit /bin/hw-detect towards the start of installation and put 'set -x' near the top. [14:04] Ah. I was guessing that it couldn't get the rights it needed, and that's why it crashed, but yes, tenuous. Reproduction is the key important part, I suspect. [14:05] hw-detect is a d-i component and so wouldn't be intentionally interacting with consolekit [14:05] I suppose it could be something it calls that does so [14:51] cjwatson, I couldn't reproduce. I'm guessing the log files aren't very helpful? [14:51] not if you couldn't reproduce it ... [15:04] Hey, what's the user name and password to log in to today's live cd? [15:07] err. you shouldn't ever have to log in to a live CD [15:07] did you do something unusual? [15:08] Nothing unusual, testing for a couple of weeks now, and today it did not log in, Xubuntu LiveCD [15:09] the question is not "what's the username and password" but "why is it so horribly broken" :-) [15:09] I see. I'll try rebooting it, then file the bug report? [15:09] did Xubuntu stop using gdm or something? [15:09] charlie-tca: try 'ubuntu' as the username, with a blank password [15:09] Not that I know of. It's the same login screen. [15:10] did that, wrong username or password [15:10] then your CD is completely buggered [15:10] Yea, that's what I was afraid of. Thanks [15:11] my suspicion would actually be along the lines of broken CD drive or dodgy burn. Find out if somebody else can reproduce it? [15:11] will do. I'll have to burn it again, too. === robbie1 is now known as robbiew [16:03] xivulon, I finally got to testing 5.13 wubi with mythbuntu 8.10. I did it without being connected to the web though, and the wubi exe crashed at the end before i got to reboot. [16:03] all the content was prepared though, and i was able to install [16:31] who worked on system cleaner? [16:32] davmor2: liw [16:32] evand: ta :) [16:32] hello [16:34] is there a way to specify the "first disk whatever it is" in partman-auto/disk ? [16:34] I try the devfs syntax but seems not working [16:34] yes, certainly; just 'd-i partman-auto/method string regular' and *omit* partman-auto/disk [16:35] actually, that will use the first disk provided that there is only one [16:35] if you want "first disk", then the only really meaningful label for that is /dev/sda ... [16:36] ok, because I saw some RAID driver defining some /dev/rd, IIRC [16:37] I have a LVM recipe wich works well, but having 2 disks creates problems, acording to the documentation I must declare partman-auto/disk [16:37] ah, if you have more interesting disks then you need to work harder, yes [16:37] hardy or intrepid? [16:37] hardy [16:38] partman-target: evand * r734 partman-target/finish-install.d/02remove_broken_cdrom: Cleaner version of 02remove_broken_cdrom. [16:38] damn. it's annoyingly fiddly in hardy. [16:38] :-) [16:39] ok, I don't find fiddly in google translate ;-) [16:40] d-i preseed/early_command string (echo '#! /bin/sh'; echo 'set -e'; echo '. /usr/share/debconf/confmodule'; echo 'if [ -f /var/lib/partman/initial_auto ]; then exit 0; fi'; echo 'db_set partman-auto/disk "$(list-devices disk | head -n1)"'; echo 'exit 0') > /lib/partman/display.d/01firstdisk; chmod +x /lib/partman/display.d/01firstdisk [16:40] untested [16:40] ouch [16:40] partman-target: evand * r735 partman-target/debian/changelog: releasing version 55ubuntu5 [16:41] thanks, I'll test that [16:41] tomorrow [16:42] the other approach of course is just to deliver slightly different preseed files to different machines [16:43] ok [18:00] superm1 do you have logs for me? [18:01] xivulon, I wasn't sure wubi's exe left logs? [18:02] at least about the crash. i got an offer to submit the details to MS, but i didnt' think that would be useful.. [18:03] the log is in your user temp folder, type %temp% in windows explorer [18:03] xivulon, okay i'll have to retry later today when i have that windows VM by me again then [18:03] running with --skipmd5checks should do as a workaround [18:04] you think the crash was from it trying to do md5 checks without knowing the md5 then? [18:04] no it's likely an old and annoying bug very difficult to track, simply changing code path makes it go away in most cases [18:05] oh yuck [18:06] I didn't bother with that since 8.10 was supposed to use a complete rewrite, but didn't finish it in time, so had to resume the old code [18:07] it's --skipmd5check singular === robbiew is now known as robbiew-lunch === robbiew-lunch is now known as robbiew [23:08] grub-installer: cjwatson * r753 ubuntu/ (debian/changelog grub-installer): [23:08] grub-installer: Set a sensible default boot device when /cdrom is not iso9660, as this [23:08] grub-installer: is probably a USB install and (hd0) does not make sense when installing [23:08] grub-installer: from a removable disk (LP: #282037). [23:11] grub-installer: cjwatson * r754 ubuntu/debian/changelog: releasing version 1.32ubuntu10 [23:20] debian-installer: cjwatson * r980 ubuntu/ (35 files in 2 dirs): Update help text translations from Launchpad. [23:36] debian-installer: cjwatson * r981 ubuntu/debian/changelog: releasing version 20080522ubuntu22