=== cjwatson1 is now known as cjwatson [00:35] grub-installer: cjwatson * r755 ubuntu/ (42 files in 3 dirs): merge from Debian 1.35 [00:38] Did some of the preseed values change in Intrepid? [00:38] grub-installer: cjwatson * r756 ubuntu/debian/control: Original-Vcs-Svn -> XS-Debian-Vcs-Svn [00:39] centaur5: perhaps you could post your preseed file (with passwords stripped), and the installer syslog from the failed installation; that's a whole lot easier to deal with than trying to guess the problem [00:41] cjwatson: http://pastebin.com/d3f29cf2 the language, keyboard, and user still prompts although they used to work on Hardy. [00:41] centaur5: let me know when you have the syslog [00:42] centaur5: also, language and keyboard typically need to be set on the kernel command line, unless you're using initrd preseeding [00:43] cjwatson: Oh, that's fine I'll just put that in my PXE conf file then. [00:43] that won't be the problem with the user question, though [00:44] Right, I also had the problem with the user using a known working kickstart file. [00:45] kickstart is broken in intrepid, unfortunately [00:45] http://people.ubuntu.com/~cjwatson/tmp/intrepid-busybox-fix/ has an image that's fixed for that [00:45] that's independent of whatever problem you're having with preseeding though [00:47] grub-installer: cjwatson * r757 ubuntu/debian/changelog: releasing version 1.35ubuntu1 [00:49] Okay, well last night I decided I'm going to ditch kickstart for preseed so I got a known working file from somebody and changed a few fields. [00:53] cjwatson: http://rapidshare.com/files/162288246/syslog.html [00:53] cjwatson: Firefox crashed when I tried to paste the syslog file in pastebin. :) [00:55] ugh, rapidshare [00:56] cjwatson: If you prefer I can get it to you another way if you tell me how. [00:56] how you would like it that is [00:57] no, it's OK, I've got it now [00:57] hmm, you're using the desktop installer? [00:57] not quite sure how you were managing to do that with kickstart before ...? [00:57] cjwatson: It always worked since Edgy. I've heard that I must be a lucky person. :) [00:58] I happen to know for certain that the desktop installer does not support Kickstart in any way, shape, or form [00:59] cjwatson: I was able to use kickstart and PXE to have an Ubuntu machine installed in 18 minutes on a modern PC. [00:59] not with the desktop installer you didn't [00:59] you could well have done so using the text-mode installer [00:59] Oh, that is using an alternate CD. [00:59] the syslog you just gave me is from an installation using the desktop installer (the one that you boot into from a live CD) [01:00] Where did I specify to use the desktop installer? [01:00] in the preseed file. I just started researching preseed last night so I must have screwed up. [01:00] Apr 17 21:49:55 ubuntu ubiquity[7319]: Ubiquity 1.8.5 [01:00] that's not an alternate CD or netboot or anything like it [01:00] also: [01:00] Apr 17 22:22:21 ubuntu ubiquity: couldn't flush /target/etc/apt//sed26otlH: No space left on device [01:01] might not be helping, but at any rate I don't think this is the system you mean to be using [01:01] That doesn't make sense. I just barely installed that machine an hour ago from preseed in text mode and it stopped to prompt me for the user still. [01:01] you must have extracted the syslog from the wrong place or something [01:01] /var/log/installer/syslog? [01:01] yes [01:01] but only if the install was successful and you rebooted ... [01:02] it would be best to get it from the running installer [01:02] yes, I rebooted after it finished. [01:02] oh, then the log is lost [01:02] you need to not reboot [01:02] Okay, how could I do that and I'll work on it right now [01:02] do you have another machine you can scp the log to? [01:02] yeah, I'll do that right now then [01:03] after it stops, press alt-f2, start the shell there, and type 'anna-install openssh-client-udeb' [01:03] then you'll have scp; the log is in /var/log/syslog at that stage [01:07] Now that I preseeded the language and keyboard in my pxelinux.cfg file that works fine. Still waiting for the install to get to the user part then I'll cut it short and copy the log at that point. [01:07] ok [01:08] BTW you might try paste.ubuntu.com instead of pastebin.com [01:08] will do [01:08] it's possible it will work better for you, since its UI is generally simpler [01:08] oh, here, is the question you're getting one about an encrypted private directly? [01:08] directory [01:09] no [01:09] But I guess that needs to be added now. [01:09] yeah, it will [01:09] Do you have the line for that? [01:09] d-i user-setup/encrypted-private boolean false [01:09] thanks [01:10] I'll restart the installer real quick and see if it happens to go away [01:12] Basically it stops and asks for the user name. I need to research how to make the partitioning do a swap that equals mem size then I'll have it completely finished. [01:20] installation-guide: cjwatson * r435 ubuntu/ (debian/changelog en/appendix/preseed.xml): Document user-setup encrypted private directory preseeding. [01:31] cjwatson: firefox still crashed when I tried to paste that syslog. Do you prefer something over rapidshare? [01:32] that was using Ubuntu's pastebin as well [01:32] cjwatson: Nevermind, this time it recovered. http://paste.ubuntu.com/69824/ [01:38] centaur5: you're passing preseed.cfg to the installer using ks= as if it were a Kickstart file, which isn't going to work [01:38] centaur5: try url=http://10.0.5.2/ubuntu/preseed.cfg instead [01:38] cjwatson: I tried it with url and it wasn't preseeding anything. I'll try it again. [01:39] ks= won't preseed anything either ;-) [01:39] not if you give it something that isn't a Kickstart file at any rate [01:39] Which is odd cause it worked with everything but the user. :) Dang I must be lucky. [01:39] perhaps you were confused by the fact that you cannot preseed language and keyboard with url= [01:40] I'm surprised and rather puzzled that it did automatic partitioning in this state, if indeed it did [01:40] it's hard to tell from the timestamps whether you intervened manually [01:41] That might have been it. [01:41] Now it's stopping me at hostname with the url=preseed [01:42] that's another one that has to go on the kernel command line [01:42] a preseed file can only be fetched from the network once the installer has got past network configuration [01:42] therefore anything up to and including network configuration must be set on the kernel command line, not in a file read via url= [01:42] That's the whole reason I've been confused then. [01:43] How does ks fetch so early then? [01:43] our Kickstart implementation does magic [01:43] haha, I see [01:43] only because the original Kickstart implementation does that too, and offers some special command-line parameters to tweak network configuration if necessary [01:44] it has some quirks though and I'm pretty reluctant to extend it to preseeding in general, since compatibility with Debian doesn't require that [01:48] Well I'm just waiting for the installer again which seems to be going faster. Hopefully now it's using my apt-cacher server since I've been wasting a lot of bandwidth. :) [01:49] choose-mirror runs after the preseed file is fetched, so should do yes [01:51] I think it made it through. [01:51] It stopped and asked how I want security updates installed though. [01:51] Gave an option for Landscape which I thought was interesting. [01:53] there are instructions in the intrepid installation guide for preseeding that away [01:53] # Policy for applying updates. May be "none" (no automatic updates), [01:53] # "unattended-upgrades" (install security updates automatically), or [01:53] # "landscape" (manage system with Landscape). [01:53] #d-i pkgsel/update-policy select none [01:56] Landscape is something I'll have to consider playing with someday. I don't know if I would benefit from it much. [01:59] Well thank you very much cjwatson you have been extremely informative. [01:59] no problem [09:05] <_ruben> is it possible to use a single arch (either i386 or amd64) installer to install either i386 or amd64 (using different preseeds or whatever)? [09:08] <_ruben> alternative would be a seperate vlan for each arch, but seems a tad overkill to me though [09:27] <_ruben> think i got something .. lets try it [11:09] _ruben: not without significant hacking [11:44] <_ruben> cjwatson: turned out to be a non issue, just combine the files of a i386 and amd64 installer, edit the pxe config, profit [12:11] partman-jfs: cjwatson * r729 ubuntu/ (26 files in 3 dirs): merge from Debian 29 [12:14] partman-crypto: cjwatson * r669 ubuntu/debian/po/ (cy.po ga.po se.po sr.po): msgmerge [12:18] partman-crypto: cjwatson * r670 ubuntu/debian/changelog: releasing version 36ubuntu1 [12:21] partman-ext3: cjwatson * r746 ubuntu/debian/changelog: releasing version 55ubuntu1 [12:23] partman-jfs: cjwatson * r730 ubuntu/debian/changelog: releasing version 29ubuntu1 [12:26] partman-reiserfs: cjwatson * r810 ubuntu/ (24 files in 3 dirs): merge from Debian 44 [12:27] partman-reiserfs: cjwatson * r811 ubuntu/debian/changelog: releasing version 44ubuntu1 [12:30] partman-xfs: cjwatson * r763 ubuntu/ (21 files in 3 dirs): merge from Debian 43 [12:31] partman-xfs: cjwatson * r764 ubuntu/debian/changelog: releasing version 43ubuntu1 [13:44] Hi! I can't boot either hardy or intrepid desktop liveCDs (i386 or amd64) on a machine that has a NVidia 8600 video card in it. If I remove the video card, they boot fine. Any idea what may be causing that? If I install without the videocard present (using the motherboards on-board video) what are the chances that I will be able to boot from the hdd with the NVidia card present? [13:45] If the NVidia card is installed, the livecds freeze solid around the time when the kernel would want to initialize the system on the cd (in one case, it was a kernel oops when running modprobe or such ) [13:46] (btw, that kernel oops was on a custom live CD which doesn't have any X on it.) [13:50] #ubuntu-x would be better placed to answer this [13:50] or possibly #ubuntu-kernel [13:52] Ok, I'll ask there. thanks. [19:41] sudo update-grub .... "Found kernel: /boot/vmlinuz-2.6.27-7-generic ... Updating /boot/grub/menu.lst ... done" but kernel didn't get added. it also found vmlinuz-2.6.27-7-generic-x64 [19:41] shouldn't it have added both, or is it trying to be smart? [19:45] output of update-grub http://dpaste.com/89846/ [22:01] partman-basicfilesystems: TheMuso * r573 ubuntu/debian/changelog: releasing version 62ubuntu1