/srv/irclogs.ubuntu.com/2012/02/28/#ubuntu-installer.txt

stgraberI really don't like my fix for bug 645449 but well ... unless we re-design half the thing I'm not sure how to make it work otherwise01:05
ubot2`Launchpad bug 645449 in ubiquity "Ubiquity hangs at Keyboard layout if you use keyboard to navigate / select" [High,Confirmed] https://launchpad.net/bugs/64544901:05
stgraberhttp://paste.ubuntu.com/859938/01:05
stgraberfrom the 5 minutes of testing it went through here, I couldn't get it to hang and unless something goes terribly wrong in the debconf code, it "shouldn't" be possible with that change01:07
stgraberthough it has the side effect of making everything 600ms slower (even when clicking)01:07
stgraberas for some reason gtk doesn't give a way of knowning whether the selection change because of a click or because of a keypress...01:09
CIA-32ubiquity: stgraber * r5219 ubiquity/ubiquity/plugins/ubi-console-setup.py: Workaround for bug 645449, delay any action on the keyboard list by 600ms (resetting with any further action) and lock the dialog so that no event can be emitted/received while waiting on dbfilter.01:10
ubot2`Launchpad bug 645449 in ubiquity "Ubiquity hangs at Keyboard layout if you use keyboard to navigate / select" [High,Confirmed] https://launchpad.net/bugs/64544901:10
CIA-32ubiquity: stgraber * r5220 ubiquity/debian/changelog: Update changelog01:14
stgrabermaybe Colin will find a nice and clean way of fixing that one ...01:16
CIA-32ubiquity: stgraber * r5221 ubiquity/ (d-i/manifest debian/changelog): releasing version 2.9.2201:22
antarusso...03:47
antarusubiquity plugins03:47
* antarus wonders how horrifying this will end up03:47
antarusThe python plugins for ubiquity, they run in the same process space as the Ubiquity installer right; no crazy magic to run them separately?03:50
stgraberjibel: any interesting ubiquity bugs for me or do we have a working installer at the moment?14:57
jibelstgraber, hello, there is still this keyboard layout problem. the user selects French for example and the layout is set to 'us' in the live session14:59
jibelstgraber, I also reported bug 942560 but I think it's not beta1 critical15:00
ubot2`Launchpad bug 942560 in ubiquity "keyboard layout screen - Keyboard navigation broken" [Undecided,New] https://launchpad.net/bugs/94256015:00
stgraberdoh, 942560 sounds like me breaking it with another fix15:01
stgraberjibel: right, that's a bug introduce with the fix for bug 64544915:02
ubot2`Launchpad bug 645449 in ubiquity "Ubiquity hangs at Keyboard layout if you use keyboard to navigate / select" [High,Fix released] https://launchpad.net/bugs/64544915:02
stgraberI'm actually surprised you managed to break it, loosing focus can happen and is a side effect of the fix, but I thought I caught all the cases where it remains locked ...15:03
jibelwell maybe the bug was there hidden somewhere15:03
stgraberjibel: well, my fix isn't really a fix, it's a workaround to avoid an existing race condition15:29
stgraberjibel: in the past you'd hit it all the time by moving quickly through the menu, looks like my fix now made the "quickly" part work but if you do it slowly it can still happen ...15:30
jibeleven if it is not fixed, I find the current situation better15:34
stgraberyeah, I'll have a look later if I can reproduce the issue (should be easy now that I know I just need to go slowly) and see if I can make it a bit better15:37
bdmurraystgraber: in case you didn't notice ubiquity bug descriptions now have an installcmdline in them16:38
stgraberbdmurray: cool18:06
stgraberjibel: I managed to get the list locked even when clicking (by selecting a variant), that's definitely wrong ... I'll have another look at that code then18:06
stgraberbdmurray: bug 912031 - last comment sounds weird, why would the crash repporter (apport I guess) send them to a fixed bug?21:09
ubot2`Launchpad bug 912031 in partman-auto "ubiquity crashed with TypeError in partman_column_name(): argument of type 'NoneType' is not iterable" [High,Fix released] https://launchpad.net/bugs/91203121:09
bdmurraystgraber: looking21:11
bdmurraystgraber: a bug pattern would do it but there isn't none21:14
bdmurraystgraber: the traceback is exactly the same and whoopsie, I think, does some new duplicate detection21:17
stgraberyeah, I think that's the issue here, multiple bugs giving the exact same stacktrace ...21:17
bdmurrayoh, this explains something too21:18
bdmurrayFeb 23 21:06:30 ubuntu ubiquity:   File "/usr/lib/python2.7/dist-packages/apport/ui.py", line 934, in open_url21:18
bdmurrayFeb 23 21:06:30 ubuntu ubiquity:     os.setgroups([gid])21:18
bdmurrayFeb 23 21:06:30 ubuntu ubiquity: OSError: [Errno 1] Operation not permitted21:18
stgraberjibel: around?21:23
stgraberjibel: your bug about being able to select labels with tab, what exactly did you use to trigger that?21:24
stgraberjibel: I tried from ubiquity in OEM mode from a live session and can't reproduce21:25
stgraber(bug 942292)21:27
ubot2`Launchpad bug 942292 in ubiquity "user setup / oem mode - labels receive focus with tab navigation" [Low,New] https://launchpad.net/bugs/94229221:27
jibelstgraber, I don't know actually. I'm unable to reproduce it.21:27
bdmurrayI thought I saw that with the screen reader enabled but that actually makes sense right?21:28
stgraberyeah, for the screenreader that'd make sense as it needs it21:28
stgraberotherwise you couldn't read the labels (that's my understanding at least, I never tested orca ...)21:28
jibelbdmurray, ah, you're probably right. let me try.21:29
stgraberif you had the accessibility stuff enabled, then it's not a bug, it's a feature ;)21:29
jibelindeed, then I don't know why the screen reader was enabled but that's another story and another PEBKAC21:33
jibelbdmurray, that was it, thanks!21:34
bdmurrayno problem21:34
bdmurrayI like bugs like that ;-)21:34
jibelalthough there is a bug, when the user navigates in reverse order with shift+tab the focus is blocked on the progress line "copying files" :)21:36
stgraberjibel: sounds like a gtk/accessibility bug though, I don't see any issue with shift+tab in regular mode21:40
jibelstgraber, sounds very low priority too, isn't it ?21:43
stgraberjibel: yeah, might be worth mentioning in bug 939450 so TheMuso is aware of it21:44
ubot2`Launchpad bug 939450 in ubiquity "ubiquity crashed with TypeError: argument of type 'NoneType' is not iterable in ubi-partman.py" [High,Triaged] https://launchpad.net/bugs/93945021:44
stgraberit's not imposible it's ubiquity's fault but it's more likely to be gtk/atk-bridge issue21:45
bdmurraystgraber: bug 942545 is a bit weird21:54
ubot2`Launchpad bug 942545 in ubiquity "Ubiquity leaves a scrollbar on screen if you unmounted a partition" [Undecided,New] https://launchpad.net/bugs/94254521:54
stgraberbdmurray: really weird indeed21:55
bdmurrayjibel: speaking of screen reader could you recreate bug 941094?  I can't.22:07
ubot2`Launchpad bug 941094 in ubiquity "Installation crash in a11y mode when using screen reader" [High,New] https://launchpad.net/bugs/94109422:07
TheMusobug 941094 is a dup of bug 93945022:09
ubot2`Launchpad bug 941094 in ubiquity "Installation crash in a11y mode when using screen reader" [High,New] https://launchpad.net/bugs/94109422:09
ubot2`Launchpad bug 939450 in ubiquity "ubiquity crashed with TypeError: argument of type 'NoneType' is not iterable in ubi-partman.py" [High,Triaged] https://launchpad.net/bugs/93945022:09
bdmurrayTheMuso: how so?22:11
CarlFK# or encrypted using an MD5 hash.; #d-i passwd/user-password-crypted password [MD5 hash]22:21
CarlFKwhats the command to gen that?22:21
CarlFKdoesn't seem to be md5sum22:21
CarlFKat least I can't recreate the pw I use to back into how I set it: passwd/user-password-crypted password $6$khprmotoVWYLZY2....22:22
infinityCarlFK: Well, for starters, $6$ denotes a sha512 password, not md5.22:23
CarlFKthat would explain part of my probmle22:24
CarlFKecho mypw | sha512sum - still not it22:25
infinityNo, because *sum != crypt(3).22:25
infinityIn that crypt also salts hashes.22:26
infinityI'd suggest mkpasswd(1), but it seems to be in desperate need of updating to understand newer hashes. :P22:26
infinityBut, if all else fails, create a throwaway user, set a password, copy the field from /etc/shadow, delete the user. :P22:27
TheMusobdmurray: Sorry, was thinking of a different bug, and didn't read into that one to be sure.22:28
TheMusobdmurray: Sorry, was thinking of a different bug, and didn't read into that one to be sure./c22:28
CarlFKinfinity: I have this documented somewhere  ;/22:28
CarlFKpreseed_carl.cfg:d-i partman-auto/disk string /dev/sda23:30
CarlFKfails on some boxes that have a flash card reader which gets decteded first23:31
CarlFKis there some way to say "first drive fdisk finds" ?23:31

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