=== sz0 is now known as sz0` [02:51] baah [02:51] my x220's sd card reader appears to not work in trusty :( === sz0` is now known as sz0 === sz0 is now known as sz0` [04:46] hello [06:02] Good morning [06:02] dobey: hey [06:02] infinity: sorry, was travelling back from the sprint === vibhav is now known as Guest30409 [06:08] good morning [06:10] I want to pack pre-compiled binary files in a .deb package. Can anyone tell me the minimum set of tools that are needed to achieve this? [06:11] pitti: I assume you'll be around to chair in two weeks? :) [06:12] pitti: Also, since my magic powers don't yet work (and no point caring until the SSO stuff is done), can you retry binutils/i386? [06:13] anirudha: Bare minimum for creating any -dev package is build-essential; but it's less effort to use debhelper as well, in which case you can just use dh_install(1) to put the files in place in the output .deb [06:13] infinity: yes, hopefully; it's a ridiculously bad time for me, with the new TB we should maybe do a new poll for a new time [06:13] anirudha: ("for creating any .deb package", I mean) [06:14] pitti: Yeah, I noted the same thing at the end of the meeting. [06:15] infinity: kicked binutils and a few others [06:15] pitti: Not counting conferences and other travel, you're currently the only European on the TB, the rest are spread across 4 timezones in North America. [06:16] pitti: Not sure what would be best for that, but we can probably sort something out. [06:16] infinity: we can just do a new doodle? [06:17] pitti: Sure, doodle away. [06:17] pitti: Mostly, you'll probably find that it'll be scheduling your timezone against slangasek's meeting schedule, and the rest of us will be fairly flexible, I imagine. [06:20] hmm, ubuntu desktop now pulls in a gazillion qml/qt5 packages [06:20] cjwatson: So do I get dh_install with the package debhelper? [06:20] Yes [06:22] cjwatson: Do I need to install dh_make for creating the correct directory/file structure or debhelper is enough? [06:23] No, you don't. dh_make is just a helper for people unfamiliar with packaging [06:24] But it's entirely possible (and often reasonable) to create the small number of files directly [06:26] Of what dh_make -s creates, the only files you strictly need are debian/{changelog,control,copyright,rules}, though you should probably also keep debian/source/format, and if you use debhelper you should also keep debian/compat [06:27] (If you don't use debhelper, you would need to write a much longer debian/rules; it's not usually worth the effort) [06:28] * infinity sighs at easymock trying to pull the entire maven world into main via the new dep on libobjenesis-java ... [06:28] * infinity decides this isn't something to try to fix at 12:30am. [06:28] tedg, Trevinho, Hello, I reproduce with the sample at: https://wiki.ubuntu.com/DesktopExperienceTeam/ApplicationIndicators, just add app_indicator_set_label(indicator, "L", "GUIDDDDDE"); at line 165 [06:29] tedg, Trevinho, http://pastebin.com/4w8q9VLb [06:33] jamespage: Can libhamcrest-java be made to not nead easymock, or easymock neutered to not need libobjenesis-java? That chain has decided to pull all things maven into main. :/ [06:33] cjwatson: You are right. I will be automating the process through a script, so dh_make won't help me in any special way. [06:36] cjwatson: Are you aware of any Ubuntu specific alternative of debhelper? For example (correct me if I am wrong) an alternative to dh_make is bzr-builddeb. [06:39] anirudha: bzr builddeb is just a friendly wrapper that exports a bzr branch and then runs dpkg-buildpackage. [06:39] anirudha: The debian/* bits still need to exist first. [06:43] infinity: Thanks. That cleared my doubts. [06:48] When Utopic didn't even have a code name, I sponsored gnome-panel/1:3.8.0-1ubuntu12 to Trusty SRU queue, now it is accepted there. Should I copy it to Utopic (with binaries), or do another upload with version bump, or nothing? [06:50] mitya57: I wouldn't copy it until it gets to updates, or you may find yourself in a bit of a weird versioning bind if it fails SRU validation. [06:50] mitya57: But you could always do a -1ubuntu13 upload to utopic and just not worry about the copy. [06:51] infinity: Thanks. My main concern was that it could be not copied to -updates until Trusty gets it, that is probably not true. [06:51] mitya57: (As in, that's never the wrong thing to do, it's just sometimes people are lazy and expect others will do the copy forward for them so they don't have to do two uploads :P) [06:51] mitya57: s/Trusty/Utopic/ in your last sentence? [06:52] Of course. [06:52] mitya57: No one will block the SRU copy on if the fix has landed yet in utopic, no. But it's also a headache to track the differences and make sure everything's happy, so if you're at all concerned, just do the second upload. [06:53] mitya57: It's not like you're saving any mirror space by being clever with the copy, given that it's gnome-panel, and it'll have a dozen uploads this cycle anyway. :P [06:53] Maybe I'll do a Debian merge if I have time :P [06:56] mitya57: Oh, speaking of things you uploaded. Congrats on your sync that failed everywhere EXCEPT powerpc. That's got to be a first. [06:56] mitya57: (owncloud-client/1.5.3+dfsg-1) [06:56] infinity: I filed a bug to Debian yesterday, if I don't get any response, I'll just ignore the tests failures [06:57] I think it has something to do with parallel running (is the powerpc buildd single-core?) [06:57] mitya57: The machine it build on would have been -j2 [06:57] mitya57: While the x86 buildds were -j8, armhf was -j4, arm64 was -j8, and ppc64el was... Also -j8 [06:58] mitya57: So, yeah, a fair guess. [06:58] mitya57: And the answer there wouldn't be to ignore failures, but to make the testsuite not parallelise. [06:59] mitya57: You just got lucky in landing on a -j2 ppc builder, I guess. Your other options in that pool were -j4 and -j24 (yes, 24). [06:59] infinity: Will dh_auto_test -- -j1 do the trick? Or will that result in two conflicting options? [06:59] -j24? oooo [06:59] seems a real pity to knock a -j24 machine down to a -j1 test suite, heh [07:00] mitya57: Not sure the best way to do it without looking at the package. [07:00] sarnold: The test suite is quite small, takes seconds to run [07:00] infinity: It is using cmake/ctest [07:01] mitya57: ah :) that's not so bad then [07:01] especially if it makes the results repeatable. :) [07:02] mitya57: So, you could lose --parallel entirely from dh, or try --max-parallel=1 with dh_auto_test, but not sure if the latter would work if the cmake magic already picked up and hardcoded -j8 earlier in the build process. [07:03] cmake and I aren't the best of friends. [07:03] * infinity checks locally to see how reproducible this is. [07:03] Oh, it also handily prints out the -j2 in the log there, so easy to tell if it's fixed. [07:04] * infinity tests. === sz0` is now known as sz0 [07:10] mitya57: http://paste.ubuntu.com/7357643/ [07:10] mitya57: That ran the build -j4 on my laptop, but the testsuite -j1, and passed. [07:11] mitya57: Feel free to steal and upload and comment on the Debian bug, I have no interest in having TIL on that package. :) [07:11] infinity: Thanks, will now upload & comment :) [07:21] bdmurray, iirc, the formula for a series secondary color is halfway between the primary color and white (#ffffff) [07:40] [gnome|unity]-settings-daemon have an Ubuntu-specific patch, that strips the xkb options for keyboard layout switch: [07:40] if (n_sources < 2 || g_strcmp0 (g_getenv ("XDG_CURRENT_DESKTOP"), "Unity") == 0) [07:40] strip_xkb_option (options, "grp:"); [07:40] That's causing many serious keyboard issues and I'm trying to find the person that wrote that patch to discuss about possible solutions, before filing more bug reports (I've reported 5-6 related issues already) [07:40] I think the original patch was in gnome-settings-daemon/debian/patches/unity-modifier-media-keys.patch, but I'm having problems locating the branch history in launchpad, could someone help me find the author of that patch? === work_alkisg is now known as alkisg [07:41] doko_: ah yes, that was a temporary glitch yesterday, already fixed an hour later [07:41] doko_: I forgot to retry python3.4 as that failed before, due to -testsuite crashing in postinst [07:41] doko_: retried (as there's a new version now) [07:42] alkisg: http://launchpadlibrarian.net/154896043/gnome-settings-daemon_3.8.5-0ubuntu10_3.8.5-0ubuntu11.1.diff.gz [07:42] alkisg: That looks like the upload that introduced it. [07:42] So william.hua, thanks a lot infinity [07:43] alkisg: He is attente on #ubuntu-desktop. Also you could just look at http://bazaar.launchpad.net/~ubuntu-desktop/gnome-settings-daemon/ubuntu/revision/438 [07:44] mitya57: thank you, I'll read some more to prepare my "case", and I'll talk to him later on. === doko_ is now known as doko === alkisg is now known as work_alkisg [08:34] mitya57: Did you not send the 1-line fix to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746278 or is the BTS just lagging? [08:34] Debian bug 746278 in src:owncloud-client "owncloud-client: FTBFS: tests fail when ran in parallel" [Serious,Open] === sz0 is now known as sz0` === sz0` is now known as sz0 === davidcalle_ is now known as davidcalle [09:48] Thanks for the im-config upload, dholbach. Can you please merge the branch too. Since the branch and archive were out of sync, the robot won't do it. [09:51] GunnarHj, done [09:51] dholbach: Thanks. :) [09:51] anytime :) [09:52] dholbach, did you upload the SRU as well? [09:52] seb128, right now I just uploaded the merge [09:54] dholbach: I think seb128 referred to separate SRU bug, which actually is much more urgent. [09:54] ah ok [09:56] GunnarHj, dholbach: I was speaking about the "no ibus under qt5" bug (I crossed it yesterday while looking at reports since release) === sz0 is now known as sz0` [10:12] Hello, we have a bug I would like to get triaged, but not sure if it is the right package [10:12] https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1313522 [10:12] Launchpad bug 1313522 in OEM Priority Project "There is hibernate option even without an active swap partition" [Critical,New] [10:13] does anyone know what package we should file the bug against? [10:14] pitti: so I'm merging vsftpd, and the existing delta drops the init.d script entirely (replacing with an upstart script) [10:14] pitti: with bug 1273462 not fixed, having it there is an immediate problem. So does this bug block the systemd story? [10:14] bug 1273462 in upstart (Ubuntu) "Users can mistakenly run init.d scripts and cause problems if an equivalent upstart job already exists" [Critical,Triaged] https://launchpad.net/bugs/1273462 [10:15] rbasak: hm, I thought during the TC debate and before Debian figured out how to run upstart an sysv side by side in the packaging? i. e. our dh_installinit has already been changed to ignore --upstart-only and all that [10:16] pitti: AIUI, it is a Debian policy requirement to make sure that if a maintainer ships an upstart script, and upstart is in use, then any shipped init.d script must not break things. [10:16] AIUI, this was to be implemented by having /lib/lsb/init-functions detect this situation, to easily cover all init.d scripts that use it. [10:17] rbasak: for now, don't worry too much about putting back init.d scripts I think [10:17] OK [10:18] rbasak: with systemd one could use the init.d script, but it would make much more sense to use socket activation with vsftp and write a proper systemd unit [10:19] pitti: my thinking was that if we solved this init.d script issue, then systemd would at least magically work for everything without needing specific systemd work on each package. [10:19] (thus making the systemd migration much easier) [10:19] rbasak: right, that was the idea; I lived under the impression that upstart vs. init.d conflicts were already handled === sz0` is now known as sz0 [10:20] Ah, OK. AFAIK, we have agreed how to handle it, but haven't actually done it. [10:21] rbasak: and /lib/lsb/init-functions seemed to indicate that this was the case already [10:21] ah: it defines init_is_upstart(), but doesn't use it by itself [10:21] thus it seems every init.d script would need to add that? that seems crazy and totally impractical [10:22] I think the plan is to have init-functions do it, but that's pending. [10:22] rbasak: then again, if you directly call the init.d script instead of using "service", you probably get what you asked for [10:22] So technically we do need to have every init.d script handle it, but in practice I think everyone's waiting for lsb-functions instead. [10:23] pitti: indeed, but many people do still call init.d scripts directly. We get bugs filed when things break that way. [10:23] ah, service DTRT [10:23] cf. "/etc/init.d/networking restart" === work_alkisg is now known as alkisg [10:23] rbasak: if you run that, a lot more will actually break, but yes [10:24] perhaps we need to make all init scripts non-executable or so [10:24] Maybe change the shebangs to some kind of wrapper? [10:25] Seems a bit extreme though. [10:25] Though actually, rather than doing it across the board, having a guard-type wrapper that a maintainer can just shebang could be another way of implementing the protection. [10:26] #!/usr/bin/not-if-upstart /bin/sh -e ... [10:26] rbasak: that would again require to touch all packages [10:26] Or dh_installinit? [10:29] rbasak: perhaps, yes; and a mass-rebuild; but I think making them non-executable might be easier [10:30] cjwatson, is systemd the right package for this issue: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1313522 [10:30] Launchpad bug 1313522 in OEM Priority Project "There is hibernate option even without an active swap partition" [Critical,New] [10:30] I mean, if people are willingly shooting themselves into the foot by calling init scripts and that is considered a bug, let's make them not able to :) [10:30] ara: I thought that was pm-utils, but pitti is more likely to know what's current there [10:30] ara: curious; we have disabled hibernate for many cycles by default now [10:30] How would real pieces (service, rc etc) call init.d scripts if they are non-executable? [10:31] By reading their shebangs by hand? [10:31] pitti, yes, but we (commercial eng) are remapping hibernate to hybrid sleep [10:31] Also, the user won't get a helpful message that way. [10:31] ara: could be anything between systemd and the indicator; I'll follow up there [10:31] pitti, fantastic, thanks [10:31] ara: ah, so they put it back on? can you please describe what you changed there? (in the bug please) [10:32] pitti, sure [10:33] ara: don't tell the design team :) they were quite adamant about disabling hibernate by default [10:33] pitti, well, this is hybrid sleep it is not the same thing (although very similar) and we make sure it works :D [10:34] ara: yes, but they said having two options was too confusing [10:46] ara: followed up [10:46] thanks [10:48] ara: OOI, if such an issue (non-default configuration, non-essentail functionality) is already "Critical", how do you mark things which are actually critical? :) [10:49] pitti, well, I marked it as critical only in the OEM priority task, as it is critical for our schedule, not in the ubuntu task [10:51] ara: yes, sure; I was just interested in how you interpret the importance there [10:55] pitti: rbasak: i am working on a proper snippet to fix "running init.d scripts and get upstart job to launch properly" submitted fixes to debian for sysv-init (service command and invoke-rc.d) [10:56] pitti: rbasak: one more patch is needed in upstart it self, and then we can sync all of that to utopic and sru into trusty. [10:56] xnox: ah nice, thanks for the heads-up! [10:56] pitti: rbasak: as far as i can tell, systemd packaging in debian already does it via /ib/lsb/init-functions.d [10:57] pitti: rbasak: such that under systemd one can just operate init.d files and that does call into systemd appropriately. [10:58] pitti: i'm not running systemd, but can you test that ^ ? e.g. call /etc/init.d/ssh restart and check that it gets restarted via systemd unit? [10:58] xnox: thanks! [10:58] ah, clever! Is there any piece of shell in Debian which does not have a .d/ yet? :-) === MacSlow is now known as MacSlow|lunch [10:59] xnox: Yes, it does [10:59] cjwatson@sid-systemd-amd64:~$ sudo /etc/init.d/ssh restart [10:59] Restarting ssh (via systemctl): ssh.service. [11:00] excellent! [11:00] (OK, that's on Debian) [11:00] xnox: still want me to test? (need to reboot, currently running upstart as I'm working with LXC) [11:01] My Xen guest is only good for server-ish testing, but useful for what I need [11:02] pitti: i think it's fine. no need. [11:04] jamespage, if you didn't see it, the maven mess is just caused by easymock's b-d objenesis [11:05] xnox: tested with udev and ssh, works fie [11:05] xnox: fine, too [11:05] doko, I did but I've not had time to look yet [11:06] xnox: (VMs for the win :) ) [11:16] rrect === _salem is now known as salem_ === mbiebl_ is now known as mbiebl [12:01] ara: FYI, test-building a fix now [12:18] ara: working well === alkisg is now known as work_alkisg === MacSlow|lunch is now known as MacSlow === roadmr is now known as roadmr_afk === roadmr_afk is now known as roadmr === pete-woods1 is now known as pete-woods-lunch [13:56] hi, is somebody willing to sync the efibootmgr package with debian? 0.6.1-3 got into testing shortly after the intial utopic sync, ubuntu is still with the old major release 0.5.4-7ubuntu1 [13:57] which would also resolve the delta btw, as the patch was applied upstrem in 0.6.0 release === negronjl-afk is now known as negronjl [14:16] apw, supermin ftbfs on armhf [14:31] does anyone know how "rtc" gets into /etc/modules? I don't see it in kmod or any postinst on my system [14:31] rtc isn't a module any more, so startup barfs on that [14:31] cjwatson, apw, xnox ^ do you happen to have an off-hand idea? [14:31] hw-detect [14:31] ./hw-detect.sh:164:get_rtc_info() { [14:31] ./hw-detect.sh:168: amd64/*) register-module rtc ;; [14:31] cjwatson: ah, thanks! [14:34] cjwatson: so I suppose this should maybe check "modinfo rtc" before it adds that, or should it go completely? [14:34] doko, i will ahve a look next, just fixing up ruby-kgio === jono is now known as Guest72975 [14:37] pitti, uggg, are you saying that if someone puts something in /etc/modules and we change that module to builtin their machine will no longer boot ? [14:37] pitti, that sounds like we should fix whatever loads them ? [14:37] apw: no no, it still boots [14:38] apw: but that unit shows a failure in systemctl status, which looks ugly [14:38] oh didums :) [14:38] well i guess that is good, so we find it [14:38] apw: cjwatson already pointed out where it's from [14:38] but then again is it a failure, to not load ... as you can't remove it in case they run older kernels no ? [14:38] or at least for "some time" [14:39] pitti: We could probably just remove it from hw-detect if it's gone permanently from the kernel (and not just a config change or whatever), but we'll need to handle it on upgrades as well since hw-detect is an installer component [14:39] apw: I think we already didn't have it in trusty, did we? [14:39] apw: anyway, it's mostly a cosmetical problem, but it seems odd to try and load a module which we don't even ship [14:39] well, arguably need to handle it on upgrades [14:40] ah, that too [14:40] or we silence the unit to ignore missing modules [14:40] That seems suboptimal - it's probably good typo detection [14:40] but that makes real bugs harder to detect [14:41] pitti, yeah its likely anchient [14:43] our kmod.conf just does [14:43] modprobe $module $args || : [14:43] and indeed /var/log/upstart/kmod.log has similar FATAL messages [14:43] we like fatal messages [14:44] We could ignore named ones, or (probably better) remove them on upgrade of $some_package [14:45] cjwatson: $some_package == kmod perhaps? [14:46] that seems like the closest one [14:48] seems plausible [14:48] I guess the idea is let's keep the compatibility crud out of runtime paths [14:48] ack, will file bugs etc. later, need to run now (train arriving) [14:51] pitti, which entry do I need to add to the AppArmor profile to silence the audit messages in bug 1314160? [14:51] bug 1314160 in cups (Ubuntu) "Apparmor profile violated: cupsd does mknod on /var/cache/samba/gencache.tdb" [Undecided,Triaged] https://launchpad.net/bugs/1314160 === pete-woods-lunch is now known as pete-woods === ChrisTownsend1 is now known as ChrisTownsend [16:05] anyone on sru team care to comment on this... [16:05] bug 1185756 was released to -updates [16:05] bug 1185756 in drbd8 (Ubuntu Precise) "drbd8-utils not compatible with linux-lts-raring kernel in 12.04" [High,Fix released] https://launchpad.net/bugs/1185756 [16:05] but it was not fully fixed. [16:05] does it require a new bug ? for SRU of the change ? [16:22] crickets [16:22] infinity, ^ you have thoughts on that ? Daviey ? === bfiller is now known as bfiller-afk [16:40] smoser, If there is no clean way otherwise, I guess we could open our own bug with "drbd backport causes regressions" and I create a new source package referring to that one [16:58] Hi, I would like to ask for a sync of the efibootmgr package with Debian. Debian got a new upstream version into testing shortly after the intial utopic sync. That would bring Ubuntu back to the Debian version, as the only diff has been applied upstream in the new version. === Ursinha is now known as Ursinha-afk [17:05] jhenke: done === Ursinha-afk is now known as Ursinha [17:29] cjwatson thanks === roadmr is now known as roadmr_afk [17:37] ScottK: edubuntu-server is now in the release pocket === roadmr_afk is now known as roadmr [18:37] pitti: why is gvfs being SRU'ed to trusty? there is no bug reference === bfiller-afk is now known as bfiller [19:18] infinity: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746278#12 [19:18] Debian bug 746278 in src:owncloud-client "owncloud-client: FTBFS: tests fail when ran in parallel" [Serious,Open] [20:59] Question: Is there a terminal command I can use to launch Gnome3's dash? === salem_ is now known as _salem [23:12] stgraber: Thanks.