/srv/irclogs.ubuntu.com/2016/12/12/#ubuntu-devel.txt

=== mackie is now known as mackiesurfacepro
=== mackiesurfacepro is now known as mackie
DarinMillerany chance I can help package Remmina 1.2 in the Zesty release cycle?  I do not know much about packaging I usually only have time to learn on weekends.  But if someone wil guide me I will be happy to do the work.04:19
jbichaDarinMiller: I believe you'd need a newer freerdp first04:43
jbichaooh, it's in Debian's new queue https://bugs.debian.org/81467604:47
ubottuDebian bug 814676 in src:freerdp "freerdp: please update to latest upstream head(?)" [Important,Open]04:47
Son_Gokuit's not going to happen unless Debian is okay with breaking a few other packages04:48
Son_Gokuwe had to make a rather difficult choice in Fedora and actually break guacamole because Remmina needs FreeRDP 2.004:48
=== JanC_ is now known as JanC
jbichaSon_Goku: it looks like Debian is packaging it as 'freerdp2' in experimental04:49
Son_Gokuah yes, because upstream finally made the paths not conflict04:50
Son_Gokuit's not in experimental yet, though04:50
pittiGood morning07:18
pittimapreri: maintaining Testsuite-Triggers manually sounds fine -- dpkg just provides a  sane default07:19
pittitsimonq2: 1647031> ah, thanks07:19
cpaelzergood morning pitti07:38
pittihey cpaelzer, wie gehts? gut heimgekommen?07:39
cpaelzerpitti: a while ago you had good feedback on the sru review of bug 154667407:39
ubottubug 1546674 in libvirt (Ubuntu Xenial) "virt-aa-helper Apparmor profile missing rules for name resolution" [Medium,Triaged] https://launchpad.net/bugs/154667407:39
cpaelzerpitti: the new version of the fix is in zesty and now waiting since 11 days for SRU - re-review - not sure how the process works to pick it up again - so *ping*07:39
cpaelzerpitti: ja war ja der einfachste Flug für mich (direkt)07:39
cpaelzerpitti: 30 Minuten parkhaussucherei, aber im Verhältnis zu den meisten Kollegen ist das ja nichts07:40
pitticpaelzer: ah, will review07:41
cpaelzerpitti: thank you07:41
pitticpaelzer: indeed, this now looks so much better07:41
cpaelzerpitti: was your way back smooth as well - or any travel-hickups on the way?07:43
pitticpaelzer: no, all worked fine, just took a long time due to 4:30h layover in Madrid07:44
pittibut it was fine -- I hacked on apport, and almost forgot the time :)07:44
pittihad to run to my gate and was the last one to go through07:44
cpaelzerpitti: according to the messages I got US was a bit haunted by some storms and due to that delayed and cancelled connections - so in this case - happy EU trips07:44
pitti\o/07:44
cpaelzerpitti: work 'til you'll be left behind :-)07:45
cariboupitti: let me know if you want me to run stuff on my laptop for LP: #164703108:51
ubottuLaunchpad bug 1647031 in systemd (Ubuntu) "systemd-resolved’s 127.0.0.53 server does not follow CNAME records" [Low,Triaged] https://launchpad.net/bugs/164703108:51
pitticaribou: are you sure you have the exact same problem? this bug has become a mush of "me toos" where everyone experiences something different09:26
pitticaribou: like, Anders' bug is that he does not have systemd-resolved.service actually running (apparently)09:26
pitti(will follow up on that shortly)09:27
cariboupitti: I can de-dup my previous bug if you prefer09:32
pitticaribou: yeah, might be better as long as it's unclera09:35
=== jamespag` is now known as jamespage
ginggspitti: do you know if there is a size limitation on autopkgtest artifacts?09:57
pittiginggs: not a technical one, but be reasonable; don't have tests spit out multi-megabyte artifacts all the time09:57
ginggspitti: ack09:58
bigonare there plans to push libsnap-glib in debian?10:49
=== vrruiz_ is now known as rvr
=== _salem is now known as salem_
=== hikiko is now known as hikiko|ln
xnoxbigon, maybe willcooke can answer that.12:02
willcookebigon, no concrete plan of action more than "we should" at the moment.  Once it's settled down and matured a bit I think we'll do it then12:04
bigonI had to disable the snap plugin in my last gnome-software upload in debian12:05
willcookebigon, best person to speak to is robert_ancell, you want his email address?12:05
bigonI have his address somewhere :)12:06
willcookebigon, I might speak to him tonight, so I will find out for sure and let you know, but yeah, do direct to him if you like12:09
=== hikiko|ln is now known as hikiko
kmadacHello guys, I'm new to Ubuntu contribution. I found a bug in package isc-dhcp-client and I would like to propose a fix. I  have read Ubuntu contribution guides, but I'm stucked in pulling sources from bazzar. I'm getting error Not a branch: "bzr+ssh://bazaar.launchpad.net/+branch/ubuntu/isc-dhcp-client/". Any ideas what i'm doing wrong?12:43
Bluefoxicywhen is cmiller waking up :|12:45
sladenkmadac: ideally first file a bug report saying what the but is, and how to reproduce it (ie. show that the bug exists)13:06
sladenkmadac: then attach the fix as a diff to the bug report (so it doesn't get lost, and is findable by Google)13:06
sladenkmadac: then propose the fix, showing that when trying to reproduce the bug using the original instruction, it is no longer possible13:07
kmadacsladen: thanks for answer. What do you mean by propose the fix? Diff is the fix, isn't it?13:10
sladenkmadac: the diff/patch is how implementation of the proposed fix13:10
sladenkmadac: eg. the diff to apply the fix against different versions of the same software will often be slightly different, (eg. changes in line numbers)13:11
kmadacsladen: great, should I then wait till someone from ubuntu devs implement the fix?13:12
kmadacsladen: or can I send pull/merge request somewhere?13:13
sladenkmadac: please file the bug first, so that then you can say $bug is fixed by $proposed_pull_request13:13
sladenkmadac: ideally we try and get bug fixes applied by upstream first if possible, so that everyone benefits; not just Ubuntu or Debian users13:14
sladenkmadac: the bug report also allows keeping track of what communication with upstreams13:15
kmadacsladen: ok I will fill a bug, but can you please elaborate more about proposing pull request? Or can you point me to some documentation how to do it? Is it still done over bazaar as is stated in public documentation, or was it changed?13:17
sladenkmadac: http://stackoverflow.com/a/20273376/83969613:19
sladenkmadac: (you need the bug number, to link the metadata together for what the proposed fix is)13:20
kmadacsladen: thanks :), I'm going to fill the bug report13:21
BluefoxicyI wish goa-daemon wouldn't time out and break evolution13:29
Bluefoxicyrequiring a manual killall goa-daemon and then a run of /usr/lib/x86_64-linux-gnu/gnome-online-accounts/goa-daemon13:29
BluefoxicyBill Gates recommended rebooting frequently to avoid problems like this13:30
cjwatsonkmadac: The Bazaar importer has been mostly decommissioned since it was too unreliable.  There's a Git version in progress but it's not completely done.  In the meantime you're better off simply sending patches.13:36
cjwatsonI don't think sladen's link is going to help much nowadays.13:37
cjwatson(Unless there is an obvious upstream repository that you can propose a merge into.)13:37
caribourbasak: when you have a minute, could you please review my last comment on LP: #1176046 ?13:53
ubottuLaunchpad bug 1176046 in isc-dhcp (Ubuntu) "isc-dhcp dhclient listens on extra random ports" [High,In progress] https://launchpad.net/bugs/117604613:53
rbasakcaribou: I don't understand your comment.13:57
rbasak"...if isc-dhcp-ddns Breaks/Replaces isc-dhcp and Recommends isc-dhcp-ddns..."13:58
rbasakIt would Recommend itself?13:58
rbasakI don't really follow what Breaks/Replaces would do here.13:58
rbasakisc-dhcp-ddns in Xenial supplies /sbin/dhclient with a divert.13:58
mterryslangasek: is Foundations willing to look after libsmbios in main?  And if so, can you subscribe ~foundations-bugs to its bugs?  (this is re: MIR bug 1603072)14:03
ubottubug 1603072 in libsmbios (Ubuntu) "[MIR] libsmbios" [Undecided,In progress] https://launchpad.net/bugs/160307214:03
attentehi, would it be possible to backport the bubblewrap package to xenial?14:26
seb128attente, hey, backport or SRU? any of those should be possible I think, depending why you need it14:28
attenteseb128: i'm not sure the distinction tbh, it's needed so that the integration test for the snapcraft jhbuild plugin can pass there14:29
seb128do they have a ppa they are using where it could be added?14:30
attenteseb128: the package doesn't seem to exist there atm, so it would be a new package in universe14:30
seb128I guess it's a question for the snappy team14:30
seb128like mvo should be able to guide you?14:30
seb128or ogra14:30
attenteok, thanks seb128, i'll ask there14:30
seb128I sort of pinged them14:31
seb128so maybe they reply here ;-)14:31
attenteoh, right :)14:31
mvoattente: backport is trivial, just dput the package and target to xenial-backports in the changelog14:31
mvoattente: well14:31
mvoattente: or file a backport request, depends a little bit if it needs source changes or not14:32
mvoattente: see https://wiki.ubuntu.com/UbuntuBackports14:32
mvoattente: it should be pretty lightweight14:32
mvoattente: sru is a bit more work, you know the drill for this already I think :)14:32
seb128mvo, the question is rather from the snappy CI infra side14:32
seb128mvo, what env is used for snapcraft integration tests? does that include some ppas or backports?14:33
mvoseb128: snappy or snapcraft? snapcraft is a sergiusens question, I would assume they can easily use xenial-backports14:34
attenteit's snapcraft14:34
seb128mvo, sorry, snapcraft indeed, should have bother sergiusens and not you ;-)14:34
mvoseb128: np14:34
attentei guess it's a backport since the package isn't there at all in xenial14:34
seb128sergiusens, ^ can snapcraft integration tests use xenial-backport or a ppa?14:34
seb128attente, well, you can SRU a package that was not there, we did it with snapd-xdg-open if you remember ;-)14:35
seb128but backport is an easier process14:36
sergiusensseb128 attente can adt? Maybe so, or maybe just disable the test for xenial and make your plugin query where it is running on14:36
seb128sergiusens, it means you are not using backports or a ppa? would be better to have things working rather than disabled...14:37
attenteyeah, the integration tests seem to be passing on y and z already, so if we can just get the package on x too, that would be preferable14:38
sergiusensseb128 yeah, we are not using backports or PPAs, just xenial-updates14:38
seb128k14:39
attenteshould we sru it then?14:39
seb128sounds like it14:39
seb128or talk to sergiusens about enabling backports14:39
seb128or disable the test on xenial...14:39
seb128well maybe do that to unblock the landing14:39
seb128but then work on getting it SRUed14:39
seb128or change to use a tech which is available in xenial ;-)14:40
* attente didn't hear the last one14:40
seb128lol14:40
=== scottt is now known as Guest80391
xnoxpitti, google-chrome does not like to die, upon logout, under systemd user session with unity715:07
xnoxis there any trigger that kills chrome under upstart session? (e.g. does upstart use a bigger hammer, faster?)15:07
xnoxalso nm-applet appears to be "slow" under systemd.15:07
xnoxit takes me good 10-15seconds for both indicator-network and nm-applet to appear.15:08
xnox(fixing the fact that they are duplicates)15:08
dobeyxnox: chrome doesn't have an upstart job afaik. it's just gnome-session killing things i think, or maybe just when X dies15:16
dobeyxnox: if nm-applet and indicator-network are both slow to appear, maybe something lower level like communications with network-manager being slow15:19
xnoxdobey, upon logout everything dies but chrome stays alive, from tty2 i can see that chrome has become a child of the user systemd session and somehow is still alive.15:22
xnoxgiven all the rectangular bubbles I see, i think the chrome "extensions/apps" are simply respawning.15:23
xnoxso something somewhere is not given a chance to kill chrome "properly" e.g. gnome-session/bamf killed without it given a chance to kill chrome, or chrome catching signals and respawning.15:24
xnoxack. will debug more.15:24
dobeyxnox: yeah, it's sounding like an issue with systemd stuff to me, i mean.15:24
xnoxhttps://bugs.launchpad.net/ubuntu/+source/systemd/+bug/164930915:25
ubottuLaunchpad bug 1649309 in systemd (Ubuntu) "google chrome, is slow to die, upon systemd user session logout" [High,Confirmed]15:25
slangasekmterry: foundations-bugs subscribed to libsmbios15:46
mterryslangasek: oh thanks!15:47
bregmahey tjaalton is there an ETA for x.org 1.19 landing in Zesty?  I have some XMir bugfixes and I want to coordinate work15:55
tjaaltonbregma: xmir needs to be ported first, and nvidia blobs need to support the new abi before it can land15:59
tjaaltonbregma: so probably not before mid-january'ish15:59
tjaaltonbregma: tseliot is out until then, and I'm off for two weeks as well16:00
bregmatjaalton, I have a 1.19 port for XMir already, but we need to land in 16.04 ASAP because it's blocking other stuff from landing16:02
bregmaI can just SRU the patch short-term if a 1.19 landing is not imminent16:03
xnoxdobey, tedg: what is unity-greeter-session-broadcast and is it needed in the all-snap world? and/or needs a rewrite for the all-snap world?16:03
tjaaltonbregma: yeah it's not imminent16:03
tedgxnox: It handles sending messages from the greeter session to the user session.16:04
dobeyxnox: no idea16:04
tedgxnox: Not sure it needs to be rewritten, but it should be in the U8 snap with the U8 greeter and U8 session.16:04
tedgxnox: It'll have to be a system service.16:04
tjaaltonbregma: should git://git.launchpad.net/~xmir-team/xorg-server/+git/xmir have the latest? or haven't pushed there yet?16:05
dobeytjaalton: btw, did the mesa causing gtk+ (aka everything) to crash in zesty-proposed get fixed btw?16:05
tedgxnox: We're not entirely sure on the architecture there though, I imagine the greeter will be in the same snap as the session so we won't need any security stuff there.16:05
tjaaltondobey: yes16:05
bregmatjaalton, I haven't pushed there yet16:05
tjaaltonbregma: gotcha16:05
dobeyawesome16:05
xnoxtedg, the things it does, have no systemd equivalent. e.g. one cannot start a systemd unit on per message (aka equivalent of the upstart-dbus-bridge events)16:05
tjaaltondobey: although it's still in proposed because of tests16:06
xnoxtedg, and all i can see, it triggers url-dispatcher event.16:06
tedgxnox: Sure, it'll have to switch to be dbus-activation. So I guess it'll need refactoring, not rewriting.16:06
xnoxtedg, a system thing that store greeter events and send them to session url-dispatcher make sense. I think it just needs to be done outside of systemd, just over dbus.16:06
xnoxpriviledged thing, that greeter talks to and stores "events" there, and then session which talks to priviledged thing to retrieve and action "events"16:07
xnoxtedg, ack.16:07
dobeytjaalton: that's fine; it was blocking build of some stuff that runs binaries with gdk_init during tests16:07
tjaaltonubiquity, yes16:07
dobeytjaalton: so hopefully i can build now, and at least "land" a fix or two that we need for unity8 snap16:07
jbichabigon: https://irclogs.ubuntu.com/2016/11/21/%23ubuntu-devel.html#t20:2816:10
jbicha(I'd rather not be the Debian maintainer for snapd-glib now)16:17
bigonjbicha: ok16:33
seb128bdmurray, hey, why did you assign bug #1647020 to our team? it seems a pretty random report without much details16:38
ubottubug 1647020 in gnome-power-manager (Ubuntu) "Brightness resets to full when on/off battery" [Undecided,New] https://launchpad.net/bugs/164702016:38
bdmurrayseb128: because its from a canonical employee and seemed like a regression.16:41
seb128bdmurray, ok, thanks, I'm going to comment on it but it's more likely a kernel issue than a desktop one16:42
bdmurrayseb128: okay, thanks for following up16:42
seb128yw!16:42
caribourbasak: sorry, I missed your question and, indeed my comment is unclear16:50
caribourbasak: I'll clarify my comment in the bug16:51
rbasak!dmb-ping19:00
ubottubdmurray, BenC, cyphermox, infinity, micahg, rbasak, sil2100: DMB ping.19:00
rbasakNeed one more for quorum.19:01
fossfreedomHi all - David Mohammed here - project lead for Ubuntu Budgie.  Just hoping that someone can have a look over our pull request for lp:ubuntu-cdimage ?20:49
fossfreedomhttps://bugs.launchpad.net/ubuntu-cdimage/+bug/164786220:49
ubottuLaunchpad bug 1647862 in Ubuntu CD Images "ubuntu-budgie proposal" [Undecided,New]20:49
xnoxfossfreedom, have you considered to name this flavour "Bubuntu"?20:54
xnox=)20:54
xnoxikey would like that =)20:55
fossfreedomshudder20:55
fossfreedomno thanks!!20:55
xnoxfossfreedom, hahaha =) fair enough! =)20:55
xnoxfossfreedom, do you need and will you test i386 image? (btw it does not have uefi support, and e.g. ubuntu.com only advertises amd64 images across the board by default)20:56
xnoxfossfreedom, official flavours should be teams by default, even if that team has a single person. As it's easier to manage ACL that way. E.g. said team will join ubuntu-devs and e.g. ubuntu core-devs will join the ubuntu-budgie-dev team etc.20:57
fossfreedomyep - there seems to be very few testers now who concentrate on i386 - would welcome any help once the ISO's start to be created.20:57
fossfreedomI've created a team here: https://launchpad.net/~ubuntubudgie-dev20:58
xnoxfossfreedom, my question is kind of a devil's advocate - why not go amd64-only?20:59
xnoxit's only 15 years old.20:59
fossfreedomQuestion really for the Ubuntu community - I know it has been recently floated again to drop i386.20:59
jbichaif Budgie goes amd64 only, Ubuntu GNOME might follow21:00
fossfreedommind you - just today I had two people wondering if its possible to install the 386 version.  Answer given was to "try and let me know"21:01
jbichaI'm reluctant to have us do something like that if no other flavor is21:01
cjwatsonfossfreedom: That's partly true, but there are different considerations that apply to adding a new flavour vs. changing existing flavours21:01
cjwatsonThey don't all have to be in sync21:01
jbichasupporting both i386 and amd64 is to some extent twice the work when testing iso release milestones21:02
xnoxfossfreedom, removing an arch/image-type is pain; adding an arch/image-type if there is actual demand is trivial.21:02
xnox(ripping band-aid off versus putting one on)21:02
fossfreedomgenerally I soak in water first ... but yeah I know what you mean.21:03
xnoxcjwatson, is it me, or the ubuntu-cdimage code is littered with lexical order comparison with all the self.config["DIST"] >= "xenial"21:03
cjwatsonxnox: It's just you.21:03
xnoxinfinity, too ^21:03
xnoxcjwatson, ok.21:03
cjwatsonI was cleverer than that :-)21:03
cjwatsonLook in lib/cdimage/config.py21:03
cjwatsonSeries is a magic thing that can do comparisons by series name but they're actually compared using their index in all_series21:04
cjwatsonand self.config["DIST"] is a Series21:05
xnoxnice =) you map them to index first, then compare.21:05
cjwatsonSaves on a lot of verbiage21:05
infinityIt's elegant in its perversion.21:05
infinityAnd best not examined too closely.21:05
fossfreedomjbicha - thanks for your kind thoughts BTW on my application.21:07
jbichafossfreedom: I think lib/cdimage/tests/test_build.py shoudl be False, True21:15
fossfreedomah - yes - good spot "unsupported" let me update21:18
jbichahonestly, I don't know what unsupported means21:21
fossfreedomcorrected.21:24
fossfreedomhmm ... I don't remember "Ubuntu-Moblin-Remix" - what was that?21:27
fossfreedomah - yes - netbook thingy21:28
bdmurrayrbasak: Could you look at bug 1640823 again? Are you happy with what was most recently uploaded to -proposed?21:59
ubottubug 1640823 in util-linux (Ubuntu Trusty) "[trusty] mount -o loop is limited to 8 loop devices" [Undecided,Fix committed] https://launchpad.net/bugs/164082321:59
fossfreedomxnox re ~ubuntubudgie-dev - I have 'invited' ubuntu-devs to join22:26
fossfreedomxnox: re ~ubuntubudgie-dev - I have 'invited' ubuntu-devs to join22:27
=== salem_ is now known as _salem
BluefoxicyHooray, cmiller has arrived22:33
=== JanC_ is now known as JanC
=== lilstevie_ is now known as lilstevie
Bluefoxicywhat's the appropriate way to ask for a package upgrade in Zesty?23:09
BluefoxicyMonodevelop 6.1 supports Nuget 3 (finally) (6.2 supports Nuget 3.5, but it's not *stable* yet), and Zesty packages 5.1023:10

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