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

=== jetsaredim [n=jgreenwa@inet-netcache3-o.oracle.com] has joined #ubuntu-installer
=== jetsaredim [n=jgreenwa@inet-netcache3-o.oracle.com] has left #ubuntu-installer []
=== cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-installer
=== avoine [n=avoine@modemcable056.3-203-24.mc.videotron.ca] has joined #ubuntu-installer
=== joejaxx [i=joejaxx@64.62.231.84] has joined #ubuntu-installer
saispohi all11:09
saispoanyone know why i get this error in log file when i generate a dapper CD : Missing debootstrap-required hfsplus ?11:09
=== jetsaredim [n=jgreenwa@pool-68-163-243-133.bos.east.verizon.net] has joined #ubuntu-installer
=== jetsaredim [n=jgreenwa@pool-68-163-243-133.bos.east.verizon.net] has left #ubuntu-installer []
=== Fujitsu [n=Fujitsu@ubuntu/member/fujitsu] has joined #ubuntu-installer
saispotepsipakki: have you open the bug report about casper and lvm preseed partitionning ?02:41
cjwatsonevand: thanks, but I think post-feisty at this point02:42
saispohi cjwatson :)02:42
=== Fujitsu wonders what the chance of getting partman-crypto integrated into Ubiquity for gutsy would be.
saispo:)02:43
=== cr3 [n=marc@pdpc/supporter/bronze/cr3] has joined #ubuntu-installer
saispohi cr302:44
cjwatsonFujitsu: fair - it's on the UDS schedule02:53
cjwatsonthe only reason it didn't happen for feisty was that cryptsetup and usplash didn't play nice together02:54
cjwatsonsaispo: what does casper have to do with LVM preseeding?02:54
saispooups, not casper02:54
saispoabout partman-lvm02:55
Fujitsucjwatson: Great!02:56
saispocjwatson: you have an idea why ? it's not hurry... but for final release it may be good02:59
saispowith latest updates i haven't got this03:00
cjwatsonsaispo: I have no idea what you're talking about03:00
cjwatsonoh, the hfsplus thing?03:00
cjwatsonthat means that your archive has hfsplus at Priority: important or required, but it isn't in your minimal seed03:01
saispono hfsplug, i correct this things03:04
saispocjwatson: about lvm preseeding automatic, it's so slow...03:04
saispobefore i haven't got this things03:04
cjwatsonoh that's known, nothing to do with preseeding03:09
cjwatsontoo late to fix for feisty though03:09
cjwatsonbug 10562303:10
cjwatsonit'll just have to go in the release notes, and maybe be point-release material03:10
saispook :/03:11
saispothanks :)03:11
cjwatsonevand: let me know when you're around? I need to talk to you about weirdness in the m-a component03:12
cjwatsonevand: specifically bug 10586103:13
=== jetsaredim [n=jgreenwa@inet-netcache3-o.oracle.com] has joined #ubuntu-installer
=== jetsaredim [n=jgreenwa@inet-netcache3-o.oracle.com] has left #ubuntu-installer []
cjwatsonevand: panic over, decided it wasn't release-critical03:59
evandhere now03:59
evandhrm, yikes04:00
cjwatsonI don't think it's quite as weird as I initially thought, but it's weird04:03
cjwatsonwhy does ma-ask need to be called from ok_handler?04:03
evandchecking04:04
cjwatsondropping back into a UI loop from cleanup is freaky, but probably just about OK - it's the call of run_command from ok_handler that really makes me blink04:06
evandI'm still looking it over, but the general overview is that it calls ma-ask the first time to figure out what all the options are to populate the interface, it then calls ma-ask again to see if there were any errors in the options that the user selected.  If that pops up an error question, then it drops back to the interface and sets up an error, otherwise it proceeds to the next page04:07
cjwatsonHmm. In that case I think it would be best to refactor it so that you can avoid exiting ma-ask in between04:08
cjwatson(not feisty, but)04:08
cjwatsonif that doesn't fit with the d-i control flow, something I've been known to do is create a wrapper script in scripts/ that does something extra that's ubiquity-specific04:09
evandAh, that would make much more sense.  I tried to avoid making ma-ask ubquity specific, but I'm sure that can still be avoided04:10
evandah, ok04:10
cjwatsonwhich might for instance include a spurious db_input/db_go just to give you something to block on04:14
cjwatson-       mount $device $mountpoint04:14
cjwatson+       mount $device $mountpoint || error "failed to mount $device"04:14
cjwatsonevand: doing that to ma-script-utils would be good - I have a partition on my test system here where mount fails because it's an LVM PV04:14
cjwatsonwhich was the root cause of 10586104:14
cjwatsontook me ages to find where the 32 was coming from :) turns out it's EX_FAIL from mount04:14
evandwhoops, I thought I did check that mount succeeded, but apparently not04:14
evandah, just in windows04:14
evandhilarious04:14
cjwatsonand /home04:14
evandindeed04:14
cjwatsonwah, escaping in summary is broken04:14
evandright!04:14
evandI forgot to mention that to you04:14
cjwatsonfuck04:14
evandI noticed it as well04:14
evandheh04:14
cjwatsonsadly not release-critical either, I think ...04:14
cjwatsontrivial to fix04:14
evandI've got to bolt, I have work in less than an hour.  If you happen to cross any more crazyness in m-a, just let me know in here and I'll try to get back to you ASAP.04:15
evandI assigned that bug to myself.  I'll refactor for Gutsy.04:15
cjwatsonthanks04:15
cjwatsonyeah, it seems to be largely working ok, just some minor glitches04:16
cjwatsonsorry for panicking :)04:16
evandno worries, I understand completely.  I can see from -devel that things are quite hectic right now for the release team.04:17
cjwatsonjust a bit04:17
CIA-16ubiquity: cjwatson * r2031 ubiquity/ (configure configure.ac): bump to 1.4.1104:21
CIA-16ubiquity: cjwatson * r2032 ubiquity/ (debian/changelog scripts/summary): * Fix escaping of migration-assistant summary.04:23
CIA-16ubiquity: cjwatson * r2033 ubiquity/ (debian/changelog scripts/summary):04:43
CIA-16ubiquity: * Only display partitions with scheduled migrations in the summary, and04:43
CIA-16ubiquity:  improve the formatting slightly.04:43
CIA-16ubiquity: cjwatson * r2034 ubiquity/ (debian/changelog scripts/summary): * Remove another stray newline from the migration-assistant summary.04:47
CIA-16ubiquity: cjwatson * r2035 ubiquity/ (configure configure.ac debian/changelog): bump to 1.5.0; this is all post-feisty04:52
cjwatson(whee)04:54
CIA-16ubiquity: cjwatson * r2036 ubiquity/ (debian/changelog ubiquity/frontend/ubiquity.glade):05:00
CIA-16ubiquity: * GTK frontend: Pressing Enter in the migration-assistant user/password05:00
CIA-16ubiquity:  entry boxes activates the Forward button.05:00
=== jetsaredim [n=jgreenwa@inet-netcache3-o.oracle.com] has joined #ubuntu-installer
=== jetsaredim [n=jgreenwa@inet-netcache3-o.oracle.com] has left #ubuntu-installer []
=== jetsaredi1 [n=jgreenwa@pool-68-163-243-133.bos.east.verizon.net] has joined #ubuntu-installer
=== jetsaredi1 [n=jgreenwa@pool-68-163-243-133.bos.east.verizon.net] has left #ubuntu-installer []
=== jetsaredi1 [n=jgreenwa@pool-68-163-243-133.bos.east.verizon.net] has joined #ubuntu-installer
=== jetsaredi1 [n=jgreenwa@pool-68-163-243-133.bos.east.verizon.net] has left #ubuntu-installer []
cjwatson 15 files changed, 285 insertions(+), 2167 deletions(-)05:53
cjwatsonmonkey like05:53
=== cjwatson is deleting the old partitioner ...
=== mpt_ [n=mpt@canonical/launchpad/mpt] has joined #ubuntu-installer
=== avoine [n=avoine@69.70.0.34] has joined #ubuntu-installer
CIA-16ubiquity: cjwatson * r2032 feisty/debian/ (changelog po/fr.po po/tr.po):07:19
CIA-16ubiquity: * Fix broken French and Turkish translations of "Go Back" and "Continue"07:19
CIA-16ubiquity:  (LP: #105903).07:19
CIA-16ubiquity: cjwatson * r2033 feisty/debian/changelog: releasing version 1.4.1107:51
=== penta [n=pentadra@p508e403a.dip.t-dialin.net] has joined #ubuntu-installer
pentahi08:44
pentai have some problems with installing feisty on an existing lvm partition08:45
=== penta [n=pentadra@p508e403a.dip.t-dialin.net] has left #ubuntu-installer ["Ex-Chat"]
=== philwyett [n=philwyet@bb-87-81-146-45.ukonline.co.uk] has joined #ubuntu-installer
=== avoine [n=avoine@69.70.0.34] has joined #ubuntu-installer

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