[00:00] xnox: According to loginctl show-seat output, yes, GUI session types are indicated/tracked. [00:01] And same with loginctl show-session. === bschaefer_ is now known as bschaefer [00:45] hm [00:45] i was sure that there was some way you could play linker tricks so that e.g. the cortex-a15-optimal version of memcpy is used on a15 but not a9 [00:45] does anyone know some names i can google for to learn more? [00:46] xnox, indeed I can connect to wifi with hardcoded tty session [00:49] mwhudson: do you mean IFUNC? [00:50] slangasek: quite probably, thanks === _salem is now known as salem_ [01:00] slangasek: yes, turns out i do [01:00] ok :) [01:00] xnox, well atleast the indicator can connect, ubi-wireless page is still broken [01:02] xnox: can we hit you soon with a release in preparation for Saucy? ;) [01:04] slangasek: hey, do you know if saucy will have glibc 2.18? [01:05] mwhudson: ICMP redirect infinity [01:05] hee hee [01:06] * mwhudson gets confuzzled [01:06] does eglibc even have releases? [01:06] I'm not sure if 2.18 is released yet, and if it is, whether there's enough lead time to get it in before feature freeze, and if there is, whether that's a sane thing to do wrt risk [01:06] _glibc_ 2.18 is released [01:06] well, it has some kind of release [01:07] https://sourceware.org/ml/libc-announce/2013/msg00000.html [01:07] sourceware.org bug 2013 in libc "memccpy() gives inconsistent results on mmapped files" [Normal,Resolved: fixed] [01:07] like two weeks ago [01:08] anyone done any work with building jenkins? [01:08] i've typed "mvn build" in ~/src/jenkins once or twice... [01:09] I'm trying to backport jenkins from raring to precise, and its getting all confused between org.jvnet.hudson and org.jenkins-ci [01:09] it looks like some of its dependencies are still using the old hudson path [01:11] we don't really want to use war files for this if possible [01:13] I guess we really should be looking at juju in the longer run === Dr_Who is now known as tgall_foo === salem_ is now known as _salem [03:40] soren: TB meeting? we already had one last week, didn't we? [03:40] Good morning [03:43] xnox, are you still around? [03:58] darkxst: will probably still take some 3 hours until he's back online (London time) [03:59] pitti, ok [04:00] ubiquity is really broken on current Ubuntu GNOME daily [04:00] bug 1217177 [04:00] bug 1217177 in ubiquity (Ubuntu) "ubiquity freezes when run from ubuntu GNOME live session" [Undecided,New] https://launchpad.net/bugs/1217177 === freeflying is now known as freeflying_away === freeflying_away is now known as freeflying === smb` is now known as smb === tkamppeter_ is now known as tkamppeter [08:07] xnox: look at loginctl show-session c for both types and compare [08:25] Laney, hi [08:25] hello! [08:27] So I can use the tty logind session and gnome-shell and its built in networkAgent work perfectly [08:27] when trying the same with metacity/nm-applet, It connects the first time, but if wifi is already connected it crashes with a permission error [08:27] ^ in ubuiqty-dm [08:28] doesn't do that with ck? [08:29] well that seems more like a polkit thing, than systemd? [08:29] I haven't seen the error :-) [08:31] Laney, bug 1178638 [08:31] bug 1178638 in ubiquity (Ubuntu Saucy) "Exception in GTK frontend when attempting to connect to wifi: no logind support" [High,Triaged] https://launchpad.net/bugs/1178638 [08:32] by setting XDG_SESSION_ID I do get a wifi to connect [08:33] but if its a persistent USB, ubiquity will crash with the same error if wifi is already connected [08:37] darkxst: that is controlled by org.freedesktop.NetworkManager.network-control [08:38] try checking it with pkcheck [08:52] Laney, pkcheck seg faults when I try it on nm-applet [08:53] err?! [08:53] I usually just use --process $$ in a terminal [08:53] but that sounds bad [08:54] Laney this is in a terminal (on the live cd) [08:54] err terminal and or tty [08:55] well, that's bad [08:55] get it bugged [08:55] "pkcheck --action-id org.freedesktop.NetworkManager.network-control --process $$" is what I'd run [08:55] but it shouldn't segfault in any case [08:58] oh right that doesnt segfault, but it doesnt return anything either [08:59] that probably means it's authorised [08:59] look at the return code (echo $?) [09:01] 0 [09:04] yep, authorised [09:04] yet the network indicator has no control at all [09:04] (over the connected wifi network) [09:05] i.e. cannot even disconnect [09:05] nor can connect to a different network [09:06] still with the permission error? [09:09] network indicator just grays out most of the options [09:09] it doesnt crash like ubiquity does [09:10] does loginctl show-session c show it as Active=yes? [09:10] I guess look in the code and see how it decides to do that [09:16] nope, none of the logind sessions are active [09:18] could be your problem then [09:18] it's pretty common for polkit to require active sessions [09:24] ok, guess I will try and a create a sesson for ubiquity-dm [09:25] darkxst: I suggested that xnox look at what lightdm does there [09:26] will require translation c -> python but you can get the spirit from that [09:26] (IIUC) [09:46] Laney, except normally its pam_systemd that creates the sessions (I believe) [09:47] darkxst: yes you're opening a pam session [09:48] seb128: what came out of the /etc/.../networking discussion [09:49] * asac also gets asked [09:49] asac, I opened https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/1217263 for stgraber [09:49] Launchpad bug 1217263 in ifupdown (Ubuntu) "conffile change prompt on upgrade" [Undecided,New] [09:49] seb128: i took the change now :) [09:49] -> I [09:49] same here ;-) [09:49] ok so we are in same boat [09:49] good [09:49] * asac feels better [09:53] Laney, so I can I fire off a pam session on a non-login X instance? [09:54] darkxst: what's one of those? [09:54] well when ubiquity-dm spawns an X server [09:54] there is no login [09:57] oh, if I create a conf file for ubiquity-dm it should register a pam session [09:58] there must be a user? [09:58] * Laney hands you over to xnox now :-) [09:58] Laney: yeah, i'm poking lightdm. And it's interesting, they create their own Session object which handles: normal, guess, autologin. + other stuff. [09:59] I guess they do more than you need to in ubiquity-dm [10:01] xnox: Hey there! You did the multiarch changes to boost1.53? Could you have a look at bug 1217237 ? [10:01] bug 1217237 in boost1.53 (Ubuntu) "Can't link to python_boost library due to multiarch changes" [High,New] https://launchpad.net/bugs/1217237 [10:05] Ampelbein: seems reasonable. Note /usr/share/dpkg/architecture.mk already defines DEB_HOST_MULTIARCH, but I'm not sure why rtupdate is needed as it hasn't been called before. [10:05] xnox: It is called in libboost-python1.53-dev's postinst. [10:06] xnox: debian/rules installs it to usr/share/python/runtime.d/libboost-python$(PKGVERSION)-dev.rtupdate [10:07] Ampelbein: ok. are there symlinks needed for python3 as well? [10:11] xnox: No, I don't think so. [10:11] Ampelbein: ok. I'll add that to multiarch packages. [10:12] xnox: The script queries 'pyversions -d' to decide which is the default python version and where to link too. [10:15] xnox: There is another problem with the multiarch locations of boost: The autotools ax_boost_base.m4 macro is unable to find them , but I think that needs a change to those macros. Unfortunately my knowledge of autotools is limited. [10:16] Ampelbein: I did patch one version of ax_boost_*.m4 already, but it's a pain that everyone copied them and tweaked them. [10:17] Ampelbein: that new rtupdate will be different on each architecture, and thus not co-installable. Also if this is to change symlinks after default runtime change, I'm not sure that is needed anymore as there is only one 2.7 left. [10:20] xnox: Hmm, right. Maybe name it to libboost-python$(PKGVERSION)-$(DEB_HOST_MULTIARCH)-dev.rtupdate? [10:23] xnox: Or, if 2.7 is definitely the only python2 runtime version left and there will be absolutely no change, just create the symlink with a *.links file? [10:25] Ampelbein: yeah, i am thinking to just ship a link to 2.7 by default. [10:25] Ampelbein: I do not like how upstream boost doesn't distinguish 3.x & 2.x libraries at all though (in a standard manner). [10:26] Agreed. [10:29] xnox: Can you point me to a patched ax_boost*.m4? There are a few other build failures with not finding boost libraries. [10:32] Ampelbein: well, i was overriding BOOST_SUFFIX=py2.7 in some of them. but with symlink back in place they should all just work again for python2 case. [10:33] xnox, the ubuntuone sso stuff breaks on ubuntu GNOME [10:33] darkxst: can you paste logs? [10:33] darkxst: and/or better file a bug report & fetch logs from the live cd after the error. [10:33] xnox: Oh, ok. The failures I had in mind was for not finding boost_program-options. #1215896 and 1215906 [10:34] bug 1215896 [10:34] bug 1215896 in synfig (Ubuntu) "synfig FTBFS on amd64: configure:22100: error: Could not find a version of the library!" [High,New] https://launchpad.net/bugs/1215896 [10:34] xnox, its seems to just hang [10:34] bug 121906 [10:34] bug 121906 in xorg (Ubuntu) "Gutsy Tribe 1 installer does not configure X to use ATI driver for ATI All-In-Wonder Radeon 8500 DV (R200 chipset)" [Medium,Fix released] https://launchpad.net/bugs/121906 [10:35] xnox, we don't ship ubuntuone [10:35] although I didnt see anything in ubiquity that actually uses u1 [10:35] darkxst: so. that page doesn't depend on ubuntuone. it does rest api's to ubuntu and stores a token in gnome-keyring. [10:36] xnox, right, that is what It looked like form the code [10:36] but when I start ubiquity it just hangs [10:38] xnox also it only happens from the live session, seem to work from ubiquity-dm [10:39] darkxst: can you please file a bug with logs, cause e.g. syslog should tell you where it hung. [10:40] xnox, there are no logs [10:48] xnox, apart from what is in bug 1217177 I can't find anything more to give you [10:48] bug 1217177 in ubiquity (Ubuntu) "ubiquity freezes when run from ubuntu GNOME live session" [Undecided,New] https://launchpad.net/bugs/1217177 [10:48] it runs fine under gnome-shell in my local session [10:53] but just sits there completely hung, when run from the liveCD session [10:54] and I don't know how to debug hangs in python === gusch_ is now known as gusch|brb [11:36] cjwatson: could you consider adding upload rights for mysql-5.5 to ~ubuntu-server-dev, please? I also noticed awstats, though I don't have anything I need to do with that package right now. [11:36] Or is cjwatson still away/on holiday? [11:37] * rbasak isn't sure who to ask in his absence [11:37] rbasak, he's back since today I think [11:37] Thanks [11:37] he was around earlier at least [11:37] OOI, where do the exceptions actually go? [11:43] rbasak: afaik https://code.launchpad.net/~cjwatson/+junk/packageset [11:43] Thanks! [11:53] rbasak: awstats and mysql-5.5 done [11:53] Thank you! [11:55] hey cjwatson, welcome back! [11:55] cjwatson: I hope you had some nice holidays? it's been quite cold and rainy in my part of Europe last week [11:56] We were above the clouds for a good part of the week [11:56] (I exaggerate slightly but not by much) [11:58] heh, always sunny there :) === natefinch is now known as natefinch-afk === Dr_Who is now known as tgall_foo === gusch|brb is now known as gusch === oSoMoN_ is now known as oSoMoN [12:44] asac, seb128: right, the right answer to the prompt is Y (take the change), however I have no clue why it's even prompting since I highly doubt you've both had local changes to that file... [12:44] I'll poke some more and possibly get slangasek to take a look too (we've both been adding migration code to that package to deal with migration of that conffile between two packages, looks like something's still missing) [12:45] stgraber, hey, I provided the info I though would be useful on the bug report (Laney hinted on what those would be), let me know if you need more details [12:47] seb128: do you still have the pre-update /etc/init.d/networking around? if so, attaching that too would be good. [12:47] Ampelbein: --with-boost-libdir=/usr/lib/$(DEB_HOST_MULTIARCH) [12:48] stgraber, I add the diff to the bug, you can patch -R it to get the pre version [12:48] stgraber, but sure, can do that [12:48] Ampelbein: and "include /usr/share/dpkg/default.mk" (or /usr/share/dpkg/architecture.mk if you want less pre-defines) to get DEB_HOST_MULTIARCH. [12:49] seb128: sure, but if LP ate or changed a single char when I copy/paste that back to my system, the md5sum will be wrong which will make it a pain to debug [12:50] stgraber, done [12:50] thanks [12:52] xnox: Ok, that is the solution I have used for my package, pdfcube. I was just wondering if there was a better way. Thanks for looking into it! [12:53] Ampelbein: uploaded fixed toonloop. [12:53] Ampelbein: it's better than hacking m4 and is already supported. [12:54] xnox: I see, thanks again. I will upload some fixes later then. [12:55] Ampelbein: excellent =) [12:55] Ampelbein: i'm waiting for doko to do archive rebuild, then we'll be able to stop all of them easily. [12:57] xnox: Yeah, those were just the few I have found while trying to figure out the buildfailure in my own package. [12:59] stgraber: its the old issue of getting asked about conffile changes that never happene [12:59] is anyone aware if pxeboot via ipv6 works? [12:59] d [12:59] i always get those at least once when upgrading from release to new release [13:03] asac: yeah, but we already have a ton of code in ifupdown to avoid that, so I'm really surprised this showed up again... I'll have to re-read all the maintainer scripts and figure out what corner case we missed (since it clearly didn't happen in a raring -> saucy system and a clean saucy system when I tested here) [13:06] stgraber, that box is 3 years old, and got regularly upgraded through every cycle, mostly following unstable [13:06] stgraber, if that helps [13:30] seb128: i doubt it helps. as i said, i have weird debconf dialogs during upgrades [13:30] every release [13:31] asac, stop editing your conffiles :p [13:31] and always i am pretty sure i never touched the file [13:31] asac, stop installing weird/broken packages then ;-) [13:31] so 4 years ago i flied these as "packaging bugs, that touch /etc in maintainer scripts" [13:31] but i somewhat dont believe in that story anymore [13:31] asac, but yeah, those stuff are easy to get wrong and bugs are not uncommon [13:31] seb128: like ifupdown :) [13:32] If it's debconf, it's not conffiles [13:32] Since conffiles aren't processed via debconf [13:32] cjwatson, we are speaking about conffile diffs I think [13:32] yeah i might mix things up. sorry [13:32] I know [13:32] https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/1217263 in that specific case [13:32] Launchpad bug 1217263 in ifupdown (Ubuntu) "conffile change prompt on upgrade" [Undecided,New] [13:33] cjwatson, welcome back btw, I hope you had good debconf and holidays ;-) [13:33] I did, thanks [13:33] welcome back :) [13:33] Good mountain air [13:33] We got up as far as the snow line, albeit briefly === Dr_Who is now known as tgall_foo [13:34] nice [13:35] * cjwatson is appreciating the lots of time he got to prepare for vUDS ... no, wait, the other one [13:35] seb128: it actually helps. I'll try a precise -> quantal -> raring -> saucy upgrade, see if that triggers it === Sweetsha1k is now known as Sweetshark [13:35] seb128: if that doesn't, then it's most likely something that went wrong at some point in a dev release which will be close to impossible to track down [13:36] stgraber, right :/ [13:36] seb128: the diff you posted in the bug is exactly what changed between the last and current version, so there's clearly no local change but for some reason dpkg thought there was at some point and marked the conffile as modified [13:38] stgraber, right, md5sum is the same between my .dpkg-old and the file from ifupdown-0.7.5ubuntu4 [13:51] I heard that ubiquity is breaking installs everywhere:( [13:51] stgraber: 20-05-2013 12:08:20 > slangasek: the only case this doesn't test for is the possibility that in the *next* version of ifupdown the user installs, the md5sum of the conffile changes again [13:52] pitti, I pushed the fix to adt-export-results to all the testing nodes [13:58] jibel: merci [14:02] hey, i'm leading a session in a few minutes. are there any pointers for how to set up the hangout etc? (dholbach / jono) [14:02] i haven't done this with the new format yet [14:02] chrisccoulson, the track lead will start the session [14:02] dholbach, thanks :) [14:02] jdstrand ^^] [14:03] ok, cool, so we are client, so that should be jasoncwarner [14:03] or seb128 I think [14:04] oh, it's not actually in a few minutes. sorry, tz confusion ;) [14:04] jdstrand sil2100 or seb128 [14:04] chrisccoulson: ^ [14:04] chrisccoulson ^^ [14:04] chrisccoulson, you can then find the link to the hangout on the page of the session linked from http://summit.ubuntu.com/uds-1308/2013-08-27/ [14:04] thanks [14:05] chrisccoulson: I guess seb128 will be your lead [14:05] chrisccoulson: so he'll create the hangout for you [14:05] seb128: client2 ^ [14:07] Hi, Could anybody please tell me whether there is a place, where developers of software shipping with Ubuntu can get some free legal advice sponsored by Ubuntu/Canonical? [14:07] sil2100, thanks [14:07] * chrisccoulson pokes seb128 [14:07] is it fixed yet? [14:08] lol [14:09] sil2100, chrisccoulson, jasoncwarner: isn't that session in 50min? [14:09] did I screw up my tz? [14:09] No, it's ok [14:09] It's in 50 min [14:09] oh, pfiou, good [14:09] seb128, no, i screwed up my tz ;) [14:09] Just poking ;) [14:09] you scared me :p [14:12] well chrisccoulson and seb128 , I *did* screw up my tz and got up 2 hours early :/ [14:12] lol :) [14:12] jasoncwarner, look at the good side, it gives you time for coffee ;-) [14:16] I wish I was a coffee drinker, it could probably help me about now. :) [14:19] qengho, hey, any news about the chromium build issue in saucy? [14:21] seb128: I rolled the fix into the upcoming release. I should receive webapps patches today, and then give it to builders. [14:22] qengho, ok, thanks [14:28] apw jdstrand ogra_ infinity rsalveti sergiusens stgraber xnox: if I moved http://summit.ubuntu.com/uds-1308/meeting/21961/foundations-1308-touch-support-model/ up to start in a half hour, would that work for you? I don't want to leave our one free slot on Foundations for the first hour on day 1, leaving us no slack if we need last-minute sessions scheduled [14:28] slangasek: not for me. I need to be in the oxide session [14:28] * ogra_ has to check [14:28] (in fact, I thought Phonedations had another session Coming Soon) [14:28] jibel: want me to update the other occurrences of VersionCompare in a-p-t? [14:28] jdstrand: ah, ok [14:29] I'll find something else to move [14:30] slangasek: I got a conflict with the daily-release session [14:30] ara apw xnox ogasawara: could *this* session be moved up to the next hour (i.e., starting in 30m)?: http://summit.ubuntu.com/uds-1308/meeting/21883/foundations-irst-support/ [14:31] slangasek, fine for me [14:31] slangasek: yes, but is superm1 there? [14:31] xnox: he's not on the attendee list [14:31] pitti, done in r224 [14:31] slangasek: and/or danjared [14:32] jibel: ack, merci [14:32] ah, danjared: ^^ would you be happy to have the Intel Rapid Start session in 30m? [14:32] danjared: ^^ [14:37] slangasek: ok by me, but I don't think I'm required (but I am planning on listening in) [14:37] ogasawara: right... I was asking you as a proxy for the many kernel devs on your team who seem to not be on this channel :-) [14:39] anyway, I won't move it without danjared's ack [14:46] slangasek: won't work for me :-\ [14:46] danjared: ok, no worries === freeflying is now known as freeflying_away [15:04] xnox: do you have access to kick http://package-import.ubuntu.com/status/ifupdown.html ? [15:05] slangasek: yes, but it will have permissions errors pushing back. [15:05] let me try though. [15:05] xnox: mm? why permissions errors? [15:06] slangasek: see example http://package-import.ubuntu.com/status/cloud-init.html [15:06] slangasek: who should I poke about that? [15:06] slangasek, what did you end up shuffling ? my personal calendar doesnt show changes [15:06] ogra_: in the end, nothing has moved [15:06] ok [15:07] xnox: so how do we fix that? [15:07] switch to dgit [15:07] xnox: wait, you're asking *me* who to poke? [15:07] cjwatson: would like a more short term fix :) [15:07] cjwatson++ [15:08] wgrant: any idea why this is happening to UDD importer or force requeue-all of any package which had tag mismatches? example post requeue http://package-import.ubuntu.com/status/cloud-init.html [15:09] wgrant: looks approx. like this before requeuing http://package-import.ubuntu.com/status/ifupdown.html [15:09] xnox: do you know who that script is running as? [15:10] stgraber: i can double check. [15:10] xnox: it should be running as ~package-import [15:11] xnox: we removed a bunch of ~ubuntu-branches members a month ago but none of those should be used by scripts (though that'd explain the 401( [15:15] stgraber: it does ssh into bazaar.launchpad.net as user package-import. [15:16] stgraber: i wonder if the lp-api token expired. [15:52] What would be a good channel to ask question about specific "dev box environment question" on issue dealing with developing linux programs.. in this case how to develop packages, install and test on my workstations.. without installing my stuff to the "system"... [15:53] in other words.. how can I install my packages and test on my dev box WITHOUT altering my "system"…. is what a 'chroot" environment is for? [15:53] chroots or lxc containers are good for that, yes [15:54] not the HOW's. but the strategies. [15:54] also for building packages, something like https://wiki.ubuntu.com/SimpleSbuild is excellent [15:54] cjwatson: thanks [16:02] jdstrand, kenvandine, lool, tedg, "push notifications (v0)" session's hangout url: https://plus.google.com/hangouts/_/50858536cc9dc46dce60681e9cd64ed7c3458455?authuser=0 [16:02] the hangout is open but not broadcasting yet [16:03] going to start that in 3 minutes, you can already join if you want [16:04] thanks [16:04] * tedg should have shaved [16:04] seb128, thanks [16:05] fginther, cjohnston, doanac`: you're wanted in the phablet tools roadmap session, are you able to join? https://plus.google.com/hangouts/_/28b3927907ca51848ffbadc659fa11ee50731df0 / #ubuntu-uds-foundations-1 [16:07] xnox: BTW have switched to different computer, laptop was maxing its CPU [16:07] hence the lags I guess [16:07] =) [16:07] gotta love hangouts [16:07] lool, do you know who is hosting that one? [16:08] kenvandine, ^ [16:08] seb128, not really... chipaca is on holiday [16:08] seb128: I'd think John Lenton or Lucio [16:08] shrug [16:08] kenvandine: is lucio around? [16:08] he registered it right before leaving [16:08] not sure [16:08] lool, John is on holidays from what kenvandine said [16:09] beuno: ! [16:09] seb128, i'm pinging people [16:10] kenvandine, thanks [16:10] lool, should be lucio [16:11] beuno: can't find him on IRC [16:11] beuno: could you call him? [16:12] lool, I'm on a session [16:12] seb128: are we broadcasting already? [16:12] lool, yes, but I can stop it if you want [16:12] seb128: not worth broadcasting this [16:12] calling lucio [16:12] lool, stopped [16:13] lool, of course I can't broadcast again after stopping... [16:14] lool, ted, kenvandine: https://plus.google.com/hangouts/_/be9944c51c1acb76b3ae351abb663eff69f38489?authuser=0 [16:14] now hangout url (in case we manage to get a session going) [16:14] seb128: lucio joined [16:15] lool, you need to join that new url if we want to broadcast, I can't re-broadcast the old one after stopping [16:15] (stupid g+) === v3d is now known as vdagli === vdagli is now known as v3d [16:58] xnox: when are you changing your /nick to mirnomir? [16:59] slangasek: I am actually running dual-screen on Mir at the moment =))))) [16:59] slangasek: mirnetmir [17:00] xnox: What's your take on Mir? [17:00] ESphynx: works great for me! I finally have mirrored lightdm once again! [17:00] mir⊆mir [17:00] cool. Does it come with Saucy? [17:00] Is it X11 compatible? [17:04] ESphynx: it's in Saucy, but as an optional package, so one has to manually opt-into it. At the moment. Yes, it's X11 compatible. [17:05] xnox: cool. Did you get my hint for an upcoming Ecere package I hope will make it in Saucy? ;) It fixes a bunch of things. [17:06] ESphynx: no, I didn't get your hint =) [17:06] ESphynx: feature freeze is on Thursday, what were you hoping to get in? [17:06] oh. I'm hoping you'll be able to help us get it in, yes [17:07] I know the feature freeze is on Thursday, which is why I've been trying to push this release, I was hoping to get it ready on Sunday :( [17:07] ESphynx: do you have a .dsc or branch already, i haven't seen anything. [17:07] I have nothing yet. [17:08] apart from lots of commits, obviously :P [17:09] I don't think the packaging will require any change apart from a changes entry [17:13] I don't expect to have a .dsc until Thursday evening, there are still some fixes required :S But I'd argue it's all bug fixes, and some quite needed ones, so hopefully we can still get in... [17:14] gotta go for now, thanks xnox! [17:14] (current commits are on https://code.launchpad.net/~jerstlouis/ecere/master ) [17:23] cjwatson: hey, I need to make /var/lib/PackageKit rw in touch images, but can you confirm it's ok to make it temporary data? (seems it's just to prepare transactions, but the contents can be destroyed on reboot) [17:25] lool: I don't really know much about that [17:27] I'm not certain that the scan-desktop-files plugin runs before anything that might use desktop-files.db [17:28] cjwatson: ah does desktop-files.db need to be preserved across reboots? [17:28] The transaction database can be temporary, but for the other, I would err on the side of caution and say it needs to persist [17:28] Just from a quick skim-read of the code [17:28] yeah === olli_ is now known as olli === sam113101 is now known as sam113101_afk === sam113101_afk is now known as sam113101 === natefinch-afk is now known as natefinch [18:49] lool: heh, I just ran across the exact same problem with packagekit and system images that I guess you were just fixing ... [18:50] cjwatson: it's uploaded I think [18:51] cjwatson: lxc-android-config 0.82 (saucy-proposed) [18:51] Cool [18:51] cjwatson: you can change /etc/system-image/writable-paths by hand and reboot to get the fix [18:51] (just add PackageKit liek Network-Manager [18:52] I'll just reflash next time there's an update, no rush [18:52] /etc/system-image/writable-paths is sensibly on the RO partition anyway [19:04] seb128: how's the health of the retracers? another one with 4+ hours: 1217406 [19:07] sarnold, they are being slow so you have time to review https://bugs.launchpad.net/ubuntu/+source/openjpeg/+bug/711061 ;-) [19:07] Launchpad bug 711061 in openjpeg (Ubuntu) "[MIR] libopenjpeg2" [High,Confirmed] [19:07] seb128 :D [19:10] sarnold, the amd64 retracer was down, I restarted it [19:10] seb128: thanks [19:10] yw! [19:31] xnox: howdy!! [19:31] xnox: were you able to look into DLM? [19:31] err [19:31] xnox: lvm2? [19:46] anyone around that can accept something in the saucy NEW queue? [19:56] i've had a package sitting in NEW for over a month now :( [20:00] dobey: Which package? [20:01] infinity: ubuntuone-credentials [20:01] dobey: Is that destined for main with an MIR and such, or just universe? [20:02] infinity: just universe in saucy [20:03] infinity: it will be in the touch image though. not clear if there's a special MIR-like thing that needs to be done for that, but i was told at least that it doesn't have to be in main in the archive [20:04] cjwatson: thoughts on click Recommending click-apparmor? for now I seeded it in supported, but though a recommend might make sense [20:04] s/though/thought/ [20:06] dobey: The eventual plan/hope was for touch stuff to all make it to main, the fact that we're building out of universe right now isn't a feature but a necessary velocity thing while doing tech previews. [20:06] dobey: If this is detined for default images, I'd like a security review, given the sort of package it is. [20:06] jdstrand: ^-- Can you get someone to do an in-queue review of ubuntuone-credentials? [20:07] jdstrand: And have them follow up to https://bugs.launchpad.net/ubuntu/+bug/1199017 so we can refer back to it when an MIR rolls around? [20:07] Launchpad bug 1199017 in ubuntuone-credentials "[needs-packaging] ubuntuone-credentials" [Undecided,New] [20:07] jdstrand: makes sense, done for next upload [20:07] cjwatson: thanks! :) [20:08] cjwatson: oh, while I have you. can you comment on https://lists.launchpad.net/ubuntu-appstore-developers/msg00451.html (or parts of the thread that interest you) [20:08] cjwatson: doesn't have to be now or anything. I'd like to use aa-exec-click instead of aa-exec to setup some env vars, and that thread suggested to me you might have some input [20:09] jdstrand: right, uh, that's in my two-week mail backlog [20:09] cjwatson: yeah, I figured. coming back from vacatio is always nice :) [20:09] cjwatson: welcome back btw :) [20:09] jdstrand: I exhausted my thinking power for today on the multiple-unpack-directory thing :) [20:09] ta [20:09] fun [20:10] will need to implement all that soon, but not right now ... [20:11] yeah, no huge rush, just thought I get an extra blip on your radar [20:11] ack [20:11] infinity: what kind of timeframe are you looking for? [20:12] jdstrand: Well, I'll do the NEW review over the next couple of days, so dobey doesn't strangle me. But given it's destined for images, I'd like to treat it almost like an MIR, even if it's not being seeded right away. [20:12] jdstrand: So, uhm. EOW, maybe? [20:12] sarnold: is that something you could squeeze into that timeframe? ^ [20:13] unfortunately i only just now realized it wasn't in universe yet :( [20:13] jdstrand: yes, I can do that, though I'm unlikely to get all the MIRs done this week. :( [20:14] jdstrand: but it can be #2 after openjpeg and be done by eow. [20:14] sarnold: sure, that's fine. it is also how it goes at this time in the cycle. [20:14] sarnold: Early next week is also doable. I'm happy to grant dobey an FFe based on the archive admins being slack. :P [20:14] i'll have a new version to upload, tomorrow. it adds a couple more packages, and switches from storing stuff in gnome-keyring over to using online-accounts. but the code that talks to the network is i think unchanged from what's in there now [20:14] sarnold: I appreciate it [20:14] But I suspect he also wants to link stuff with the library. [20:15] dobey: If you upload that before sarnold gets to look at it, all the better. [20:15] dobey: (And I'd prefer to be doing the NEW review on that version too) === slomo__ is now known as slomo [20:16] infinity: i'm guessing pull-lp-source won't grab the existing version eh? and there's no bzr branch of it. and i don't think i can actually upload a new one since it hasn't been accepted yet? [20:16] dobey: queue fetch [20:17] dobey: And you can upload as many as you want, I'll just reject all but the newest. [20:17] infinity: i meant as a matter of permissions [20:18] Oh, this was sponsored, I guess. Yeah. True. But you can throw source to me and I'll sponsor blind, so I can review without prejudice. :P [20:18] (Cause that's a sane workflow, right? [20:18] ) [20:18] it's supposedly added to the ubuntuone package set, but i don't know what that means for things that haven't been accepted into the archive yet [20:18] More likely, I'll review, then sponsor, but whatever. [20:18] where does "queue" come from? [20:18] dobey: Oh, if it's in the packageset, it might let you upload. Always worth a shot. [20:19] dobey: lp:ubuntu-archive-tools [20:19] dobey: ubuntu-archive-tools. [20:19] dobey: You can also just snag from the web UI: https://launchpad.net/ubuntu/saucy/+queue [20:20] yeah. and -archive-tools is i guess unpackaged according to apt-get [20:20] Intentionally so. [20:35] kirkland, FYI, i found a guy who is willing to port testdrive to GTK3 [20:37] Noskcaj: there's already a port to GTK3, it just needs fixing [20:37] roaksoax, i forgot about that, i'll link it to him when he's next online [20:37] Noskcaj: cool! thanks! [20:38] Also, do you think testdrive is ready for debian? i can upload it if you want === bfiller is now known as bfiller_afk [20:50] Noskcaj: yes and no... it would first need native support for debian iso's [20:54] roaksoax, ok. I'll look into that [20:57] Noskcaj: cool, thanks! === seb128_ is now known as seb128 === bschaefer_ is now known as bschaefer === freeflying_away is now known as freeflying === nxvl_ is now known as nxvl [23:30] xnox: I think that's because it no longer has privileges to set the branch for obsolete series, maybe. But I'm not sure why it's trying to set the branch for an obsolete series... [23:30] Unless it just tries every time it tries to import that series, even if it's already set to the desired value. [23:33] wgrant: well, what if the import has been failing for > 6 months? [23:34] slangasek: Sure, but I don't think this one has. [23:34] It clearly needs to be able to set old series branches for that sort of case, but I don't think this is one of them. [23:39] wgrant: well, that particular one maybe is related to an SRU to maverick? Just speculation on my part, however [23:40] It could be, yeah. [23:47] is there a setting for dpkg by chance to prevent package installation from creating a user? I'd rather the installation fail (and not happen) if a user is required but doesn't already exist [23:48] jkitchen: no, that's not something we would consider a reasonable configuration setting [23:48] really? [23:48] hrm. [23:48] reason I ask is because, for instance, mongodb, it will set up a user [23:49] but depending on a few other factors, that might not be the same uid/gid as a different system [23:49] all kinds of packages set up users. There's a reserved uid range exactly for this purpose. [23:49] so I'm pre-creating a bunch of users, but it's like playing whack-a-mole [23:49] if you need to block this for some reason, you could divert and wrap adduser, which would cause it to bail out [23:50] hrm [23:50] however, most of us have long since given up on the idea of having UIDs match across systems [23:50] heh [23:50] I don't need them so much to match across systems [23:50] across reinstalls of the same system, however [23:50] because my root filesystem and my data are different [23:50] my data persists, root does not [23:51] so doing that means I get it across systems for free