/srv/irclogs.ubuntu.com/2008/10/07/#ubuntu-installer.txt

Fragadeliccjwatson_: it has hung up at 94% and nothing in the syslog.  Last entry was about grub and that is just before debconf reconfigures popularity-contest - I haven't killed reconfigure yet but it has been running for a while - stuck01:09
TheMusokirkland: hrm, I remember seeing this with a netboot install. Will need to dig deeper.01:21
kirklandTheMuso: thx01:22
kirklandTheMuso: i've asked for a full syslog01:22
TheMusokirkland: Ok great.01:26
Fragadeliccjwatson_: On your official livecd squashfs filesystem, do you include the /var/cache/debconf fodler and data?02:08
Fragadeliccjwatson: I didn't see anything in the log during the period where it hung up on the reconfigure but I did see messages later about it failing to copy over the /var/cache/debconf/ files to /target - going to have to check an official ubuntu livecd filesystem.squashfs and see if it si there.  wonder if the 2 are related02:11
acochey guys, would someone please explain what a live filesystem image is in the livecd cdimage process03:23
TheMusoacoc: The live filesystem contains a pre-installed image of the ubuntu desktop.03:31
acocTheMuso: so if you were building an xubuntu installer, would the live filesystem contain ubuntu or xubuntu03:33
TheMusoacoc: xubuntu03:35
acocTheMuso: so is this correct: the livecd cdimage process creates a supplemental list of packages that get installed on top of the live filesystem when installed on the hard drive?03:37
persiaActually, it's usually the other way about : typically the live filesystem contains a superset of that to be installed.03:40
acocok, so the filesystem is what is copied to the hard drive during an install, and cdimage creates the image that is loaded by the cdrom?03:42
persiaacoc, I'm afraid I don't understand the question.  The ISO contains the live filesystem and some other stuff (documentation, boot hints, a few optional packages).  The live fileystem contains the environment loaded in the live session which is also a superset of what is installed by ubiquity.03:46
acocafter the cdimage process (for daily-livecd) is completed, is the ISO created for the livecd03:48
TheMusoacoc: The live filesystem si created on another machine, separate from cdimage.03:56
acocI remember I was told that before, what machine is this?03:57
TheMusoacoc: Varies for the architectures, and can and has been changed.03:57
acocare there tools to create a "standard" environment so it can be created on my machine (is this livecd.sh)03:58
TheMusoacoc: livecs-rootfs03:59
TheMusoi think04:00
acocok, so this creates the base system, and cdimage would borrow from this filesystem image for the livecd and also for the hard drive install?04:02
persialivecd-rootfs creates the live filesystem and the manifest files, which control how much of that ends up in the install.04:05
persiaacoc, You may find mounting a live CD to be instructive, perhaps followed by a loop-mount of casper/filesystem.sqashfs from the mounted live CD.04:06
acocok, I'll check that out next, but I'm still a little confused about what the cdimage scripts do after taking the seeds and germinating out the package lists04:07
persiaacoc, For that, you want to look at livecd-rootfs, ubuntu-cdimage, and debian-cd.  These three packages contain just about everything that gets done.  You may also want to look at casper and ubiquity, if you are curious about the boot and install process.04:11
acocwho controls livecd-rootfs, is that a debian project or ubuntu?04:14
persiaIt's native to Ubuntu, but "control" is an odd word there : it's open source so each project that uses it may well branch.04:16
TheMusoUnlike cdimage however, its a package that gets uploaded like any other package.04:19
acocis that considered up to date?04:20
StevenKWhat do you mean?04:20
acocshould livecd-rootfs be checked out of a bazaar or is the package in apt acceptable04:21
StevenKThey should be identical04:22
persiaThey are identical in intrepid at the moment.04:22
acocit's the same script for both intrepid and hardy correct?04:23
StevenKIt's the same script for any of them04:23
persiaThe versions may differ between releases though.04:23
acocis there any good places for documentation of livecd-rootfs short of examining the script04:25
StevenKWhy are you wanting to use livecd-rootfs directly, rather than updating an existing LiveCD?04:27
persiaNot really, but the script isn't that large.04:27
acocultimately I'm trying to create a derivative with e17 as the windows manager, so I'd guess there would be some fairly major changes04:29
acocI'm trying to make it a bit more official by developing a seed and had figured whatever would create the image would use germinate to make changes to the ubuntu image based on the seed04:30
acocfrom what I understand that's what alternate install does (but I might be wrong about that as well)04:31
StevenKacoc: Essentially, livecd.sh installs a task or a meta package, so you want a eubuntu-desktop package or so04:32
persiaacoc, I'd recommend starting with a set of seeds and metapackages, then building an alternate CD, and only thereafter looking at the liveCD : you'll find the fewest number of things you need to go back and change that way.04:32
acocStevenK: the project I'm starting with OzOs currently has a meta package which contains everything e17 wise04:33
acocpersia: ok, currently I'm just trying to get xubuntu working04:34
persiaIs there a bzr repo for the partman-efi Ubuntu variation?05:36
TheMusopersia: the source package info doesn't give you an URL, and there is no launchpad project?05:44
persiaThere is a launchpad project, it just only contains the Vcs-imports05:44
persiaWell, I'll just make the change locally now, and perhaps ask about branch history in several hours, when the last uploader is more likely to be about.05:49
cjwatsonpersia: I don't think the import had been done when I made the uploads05:50
persiacjwatson, heh.  I thought you'd be asleep now :)  Shall I construct a branch from 17, apply ubuntu1 and ubuntu2 as two commits, and then layer my changes?05:51
cjwatsonyes please05:52
cjwatsonand push it to lp:~ubuntu-core-dev/partman-efi/ubuntu05:52
cjwatsonI was about to do the same, but have no objection to you doing it ;-)05:52
persiaI can't do the last, but I can prep it.05:52
TheMusopersia: What are your changes BTW?05:52
cjwatsontoday is one of my visiting-the-office-in-London days, so I'm early05:52
persiaTheMuso, adding "lpia" to the list of architectures05:53
TheMusopersia: Oh.05:53
TheMusopersia: Is that really necessary? I thought lpia wouldn't have anything to do with efi... Or does it?05:53
persiaTheMuso, Intel claims EFI is supported by Atom processors.05:54
persiaAnd actually, given what lpia is, as opposed to what Intel claims it is, using lpia+EFI should result in something like a 1.5% speed increase on most Intel Macs, due to compiler optimisations.05:54
TheMusopersia: Right.05:54
persia(mind you, this is a bad idea for Ubuntu Desktop right now, due to arch-specific compilation changes for some packages)05:55
TheMusokirkland: Hrm ok, it appears that while the dmraid udebs are on the server disk, dmraid and libdmraid proper aren't. Checking logs and seeds to work out why now.06:02
cjwatsonreally? the seeds are fine06:05
TheMusoOk seems that server-ship has the non-GUI related apps from d-i requirements, and d-i-requirements is only pulled in on desktop disks.06:09
superm1persia, do you have a link referring to what lpia is versus what intel is claiming it is?06:10
TheMusoSo adding dmraid to server-ship would solve the server disks not having dmraid problem, but not knoing enough about netboot, I am not sure if that solves no dmraid for netboot. I tried a netboot install the other day and it failed in a similar fashion to what kirkland pointed out.06:10
cjwatsondefinitely a bug if d-i-requirements isn't being included on server CDs06:12
TheMusoWell from reading the latest server log, it seems that way.06:12
cjwatsonfixing06:12
cjwatsonthe bug is in ubuntu.intrepid/STRUCTURE06:12
TheMusoRight, but I wasn't sure whether that was a bug, or whether that was intentional.06:13
cjwatsonnetboot will be something different06:13
cjwatsonit's a bug, d-i-requirements is meant to be common to every installation method that uses d-i06:13
cjwatson(directly, anyway)06:13
persiasuperm1, No.  I've been following the literature from the Intel site in a limited fashion for the past 10 months or so.  My understanding was that it was supposed to be a low-power chip with restrictions to 1G ram, direct memory mapping to some HW resources, and other stuff, and that the A1xx and Atom processors were lpia.  I have seen these chips attached to 2G ram, and with vmx enabled.  Aside from the CPUID string, I can't tell them apa06:13
persiart from i686.06:13
TheMusocjwatson: Ok, I'll wait for everything to filter down, and will try another netboot install in the next day or so to see if anything has changed.06:14
cjwatsonthe main difference they talked about when first introducing it was the in-order execution thing06:14
superm1persia, hm that's quite interesting06:14
cjwatsonTheMuso: this change will definitely not affect netboot in any way; I'm interested in what the symptoms were there06:14
TheMusocjwatson: Ok, I'll try and grab a log dump from that. I don't have that install around any more however, but wil see what I can find.06:15
persiacjwatson, Diff from partman-efi 17 to partman-efi 18 appears to be all translations.  Is it worth merging these as long as I'm touching the package?06:24
cjwatsonfine by me06:28
persiaI think lp:~persia/partman-efi/ubuntu is a correct representation of the package history, plus the merge, plus my changes, with appropriate layering, etc.  Could someone take a look, to see if I've missed something?07:31
persiaI think I made the right set of changes to user-setup to enable passwd/allow-password-empty, and correctly reconstructed ubiquity sources (either ubiquity or partman-efi needs adjustment or ubiquity FTBFS).  Testing this with a preseed file results in the final screen of ubiquity having the Install button disabled.  Does anyone have any pointers to where I might hunt this?07:48
cjwatsonpersia: ubiquity/frontend/gtk_ui.py:info_loop()09:37
cjwatson(and probably similar stuff in other frontends)09:38
persiacjwatson, Thanks.  I also had some templates issues which I'm sorting, but I'll check that too.09:41
cjwatsonpersia: I think it's XS-Original-Vcs-Svn rather than XSBC-09:43
cjwatsonpersia: otherwise partman-efi looks fine09:45
cjwatsonpersia: want me to push it to ~ubuntu-core-dev?09:45
persiaActually, just using XS-Original... sounds much better.  If you wouldn't mind fixing that before pushing, I'd appreciate it.09:51
=== davmor2 is now known as davmor2_away
cjwatsonpersia: done, pushed09:55
persiacjwatson, Thank you.  Soon I'll have enough core-dev points :)09:57
CIA-52clock-setup: cjwatson * r199 clock-setup/ (debian/changelog finish-install.d/10clock-setup):10:24
CIA-52clock-setup: Apparently OpenSolaris keeps the hardware clock in local time10:24
CIA-52clock-setup: (surprisingly). Assume UTC=no if Solaris is detected (LP: #279065).10:24
CIA-52debian-installer: cjwatson * r971 ubuntu/ (3 files in 2 dirs): Move mainline architectures to 2.6.27-6 kernels.11:18
StevenKcjwatson: Does the next ABI bump get "Stop it!" in a d-i commit message? :-)11:28
persiaI think I sorted the remaining blocker to --automatic for ubuntu-mid with passwd/allow-password-empty in user-setup.  Please review lp:~persia/user-setup/ubuntu and  lp:~persia/casper/trunk to turn it on.11:29
cjwatsonStevenK: I can't be bothered :)11:29
cjwatson(and I'm not generally into silly commit messages anyway ...)11:30
StevenKHaha11:30
cjwatsonpersia: user-setup is fine. I'm not sure I like that casper change; why can't ubuntu-mid just boot with automatic-ubiquity?11:33
StevenKWhat's the casper change?11:33
cjwatsonpersia: (please use UNRELEASED in changelogs before they actually get uploaded though)11:33
CIA-52user-setup: cjwatson * r118 ubuntu/ (3 files in 2 dirs): merge from lp:~persia/user-setup/ubuntu11:34
cjwatsonas it happens I'll just upload it now anyway though ;-)11:38
CIA-52user-setup: cjwatson * r119 ubuntu/debian/changelog: releasing version 1.20ubuntu811:38
cjwatsonStevenK: http://paste.ubuntu.com/54955/11:40
StevenKOhh, that change.11:40
StevenKcjwatson: Putting automatic-ubiquity in the kernel command line will achieve the same thing?11:42
cjwatsonpersia: or do you not launch the installer straight away?11:45
=== davmor2_away is now known as davmor2
CIA-52ubiquity: cjwatson * r2872 ubiquity/ (15 files in 10 dirs):14:13
CIA-52ubiquity: Fix intltool handling; po/Makefile.in.in was still coming from gettext.14:13
CIA-52ubiquity: Pass no-xml to IT_PROG_INTLTOOL so that we don't need to build-depend on14:13
CIA-52ubiquity: libxml-parser-perl.14:13
CIA-52oem-config: cjwatson * r535 oem-config/ (9 files in 5 dirs):14:19
CIA-52oem-config: Fix intltool handling; po/Makefile.in.in was still coming from gettext.14:19
CIA-52oem-config: Pass no-xml to IT_PROG_INTLTOOL so that we don't need to build-depend on14:19
CIA-52oem-config: libxml-parser-perl.14:19
CIA-52oem-config: cjwatson * r536 oem-config/debian/ (changelog init):15:54
CIA-52oem-config: Add a comment to /etc/init.d/oem-config to explain the purpose of the15:54
CIA-52oem-config: oem-config-firstboot check.15:54
kirklandcjwatson: thank you for your response in bug 33649 to tricky1 ...  s/he is troll and i was done arguing with him/her16:02
cjwatsonyou actually said you were going to follow up again and didn't ;-)16:02
cjwatsonbut no problem16:02
cjwatsonI just came across it on the sponsorship queue16:02
kirklandcjwatson: i think you can drop the ubuntu-main-sponsors from that bug16:22
kirklandcjwatson: all of my changes related to that bug have been sponsored, and i believe that bug to be closed16:23
cjwatsonyeah; done16:23
kirklandcjwatson: there may be more issues related to that bug, but i'd like to see them opened as a clean, new bug, without the 200+ comments from the peanut gallery about all things wrong with Ubuntu16:24
cjwatsonkirkland: speaking of which, do you think you could take a pass through the big list in bug 68308 and see if there's anything there we can pick up and fix?16:26
kirklandcjwatson: sure, no problem... also, on my todo list, is to look at all the various raid bugs open and see if we can close some of them16:26
kirklandcjwatson: i'm in #u-meeting at the moment, but thereafter16:26
kirklandcjwatson: wow, i didn't even know that 68308 existed ... that was exactly what i was trying to solve with my intrepid spec/blueprint16:34
Fragadeliccjwatson: it appears as though the DEBCONF_DEBUG=developer didn't provide any extra info in the /var/log/syslog or anything extra in /var/log/installer/ either - any ideas17:20
Fragadelicis there a specific place in the kernel call line that it should be?17:20
cjwatsonshould produce a verbose /var/log/installer/debug17:22
cjwatsonFragadelic: in response to your question last night, yes, we do include /var/cache/debconf in the squashfs - wouldn't work otherwise17:23
Fragadelicthere were only a few lines in /var/log/installer/debug17:23
cjwatsondoesn't matter where DEBCONF_DEBUG=developer is, as long as it's not right up against another argument without space in between of course :)17:23
cjwatson'cat /proc/cmdline' for me?17:23
FragadelicI found that out - I just loop mounted an official filesystem.squashfs and tried - would the *-old files maybe cause a problem?17:24
cjwatsonno17:24
cjwatsonwe remove them in ours to save space, that's all17:24
FragadelicIt shows up in the /proc/cmdline - I'm doing it again now in a virtual machine17:24
cjwatsonoh, whoops, I was thinking of the alternate install CD and giving you completely wrong advice17:25
cjwatsoninstead of DEBCONF_DEBUG=developer, run ubiquity with the -d argument17:25
cjwatsonsorry about that, I get confused sometimes17:25
Fragadelicah - ok - will try that now17:25
Fragadelicno problem - I'm just glad you are willing to try to help me out17:25
Fragadelicok - its installing right now - will doing a tail -f /var/log/installer/debug casue any issues?17:27
cjwatsonno17:27
Fragadelicthats much better - lots of info in the debug now - lol17:28
Fragadelicwhat are the other things that you can pass for troubleshooting - both cmdline for boot and ubiquity - couldn't find much info about casper or ubiquity online17:28
Fragadelicstuck after get popularity-contest/participate and next line 1 false - hanging now - hopefully when it starts up again there will be something meaningful17:32
cjwatsonunfortunately the Ubuntu installer team has not historically been all that great at documentation :(17:32
Fragadelicthats fine - most folks aren't interested in it as long as it works - I'm interested in it since remastersys builds the livecd as close to original as I cna get it including using ubiquity17:33
cjwatsonFragadelic: there's https://wiki.ubuntu.com/DesktopCDOptions17:34
Fragadelicall I do is simply disable a couple of the bottom scripts like adduser and autologin for backup mode17:34
cjwatsonok, your log as described suggests that in fact it's not getting stuck on debconf interaction, which had been my first hypothesis17:34
cjwatsoncould you post the output of 'ps auxf' on a pastebin from the point when it gets stuck?17:35
Fragadelicwill have to figure out how to get it from the vm - lol - vm won't allow me to copy and paste right now - have to find out why17:37
cjwatsonTheMuso: bug 279288 - looks like dmraid needs to be activated only when explicitly asked for17:37
cjwatsonscpfrascp?17:37
cjwatsonoops17:37
cjwatsonFragadelic: scp?17:37
Fragadeli1ok - logged in from the vm - don't do irc much - how do I post to pastebin?17:39
kirklandFragadeli1: sudo apt-get install pastebinit17:40
kirklandFragadeli1: you can echo $foo | pastebinit17:40
kirklandFragadeli1: and it'll spew a url back at you17:40
Fragadeli1http://pastebin.com/f1019d4e517:41
Fragadeli1this is the debug file17:41
Fragadeli1kirkland: thank you very much17:42
cjwatsonFragadelic: that seems like the debug file from a successful installation17:42
Fragadelicbut take a look at the time from one step to the other at line 295617:43
Fragadelic6 minute hang - sometimes longer and sometimes it doesn't even finish - hangs indefinitely17:44
cjwatsonoh, I see17:44
Fragadelicremoving popularity-contest and install flows along nicely17:44
Fragadelicthere is a perl call for debconf that seems to be where it hangs17:45
cjwatsonI think you're misinterpreting that - I'd need the full output17:45
cjwatsonubiquity uses debconf throughout and there'll be a perl process running for debconf rather a lot really17:45
cjwatsonthe point you refer to happens to be where update-initramfs is run17:46
Fragadelicah ok - its just that removing popularity-contest makes the issue disappear17:46
cjwatsonthat's a very time-consuming process17:46
Fragadelicupdate-initramfs on my system goes quickly17:46
cjwatsoncould take a long time if you're low on memory for some reason17:47
cjwatsonI'm not questioning your observations, but the coincidence is very suspicious17:47
Fragadelicnever been 6 minutes and like I said if popularity-contest is removed it doesn't hang there - night and day diff17:47
Fragadelici hear you - but...I rebuild the initramfs during remastersys after making changes to casper so its ready for the livecd17:47
Fragadelicto build a cd that ends up with a 3.6G squashfs file it takes less than 10 minutes total17:48
cjwatsoncan you put 'set -x' on the second line of /var/lib/dpkg/info/popularity-contest.postinst in the squashfs?17:48
cjwatsonand then rerun with debugging in the same way17:48
kirklandcjwatson: i'm going through that list of RAID bugs, i'm marking "Fix Released" for the ones I can't reproduce, and have a good reason to believe that the problem has been fixed by some recent work by myself, or others17:50
FragadelicI'll try that but I have to go back to work now :( - will do it after work and pastebin the debug again17:50
cjwatsonI can't see anything in popularity-contest.postinst that should take significant time, so while I understand and am not questioning your comment, please understand that I'm thinking about possible secondary effects of removing popularity-contest as well as the obvious direct effect17:51
kirklandcjwatson: inviting, of course, anyone subscribing to the bug to reopen if they can confirm the behavior in Intrepid17:51
cjwatsonall very puzzling17:51
cjwatsonkirkland: thanks, much appreciated17:51
Fragadelicthe only thing popularity-contest removes is the ubuntu-standard meta package placeholder17:51
kirklandcjwatson: k, just checking if that's the proper response for bugs that were reported against something like Edgy17:51
cjwatsonFragadelic: at the package management system, certainly; but in theory its absence could cause ubiquity to skip some other step that it would otherwise have performed17:52
cjwatsonFragadelic: the reason I need the output of 'ps auxf' is to see whether popularity-contest.postinst is running at the time of the hang17:52
cjwatsonFragadelic: if it isn't, then that's pretty definite proof that popularity-contest itself is not at fault, but rather something near it17:52
FragadelicI can do that part real quick now if you like - how do I reset the entries cause if I remember correctly, ubiquity thinks its already been answered17:53
cjwatsonkirkland: seems reasonable to me17:53
cjwatsonFragadelic: I'd rather not introduce further variables - start from a clean boot17:53
Fragadelicok17:53
Fragadelicso DEBCONF_DEBUG is not needed right?17:54
cjwatsoncorrect17:55
Fragadelicthanks17:55
Fragadelicrunning installer now - will pastebin the info you asked for shortly17:57
FragadelicVMhttp://pastebin.com/f5cf7af0118:01
cjwatsonhuh, a zombie process18:02
Fragadelici guess - defunct - any ideas how to get around it?18:02
Fragadelicor why it is happening18:02
cjwatsongive me a minute!18:03
Fragadelici tried several different things - purgin popularity-contest - installing it but not configuring it,etc nothing seemd to work18:03
Fragadelicthanks - no hurry18:03
FragadelicI really have to go now - take your time - I posted on the mailing list and maybe you can respond with what you find to that - tb6517@yahoo.com18:07
Fragadelicthank you all very much for your time!18:07
cjwatsonthis really looks like the symptom you get when a postinst starts a daemon process that fails to close stdin18:13
cjwatsonbut popularity-contest doesn't do that18:13
cjwatsonwhat changes have you made to your image?18:13
evandcjwatson: would this break networking in d-i? http://pastebin.ubuntu.com/55062/18:20
evandor rather, do you think it could18:20
cjwatsonI'm afraid I think it probably could18:21
cjwatsonhw-detect calls update-dev and netcfg runs afterwards18:21
evandindeed, that's what I suspected.18:21
evandfrom poking through hw-detect18:22
cjwatsonyou could patch it in ubiquity18:22
evandindeed, ugly, but it seems like the only other option.18:22
evandok, thanks for the advice!18:22
cjwatsonnp18:22
Fragadelic_cjwatson: what was the reasoning behind having the installer copy directly from the filesystem.squashfs as opposed to copying it from the working live system?  I've always been curious about this19:40
evandFragadelic_: users tend to muck about in the working live system and expect a prestine copy of the OS to be installed to their disk.19:42
Fragadelic_lol - I always just install it and then muck later19:42
Fragadelic_did you ever try it the other way or was it always an executive decision to just install from the pristine file?19:43
evandI can't speak to the research behind this as I wasn't working on ubiquity back then.  cjwatson, as you rightly requested originally, would be able to speak on that.19:44
Fragadelic_ok thanks - I decided to start work on a simple installer based on one that I worked on for the Vector Linux livecd - trying to make it both cli and gui so it can be used with a live server as well19:49
Fragadelic_does anyone know if all the ubuntu kernels are capable of running in live mode - ie - have squashfs and loop?19:50
CIA-52ubiquity: evand * r2873 ubiquity/ (debian/changelog scripts/install.py):21:00
CIA-52ubiquity: Do not remove the files for packages that will break other packages when21:00
CIA-52ubiquity: removed (LP: #276657).21:00
evandThat's probably poorly titled, but I could not think of a better way of describing what it is doing.21:04
evandSuggestions welcome.21:04
cr3I'm getting an error when trying to netinstall hardy because I request to pkgsel/include openssh-server but the client and the server versions don't match: openssh-server: Depends: openssh-client (= 1:4.7p1-8ubuntu1) but 1:4.7p1-8ubuntu1.2 is to be installed21:20
CarlFKcr3: pretty sure I do that.  what are you using as a repo?21:21
cr3CarlFK: at first, I use the alternate image made available through apache. Then, I create a sources.list.apt-setup file containing: deb $archive_url $release main universe multiverse21:24
cr3CarlFK: where $archive_url is http://archive.ubuntu.com/ubuntu and $release is hardy21:24
CarlFKhttp://dpaste.com/83040/21:28
cr3CarlFK: I moved my request for openssh-server from pkgsel/include to late_command string apt-install openssh-server21:28
CarlFKI run apt-cache on a local box so that I only dl the .deb's once - but if I am having troubles I use http://archive.ubuntu.com/ubuntu21:29
CarlFKcr3: are you using the 8.04.1 cd?21:37
CarlFKI bet the ssh-key thing is the root of your problem21:37
cr3CarlFK: yep, I'm using 8.04.1. maybe I could add: d-i debian-installer/allow_unauthenticated string true21:39
CarlFKi never needed that - your setup sounds like what I did before I used apt-cache21:43
CarlFKuse the .deb on the cd as a local repo, then apt-get upgrade later21:43
cr3CarlFK: darn, the apt-install in the late command returns the same error message21:52
CarlFKwait... pretty sure you don't want that anyway21:53
CarlFKthat will install it to the installer's environment (ram), not the disk you are installing to21:53
cr3CarlFK: what, the allow_unauthenticated thing?21:54
CarlFKi think21:54
cr3CarlFK: the apt-install should install to the disk, hence the example file which uses that for zsh21:54
CarlFKthat sounds reasonable21:55
CarlFKhow about skipping it and installing after boot?21:56
CarlFKdo you plan on doing this once ibex is released?21:57
CarlFKwhere this=hardy21:57
Fragadeliccjwatson: No changes at all to the image - it was a fresh install and then I just remastered right afterwards.  It was one of my test of remastersys to make sure it worked properly with 8.0422:04
Fragadelichere is my remastersys script that does all the work - obviously the version I used didn't have the remove portion this one does.  http://pastebin.com/f78cff54b22:07
TheMusocjwatson: This is the problem with the metadata approach. A user may have all BIOS options turned off, but the metadata is still present. Unfortunately I can't tink of a way to only activate dmraid when asked for without having to deal with things like adding kernel command-line parameters, which to me seem not very user-friendly.22:29
superm1evand, oooh yuck. we just got the beta DVD into our factory install.  "NotImplementedError: ubiqutiy.frontend.noninteractive.Wizard does not implement set_auto_login"22:30
evandargh, fixing now.22:36
superm1evand, after you do, can you do a run through noninteractive and make sure nothing else is standing out?  it unfortunately causes a ton of churn here every time we rev these DVD images for small installer things that break22:38
evandabsolutely22:41
CIA-52ubiquity: evand * r2874 ubiquity/ (debian/changelog ubiquity/frontend/noninteractive.py):22:47
CIA-52ubiquity: Fix a crash in the noninteractive frontend due to missing auto_login22:47
CIA-52ubiquity: functions.22:47
evand^ I'll test that in a bit.22:47
kirklandevand: hey, today's server build isn't detecting the network or hard disks...  known issue?23:21
evandyikes, not known to me23:30
kirklandevand: ugh23:40

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!