/srv/irclogs.ubuntu.com/2012/07/20/#ubuntu-installer.txt

twbI don't know if you remember, but I was having problems with d-i getting my timezone wrong due to confusion between Australia/Melbourne and Australia/Victoria.01:35
twbcjwatson: it turns out this was probably my fault, because my DHCP server is configured to tell clients they're in Australia/Melbourne.01:35
mptcjwatson, xnox thinks we shouldn't offer RAID 0 as an option, just 1, 5, 6, and 10. What do you think?11:09
cjwatsonWhy?11:09
xnoxcjwatson: offer lvm instead11:09
xnoxsubject to benchmarking11:09
cjwatsonThe nearest equivalent to the status quo is to offer whatever the partman-lvm backend offers; I think we need a good reason not to do so.11:09
xnoxok11:10
cjwatsonAs in, I think you already have enough on your plate without making more work for yourself :-)11:10
mptThis suggestion prompted me to spend a couple of minutes talking about Postel's Law11:10
mpts/spend/waste/11:10
mptWe'd still need to show RAID 0 as an option, in whatever GUI we come up with, if we're installing on an existing system that is already using RAID 011:11
cjwatsonYes.11:11
ogra_hmm, ubiquity-dm startup seems to taker significantly longer since a few days11:13
* ogra_ sees a tty for quite a while befoe X comes up11:13
mptcjwatson, oh, and Keybuk wandered in and suggested that we add RAID 45.11:14
* mpt starts drafting the one-sentence description of RAID for the dialog11:14
cjwatsonI'm already concerned that this feature may not be ready in time, so I'm quite keen that we should take as much advantage of existing backend code as possible, and write as little new backend code as possible.11:16
mptsure11:18
cjwatsonBecause it'll be a lot more fun for xnox if this lands in 12.10 :-)11:20
mpt"RAID copies data automatically across multiple disks, so that your data is still available if a disk fails."11:21
mpt"RAID copies data automatically across multiple disks, so that if a disk fails the data is still available."11:23
xnoxmpt: It is a category of disk drives that employ two or more drives in combination for fault tolerance and performance.11:24
xnoxtoo technical....11:24
mptAnd synergy. Fault tolerance, performance, and synergy.11:24
xnoxRAID is short for redundant array of independent (or inexpensive) disks.11:24
mptCopy-paste from Wikipedia isn't really what I was going for11:25
cjwatsonPerhaps "spreads" rather than "copies"?11:26
mpt"Spreads" sounds to me like there's only one copy11:27
mptSpread butter across two bread slices instead of one, there's half as much on each11:28
xnoxit's a big mac, you either get twice the consumption speed of tasteless hamburgers, or if you drop half on the floor, still enough to eat a whole one....11:28
cjwatsonMm11:30
xnoxRAID = the next best thing after LVM11:31
njinhallo someone have notice of debian installer not detecting swap partition if encryption is selected ?11:31
xnoxps. LVM also does RAID....11:31
cjwatsonWell, of course sometimes there is only half as much on each, although you probably don't want to get into that in a one-sentence description.11:31
mptWhere "sometimes" = RAID 0, right?11:34
xnoxmpt: you are catching on ;-)11:34
mptThe description would have a higher value of accuracy/brevity without RAID 0, that's for sure11:34
mptor accuracy/length, rather11:35
mpt"RAID copies data automatically across multiple disks, for faster disk use and protection against disk failure. RAID is not a backup system."11:39
hippiehackerIs there a suggested way to develop/test ubiquity-plugins? Is it possible to test outside of doing an actual install?12:57
hippiehackerparticularly oem-config plugins12:57
xnoxhippiehacker: virtualbox, pausing VM at the right point, taking a snapshot13:19
xnoxthen 1) revert to snapshot 2) change 3) run / test 4) rinse & repeat 1-413:19
CIA-7ubiquity: dmitrij.ledkov * r5571 trunk/gui/gtk/ (stepPartCrypto.ui stepPartAsk.ui): New UI14:02
xnoxthis is not pushed14:03
* xnox should use a different branch14:03
xnoxsorry for the noise14:03
hippiehackerxnox: at what point to the plugins get loaded, and how would I go about changing them before the OOBE boot? (I've tried getting to vts to login, but ctr-alt-F1 doesn't seem to work in vbox)15:23
xnoxhippiehacker: good question.15:23
xnoxhippiehacker: you can shutdown / save when it's off. then modify the hard-disk image.15:24
xnoxor you could boot into init=/bin/bash =)15:24
xnoxi am not sure how oem-config works, I presume it auto-logs in, into oem-config user name and auto launches ubiquity..... but I might be completely wrong.15:25
hippiehackerxnox: I think you are right15:36
CIA-7debian-installer-utils: cjwatson * r1157 ubuntu/ (debian/changelog log-output.c):16:11
CIA-7debian-installer-utils: log-output: Always install a no-op SIGCHLD handler, in case the16:11
CIA-7debian-installer-utils: subsidiary process starts a daemon which does not fully disconnect its16:11
CIA-7debian-installer-utils: standard file descriptors (LP: #1021293). See also the changelog for16:11
CIA-7debian-installer-utils: 1.36ubuntu2.16:11
stgrabersounds like we'll need at least one more ubiquity upload for the point release then? (to refresh the included sources)16:12
cjwatsonYeah16:12
cjwatsonGod, that was a right nightmare to track down, though16:13
cjwatson2GB strace log plus playing connect-the-dots with file descriptors ...16:13
CIA-7debian-installer-utils: cjwatson * r1158 ubuntu/debian/changelog: releasing version 1.91ubuntu216:14
CIA-7debian-installer-utils: cjwatson * r1153 precise-proposed/ (debian/changelog log-output.c):16:19
CIA-7debian-installer-utils: log-output: Always install a no-op SIGCHLD handler, in case the16:19
CIA-7debian-installer-utils: subsidiary process starts a daemon which does not fully disconnect its16:19
CIA-7debian-installer-utils: standard file descriptors (LP: #1021293).16:19
stgraberaren't most installer bugs a nightmare to track down anyway? :) (though most don't require you going through a strace of the whole install)16:19
cjwatsonNot usually that bad16:19
cjwatsonThe main problem was that it took ages because every test involved a big download16:20
cjwatsonProbably should've used a proxy but IME I spend just as long debugging proxy problems :)16:20
CIA-7debian-installer-utils: cjwatson * r1154 precise-proposed/debian/changelog: releasing version 1.88ubuntu2.116:20
ogra_stgraber, i guess it was way worse when there were no VMs :)16:20
cjwatsonWe managed somehow :)16:21
stgrabercjwatson: you really need a faster internet connection :)16:21
cjwatsonSupposed to be getting FTTC soon16:21
stgrabersounds like a potential huge difference in internet speed (and stability?)16:22
cjwatsonWe'll see16:22
cjwatsonstgraber: Should we stack up another ubiquity upload right away, or do we have time for another round?16:26
stgrabercjwatson: we should have time for another round. I'll make sure this one is fully tested by the time it reaches 7 days16:33
cjwatsonCool, thanks16:40

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