[12:05] tepsipakki: I seem to be getting some weird preseeding behavior and I suspect it is because my preseed url contains '?' and '&' [12:05] here are a couple interesting lines from my syslog: [12:06] Dec 21 22:52:31 frontend: --> SET //192.168.2.60/certify_server?cmd=preseed&release http://192.168.2.60/certify_server?cmd=preseed&release=feisty [12:06] Dec 21 22:52:31 frontend: --> SUBST //192.168.2.60/certify_server?cmd=preseed&release ID //192.168.2.60/certify_server?cmd=preseed&release === rrittenhouse [n=tad@cpe-76-188-35-66.neo.res.rr.com] has joined #ubuntu-installer [12:31] so, instead of using cgi params, I'll try to use the PATH_INFO variable as positional arguments === ubuntulog [i=ubuntulo@trider-g7.fabbione.net] has joined #ubuntu-installer === Topic for #ubuntu-installer: Development of d-i and ubiquity in Ubuntu === Topic (#ubuntu-installer): set by cjwatson at Mon Nov 27 01:35:39 2006 === rrittenhouse [n=tad@cpe-76-188-35-66.neo.res.rr.com] has joined #ubuntu-installer === mpt [n=mpt@121-72-130-219.dsl.telstraclear.net] has joined #ubuntu-installer === highvoltage [n=jaagaan@196.1.57.78] has joined #ubuntu-installer === tepsipakki [n=tjaalton@replicant.hut.fi] has joined #ubuntu-installer === verwilst [n=verwilst@212.123.1.32] has joined #ubuntu-installer === Starting logfile irclogs/ubuntu-installer.log === ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-installer === Topic for #ubuntu-installer: Development of d-i and ubiquity in Ubuntu === Topic (#ubuntu-installer): set by cjwatson at Mon Nov 27 01:35:39 2006 === cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-installer === mpt [n=mpt@121-72-130-219.dsl.telstraclear.net] has joined #ubuntu-installer [11:07] tepsipakki: yeah, joeyh did it following a quick chat on IRC [11:07] needs a d-i rebuild though [11:12] yep === mpt [n=mpt@121-72-130-219.dsl.telstraclear.net] has joined #ubuntu-installer === zakame [n=zakame@ubuntu/member/zakame] has joined #ubuntu-installer === stgraber [i=stgraber@unaffiliated/stgraber] has joined #ubuntu-installer === mark [i=mark@tilia.nedworks.org] has joined #ubuntu-installer === cjwatson [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-installer === siretart [i=siretart@ubuntu/member/siretart] has joined #ubuntu-installer === cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-installer === cjwatson [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-installer === danbe [n=danbe@wnpgmb09dc1-93-102.dynamic.mts.net] has joined #ubuntu-installer [06:22] quite a few people here:) that's what you get when you advertise in the weekly news ;-P [07:19] I didn't, not intentionally :-) But I didn't object either ... [07:19] (I advertised to mailing lists, and UWN picked it up) === cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-installer [08:35] ya, technically [09:32] cr3: the problem isn't with ? or &, but with =; if you try to use = in a kernel command line argument like key=foo=bar, the kernel breaks that up into an environment variable called "key=foo" set to "bar", which isn't what you expect [09:32] cr3: so you have to avoid = in the preseed URL === cjwatson -> pub, good luck :) [09:33] cjwatson: thanks for the explanation, I had already solved the problem using the PATH_INFO environment variable [09:33] cjwatson: in addition to solving the problem, it makes the url shorter so I have more space for kernel arguments === siretart [i=siretart@tauware.de] has joined #ubuntu-installer