/srv/irclogs.ubuntu.com/2007/04/28/#ubuntu-installer.txt

=== philwyett [n=philip@bb-87-81-146-45.ukonline.co.uk] has joined #ubuntu-installer
cjwatsonphratman: best continue on launchpad02:16
cjwatsonotherwise it'll get lost02:17
phratmancjwatson: Gotcha.02:51
phratmancjwatson: Got any ideas on why the partitioner is not working?02:54
=== phratman [n=phratman@fw.bcp.org] has joined #ubuntu-installer
phratmancjwatson: When I placed "preseed sun-java5-bin shared/accepted-sun-dlj-v1-1 boolean true", "preseed sun-java5-jdk shared/accepted-sun-dlj-v1-1 boolean true", "preseed sun-java5-jre shared/accepted-sun-dlj-v1-1 boolean true", "preseed sun-java6-bin shared/accepted-sun-dlj-v1-1 boolean true", "preseed sun-java6-jdk shared/accepted-sun-dlj-v1-1 boolean true", "preseed sun-java6-jre shared/accepted-sun-dlj-v1-1 boolean true" all in my kickstart config03:35
phratmancjwatson: What could that indicate and how can I fix that?03:35
phratmancjwatson: You're about 7 hours ahead of me, so by the time you respond, I'll still be asleep. I'm off for dinner. Good night / day / morning / afternoon / evening / whatever.03:36
phratmanI'm trying to duplicate the error messages *and* upload them to Launchpad because I duplicated the error messages twice, and thinking I had I a fix, stupidly rebooted the machine without saving the syslog.04:04
phratmanI can't promise that I'll get it uploaded by the end of tonight as I'm headed home now and won't have access over the machine.04:04
=== blackskad [n=blackska@d54C4A53D.access.telenet.be] has joined #ubuntu-installer
=== stgraber [n=stgraber@ubuntu/member/stgraber] has joined #ubuntu-installer
=== stgraber [n=stgraber@ubuntu/member/stgraber] has joined #ubuntu-installer
cjwatsonphratman: you forgot the --owner after preseed in each of those lines03:23
=== czr [n=czr@iohazard.net] has joined #ubuntu-installer
czrI'm trying to setup a ubuntu (edgy & feisty) mirror here using apt-mirror. which repo/branch should I mirror to get also the d-i parts? I have main/debian-installer too, but still two packages (udebs) are missing (with edgy). nic-restricted-modules*.udeb and nic-restricted-firmware*.udeb. any hints?06:43
cjwatsonczr: add restricted/debian-installer06:43
czrI've copied the missing files from the fi-mirror manually, but it's somewhat wrong solution :-)06:43
czrah!06:43
czrthanks, I'll try that.06:43
czrbtw, any hints which d-i directives I should use with local mirror? I tried "d-i mirror/country string "enter information manually" but I'm still prompted by the country selector06:47
czr(I have also d-i apt-setup/use_mirror boolean true)06:47
czr(and d-i mirror/http/mirror select "blart.intranet", which is my local mirror server)06:48
cjwatsondon't put quotes around enter information manually06:55
cjwatsonsee appendix B of the installation guide06:55
cjwatsonwhich does not advise using mirror/http/mirror since that won't work06:55
czrah. another question relating to the restricted nic stuff. is there any way of pulling the exact versions of udebs that are used in the installer? it seems that the installer wants 10.1 but apt-mirror pulled version 11.07:04
czrand which installation guide are you referring to (with the appendix b). sorry to be such a pita, still trying to learn the ropes :-)07:05
czrah, debian-installer guide. found appendix b.07:06
cjwatsonif you get that kind of mismatch then your mirroring setup is probably broken somehow. The installer downloads Packages files from the mirror you give it and uses the versions found therein07:09
cjwatsonwell, either your mirroring setup or your preseeding07:10
cjwatsonif you're netbooting then you may need to put the mirror preseeds on the kernel command line or use initrd preseeding in order for it to be effective07:10
cjwatsonguide is on help.ubuntu.com linked from the front page07:10
phratmancjwatson: Would the owner in each of those be root then?07:49
czrcjwatson, yeah, my mirroring is broken somehow, I'll investiage later. have another question though, any d-i directive to use so that the local mirror will be used for security updates instead of security.ubuntu.com?07:51
markit should check feisty-security (or whatever) on the local mirror first anyway08:02
markbut if security.ubuntu.com has something the local mirror doesn't have, it'll use that of course08:03
czrmark, I'm testing on edgy. but it doesn't seem to check the local mirror first08:04
markwell... the order in your sources.list matters08:05
markdo you have a line for edgy-security before security.ubuntu.com?08:05
czrmark, I'm working on preseeded net installer using local mirrors08:05
czrand during installing it will pull from security.ubuntu.com while I want it to pull from local mirror08:06
markhmm it has a commented out line at the top by default08:06
czrwhat is the sources.list that the installer uses anyway? the one that is generated into /target/etc/apt/sources.list?08:07
markI would say so08:07
markyou can set a different security host using preseeding anyway08:08
czrhow?08:08
markbut personally I'd prefer to add an extra security line for the local mirror08:08
markand then fall back to security.ubuntu.com08:08
marksec08:08
czrappreciated08:08
czrI want the whole setup to work even when internet connectivity is broken08:09
markd-i     apt-setup/security_host string  security.ubuntu.com08:09
markI proxy everything through a squid08:09
czrcool, I'll try that out08:09
markthat works as well08:09
markthe squid will just cache everything08:09
czrI get broken installs when my country mirror is in the process of being synced08:09
czrusing squid that is08:09
markhmm that shouldn't happen08:09
czrand also, I'd like not to depend on internet-connectivity as I said :-)08:09
marka proper sync should update the indexes only after the packages themselves are done08:10
czrindeed, it shouldn't. out of some 90 test installs (with edgy) some 5 terminated because of that08:10
phratmanDo all kickstart preseed commands demand the --owner option?08:10
czrmark, I'll try this out now, any ideas on whether this works on edgy too?08:11
markyes08:11
markedgy and feisty hardly differ wrt preseeding08:11
markand this option has been around for a whle08:11
markwhile08:11
czrit's not documented methinks08:11
czrah, it is. just overlooked it08:12
czrby the way, is the d-i mirror/suite stuff required?08:12
markI don't use it08:12
markso I guess not :)08:13
czrI don't have it either in the currenct preseed file that I'm testing with08:13
czrtesting ~~>08:13
markin our case lack of internet connectivity isn't an issue08:17
markor rather, that IS an issue; then we have other problems to worry about ;-)08:17
czr:-)08:24
czrit worked, thanks a bunch. now I can remove the proxy setting08:24
czrseemed a bit silly to have a proxy between the installer and the local mirror anyway (they were on the same computer while testing) :-)08:25
czrthanks for all the help ~~> runs off testing again08:25
phratmanCould someone look into this for me? https://bugs.launchpad.net/ubuntu/+bug/10947508:26
cjwatsonphratman: no, preseed --owner sun-java5-blah08:42
cjwatsonas in, change 'preseed' to 'preseed --owner' in each of your preseed lines08:43
cjwatsonI'm not going to look at 109475 at the weekend, sorry08:43
cjwatsonphratman: 'preseed <question> <type> <value>' corresponds to 'd-i <question> <type> <value>' in an ordinary preseed file; 'preseed --owner <package> <question> <type> <value>' corresponds to '<package> <question> <type> <value>' in an ordinary preseed file. (I'm sure this is in the installation guide, by the way.)08:44
cjwatson'preseed <package> <question> <type> <value>', which is what you were trying, is just invalid08:45
phratmanDoes that apply to everything? What about preseed apt-setup/local0/repository string deb http://mywebserver.tld myrepo feisty -> should that be preseed --owner apt-setup/local0/repository string deb http://mywebserver.tld myrepo feisty ?08:58
cjwatsonno, because that would be 'd-i apt-setup/local0/repository ...' in an ordinary preseed file08:58
phratmanAh.08:59
cjwatson--owner may only ever be followed by the name of an Ubuntu package08:59
cjwatson'd-i' is used for debconf questions that exist only in the installer environment09:00
cjwatsonother package names are used for debconf questions owned by packages in the installed system09:00
cjwatsonsetting --owner properly ensures (a) that the question actually gets copied into the installed system (b) that the question gets purged properly from the debconf database if the associated package is ever purged from the system09:01
cjwatsonquestions that only apply to the installer environment (i.e. owner d-i) are not copied into the installed system because that would be cruft09:02
=== cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-installer
=== philwyett [n=philip@bb-87-81-146-45.ukonline.co.uk] has joined #ubuntu-installer
phratmancjwatson: I added "--owner" into each of them (example: preseed --owner sun-java5-bin shared/accepted-sun-dlj-v1-1 boolean true) and I still get this: http://phpfi.com/23049612:01
phratmancjwatson: Any thoughts?12:02

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