[12:14] index to what? [12:16] one of the functions in the traceback is index() [12:16] PartitionModel.index that is [12:16] it's an index into the model that backends onto the treeview === jetsaredi1 [n=jgreenwa@pool-141-149-184-76.bos.east.verizon.net] has joined #ubuntu-installer [12:22] ubiquity: cjwatson * r2085 ubiquity/bin/ (ubiquity ubiquity-wrapper): PS3: fix removal of processes from GNOME session === avoine [n=avoine@modemcable079.71-203-24.mc.videotron.ca] has joined #ubuntu-installer === mojonixon [n=Bo@cpe-24-27-22-168.austin.res.rr.com] has joined #ubuntu-installer [01:25] ubiquity: cjwatson * r2086 ubiquity/bin/ubiquity-wrapper: PS3: stop hplip too (thanks, Chris Jones) === mojonixon [n=Bo@cpe-24-27-22-168.austin.res.rr.com] has joined #ubuntu-installer === cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-installer === mojonixon [n=Bo@cpe-24-27-22-168.austin.res.rr.com] has joined #ubuntu-installer === cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-installer [06:11] can someone tell me what environment the reconfigure function gets called in? === stgraber [n=stgraber@ubuntu/member/stgraber] has joined #ubuntu-installer === jetsaredi1 [n=jgreenwa@pool-141-149-184-76.bos.east.verizon.net] has left #ubuntu-installer [] === blackskad [n=blackska@d54C1A48C.access.telenet.be] has joined #ubuntu-installer === cjwatson_ [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-installer === cjwatson [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-installer === xyzz [i=xyzz@sativa.morph.sk] has joined #ubuntu-installer === xivulon [i=c2325681@gateway/web/cgi-irc/ircatwork.com/x-4de0188d27c0e1df] has joined #ubuntu-installer [11:41] Hi evand have you started working on the installer for windows? [12:03] hi [12:04] can i somwhow manage to skip root partition format checking? [12:04] i already tryed to comment out that parts of code in ubiquity, but id doesn't seem to do any difference [12:04] xyzz: what release of Ubuntu? [12:04] 7.04 [12:05] xyzz: ok, what exactly is going wrong? [12:06] ok, i have already partioned system, and the partition i want to use as '/' already contains some data, but instaler wont continue, util i mark that as "format" [12:06] that's correct, and it really means it [12:06] that check is there because I got hundreds of bugs about various exciting kinds of breakage that happen when the check is bypassed [12:07] i know :] but that is not something i want [12:07] xyzz: you can remove /lib/partman/check.d/12system_partitions_formatted; just don't even think about filing a bug if it goes wrong :) [12:07] when i changed validation.py, while running from instalation media, it just doesnt made any diffenrence [12:08] validation.py is only used for the old advanced partitioner, which is mostly dead [12:08] ah, so thats why ... :] [12:09] thanx, i will try it [12:09] please back up that data first if it's at all important [12:11] i just dont have any place to backup [12:11] directory is set to 000 and also may not conflict with any other [12:12] and this way of upgrading i am using since 5.04 [12:12] well, 5.04 didn't contain ubiquity, so you can't have been using ubiquity to do it back then [12:13] I simply cannot offer any guarantee and cannot be held responsible if it goes wrong, that's all [12:13] we recommend using the upgrade tool instead [12:16] yes, i know [12:17] but i dont think, that thare is anything, that can go wrong, just because of that :] [12:19] well, don't say I didn't try to warn you [12:29] cjwatson, how is the development of the windows installer organized? what branches are used (other than ubiquity I assume)? I have almost finished with wubi and can now dedicate more time to the project [12:29] xivulon: http://wiki.ubuntu.com/InstallerDevelopment may help as far as the code into which lupin will need to be merged is concerned [12:30] ubiquity's a much later step [12:30] (well, aside from developing ubiquity-automation, which needs to happen in parallel) [12:31] In the blueprint I have split down the work to do, and probably there port is not going to be that heavy [12:36] cjwatson, any plan for the windows frontend? Do we keep current wubi rebranding and ripping off the username/password which is asked by ubiquity? [12:37] I haven't had time to think about it yet [12:37] I am still neck-deep in doing performance reviews and other wok [12:37] work [12:37] I was thinking of reusing the oem mode [12:37] ! [12:37] I *suppose*, but I'm not sure that's really the place to start [12:38] oem mode is really pretty different and it needs a lot of work anyway [12:39] what I meant is an interface like oem-config-gtk for username/password and possibly other items [12:39] that interface is ubiquity, probably skipping some pages [12:40] unless you mean an interface in Windows [12:40] I guessed so [12:40] that comes back to the issue of duplicating validation checks [12:41] what are you referring to exactly? [12:41] can we talk about this next week? [12:42] I cannot do this today [12:42] absolutely [12:42] I got about five hours sleep and have about twelve hours' worth of work to do today [12:42] that sounds familiar [12:43] talk to you next week then === mojonixon [n=Bo@cpe-24-27-22-168.austin.res.rr.com] has joined #ubuntu-installer [01:43] cjwatson thanks, everything went just fine === mojonixon [n=Bo@cpe-24-27-22-168.austin.res.rr.com] has joined #ubuntu-installer === cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-installer [03:10] arr, I missed him === jetsaredim [n=jgreenwa@inet-netcache3-o.oracle.com] has joined #ubuntu-installer === avoine [n=avoine@69.70.0.36] has joined #ubuntu-installer [04:05] you have a sharp eye, cjwatson. It was setting the model before populating it, thus causing the crash. Patch to arrive shortly. [04:12] what a fluke :-) [04:12] great, thanks [04:12] I think that stands a chance of being a Qt bug as well, you know .. [04:30] ubiquity: evand * r1504 ma/ (10 files in 5 dirs): Merge with trunk. [04:40] ubiquity: evand * r1505 ma/ (debian/changelog ubiquity/frontend/kde-ui.py): [04:40] ubiquity: * Set the partition model after populating it in the KDE UI [04:40] ubiquity: (LP: #118967). [04:40] hrmm [06:17] cjwatson: I know today is insanely busy for you, but whenever you have a free moment next, is there any reason why dpkg-reconfigure -fnoninteractive wouldn't work in an _apply script? Asking on behalf of the mythbuntu developers. [06:18] doh [06:19] belay that question :) === blackskad [n=blackska@d54C1A48C.access.telenet.be] has joined #ubuntu-installer === apt_get [n=Crazy@201.14.143.197] has joined #ubuntu-installer === ka1 [n=kaz@69.70.0.36] has joined #ubuntu-installer [10:36] hello, someone know how can I use grub-installer before base-installer-udeb in d-i ? [10:43] ka1: grub-installer probably needs kernel installer complete to create your configuration file, so that sounds like a dependency issue. [10:51] ok I will take a look but I already have kernel, I think it's about /dev because grub-install don't find bios drives for hd0 because /dev/hda1 is something like /dev/disc0bus0part1 [10:58] ...d-i hasn't used devfs for a while now, afaik [11:01] not since edgy [11:01] you cannot run grub-installer before base-installer [11:01] if you're trying to reinstall grub, use expert mode [11:01] er, sorry [11:01] use rescue mode, I mean === blackskad [n=blackska@d54C4A53D.access.telenet.be] has joined #ubuntu-installer === ka1 [n=kaz@69.70.0.36] has left #ubuntu-installer [] === avoine [n=avoine@69.70.0.36] has left #ubuntu-installer [] [11:59] netcfg really should bring the interfaces up earlier, there isn't enough time before ethtool runs. [12:01] uh? ethtool is used to decide which interfaces to bring up [12:01] well, which ones to keep up [12:02] it runs strictly after interfaces are brought up, synchronously, so I don't get what you mean about not enough time