/srv/irclogs.ubuntu.com/2017/04/17/#snappy.txt

=== chihchun_afk is now known as chihchun
=== pbek_ is now known as pbek
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
=== lutostag_ is now known as lutostag
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
=== chihchun is now known as chihchun_afk
mupPR snapcraft#1246 closed: store: plumbing for collaboration support <Created by psivaa> <Merged by sergiusens> <https://github.com/snapcore/snapcraft/pull/1246>11:02
niemeyerHey hey13:02
=== topi`_ is now known as topi`
renatHi!13:17
renatHi, niemeyer, may I have your help?13:18
niemeyerrenat: Heya13:18
niemeyerrenat: I can try :)13:18
niemeyerrenat: What's up?13:18
renatI am using the udisks2 interface and I need to get a list of mount points, but AppArrmor denies my .DBus.Properties.Get request.13:18
renat[15832.880321] audit: type=1107 audit(1492434933.757:4918): pid=1064 uid=100 auid=4294967295 ses=4294967295 msg='apparmor="DENIED" operation="dbus_method_call"  bus="system" path="/org/freedesktop/UDisks2/block_devices/mmcblk0p2" interface="org.freedesktop.DBus.Properties" member="Get" name=":1.2971" mask="receive" pid=1476 label="snap.udisks2.udisksd" peer_pid=15502 peer_label="snap.screenly-client.netconfig"13:19
renat                exe="/usr/bin/dbus-daemon" sauid=100 hostname=? addr=? terminal=?'13:19
renat 13:19
renatAs I can see from the `udisks2.go` - it's not enabled there. If I understand correctly - only PropertiesChanged member allowed, not Get.13:20
renatWhat I am doing wrong, and what is the correct way of doing it?13:20
renatAnd, 2nd question, is it possible to enable Introspect on that object? pydbus - the library we use, does introspection on every object request. Currently, I have to use dbus-python library to skip the introspection.13:21
niemeyerrenat: Hmm13:23
niemeyerrenat: Former sounds like a simple bug that should be fixed13:23
niemeyerrenat: Latter requires some thinking and more details about which pieces of the stock dbus interfaces need to be opened up for that introspection to be accessible13:24
niemeyerrenat: Can you open two independent topics in the forum about those issues?13:25
renatSure, niemeyer, I will do it.13:26
renatThanks for help.13:26
niemeyerrenat: Thanks, this will ensure it gets the proper response13:27
niemeyerrenat: Quite a few people are off today13:27
mupPR snapd#2749 closed: interfaces/default: allow mknod for regular files, pipes and sockets (LP: #1636540) <Created by jdstrand> <Closed by jdstrand> <https://github.com/snapcore/snapd/pull/2749>13:29
mupPR snapd#2969 closed: interfaces: mediate netlink sockets via seccomp <Created by jdstrand> <Closed by jdstrand> <https://github.com/snapcore/snapd/pull/2969>13:30
mupBug #1683364 opened: Cannot get properties of an Udisks2.Filesystem object <Snappy:New> <https://launchpad.net/bugs/1683364>13:55
mupPR snapcraft#1256 closed: ant plugin: honour proxy configuration <Created by cjwatson> <Merged by sergiusens> <https://github.com/snapcore/snapcraft/pull/1256>14:02
mupBug #1683368 opened: Enable Introspection for UDisks2 objects <Snappy:New> <https://launchpad.net/bugs/1683368>14:04
mikeb_Is it known snapcraft behavior that post-stop-command: doesn't expand '$SNAP' like stop-command?  Instead, the post-stop-command is put verbatim into meta/snap.yaml, then I get a 'invalid' error when I try to install the snap.14:17
Pharaoh_Atemmorning all14:46
this_selfHi guys! I have problem with installing any package from snap. I'm using ubuntu 16.04.2 with snap 2.22.6. Here is error output from console http://pastebin.ubuntu.com/24400952/15:26
zygalooks network related15:27
this_selfnetwork is works as well15:28
mupBug #1683389 opened: Modify shell prompt when inside a snap <Snappy:New> <https://launchpad.net/bugs/1683389>15:29
zygacan you try again?15:30
this_selfI still have the same15:32
this_selfIs I need to log in with `snap login ...` ?15:33
zygano15:33
this_selfbecause I try to use snap without logged in15:33
zygait's not related or required15:33
zyga(I never log in)15:33
zygayou can ask a question on forum.snapcraft.io15:33
zygaas today is still easter you will have better luck than asking on IRC, I suspect15:33
this_selfI tried the solution at link from mup, but nothing15:33
this_selfright. Will write there right now15:34
zygathis_self: good luck15:34
this_selfthanks15:35
this_selfsmall question about theme of posting my bug15:36
this_selfsnapd or snap?15:36
this_selfAs I see in description `snap` thread in most about snap application. My problem is in snapd functionality, right?15:36
cachioniemeyer, hi, I have added the code to get the execution time for the tests in spread, but it include the ssh overhead, I was looking at the code to add the time calculation as part of the test script but I don't see a way to add it due to the script could exit before, do you think that approach is ok, or I should think something different?15:37
niemeyercachio: Heya15:46
niemeyercachio: As a first try, it'd be best to have something that looks nice code-wise, so we can more easily agree on it15:46
niemeyercachio: We can always improve it later15:46
=== chihchun_afk is now known as chihchun
mupPR snapcraft#1258 opened: python-plugin: support pip list columns mode <Created by sdeancos> <https://github.com/snapcore/snapcraft/pull/1258>16:05
cachioniemeyer, well this implementation is really simple16:11
niemeyercachio: So it's all good16:11
cachioniemeyer, it is just to consider that the current implementation is adding about 0.1 seconds to any time if the execution is against an external device16:15
cachioniemeyer, then if we compare allways againt the same kind of execution that delay doesn't matter16:17
niemeyercachio: Yeah, sounds fine as a starter.. we can later add an "overhead" number of some kind16:20
cachioniemeyer, good16:22
=== cachio is now known as cachio_lunch
=== SamYaple is now known as puppet-master
=== puppet-master is now known as SamYaple
=== cachio_lunch is now known as cachio_afk
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
=== nacc_ is now known as nacc
nacchrm, i have a build recipe that is failing to upload to the store on lp with '502 server error: proxy error' right now18:27
naccis that expected?18:27
=== cachio_afk is now known as cachio
mupPR snapcraft#1259 opened: tests: use launchpad as the source of the compressed test snap <Created by elopio> <https://github.com/snapcore/snapcraft/pull/1259>19:08
=== lifeless_ is now known as lifeless
kyrofanoise][, nessita I'm having trouble installing any snap... keep getting connection reset by peer19:42
kyrofaTrying for the third time now19:43
noise][kyrofa: during the download? and what's your host's network setup/path to the CDN like?19:47
kyrofanoise][, yeah. Nothing special, lxc container on my laptop -> router -> ISP19:48
noise][we're eager to get more evidence on those as there's been little so far in conclusive repros and detailed network data19:48
noise][can you mtr it?19:49
noise][to the CDN host that is19:49
kyrofanoise][, haha, of course, it succeeded this time19:50
noise][still would be good to have the trace19:51
noise][if you can pastebin and attach to https://bugs.launchpad.net/software-center-agent/+bug/161776519:51
mupBug #1617765: Connections reset when downloading snaps from CDN <Snapcraft:New> <Software Center Agent:New> <snapd (Ubuntu):Confirmed> <https://launchpad.net/bugs/1617765>19:51
=== chihchun is now known as chihchun_afk
kyrofanoise][, sure... what domain exactly?20:08
=== chihchun_afk is now known as chihchun
noise][ideally use the IP from the conn reset error20:10
kyrofaOh duh20:10
noise][because otherwise you may hit a different PoP20:10
mupPR snapcraft#1260 opened: meta: version from git support <Created by sergiusens> <https://github.com/snapcore/snapcraft/pull/1260>20:14
mupPR snapcraft#1259 closed: tests: use launchpad as the source of the compressed test snap <Created by elopio> <Merged by sergiusens> <https://github.com/snapcore/snapcraft/pull/1259>20:17
evilt0nehi20:36
kyrofaHey there evilt0ne20:36
evilt0nei am havin a litle trouble using snap20:42
evilt0nehttps://nopaste.me/view/8a6fde6f20:42
evilt0neI am trying to get an lxd openstack setup running20:42
evilt0nei installed conjure-up via snap and it seems that packages do have its own pythonenvironment since all required dependencies that conjure-up is trying to import are importable as user20:43
evilt0nehas anyone a solution to that issue?20:44
evilt0nesorry to bother you, but I've heared of snapd a few days ago and thought i'll try asking before spending lots of time researching snapd in depth20:46
evilt0nekyrofa: do you have an idea how snapd is managing python environments?20:47
kyrofaevilt0ne, sorry, you were hidden behind a massive full-screen terminal :P20:48
kyrofaevilt0ne, snapd doesn't do anything special for python-- the snap needs to set that stuff up. stokachu is your go-to guy for conjure-up20:49
kyrofaevilt0ne, what OS are you on?20:54
evilt0neubuntu20:54
kyrofaWhich version?20:54
evilt0ne16.420:54
evilt0nei just wanted to try juju20:55
kyrofaevilt0ne, yeah that should be working, stokachu will need to advise20:55
evilt0nebig thx kyrofa20:56
evilt0nestokachu: hi :-), could you offer a litle bit of your time?20:56
kyrofaevilt0ne, if he happens to not be around, consider making a forum post (forum.snapcraft.io)20:58
evilt0nekyrofa: I'll think of it. but first I will install a irc client and rejoin21:00
kyrofaevilt0ne, you can try rocket as well: rocket.ubuntu.com/channel/snapcraft21:00
kyrofa(no client needed)21:00
evilt0neI do like irssi ;-)21:01
evilt0neat the moment this I am sitting on a test setup21:01
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
stokachuevilt0ne: whats wrong?21:21
stokachuevilt0ne: that pastebin is odd as the snap contains everything it needs including it's own python21:22
evilt0newow super fast premium support21:22
stokachuevilt0ne: do you have any custom virtual environments running?21:23
stokachulike with pyenv or anything21:23
evilt0nestokachu: yes but I gett this error concering the include in line 621:23
evilt0neI am getting21:23
evilt0nestokachu: can i provide you some mor information?21:26
stokachuevilt0ne: if you can fill out https://github.com/conjure-up/conjure-up/issues/new providing the information required in the issue template21:26
stokachuthat would help21:26
stokachuim mostly interested in the versions you have installed of the various software21:27
evilt0newhat kind of information do you need? i'm new to snapd, is there a command that lists the installed dependencies or did you mean the system packages installed with apt?21:29
stokachuevilt0ne: if you go that link i explain it all in the template21:29
stokachutells you everything we need21:29
evilt0nethanks21:30
evilt0nei will open a ticket tomorrw morning.21:30
stokachuevilt0ne: perfect thank you21:30
evilt0neI know it is better to work this way. thanks for your time21:30
stokachuevilt0ne: im around all day tomorrow21:31
evilt0newell then .. i am from germany... and i am about to go to bed. good night21:31
stokachuevilt0ne: ill be up early enough to help you out further21:32
evilt0nestokachu: no stress, it is not urgent. i am just playing around al litle to see which distro is best for what i've palned.21:33
evilt0neI think ai have to read more about snapd21:33
evilt0neit is really the first time I've heared about it.21:34
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun

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