/srv/irclogs.ubuntu.com/2010/06/03/#ubuntu-installer.txt

evmichaelforrest: what is the DX team doing around the panel for Maverick, that we're blocked on?15:36
michaelforrestev: I need to write an email and find out. But I am blocked on doing that by a vague sense of futility.15:37
evhahaha15:37
evdamn, I wanted to continue that conversation15:38
TREllishi all, I'm trying to write a short ubiquity/oem-config plugin to hide the user creation page, should it be as simple as http://pastebin.ubuntu.com/444102/ ? or am I missing something?16:24
superm1i'd think hiding the page would lead to some undefined behavior since no user would be created?16:29
superm1i'd think you'd be better to preseed the questions from that page16:29
ograsuperm1, would that hide it ?16:30
superm1if you're running in automatic mode it wouldn't show it if all the questions were answered16:31
ograah, cool16:31
TREllishmm, I don't really need the user to be created for this custom build16:37
ograyou mean you want on user at all ?16:37
TRElliscorrect, as this is running after install I don't need it... I have hooks into ldap16:38
TREllisbut when a machine is shipped to a user, I need them to be able to select lang etc, which I why I thought oem-config would be god16:38
TREllisgood*16:38
ograi'm not sure it will properly finish but you could just try to delete the plugin16:39
TREllisah ok, I was just trying to hide the page by following this guide https://wiki.ubuntu.com/Ubiquity/Plugins16:40
superm1TREllis, well you just need two bits actually in your plugin to hide other plugins16:44
superm1NAME = 'test'16:44
superm1HIDDEN = 'usersetup'16:44
superm1everything else is unnecessary16:44
superm1I think everything for usersetup has been pulled into that plugin, so hopefully the install should be able to finish without it there16:45
TREllisright16:46
TREllisI'll give that a whirl16:46
TREllisthanks16:46
evcjwatson: do you have any time tomorrow to jump into 1-on-1 and help me talk through this debconf passthrough stuff some more?  I'm inclined to give the separate databases idea a go as it would seemingly let us start running components while formatting, but from listening to the inadvertent recording of our hallway chat at UDS, I take it you think that, well, "here be dragons".18:09
evif you're busy tomorrow, perhaps when I get back from holiday?18:09
evdragons> with that particular approach, that is18:10
cwjhello. I am having problems with preseeding d-i with a custom apt source. here's the relevant lines from my preseeding file: http://gist.github.com/42439321:07
cwjwhen i include "deb" as the first part of the apt-setup/local0/repository string, i get a malformed sources.list21:07
cwjmalformed in that i have "deb deb" before the url21:08
cwjif i omit "deb" from the string, the apt source is not added to my sources.list at all21:08
cwjif anyone can advise me i'd appreciate it21:11
cwjfyi, this is on hardy. on lucid my source isn't added, whether i have "deb" in the string or not22:46
cjwatsonev: sure, as long as it doesn't collide with the release meeting23:15
cjwatsoncwj: as of intrepid, it's supposed to strip any leading "deb " - before that, you had to leave out the leading "deb " or it wouldn't work23:17
cjwatsoncwj: odd that it isn't added at all.  can you post your installer syslog?23:18
cjwatson(I won't look at it right now though, I'm just back from the pub and about to go to bed)23:18
cwjcjwatson: ok, you're looking for /var/log/installer/syslog ?23:19
cjwatsonyeah23:19
cwjcjwatson: ok, here's a gist https://gist.github.com/247bb0890b0839e3cd9423:22
cwjim also trying to figure out which preseed answers i need to add for auto-accepting the partman prompt which confirms writing changes to disk, but the apt-setup stuff is higher priority for me23:23
cjwatsonJun 3 21:41:57 main-menu[390]: (process:1937): wget: server returned error: HTTP/1.1 403 Forbidden file type or location23:27
cjwatsonI'm guessing that's the problem23:27
cjwatsonfix the repository you're trying to get things from and it should work23:27
cjwatsonyou have 'd-i partman/confirm boolean false' - if you want to auto-accept that, you want 'd-i partman/confirm boolean true' instead.  For lucid (and this is harmless for hardy), you might also want 'd-i partman/confirm_nooverwrite boolean true' to deal with the case of confirming partitioning when no existing stuff is going to be overwritten23:29
cjwatsonalso you have 'd-i partman-lvm/confirm_nooverwrite boolean' which should be 'd-i partman-lvm/confirm_nooverwrite boolean true'23:30
cjwatsonreally off to bed now23:30
cwjok, thanks for the advice23:31
cwjpleasant dreams to you :)23:31
cwjnot sure what to check with that 403 error, the source i am trying to preseed in my install works when i add it to sources.list by hand after installation23:49

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