/srv/irclogs.ubuntu.com/2010/04/06/#ubuntu-installer.txt

CIA-3debian-installer: ogra * r1272 ubuntu/debian/changelog: releasing version 20081029ubuntu9500:30
Vadtechow do you get the graphical installer for 9.10 into "expert" mode? ive tried expert and priority=low in the boot options, but it doesnt seem to work06:20
evgah, thanks for that fix superm1.09:44
araev, morning09:47
evgood morning ara09:47
araev, do you happen to remember a bug in ubiquity that prevented people to change the destination of grub from the drop down?09:48
evyes, one second09:48
evbug 53920409:48
ubottuLaunchpad bug 539204 in ubiquity "Keyboard input needed to change grub-install device w/Lucid Live install" [High,Fix released] https://launchpad.net/bugs/53920409:48
araev, thanks, there are a lot of duplicates. I will mark them as dup09:49
evara: cool, thanks09:49
evif they're using a version of ubiquity newer than 2.2.6, then it's a new bug.09:50
evbut I suspect they're all just using old CDs09:51
CIA-3ubiquity: evand * r4039 ubiquity/ (debian/changelog ubiquity/frontend/gtk_ui.py):10:23
CIA-3ubiquity: Move the install window color setting code closer to when the window10:23
CIA-3ubiquity: is shown, so the colors don't get reset before then.10:23
CIA-3ubiquity: evand * r4040 ubiquity/ (debian/changelog ubiquity/components/ubi-language.py):11:16
CIA-3ubiquity: Fix alpha warning being shown all the time with recent changes to11:16
CIA-3ubiquity: the KDE frontend.11:16
evshtylman: I've filed bug 556376 per our discussion last week.11:39
ubottuLaunchpad bug 556376 in ubiquity "KDE frontend hangs on timezone page unless mouse is moved" [High,New] https://launchpad.net/bugs/55637611:39
shtylmanev: k.. I will check that out ... any ideas on the matter?11:42
shtylmanhow does the gtk frontend do the event loop without eating 100% cpu?11:42
evshtylman: it runs a gtk mainloop without doing anything fancy (just calls gtk.main)11:44
shtylmanso the main loop runs in a separate thread?11:44
evno, see ubiquity/frontend/gtk_ui.py:49911:48
evif you're noticing the threads_init call at the top of gtk_ui, that's for webkit11:48
cjwatsonany sane event loop (and surely Qt's is in this category, I'd be astonished if it weren't) only uses the CPU when an event is actually received11:55
cjwatsonthe alternative is called "busy-waiting" but I wouldn't expect Qt to do that11:55
cjwatsonif it did, then every process on a KDE system would be sitting there spinning all the time; performance would go through the floor, and power consumption would go through the ceiling11:59
araev, cjwatson: is anybody having a look to bug 539463?12:38
ubottuLaunchpad bug 539463 in ubiquity "console-setup exited 141" [High,Triaged] https://launchpad.net/bugs/53946312:38
cjwatsonara: in future could you file new reports rather than attaching information to existing ones, please?12:49
cjwatsonthe problem with attaching information to existing ones is that often the same symptom is caused by multiple different problems12:50
aracjwatson, sure, will do12:50
cjwatsonara: indeed, your problem is definitely different from that of the original report12:50
cjwatsoner12:51
cjwatsonara: so if you could file a new bug now for your problem, I'd appreciate it12:51
aracjwatson, ok, I'll get back to you12:51
CIA-3tzsetup: evand * r515 tzsetup/ (debian/changelog tzsetup):12:51
CIA-3tzsetup: Use LC_ALL=C when running sed over the geoip data, otherwise it12:51
CIA-3tzsetup: fails on UTF-8 text.12:51
ev^ thanks ara, noticed that from your debug log12:51
cjwatsonara: this also means you can use apport to attach all the log files :)12:52
aracjwatson, does ubuntu-bug ubiquity attach the correct logs?12:53
cjwatsonyes12:53
aracjwatson, bug 55643612:58
ubottuLaunchpad bug 556436 in ubiquity "Kubuntu installer crashes when setting up a Spanish keyboard" [Undecided,New] https://launchpad.net/bugs/55643612:58
CIA-3tzsetup: evand * r516 tzsetup/debian/changelog: releasing version 1:0.26ubuntu613:19
CIA-3grub-installer: cjwatson * r853 ubuntu/ (debian/changelog grub-installer):13:25
CIA-3grub-installer: 'nosplash' doesn't work because it isn't passed through by user-params.13:25
CIA-3grub-installer: Use debian-installer/splash=false for this behaviour instead13:25
CIA-3grub-installer: (LP: #548954).13:25
CIA-3grub-installer: cjwatson * r854 ubuntu/debian/changelog: releasing version 1.49ubuntu1113:26
ev(14:15:44) kwwii: just wanted you to know that I am working on the time zone map this afternoon14:16
ev(14:15:54) kwwii: so it will be ready tonight or tomorrow morning14:16
ev^ for what it's worth14:16
rgreeninghey ev14:33
evhi14:33
rgreeningev: wrt bug 484252, can we disable format button in UI if a partition is selected and enable if it's not a partition? Or is there something which would preclude this case14:34
ubottuLaunchpad bug 484252 in usb-creator "Wrong behaviour on format action" [High,Confirmed] https://launchpad.net/bugs/48425214:34
evrgreening: well, that would horrendously break if they had written just a filesystem to the disk14:35
evrgreening: I'm going to try to get some design team consultation on this14:35
rgreeningyeah, the "select" a partition/disk and expecting it to be the only thing formatted seems pretty reasonable ot expect in the way the UI works today.. but its not the behaviour we have programmed. so we either need to change the UI or the behaviour.14:36
evwhich is why I suggested the button label being changed to "wipe disk" which is pretty clear, in my opinion14:37
evas much as possible, I really don't want to expose partitioning to users, especially in a tool with such a simple set of use cases as usb-creator14:38
persiaev: Do you see any reason not to process bug #460298 as an SRU?14:38
ubottuLaunchpad bug 460298 in usb-creator "Installation failed when path to the ISO contains non-ascii characters" [Undecided,Fix released] https://launchpad.net/bugs/46029814:38
evpersia: indeed, I pulled up the backports wiki page this morning and then got caught up in other things14:39
rgreeninghey persia14:39
persiaCool.  It's currently being discussed in the ubuntu-ja team meeting, and I just wanted to make sure you knew about it (as the nomination hadn't been approved).14:39
evI'd like to shove an entire new version of usb-creator in karmic, given that it's mostly bug fixes14:39
persiahey rgreening.14:39
rgreeningev: we'd have to revert the UDisks for karmic right?14:40
evyeah, I failed to consider that14:41
evwe'd have to create a branch that did s/DeviceKit/UDisks/14:41
rgreeningya. that should work...14:42
rgreeningeither that or we simply backport individual fixes/patches based on specific commits14:42
rgreeningI leave that for you to decide. just let me know if the kde UI needs changes in the process.14:43
cr3I have a preseed to install on /dev/sda, the problem is that when there's a card reader the desktop image detects it as /dev/sdb but the alternate image detects it as /dev/sda14:48
cjwatsonyou need to make it deal with it dynamically14:49
cjwatsonpartman/early_command may be helpful14:49
cr3cjwatson: if I understand correctly, from the early_command script, I need to preseed the value of partman-auto/disk. if so, what's the command to set a d-i preseed value?14:51
cjwatsoncr3: debconf-set14:59
cjwatsoncr3: or maybe better, echo 'd-i ...' | debconf-set-selections14:59
cjwatsonoh, wait, damn, I bet that doesn't work in that context15:00
cjwatsonsorry, doing three things at once15:00
cjwatson. /usr/share/debconf/confmodule; ...; db_set partman-auto/disk ...15:00
cjwatsonmore likely to work15:00
davmor2ev: what happened to the web pic on the slides again?15:04
cr3cjwatson: thanks, I'm glad I asked :)15:05
CIA-3usb-creator: evand * r300 usb-creator/ (5 files in 4 dirs):15:05
CIA-3usb-creator: Change the format button's label to 'Erase Disk' as it wipes the15:05
CIA-3usb-creator: entire disk, rather than an individual partition.15:05
evdavmor2: eh?15:05
davmor2ev: on this mornings iso on wubi install in i386 there is no graphic on the web slide just an image marker15:06
CIA-3usb-creator: evand * r301 usb-creator/debian/changelog: Add LP bug reference to previous commit.15:06
evdavmor2: what distribution?15:07
davmor2Ubuntu15:07
davmor210.0415:07
evnot netbook edition or anything crazy like that?15:07
davmor2no15:07
evvery odd, I definitely didn't notice that with today's CDs15:08
davmor2ev: I'll do a side-by-side install after and double check for you15:09
evthanks15:09
superm1i noticed the same thing on a une disk yesterday15:10
evweird, it just points at /usr/share/pixmaps/firefox.png15:11
superm1er does it? <img class="icon" src="/usr/lib/firefox-3.6/icons/mozicon128.png" alt="" />15:12
evah, I'm looking at trunk15:12
evright, I see why this is failing then :)15:12
davmor2:D15:13
evdavmor2: bug 554976 covers this as a UI freeze exception15:14
ubottuLaunchpad bug 554976 in ubiquity-slideshow-ubuntu "UI freeze exception request: adjusting icons and CSS style" [Undecided,New] https://launchpad.net/bugs/55497615:14
superm1ev, some time a while back we discussed some usability improvements to usb-creator to not be offering the full disk device when using an ISO.  any chance you think you're still going to make lucid with that?15:15
evsuperm1: indeed, I have our discussion saved as a document, but it's not going to make lucid.  I've disabled the format warning entirely anticipating this would happen.15:16
superm1ah too bad :(15:16
evyeah, definitely.  I'll endeavor to get a work item for fixing that in Maverick.15:22
superm1ok. one more question on usb-creator then.  are the windows builds actually happening?  in any sort of discoverable way?15:23
evmanually15:25
evI have a TODO item for making sure the windows frontend is working, but it's growing cobwebs15:25
superm1when you get around to checking it, will the builds get published somewhere easy to find?15:27
evwell, they currently go in http://people.canonical.com/~evand/usb-creator/lucid/ - is that not discoverable?15:28
evor do you mean for end users?15:28
superm1yeah i mean end users15:31
davmor2ev: why does resizing partition not move off 0% until it's completed?15:31
superm1i had no idea on that URL myself either and was having a hard time w/ google, i'll bookmark that15:32
cjwatsondavmor2: because the underlying tool doesn't provide progress feedback15:35
cjwatsonor at least not in a form that we can easily deal with15:35
davmor2cjwatson: would it not be better to just display the text "this might take a while" and remove the bar?15:36
cjwatsonI'd rather fix it to deal with the resize feedback somehow; but neither answer is actually trivial15:40
cjwatsonthere is *no such thing* in the debconf protocol as an indeterminate progress bar15:40
cjwatsonso right now it is not actually possible to remove the bar in any sensible way15:40
davmor2ev, cjwatson: https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/556373  have you guys seen this?15:49
ubottuUbuntu bug 556373 in ubiquity "Ubiquity shows "no partition table changes" warning despite selecting use entire disk" [Undecided,New]15:49
evyes, I changed the title15:49
evhaven't gotten to it yet though15:49
evtrying to figure out why the kde frontend is having difficulties on the partitioning page15:50
davmor2ev: cool15:51
shtylmanev: is the partitioning page returning the right result?16:00
evshtylman: can you elaborate on what you mean?  The bug I'm investigating appears to be fallout from r402316:01
* shtylman tackes a look16:03
evah, think I've got it16:04
shtylmanwhat was the problem?16:04
evshtylman: missing definitions16:20
CIA-3ubiquity: evand * r4041 ubiquity/ (debian/changelog ubiquity/frontend/kde_ui.py):16:23
CIA-3ubiquity: Define allowed_change_step in the KDE frontend to fix the manual16:23
CIA-3ubiquity: partitioner buttons not working (LP: #556180).16:23
cjwatsonhah, good catch16:28
cjwatsonsorry about that, I was unwisely assuming some degree of parity ...16:28
evquite okay, I had assumed the same parity which ate up quite a bit of time while I wasn't checking kde_ui.py :)16:49
CIA-3ubiquity: evand * r4043 ubiquity/ (debian/changelog ubiquity/components/ubi-language.py):16:52
CIA-3ubiquity: Do not show the 'ready to install' or alpha warning text in the KDE16:52
CIA-3ubiquity: frontend when in oem-config mode (LP: #556577).16:52
CIA-3ubiquity: evand * r4044 ubiquity/ (10 files in 2 dirs):17:23
CIA-3ubiquity: Update timezone images to cover changes to the Russian timezones and17:23
CIA-3ubiquity: make further adjustments around UTC+5, UTC+5.5, and UTC+717:23
CIA-3ubiquity: (LP: #368060).17:23
CIA-3ubiquity: evand * r4045 ubiquity/ (d-i/manifest debian/changelog):17:29
CIA-3ubiquity: Automatic update of included source packages: grub-installer17:29
CIA-3ubiquity: 1.49ubuntu11.17:29
CIA-3ubiquity: evand * r4046 ubiquity/debian/changelog: releasing version 2.2.1517:45
cjwatsonev: I've sent a message to ~amichai2 regarding his ubiquity branch18:43
cjwatsoncopyright assignment and such18:45
bipolarcjwatson: thanks for adding the crypt passphrase to preseeding!20:15
cjwatsonthat's ok20:16
=== ubott2 is now known as ubottu
shtylmancjwatson: my only concern about lp:~amichai2/ubiquity/fixes is that the progress bar width is unbounded, which means the progress bar might expand/contract with different text ... which looks weird from a ui perspective21:13
shtylmanother than that.. it seem ok21:13
shtylmanthe ui can be tweaked later if needed21:14
NCommandercjwatson: ping, are you planning another d-i upload before B2?21:25
cr3not that I'm complaining or anything, but is there any particular reason why the alternate image doesn't log any disk information (as found in media/.disk) anywhere under /var/log/installer?21:48
cr3I mean, .disk/info21:49
cjwatsonNCommander: not currently22:06
NCommandercjwatson: alright, then I don't need to rush to fix the Dove netboot files as long as we'll have an upload for RC :-)22:07
cjwatsoncr3: I thought it was saved in media-info - if it's not it's a bug22:07
cjwatsonNCommander: certainly will22:07
NCommandercjwatson: thanks22:07
cr3cjwatson: I just finished an alternate install and this is the content of /var/log/installer: cdebconf/ hardware-summary initial-status.gz lsb-release partman status syslog22:08
cjwatsonbug on cdrom-detect with that syslog, please?  assign me22:10
cr3cjwatson: done, reported bug #55684222:12
ubottuLaunchpad bug 556842 in cdrom-detect "[Lucid] Alternate image does not log .disk/info from media into /var/log/installer/media-info" [Undecided,New] https://launchpad.net/bugs/55684222:13
cr3I wonder if the problem might be related to:22:15
cr3Apr  6 18:31:16 debconf: Adding [CHOICES] -> [cdrom-checker: Verify the cd contents, cdrom-detect: Detect CDROM devices and mount the CD, eject-udeb: ejects CDs from d-i menu, file-preseed: load debconf preseed file, iso-scan: Scan hard drives for an22:15
cr3Apr  6 18:31:16 debconf: --> INPUT medium anna/choose_modules22:15
cr3Apr  6 18:31:16 debconf: <-- 30 question skipped22:15
* cr3 tries to figure it out22:16
cjwatsonno22:17
cjwatsonthat just means "not bothering you with boring question about which installer modules you want"22:18
cr3cjwatson: is there a trick to interrupt the installer at various places to debug stuff from the console?22:19
cr3cjwatson: by the way, I'm an idiot: this is a network install, so it makes sense that the media info is not being logged. I added a comment to the bug, but should I mark it as invalid?22:21
cjwatsoncr3: yes, if it's a network install then there's no media info (the mutant netinst-from-CD trick is just treating it as an apt archive)22:25
cjwatsoncr3: alt-f2 or alt-f3 to get a console22:25
cr3cjwatson: right, but to interrupt the installation assuming a preseeded install22:25
cjwatsondrop the priority22:26
cjwatsonif you make it medium, it'll stop at each menu entry transition22:26
cr3gotcha, thanks22:26
bladernrIs there a way to tell the alternate installer to load the restricted drivers (e.g. for the Broadcom B43 wireless card)23:10

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