[09:18] xnox, bug 1025580 , let me know if you need more info [09:18] 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 === jibel_ is now known as jibel [13:12] < 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:13] dont expect many answers today, he is on vac. ;) [13:15] ogra_: =) i think i broke lvm alternative images [13:15] i am now pondering what to do [13:15] investigate, why it broke or revert [13:16] how big would the revert be ... [13:16] and do you have any idea how long a fix would take ? [13:17] (investigation is definitely in order in any case) [13:22] * xnox dropped off, and is back. [13:22] ogra_> how big would the revert be ... [13:22] and do you have any idea how long a fix would take ? [13:22] (investigation is definitely in order in any case) [13:22] xnox, ^^^ [13:23] ogra_: in the partman-lvm i have moved "apt-install lvm2" to finish.d from the post-base-installer.d [13:24] for ubiquity to work out of the box [13:24] but that broke the alternative cd [13:24] doesnt soud to intrusive to do a quick revert [13:24] but I don't know if that will "fix" the alternative cds [13:24] but it looks like the only common denominator [13:25] you can hack the alternate installer pretty easily while running it [13:25] how? =) [13:25] from the other VT? [13:26] right [13:26] if you know where your code lives in the installer and its just scripts, you can just edit on the fly# [13:32] ok [13:55] 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] Thanks a lot for precisions [13:58] best to wait for cjwatson, he wrote the tests i think ... but he is on vacation today [14:00] Blackyugin: we ripped migration-assistant out of ubiquity [14:00] did you pull recent code? [14:00] * ogra_ was wondering about that [14:00] but i wasnt sure it was completely removed [14:00] ubiquity-2.10.16 [14:01] * xnox did it ;-) [14:01] smells like precise [14:01] 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] xnox : no i wort to the 12/04 [14:01] and your removal stuff is in 2.10.17 [14:02] Blackyugin: we just, just, just removed it in precise ubiquity for 12.04.1 [14:02] (uploaded to precise on may 30th) [14:02] Blackyugin: so your dbus stuff should be either in "try: except:" blocks for unit tests [14:03] Blackyugin, get the source code from precise-proposed/precise-updates instead [14:03] xnox : The problem is only on my laptop [14:03] aha =) [14:03] are you running Gnome / Unity? [14:03] ogra_ : I can't update my version 12/04 to 12/04/01 because is a school project [14:03] ?? [14:04] you downloaded the source package somehow, right ? [14:04] instead of pulling it from precise, pull it from precise-updates [14:04] that will give you the fix [14:04] Blackyugin: bzr pull lp:~ubuntu-installer/ubiquity/precise-proposed [14:04] or merge [14:05] right, or that [14:05] Blackyugin: or bzr pull lp:ubiquity [14:05] the version of ubiquity without migration-assistant landed in -updates earlier today [14:05] xnox : ok i try [14:05] yep, 2h ago [14:05] 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] or start your own private dbus there [14:06] stgraber, any idea why it took so long ? [14:06] ogra_: you didn't test it ;-) [14:06] may 30th to today is quite some time [14:06] ogra_: yeah, the other fix wasn't exactly trivial to test. Required some proxy with a bug dropping random packets :) [14:06] oh yeah, /me failed at testing that one [14:06] xnox, well, i thought packages get removed from -proposed if they dont get tested within 14 days [14:06] xnox : Yes I know but I don't want test if the Dbus is available during the test [14:06] ogra_: I ended up letting it through on the basis of "can't be any worse than it used to be" [14:07] heh [14:07] Blackyugin: but you have to, otherwise the test runs your code -> your code calls into dbus -> you get a failure [14:07] Blackyugin: if you don't want that, make your code to be conditional around dbus, and skip if internet / dbus is not available [14:08] ogra_: about alternative cd [14:08] xnox : Yes but my colleague don't have this problem... [14:08] Blackyugin: are you running Gnome / Unity? Are you running ubuntu-one? [14:08] * ogra_ is all ears [14:09] (which doesnt help on IRC, i know :P ) [14:09] 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] hence you see the failure on your machine [14:09] ogra_: some context Blackyugin is working on "reinstall your machine from UbuntuOne sync" [14:10] sweet ! [14:10] ogra_: where sync to UbuntuOne is list of installed packages etc... [14:10] right [14:10] ogra_: https://docs.google.com/a/canonical.com/View?docid=0AU5sFuLRpCpBZGZra2pqY2pfMTAxZ25rcnBnNXY [14:10] all the stufff i do manually when migrating to new HW :) [14:10] has the mathews design [14:10] xnox : my colleague have 64bit and I have 32bit but I don't thinks is the problem [14:11] and you are running Ubuntu & have ubuntu1 client signed in? [14:11] xnox : Gnome for previous question* [14:11] hmm... [14:11] xnox : Yes I'm running to Ubuntu 12/04 [14:12] 12.04* [14:12] xnox: 12.04 default iso [14:13] Blackyugin: what happens if you run [14:13] /usr/share/oneconf/oneconf-service [14:13] on the command line? [14:14] xnox : I have the prompt [14:14] Blackyugin: where does your code live? [14:15] can you point me to a branch on lp.net I will try testing/reviewing it to see what could be wrong [14:15] ? [14:15] 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] xnox: lp:calubiquity/devel [14:15] xnox: but not fully updated from our all localhost version [14:15] (hi) [14:15] cm-t: Blackyugin: does above branch have the problem you describe? [14:16] xnox : If you pull the branch algaouzi [14:16] NCommander: is that for alternative/server CDs? [14:16] Blackyugin: ok. [14:16] NCommander, he is on vacation [14:16] he meant lp:~alguaouzi/calubiquity/devel [14:17] 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] xnox: for netboot images [14:17] xnox : The DBusConnect is visible in ubiquity/plugins/ubi-chooseprofile.py [14:17] because the first change I do in any -proposed series is typically to turn on pulling from post-release pockets [14:18] cjwatson: I have and did; it won't pull udebs anywhere expect -release [14:18] Blackyugin: ok. I will look at it, but not now. Sometime later. [14:18] and I know that works for what's in precise-proposed or else it wouldn't have built :) [14:18] xnox : Ok thanks a lot [14:20] NCommander: USE_UDEBS_FROM_EXTRA ?= precise-security precise-updates precise-proposed [14:20] http://bazaar.launchpad.net/~ubuntu-core-dev/debian-installer/precise-proposed/revision/1682 [14:21] right, thats in 20101020ubuntu136.1 [14:22] hrm ... [14:22] Think I pulled from the wrong place [14:22] shutting up now. thanks [14:24] hope we helped ;-) [14:31] * xnox thinks I have a fix for lvm [14:37] partman-lvm: dmitrij.ledkov * r1513 partman-lvm-ubuntu/ (debian/changelog finish.d/aptinstall_lvm): [14:37] partman-lvm: apt-installed exits with error code 1, if run during finish.d. Hence [14:37] partman-lvm: adding "|| true", similar to all the other partman-$fs, to prevent [14:37] partman-lvm: never ending "Setting up partitioning..." loop. (LP: #1025580) [14:45] 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:46] where issue is bug 1025580 [14:46] 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] xnox, thanks! Il'' let you know [14:47] s/Il''/I'll [14:49] jibel: will you want a respin for that and if so, what images should I respin? [14:50] stgraber: ubuntu alternative and server, but i386 & amd64 specifically, since those are in jenkins / quick to test [14:51] stgraber, that wouldn't hurt, if a builder have spare cycles [14:51] 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:52] =) [14:52] ta stgraber [15:06] stgraber: partman-lvm published [15:07] xnox: according to LP, so an extra 30min before it's actually published [15:08] (LP marks the source and binary packages as published at the beginning of the publishing run, not at the end) [15:08] stgraber: ah =) good to know. [16:01] xnox: starting the rebuilds now [16:02] stgraber: thanks.... hopefully my fix, fixes it.... [16:59] jibel: rebuild done [17:00] stgraber, and test is running [17:01] stgraber, and xnox's fix fixed it [17:01] yay! === shadeslayer_ is now known as evilshadeslayer === kentb-out is now known as kentb [19:05] stgraber: jibel: looks like all is green ;-) [20:29] * stgraber prepares the ubiquity SRU [20:30] stgraber: what bug? [20:30] bug(s) [20:33] bug 987050, bug 929092, bug 989279, bug 1017580, bug 1008255 and bug 992241 [20:33] 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] 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] 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] 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] 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:35] basically every bug with a fix in quantal and that's targeted to precise [21:08] package is ready in bzr, just need to run the tests and update the paperwork (LP bugs) [21:48] paperwork done, now to upload that thing