/srv/irclogs.ubuntu.com/2011/04/15/#ubuntu-installer.txt

evbdmurray: they're just downloaded02:04
evcjwatson: what are your thoughts on installing them around the point of install_extras in O?02:06
evshould be a simple apt-get upgrade call continuing on errors02:06
evthe confusion around download updates vs download and install is fairly common02:06
bdmurrayev: I didn't see any in /var/cache/apt/02:28
bdmurray /var/cache/apt/archives/ that is02:29
bdmurrayI was looking at bug 76109402:29
ubot2Launchpad bug 761094 in ubiquity ""Download updates while installing" checkbox does nothing" [Undecided,New] https://launchpad.net/bugs/76109402:29
bdmurrayI tried recreating and have a debug log if that would help02:36
superm1ev, actually you can let the updates get installed from within ubiquity without needing to do apt-get upgrade02:57
superm1it's just code like this:02:57
superm1        for key in cache.keys():02:57
superm1            if cache[key].is_upgradable:02:57
superm1                to_install.append(key)02:57
superm1i did some experiments in a ubiquity plugin trying that out and didn't find an easy way to break it at least02:58
stgrabersuperm1: If I understand correctly the code you paste above, you're basically appending any package that's available for upgrade to the apt install list so ubiquity does an apt-get install on it. That should be fine in most cases, but might fail for Edubuntu.04:25
stgrabersuperm1: in Edubuntu we have an extra ubiquity step that lets you remove packages from the target system, basically updating the ubiquity blacklist based on what you choose04:25
stgrabersuperm1: I'm not sure of what happens if you just to remove a package (or meta package) from Edubuntu and that package is available for update as it'd end up in both the install list and the blacklist04:26
stgraber(I haven't looked at that part of ubiquity's code in quite a while)04:26
stgraberthis might also affect regular (non-edubuntu) packages that are usually blacklisted (extra langpacks, ubiquity itself, ...)04:27
stgraberif that's indeed an issue, it should be relatively easy to make sure whatever gets the list of updates is running late enough in ubiquity that we know the blacklist is "final" and can then avoid adding anything to to_install that's currently in the blacklist04:28
superm1stgraber, that's a good point you raise, should need to be investigated05:11
superm1i just wanted to raise that it should be fairly achievable (*) with the current infrastructure in ubiquity without having to rely on apt-get05:12
superm1it might just be solvable by having code compare what's in the blacklist to what's in the upgrade list and tear it out of the upgrade list if necessary05:13
dluziushow do I get my laptop to connect to my wifi network06:10
evsuperm1: err yes, of course. Apols, it was 2am.09:15
CIA-7ubiquity: evand * r4691 trunk/debian/changelog: LP bug reference09:27
cjwatsonrbelem: drop scripts into /usr/lib/oem-config/post-install/, and make sure their filenames don't contain '.'10:26
cjwatsonev: I thought we'd discussed that and agreed that it would be better to reboot into the real system ASAP10:26
cjwatsonev: also a bit worried that we'd spend our entire lives investigating weird problems caused by some buggy package or another :-)10:27
evyou're right, we had. I forgot about that specific point10:29
evand I completely agree10:29
evI'll write it into the spec so I don't forget again10:34
evI'm trying to organize bugs for O so we have a list of things we'd rather not lose track of before we hit freezes in that cycle10:41
evright now this involves nominating for O, but I suspect that's going to drive skaet up the wall as it fails to differentiate between release-critical bugs (as is my understanding of what the milestone is for) and ones that would be nice to fix10:42
everr what the series nomination is for10:42
evit's great that we can finally set that ahead of time.  It would be even better if we could set the milestone field ahead as well10:43
evnot sure if I'm the only one who has this particular use case though10:45
cjwatsonI can probably create a bunch of milestones11:20
cjwatsonnow that I've configured unity to stop making me feel vaguely ill11:21
evlol11:22
cjwatsoncreated no11:24
cjwatsonw11:24
cjwatsonso you should be able to set milestones happily now11:25
evbrillaint!11:26
evbrilliant even11:26
evthanks so much11:26
jussivaguely ill. rofl.11:27
cjwatsonthe wall slide animation was making me feel seasick (and I'm a very heavy user of workspaces)11:28
cjwatsonturn the duration down to 0, all better11:28
evI'm just so happy the battle was won over showing the dock from anywhere. Now if only they could turn off drag to scroll and just make that the action for moving items around, I'd be nearly happy.11:31
kim0hey folks, my machine waits idle around 2-3 minutes while booting Natty. Any ideas on how I can figure out what it's doing in that time? (console doesn't say anything)11:58
kim0sorry for being OT wrt installer .. but I figured enough foundations people would be here :)11:59
evkim0: https://wiki.ubuntu.com/BootCharting12:01
evbut this is really off topic for this channel12:01
evso please ask further questions about such things in #ubuntu12:02
rbelemthanks cjwatson :-)12:42
CIA-7console-setup: cjwatson * r406 ubuntu/debian/changelog: releasing version 1.57ubuntu1912:46
evstgraber: that seems to be the same patch you posted before, which didn't work for me12:51
evapols for the late reply12:52
evso lets see if I still understand this. Any pofile with a base language translation in languagelist or is itself in languagelist should not be removed provided that it's not just noise.14:19
stgraberev: hi14:23
stgraberev: it's not the same patch, the new one has a " and grub_bootdev in (part[0] for part in misc.grub_options()):" added to it14:24
evahh, I missed that14:24
evokay, having a look14:24
stgraberev: which "should" fix what you were seeing before14:24
evright-o14:27
CIA-7ubiquity: evand * r4692 trunk/ (bin/ubiquity-dm debian/changelog): Disable ubiquity panel for openbox session.14:42
CIA-7ubiquity-slideshow-ubuntu: evand * r351 ubiquity-slideshow-ubuntu/ (334 files in 7 dirs): Update translations from Launchpad.14:52
cjwatsonev: I don't suppose the fix for bug 725408 might have fixed bug 740903 as well?15:14
ubot2Launchpad bug 725408 in partman-auto "installer hangs detecting existing partitions" [High,Fix released] https://launchpad.net/bugs/72540815:14
ubot2Launchpad bug 740903 in ubiquity "return_to_partitioning fails when the replace option fails" [High,Confirmed] https://launchpad.net/bugs/74090315:14
KurisutianHey there. Does anyone have experienced the same problems like I did when installing ubuntu-server on a btrfs formated partition? It seems to be quite impossible....15:16
cjwatsonwhat kinds of problems?15:17
cjwatsonKurisutian: ^-15:26
Kurisutiancjwatson: see, I'm running in all kind of problems with that. Not just on arch.... good to see you here... ;-)15:27
evcjwatson: not sure, but I'll test to see if it's still an issue nowish15:28
Kurisutiancjwatson: when choosing btrfs as my rootfs and not having another partition for the install (except a swap partition) I'm not able to install since the installer tells me it was unable to mount the /home partition (which I never did set up in any way)...15:28
cjwatsonKurisutian: can you give me a recipe for reproducing this?15:29
cjwatsoncomplete details of which exact CD image you used, what options you selected, etc.; logs wouldn't hurt either15:29
Kurisutiancjwatson: I'm not at the university right now where this kind of setup is running but I'll do my best to give those information right now15:32
Kurisutiancjwatson: running on a dell poweredge 1950 with ubuntu-server 64. 2 SAS Drives running a RAID1 with all in all 450GB available. I used the beta 1 cd to install15:33
cjwatsonthere've been several critical btrfs fixes between beta 1 and beta 2, so stop there and try beta 2 instead ...15:34
Kurisutiancjwatson: Kept the english language (although I'm running this setup in germany, but all I need to have is a german keyboard layout, which btw won't be set in the installer either, even when choosing that) and I'm manually partitioning the drive(s)15:35
Kurisutiancjwatson: Thank you, I will.... I'll get back to you when I did that and it still won't work. I'll be there on monday again.... :-)15:35
cjwatsonI hope that's "if" rather than "when" :-)15:36
cjwatson(although I know the German construction that comes from ...)15:36
annunaki2k2Hi everyone - hoping someone can help me here. I'm having trouble preseeding partman-auto "raid" configuration15:40
bdmurrayEarlier I asked about "download updates while installing".  Should those end up in /var/cache/apt/archives?15:40
annunaki2k2I've checked & double checked, but I can't find any problem with my preseed configuration.15:41
evbdmurray: /target/var/cache/apt/archives while the install is running, but after that, yes15:41
bdmurrayev: I did a couple of installs after the archive unfroze and didn't see anything there15:42
evinteresting15:43
evI'll have a look15:43
bdmurrayI have a debug log from one fwiw15:43
annunaki2k2anyone? I can pastebin the relevant sections of my preseed file (assuming someone can help).15:45
bdmurrayWhen I was looking I didn't see the relationship between prepare_download_updates and download_updates15:45
evbdmurray: could you pastebin that debug log?15:46
bdmurrayev: i've added it to bug 76109415:50
ubot2Launchpad bug 761094 in ubiquity ""Download updates while installing" checkbox does nothing" [Undecided,New] https://launchpad.net/bugs/76109415:50
bdmurrayev: In ubi-prepare.py I don't see download_updates being set if prepare_download_updates is selected15:53
bdmurrayev: if that is what is supposed to happen15:53
evoh bum15:54
evI think I see the problem15:54
evand I wonder how, if at all, this worked in maverick15:55
bdmurrayI'd be curious to know what it is since I was looking at the code a bit.15:55
evif you search your debug log for ubiquity/download_updates15:56
evyou'll see that it does get set to true15:56
bdmurrayright, I saw that15:56
evbut then when the installer tries to read it back later, it's false15:56
evmy first guess would be that we use parallel debconf instances one you get past partitioning15:57
evand the one for the file copy (which is where the updates downloading lives as well) doesn't have any knowledge of the state in the other15:57
evmind you, I could be getting this all a bit wrong.  My brain is a bit mush today after I walked home last night ill-equipped for the cold.15:59
evstgraber: still no luck.  Deleting an unrelated partition sets the bootloader back to /dev/sda from /dev/sda116:11
stgraberev: hmm, ok. So in your tests, you have two disk with existing partitions, set an existing partition for grub, remove another one and it gets back to /dev/sda ?16:12
evstgraber: no, just one16:12
evwith /dev/sda1 (ext4) /, and /dev/sda5 (swap)16:12
evset the bootloader to /dev/sda116:12
cjwatsonFYI folks, I'm leaving in an hour or two and will be off the grid until Tuesday night / Wednesday morning16:12
evthen delete /dev/sda516:12
evit will set the bootloader back to /dev/sda16:12
cjwatsonso if you need anything from me then now's a good time to ask16:12
stgraberhmm, weird, I thought I tested that ... I'll have a look at it now16:13
bdmurrayev: Is there anything else I can do?16:17
evbdmurray: nope, not at present16:17
evthanks for bringing this to my attention though16:17
stgraberev: ok, found the issue, fixing it now.16:21
evcool16:21
stgraberev: http://paste.ubuntu.com/594513/ this one should make sure that the current grub option is always in debconf. So a UI reload or even changing ubiquity page should keep the value (as long as the partition exists)16:32
evstgraber: looks good, merging16:43
CIA-7ubiquity: evand * r4693 trunk/ (debian/changelog ubiquity/plugins/ubi-partman.py):16:46
CIA-7ubiquity: Do not reset the bootloader choice unless it's absolutely necessary16:46
CIA-7ubiquity: (LP: #756920). Thanks Stéphane Graber!16:46
CIA-7ubiquity: jriddell * r4694 ubiquity/ (debian/changelog ubiquity/plugins/ubi-partman.py): Make radio buttons use label wording for screen reader (LP: #749653)16:53
evI was going to wait for her to finish that, but I suppose this is better than nothing given how close we are to the edge16:59
superm1ev, don't forget to update PageKde for that set_grub_options change too17:05
kirklandcjwatson: today's daily server image dropped the aubergine background17:07
cjwatsonhuh, that's odd17:07
cjwatsonoh, inverted test17:08
cjwatsonkirkland: thanks, fixed17:08
evsuperm1: ah, nice one.  On it now17:09
kirklandcjwatson: okay, thanks17:10
CIA-7ubiquity: evand * r4695 trunk/ubiquity/plugins/ubi-partman.py: Fix setting the bootloader in KDE.17:11
CIA-7ubiquity: evand * r4696 trunk/ (debian/changelog scripts/plugininstall.py):17:19
CIA-7ubiquity: Move installation of the nvidia driver to after the removal of17:19
CIA-7ubiquity: unneeded kernels. Divert update-initramfs for the duration and17:19
CIA-7ubiquity: trigger it afterwards (LP: #759804).17:19
stgraberoops, should have thought of doing it for KDE too ...17:35
evit's okay, I always forget :-P17:42
CIA-7ubiquity: evand * r4697 trunk/ (debian/changelog ubiquity/plugins/ubi-usersetup.py):17:59
CIA-7ubiquity: Make the 'name already exists on the network' warning message not17:59
CIA-7ubiquity: block the user from moving forward (LP: #760884).17:59

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