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

JohnFluxHi all04:54
JohnFlux9.10 allocates 10GB of swap for me, by default04:54
JohnFluxcan we adjust that please?04:54
JohnFluxis there anyone that believes that the ordinary user needs 10GB of swap by default?04:55
cody-somervilleIts a bug.05:00
cody-somervilleThe installer team is aware of it.05:00
JohnFluxcody-somerville: someone pointed out to me that you need lots of space for suspend to disk05:01
JohnFluxso it's not as silly as I first though05:01
JohnFluxthought05:01
JohnFluxI'm wondering if a combination of swapfile and swap partition could be used05:01
JohnFluxso have a swap partition _just_ for suspending05:01
JohnFluxand then a swap file for the actual swap05:01
cody-somervilleYou need as much swap as you do RAM and most people don't have 10GB of ram.05:02
JohnFluxright - I have 4GB05:03
JohnFluxso this way the installer could allocate the swap partition as big as the RAM05:03
JohnFluxthen setup a growable swap file05:03
JohnFluxthus avoiding the problem of having to allocate 10GB of swap to be safe05:04
cody-somervilleit really is a bug05:04
cody-somervilleI heard cjwatson talking about it the other day.05:04
JohnFluxwhat is the value that it should be?05:05
JohnFluxperhaps about 6GB I guess?05:05
cody-somervillelittle over 4gb would probably be fine.05:06
JohnFluxcody-somerville: that would mean the swap space is only a little then05:06
JohnFluxcody-somerville: if you want suspend to work you have to reserve that 4gb05:06
CIA-3grub-installer: cjwatson * r847 ubuntu/ (debian/changelog grub-installer): (log message trimmed)09:43
CIA-3grub-installer: Ask grub-installer/only_debian at high priority again (LP: #47135).09:43
CIA-3grub-installer: Originally, in Warty, we ensured that this question wouldn't be visible09:43
CIA-3grub-installer: by default to support simple installations of Ubuntu with as few09:43
CIA-3grub-installer: questions as possible. However, since then, we wrote Ubiquity, which09:43
CIA-3grub-installer: has taken over responsibility for the simple installation case, and it's09:43
CIA-3grub-installer: become clear that automatically installing GRUB to the first disk's MBR09:43
CIA-3grub-installer: cjwatson * r848 ubuntu/debian/ (68 files in 2 dirs):09:50
CIA-3grub-installer: Update grub-installer/bootdev text to avoid GRUB device naming that09:50
CIA-3grub-installer: changed between GRUB Legacy and GRUB 2, and to use libata-style device09:50
CIA-3grub-installer: naming since that is more accurate for most people (LP: #391775)09:50
evI wonder how many torches and pitchforks would be outside my door if I seeded proper vim back onto the live CD10:10
StevenKev: Hell, I'd support that :-)10:11
* cjwatson tries to figure out what to do about mdadm not working properly in the initramfs10:14
cjwatsonI've worked out what the problem is10:14
evoh?10:14
cjwatsonthe MD 0.90 metadata format operates by putting a superblock at the *end* of the physical volume10:15
cjwatson(this is arguably a little silly and the 1.x formats work differently, but GRUB doesn't support them yet so they're not an option)10:15
cjwatsonthis means that when mdadm starts up, it's told to just look at everything in /proc/partitions, and it finds that both /dev/sda and /dev/sda1 appear to be the same physical volume10:16
cjwatsonand it's not smart enough to say "oh, I'll take the partition then"10:16
cjwatsonthe reason I suddenly ran into this is that I'm using exact-number-of-MiB disks as a result of using kvm (though maybe most disks are exact-MiB?  I'm not sure) and so the change to use MiB alignment by default means that the end of the partition lands exactly on the end of the disk10:17
cjwatsonif there's a gap at the end, it's not a problem10:17
evah, yikes10:18
evis there a bug number for this?10:18
cjwatsonI'm very tempted to say "always allow a 4KiB gap at the end of the disk" to work around it10:18
evthat seems entirely reasonable for lucid10:18
cjwatsonyeah, bug 52740110:18
ubottuLaunchpad bug 527401 in grub2 "grub-installer fails to install on a raid1 array" [High,Fix released] https://launchpad.net/bugs/52740110:18
evthough it wouldn't cover us for disks brought in from the outside10:18
evoutside our set of tools, that is10:19
cjwatsonthey'd already be failing, I think10:19
cjwatsonthe mdadm FAQ says you have to configure mdadm specially if you want to do that10:19
cjwatsonpersonally I sort of think mdadm ought to be made smarter10:19
cjwatsonbut feels risky given available time10:19
evindeed10:20
cjwatsonI think this may end up wasting up to 1MiB at the end of every disk10:40
cjwatsonbut, well10:40
evI'd be very surprised if anyone actually noticed, given how much additional space is taken by ext4.10:50
evyay more webkitgtk bugs (bug 509838)10:50
ubottuLaunchpad bug 509838 in ubiquity "[Lucid alpha2] Ubiquity exits without action" [Undecided,Incomplete] https://launchpad.net/bugs/50983810:50
cjwatson  * Make sure the user we're not processing events before we've set up11:14
cjwatson    the language list in the KDE frontend (LP 528678).11:14
ubottuLaunchpad bug 528678 in ubiquity "UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 13: ordinal not in range(128)" [High,Confirmed] https://launchpad.net/bugs/52867811:14
cjwatsonev: ^- is the ": #" intentionally missing from that?11:14
cjwatsonor did you just fix part of it?11:15
evcorrect11:15
cjwatsonah, ok11:15
evI haven't fixed the unicode to QString fun yet11:15
cjwatsonI just noticed the different highlighting in my editor :)11:15
evthanks for checking though11:15
cjwatsonyay, that partman change did indeed fix raid installation11:26
cjwatsonend-to-end test worked11:26
evnice11:29
CIA-3partman-base: cjwatson * r198 ubuntu/ (debian/changelog parted_server.c):11:32
CIA-3partman-base: Always leave a small gap at the end of the disk (except on device-mapper11:32
CIA-3partman-base: devices), to avoid confusing mdadm by leaving the MD 0.90 superblock at11:32
CIA-3partman-base: the end of the disk as well as the end of a partition (LP: #527401).11:32
CIA-3partman-base: cjwatson * r199 ubuntu/debian/changelog: releasing version 139ubuntu211:34
CIA-3grub-installer: cjwatson * r849 ubuntu/debian/po/ (66 files): avoid unnecessary delta11:35
CIA-3grub-installer: cjwatson * r850 ubuntu/debian/changelog: releasing version 1.49ubuntu911:36
evhrm, the locale isn't being generated in ubiquity before we get to console-setup11:36
evso iconv gets fed a bogus value for $(locale charmap)11:37
* ev digs further11:37
davmor2ev: don't dig too much further you'll be in china12:03
evdavmor2: :)12:04
evcjwatson: if you have a moment, can I pick your brain on localization (for bug #542310)?  In console-setup, there's a call to iconv to do transliteration in the event that the post-install locale is non-UTF-8.  This breaks (creates question mark characters) in ubiquity because the value of $(locale charmap) is ANSI_X3.4-1968 because we haven't generated locales for el_GR.UTF-8 yet.12:24
ubottuLaunchpad bug 542310 in ubiquity "Corrupted layout/variant list on Step 3 in installer" [High,Triaged] https://launchpad.net/bugs/54231012:24
evd-i doesn't have iconv, so it avoids the call entirely.  I see two options.  We can either remove the transliteration from console-setup, given that we're only using UTF-8 locales (to my knowledge), or we can generate the locale before we get to console-setup.12:24
cjwatsonugh.  it seems to me that this is a debconf bug12:29
evdebconf?  This is long before text enters debconf.12:30
cjwatsonisn't kbdnames substituted at some point?12:30
cjwatsonwhat I mean is, SUBST encoding isn't defined, but it would be better to just be able to substitute UTF-8 text into debconf and let it worry about it, rather than having to manually recode to the user's locale12:30
evahhh12:30
evindeed12:31
cjwatsonI'm thinking of something like http://paste.ubuntu.com/401758/12:34
cjwatsonbut even without that, I think removing the transliteration would in practice be much better than leaving it in there12:35
cjwatsonthe number of people who'll set a non-UTF-8 locale and then later come round to reconfigure console-setup is going to be vanishingly small12:35
cjwatsonas you say, we only use UTF-8 locales ourselves12:35
cjwatsonwith the possible exception of "No localization"12:35
evdefinitely agreed12:38
evby the way, Ivanka was just singing the praises of how fast the installer is now12:41
evokay, I'll make the change to console-setup then12:43
evcjwatson: did you want to commit that debconf change, or are you keen to leave that until Manic Monkey?12:44
CIA-3console-setup: evand * r142 console-setup/debian/ (changelog config.proto):12:49
CIA-3console-setup: Remove iconv transliteration. We don't use non-UTF-8 locales, and12:49
CIA-3console-setup: it breaks ubiquity as we haven't generated the configured locale by12:49
CIA-3console-setup: the time we hit console-setup (LP: #542310).12:49
cjwatsonev: fast> excellent :)12:50
cjwatsonev: I'll bring it up with Joey, but I don't think we need it for Lucid12:50
evcjwatson: cool, thanks12:50
CIA-3console-setup: evand * r143 console-setup/debian/changelog: releasing version 1.34ubuntu1313:02
xivulonhi davmor2, any bug on your end I should be aware of, lp seems fairly quiet13:10
davmor2xivulon: not that I know too I'll have a play latter and see if there are any faults I can see13:11
evxivulon: sounds like a call for testing on ubuntuforums is in order :)13:11
evor whatever was done at beta that had lots of people in here asking to help test wubi13:11
xivulonev we do not have a dedicated forum anymore :(13:11
xivulonso I do not follow the forums that much these days13:11
evask in a general forum and ask the moderators to sticky it?13:12
xivulonI still cannot boot using virtualbox (stops before loading initrd) so I am a bit in the dark13:12
cjwatsonit would be worth a quick test to make sure the new ntfs-3g hasn't broken things13:13
xivulonand I need to load up the new translations13:13
xivulonI will see if kvm works out better13:14
evcjwatson: per Jane's email, shouldn't DEBVERSION in debian-cd be "10.04 LTS", or will that break things?13:16
xivulonps if there is any plan to improve the web visibility on ubuntu.com I will redirect wubi-installer.org, otherwise I could do with some of the new artwork13:18
evxivulon: michaelforrest is looking into applying the new artwork to wubi13:19
evapologies, I forgot to mention that earlier13:19
xivulonah nice, will that also affect the app itself, the wubi website, ubuntu.com page?13:19
evI'm not sure how they website layout is changing with respect to wubi, beyond what they've already done13:20
evbut it wont be the default for windows users until we can sort out migration13:20
xivulonIt makes sense13:20
xivulonI have applied for mentorship to gsoc13:20
xivulonev quick reminder about the logo in the certificate. That is actually the very first dialog many users see.13:26
evxivulon: ah, good thinking13:26
evmichaelforrest: ^13:26
evxivulon: mentorship> awesome13:26
evright, lunch13:27
xivulonam already following up on #ubuntu-artwork13:28
cjwatsonev: which e-mail from Jane?  anyway, yes, that would break at least some things - among other things it's substituted into a URL for the release notes13:45
cjwatsonthere may be some centring issues on boot screens as well13:46
cjwatsonnot that it can't be changed, but it would need care13:46
evcjwatson: warthogs, "Ubuntu 10.04 LTS"13:51
* ev lunches13:51
cjwatsonoh, yeah, I see it13:52
cjwatsonwe probably ought to make an effort to do something about that13:52
xivulonev, davmor2 I have a call for testing on http://ubuntuforums.org/showthread.php?p=903037214:09
xivulonyou might want to subscribe14:09
evxivulon: thanks14:17
evcjwatson: we could add a ubiquity/lts template and subst it in wherever we use ${RELEASE}.14:18
cjwatsondoes LTS get translated?14:18
evhrm14:24
evI'm really not sure.  Sounds like a question for Jane.14:24
evI would suspect not, but I am by no means authoritative :)14:24
CIA-3ubiquity: cjwatson * r3992 ubiquity/ (debian/changelog debian/control scripts/install.py):14:49
CIA-3ubiquity: Depend on uboot-mkimage and redboot-tools on armel, and ensure that the14:49
CIA-3ubiquity: appropriate one for the subarchitecture is kept installed, so that14:49
CIA-3ubiquity: flash-kernel can work properly without network access (LP: #537007).14:49
CIA-3ubiquity: evand * r3993 ubiquity/ (4 files in 3 dirs):15:47
CIA-3ubiquity: Handle window manager buttons properly in greeter mode15:47
CIA-3ubiquity: (LP 539827).15:47
ubottuLaunchpad bug 539827 in ubiquity "ubiquity crashes after clicking "try ubuntu"" [High,Triaged] https://launchpad.net/bugs/53982715:47
cjwatsonev: are we going to make text non-selectable, per foundations-lucid-installer-design-improvements?16:33
evcjwatson: yes16:33
evjust updating ubiquity for unexpected python-apt changes, then I'll do that16:34
cjwatsonok16:34
CIA-3ubiquity: evand * r3994 ubiquity/ (debian/changelog scripts/install.py):16:37
CIA-3ubiquity: Update DebconfInstallProgress for changes to python-apt16:37
CIA-3ubiquity: (LP: #548852).16:37
CIA-3ubiquity: evand * r3995 ubiquity/debian/changelog: Wrong LP bug number in previous commit.16:38
CIA-3ubiquity: evand * r3996 ubiquity/ (13 files in 3 dirs):17:15
CIA-3ubiquity: Make labels unselectable now that we're in beta, per foundations-17:15
CIA-3ubiquity: lucid-installer-design-improvements.17:15
evcjwatson: From Jane> don't translate "LTS", not sure on Xubuntu being LTS17:31
cjwatsonso no need for ubiquity/lts17:31
evand we just change the strings that have LTS in them each release?17:32
cjwatsondoesn't it pick up "10.04 LTS" from .disk/info?17:33
cjwatsonat least assuming that we updated DEBVERSION somehow17:33
evoh ok, I thought we weren't going to do that, on account of things breaking17:33
evbut yeah, if we update DEBVERSION there's no need to do much in ubiquity (save maybe update things that depend on spaces as delimiters)17:33
cjwatsonI don't think it's very many things, it just isn't entirely trivial17:33
cjwatsonI'd rather do it there than in ubiquity I think ...17:33
evnoted17:34
evit would equally update it for things like usb-creator and wubi, which would be nice17:34
CIA-3debian-installer: ogra * r1263 ubuntu/ (6 files in 4 dirs): add support for armel+omap architecture17:45
CIA-3ubiquity: evand * r3997 ubiquity/ (debian/changelog gui/gtk/ubiquity.ui): Make the quit warning dialog transient for the main window (modal).17:57
evright, I'm going to upload a new ubiquity17:57
CIA-3ubiquity: evand * r3998 ubiquity/ (d-i/manifest debian/changelog):17:59
CIA-3ubiquity: Automatic update of included source packages: console-setup17:59
CIA-3ubiquity: 1.34ubuntu13, grub-installer 1.49ubuntu9, partman-base 139ubuntu2.17:59
CIA-3ubiquity: evand * r3999 ubiquity/debian/changelog: releasing version 2.2.918:05
gellmarhello! What's wrong with netboot kernels on lucid?20:38
gellmarthe previous one worked like a charm20:38
gellmarand the latest one pops a list of drivers to recognize my HDD20:39
gellmarand I can not continue20:39
CIA-3ubiquity: superm1 * r4000 ubiquity/ (debian/changelog ubiquity/i18n.py):21:47
CIA-3ubiquity: Fix the default language selection for when only-show-installable-languages21:47
CIA-3ubiquity: is set to true.21:47

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