jibel_ | xnox, bug 1025580 , let me know if you need more info | 09:18 |
---|---|---|
ubot2 | Launchpad bug 1025580 in partman-lvm "preseeded LVM installation stops with question "partman/confirm_nooverwrite" while it is preseeded to true" [Undecided,New] https://launchpad.net/bugs/1025580 | 09:18 |
=== jibel_ is now known as jibel | ||
maxb | < cjwatson> ~ubuntu-installer/debian-installer/master should be ~vcs-imports/debian-installer/master and is a bzr import of the upstream (i.e. Debian) git branch | 13:12 |
* maxb actually gets around to making that change | 13:12 | |
ogra_ | dont expect many answers today, he is on vac. ;) | 13:13 |
xnox | ogra_: =) i think i broke lvm alternative images | 13:15 |
xnox | i am now pondering what to do | 13:15 |
xnox | investigate, why it broke or revert | 13:15 |
ogra_ | how big would the revert be ... | 13:16 |
ogra_ | and do you have any idea how long a fix would take ? | 13:16 |
ogra_ | (investigation is definitely in order in any case) | 13:17 |
* xnox dropped off, and is back. | 13:22 | |
ogra_ | ogra_> how big would the revert be ... | 13:22 |
ogra_ | <ogra_> and do you have any idea how long a fix would take ? | 13:22 |
ogra_ | <ogra_> (investigation is definitely in order in any case) | 13:22 |
ogra_ | xnox, ^^^ | 13:22 |
xnox | ogra_: in the partman-lvm i have moved "apt-install lvm2" to finish.d from the post-base-installer.d | 13:23 |
xnox | for ubiquity to work out of the box | 13:24 |
xnox | but that broke the alternative cd | 13:24 |
ogra_ | doesnt soud to intrusive to do a quick revert | 13:24 |
xnox | but I don't know if that will "fix" the alternative cds | 13:24 |
xnox | but it looks like the only common denominator | 13:24 |
ogra_ | you can hack the alternate installer pretty easily while running it | 13:25 |
xnox | how? =) | 13:25 |
xnox | from the other VT? | 13:25 |
ogra_ | right | 13:26 |
ogra_ | if you know where your code lives in the installer and its just scripts, you can just edit on the fly# | 13:26 |
xnox | ok | 13:32 |
Blackyugin | Hi all, I want to instance the DBusConnect (oneconf class) to Ubiquity but I have a error with the test_gtkui in my user interface (named reinstall_sync) : http://paste.ubuntu.com/1096640/ | 13:55 |
Blackyugin | Thanks a lot for precisions | 13:55 |
ogra_ | best to wait for cjwatson, he wrote the tests i think ... but he is on vacation today | 13:58 |
xnox | Blackyugin: we ripped migration-assistant out of ubiquity | 14:00 |
xnox | did you pull recent code? | 14:00 |
* ogra_ was wondering about that | 14:00 | |
ogra_ | but i wasnt sure it was completely removed | 14:00 |
ogra_ | ubiquity-2.10.16 | 14:00 |
* xnox did it ;-) | 14:01 | |
ogra_ | smells like precise | 14:01 |
xnox | Blackyugin: also the unit test should probably not start a dbus session, or you should modify the test runner to start a dbus session for you | 14:01 |
Blackyugin | xnox : no i wort to the 12/04 | 14:01 |
ogra_ | and your removal stuff is in 2.10.17 | 14:01 |
xnox | Blackyugin: we just, just, just removed it in precise ubiquity for 12.04.1 | 14:02 |
ogra_ | (uploaded to precise on may 30th) | 14:02 |
xnox | Blackyugin: so your dbus stuff should be either in "try: except:" blocks for unit tests | 14:02 |
ogra_ | Blackyugin, get the source code from precise-proposed/precise-updates instead | 14:03 |
Blackyugin | xnox : The problem is only on my laptop | 14:03 |
xnox | aha =) | 14:03 |
xnox | are you running Gnome / Unity? | 14:03 |
Blackyugin | ogra_ : I can't update my version 12/04 to 12/04/01 because is a school project | 14:03 |
ogra_ | ?? | 14:03 |
ogra_ | you downloaded the source package somehow, right ? | 14:04 |
ogra_ | instead of pulling it from precise, pull it from precise-updates | 14:04 |
ogra_ | that will give you the fix | 14:04 |
xnox | Blackyugin: bzr pull lp:~ubuntu-installer/ubiquity/precise-proposed | 14:04 |
xnox | or merge | 14:04 |
ogra_ | right, or that | 14:05 |
xnox | Blackyugin: or bzr pull lp:ubiquity | 14:05 |
stgraber | the version of ubiquity without migration-assistant landed in -updates earlier today | 14:05 |
Blackyugin | xnox : ok i try | 14:05 |
ogra_ | yep, 2h ago | 14:05 |
xnox | Blackyugin: in the ./tests/run you may want to test is DBUS is available with the stuff you need/want in the code | 14:05 |
xnox | or start your own private dbus there | 14:05 |
ogra_ | stgraber, any idea why it took so long ? | 14:06 |
xnox | ogra_: you didn't test it ;-) | 14:06 |
ogra_ | may 30th to today is quite some time | 14:06 |
stgraber | ogra_: yeah, the other fix wasn't exactly trivial to test. Required some proxy with a bug dropping random packets :) | 14:06 |
xnox | oh yeah, /me failed at testing that one | 14:06 |
ogra_ | xnox, well, i thought packages get removed from -proposed if they dont get tested within 14 days | 14:06 |
Blackyugin | xnox : Yes I know but I don't want test if the Dbus is available during the test | 14:06 |
stgraber | ogra_: I ended up letting it through on the basis of "can't be any worse than it used to be" | 14:06 |
ogra_ | heh | 14:07 |
xnox | Blackyugin: but you have to, otherwise the test runs your code -> your code calls into dbus -> you get a failure | 14:07 |
xnox | Blackyugin: if you don't want that, make your code to be conditional around dbus, and skip if internet / dbus is not available | 14:07 |
xnox | ogra_: about alternative cd | 14:08 |
Blackyugin | xnox : Yes but my colleague don't have this problem... | 14:08 |
xnox | Blackyugin: are you running Gnome / Unity? Are you running ubuntu-one? | 14:08 |
* ogra_ is all ears | 14:08 | |
ogra_ | (which doesnt help on IRC, i know :P ) | 14:09 |
xnox | if you are using Lubuntu/Xubuntu and don't have ubuntu-one, you might not have oneconf dbus session, nor the services of ubuntu one running | 14:09 |
xnox | hence you see the failure on your machine | 14:09 |
xnox | ogra_: some context Blackyugin is working on "reinstall your machine from UbuntuOne sync" | 14:09 |
ogra_ | sweet ! | 14:10 |
xnox | ogra_: where sync to UbuntuOne is list of installed packages etc... | 14:10 |
ogra_ | right | 14:10 |
xnox | ogra_: https://docs.google.com/a/canonical.com/View?docid=0AU5sFuLRpCpBZGZra2pqY2pfMTAxZ25rcnBnNXY | 14:10 |
ogra_ | all the stufff i do manually when migrating to new HW :) | 14:10 |
xnox | has the mathews design | 14:10 |
Blackyugin | xnox : my colleague have 64bit and I have 32bit but I don't thinks is the problem | 14:10 |
xnox | and you are running Ubuntu & have ubuntu1 client signed in? | 14:11 |
Blackyugin | xnox : Gnome for previous question* | 14:11 |
xnox | hmm... | 14:11 |
Blackyugin | xnox : Yes I'm running to Ubuntu 12/04 | 14:11 |
Blackyugin | 12.04* | 14:12 |
Blackyugin | xnox: 12.04 default iso | 14:12 |
xnox | Blackyugin: what happens if you run | 14:13 |
xnox | /usr/share/oneconf/oneconf-service | 14:13 |
xnox | on the command line? | 14:13 |
Blackyugin | xnox : I have the prompt | 14:14 |
xnox | Blackyugin: where does your code live? | 14:14 |
xnox | can you point me to a branch on lp.net I will try testing/reviewing it to see what could be wrong | 14:15 |
xnox | ? | 14:15 |
NCommander | cjwatson: (or anyone versed in d-i internals), around? I have an issue with the calxeda SRU; it won't pull udebs from updates out of the box, and I'm not sure if their's a switch or I need to edit the udeb.sources.list generator code | 14:15 |
cm-t | xnox: lp:calubiquity/devel | 14:15 |
cm-t | xnox: but not fully updated from our all localhost version | 14:15 |
cm-t | (hi) | 14:15 |
xnox | cm-t: Blackyugin: does above branch have the problem you describe? | 14:15 |
Blackyugin | xnox : If you pull the branch algaouzi | 14:16 |
xnox | NCommander: is that for alternative/server CDs? | 14:16 |
xnox | Blackyugin: ok. | 14:16 |
ogra_ | NCommander, he is on vacation | 14:16 |
cm-t | he meant lp:~alguaouzi/calubiquity/devel | 14:16 |
cjwatson | NCommander: on vac (just today) but feel free to mail me and I'll try to answer - if this is for the debian-installer build system itself then make sure to base your work on the latest in precise-proposed | 14:17 |
NCommander | xnox: for netboot images | 14:17 |
Blackyugin | xnox : The DBusConnect is visible in ubiquity/plugins/ubi-chooseprofile.py | 14:17 |
cjwatson | because the first change I do in any -proposed series is typically to turn on pulling from post-release pockets | 14:17 |
NCommander | cjwatson: I have and did; it won't pull udebs anywhere expect -release | 14:18 |
xnox | Blackyugin: ok. I will look at it, but not now. Sometime later. | 14:18 |
cjwatson | and I know that works for what's in precise-proposed or else it wouldn't have built :) | 14:18 |
Blackyugin | xnox : Ok thanks a lot | 14:18 |
xnox | NCommander: USE_UDEBS_FROM_EXTRA ?= precise-security precise-updates precise-proposed | 14:20 |
xnox | http://bazaar.launchpad.net/~ubuntu-core-dev/debian-installer/precise-proposed/revision/1682 | 14:20 |
ogra_ | right, thats in 20101020ubuntu136.1 | 14:21 |
NCommander | hrm ... | 14:22 |
NCommander | Think I pulled from the wrong place | 14:22 |
NCommander | shutting up now. thanks | 14:22 |
xnox | hope we helped ;-) | 14:24 |
* xnox thinks I have a fix for lvm | 14:31 | |
CIA-7 | partman-lvm: dmitrij.ledkov * r1513 partman-lvm-ubuntu/ (debian/changelog finish.d/aptinstall_lvm): | 14:37 |
CIA-7 | partman-lvm: apt-installed exits with error code 1, if run during finish.d. Hence | 14:37 |
CIA-7 | partman-lvm: adding "|| true", similar to all the other partman-$fs, to prevent | 14:37 |
CIA-7 | partman-lvm: never ending "Setting up partitioning..." loop. (LP: #1025580) | 14:37 |
xnox | jibel: jibel_: once partman-lvm_79ubuntu2 hits the archive and the jenkins results are in, let me know if it fixes the issue or not | 14:45 |
xnox | where issue is bug 1025580 | 14:46 |
ubot2 | Launchpad bug 1025580 in partman-lvm "preseeded LVM installation stops with question "partman/confirm_nooverwrite" while it is preseeded to true" [Critical,In progress] https://launchpad.net/bugs/1025580 | 14:46 |
jibel | xnox, thanks! Il'' let you know | 14:46 |
jibel | s/Il''/I'll | 14:47 |
stgraber | jibel: will you want a respin for that and if so, what images should I respin? | 14:49 |
xnox | stgraber: ubuntu alternative and server, but i386 & amd64 specifically, since those are in jenkins / quick to test | 14:50 |
jibel | stgraber, that wouldn't hurt, if a builder have spare cycles | 14:51 |
stgraber | jibel,xnox: ok, I'll respin alternate+server before going for lunch (in an hour or so), the new partman-lvm should be built and published by then | 14:51 |
xnox | =) | 14:52 |
jibel | ta stgraber | 14:52 |
xnox | stgraber: partman-lvm published | 15:06 |
stgraber | xnox: according to LP, so an extra 30min before it's actually published | 15:07 |
stgraber | (LP marks the source and binary packages as published at the beginning of the publishing run, not at the end) | 15:08 |
xnox | stgraber: ah =) good to know. | 15:08 |
stgraber | xnox: starting the rebuilds now | 16:01 |
xnox | stgraber: thanks.... hopefully my fix, fixes it.... | 16:02 |
stgraber | jibel: rebuild done | 16:59 |
jibel | stgraber, and test is running | 17:00 |
jibel | stgraber, and xnox's fix fixed it | 17:01 |
stgraber | yay! | 17:01 |
=== shadeslayer_ is now known as evilshadeslayer | ||
=== kentb-out is now known as kentb | ||
xnox | stgraber: jibel: looks like all is green ;-) | 19:05 |
* stgraber prepares the ubiquity SRU | 20:29 | |
xnox | stgraber: what bug? | 20:30 |
xnox | bug(s) | 20:30 |
stgraber | bug 987050, bug 929092, bug 989279, bug 1017580, bug 1008255 and bug 992241 | 20:33 |
ubot2 | Launchpad bug 987050 in ubiquity "No "Prepare for shipping ..." option after OEM install from D-I" [Medium,In progress] https://launchpad.net/bugs/987050 | 20:33 |
ubot2 | Launchpad bug 929092 in ubiquity "ubiquity crashed with DBusException in call_blocking(): org.freedesktop.DBus.GLib.UnmappedError.NmSettingWirelessSecurityErrorQuark.Code1: Failed to determine AP security information" [Medium,In progress] https://launchpad.net/bugs/929092 | 20:33 |
ubot2 | Launchpad bug 989279 in ubiquity "Ubiquity fails to create encrypted home directory when no swap if configured" [High,In progress] https://launchpad.net/bugs/989279 | 20:33 |
ubot2 | Launchpad bug 1017580 in ubiquity "Add the ability to run custom scripts inside ubiquity-dm" [Wishlist,Fix released] https://launchpad.net/bugs/1017580 | 20:33 |
ubot2 | Launchpad bug 1008255 in ubiquity "Instillation crashes mid instillation upon pressing continue of account details setup," [Low,Fix released] https://launchpad.net/bugs/1008255 | 20:33 |
stgraber | basically every bug with a fix in quantal and that's targeted to precise | 20:35 |
stgraber | package is ready in bzr, just need to run the tests and update the paperwork (LP bugs) | 21:08 |
stgraber | paperwork done, now to upload that thing | 21:48 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!