/srv/irclogs.ubuntu.com/2018/03/08/#snappy.txt

__chip__kyrofa: o/00:10
=== __chip__ is now known as Chipaca
mupPR snapd#4799 opened: cmd/snap: use timeutil.Human to show times in `snap refresh --time` <Created by chipaca> <https://github.com/snapcore/snapd/pull/4799>01:25
=== chihchun_afk is now known as chihchun
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
zyga-ubuntuHey07:03
mupPR snapcraft#1989 closed: elf: don't parse elf more than necessary <bug> <Created by kyrofa> <Merged by sergiusens> <https://github.com/snapcore/snapcraft/pull/1989>07:41
Dianomic_Stefanoondra: Hi, ondra this is the situation https://pastebin.ubuntu.com/p/gZPQVr2vDp/ - our snap/service still crash with the error in the syslog, any suggestions ?08:15
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
=== __chip__ is now known as Chipaca
mupPR snapcraft#1992 opened: tests: run integration tests on trusty <Created by elopio> <https://github.com/snapcore/snapcraft/pull/1992>08:44
* tbr slaps Dianomic_Stefano around a bit with a frozen trout08:50
Dianomic_StefanoHi, I'm having problem using our service 'foglamp' in a snap and using avahi - it crashs with the errors - https://pastebin.ubuntu.com/p/gZPQVr2vDp/ - it works fine in the standard  Ubuntu server, any changes for help ?08:51
Dianomic_Stefanolathiat: hi lathiat09:00
mupPR snapcraft#1993 opened: core: initial support for bases <do-not-merge-yet> <Created by sergiusens> <https://github.com/snapcore/snapcraft/pull/1993>09:23
jameshjdstrand: hi.  Do you know whether the /usr/share/applications access in the browser-support interface is necessary?  It is interfering with a browser snap kenvandine is working on09:24
=== matteo| is now known as matteo
sergiusenskenvandine: https://github.com/snapcore/snapcraft/pull/199409:46
mupPR snapcraft#1994: docker: add the architecture <Created by sergiusens> <https://github.com/snapcore/snapcraft/pull/1994>09:46
mupPR snapcraft#1994 opened: docker: add the architecture <bug> <Created by sergiusens> <https://github.com/snapcore/snapcraft/pull/1994>09:47
ondraDianomic_Stefano hi10:09
ondraDianomic_Stefano so I installed avahi-client on couple of devices and it does work there10:10
ondraDianomic_Stefano so without knowing more about your app it's hard to say10:10
ondraDianomic_Stefano but let's try one thing10:10
greybackzyga-ubuntu: hey, using edge core worked for me (the layout thing works) - and edge core installed ok (no idea why it failed before, sorry)10:11
zyga-ubuntugreyback: that's excellent news!10:11
zyga-ubuntuthank you for checking10:11
greybacknp10:11
greybackdefinitely a quick guide on best way to hack on snapd would be welcome (if your devtools are not recommended)10:12
Dianomic_Stefanoondra: could it be something related to the avahi version ? we use ' avahi-daemon 0.6.32-rc'  in the standrad Ubuntu server10:12
Dianomic_Stefanoondra: is it possible to install a snap having the specific version 'avahi-daemon 0.6.32-rc'  ?10:13
ondraDianomic_Stefano you can always compile avahi from source10:14
ondraDianomic_Stefano there are some older revisions of avahi for 6.32-rc let me see if I can find them10:15
ondraDianomic_Stefano can try following10:15
ondraDianomic_Stefano $ snap run --shell <yourt snap name>.foglamp10:16
ondraDianomic_Stefano this should give you shell into your snap sandbox10:16
ondraDianomic_Stefano now $ cat $SNAP/command-foglamp.wrapper10:17
ondraDianomic_Stefano you will see there couple of exports, run those manually so you get all paths set properly10:17
ondraDianomic_Stefano now try to run $ avahi-browse -a10:17
ondraDianomic_Stefano what do you get?10:17
Dianomic_Stefano1 sec10:18
Dianomic_Stefanoondra: https://pastebin.ubuntu.com/p/GkprpWfXys/10:19
ondraDianomic_Stefano BTW my client is 0.6.32-rc10:20
ondraDianomic_Stefano so no problem to talk to newer daemon10:20
ondraDianomic_Stefano yeah so run manually: $ export PATH="$SNAP/usr/sbin:$SNAP/usr/bin:$SNAP/sbin:$SNAP/bin:$PATH"; export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$SNAP/lib:$SNAP/usr/lib:$SNAP/lib/x86_64-linux-gnu:$SNAP/usr/lib/x86_64-linux-gnu"; export LD_LIBRARY_PATH="$SNAP/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH"; export LD_LIBRARY_PATH=$SNAP_LIBRARY_PATH:$LD_LIBRARY_PATH10:21
Dianomic_Stefanoondra: it seems that the problem is relate to foglamp (our service) talking to avahi-daemon https://pastebin.ubuntu.com/p/BBVnC2Wkmz/ - this is whey I was thinging about the versioning.10:21
ondraDianomic_Stefano and now run avahi-browse10:21
Dianomic_Stefanoondra: foglamp doesn't start after the exports - https://pastebin.ubuntu.com/p/s8QQXpYfgH/10:22
ondraDianomic_Stefano can you try to run avahi-browse -a10:23
ondraDianomic_Stefano so we know at least that basics are set correctly10:23
Dianomic_Stefanook, I have exeduted '$SNAP/usr/bin/wrapper-foglamp start'10:23
ondraDianomic_Stefano yes, you are inside snap sandbox, so you run directly wrapper-foglamp10:24
Dianomic_Stefanoondra: same errors in the syslog10:24
ondraDianomic_Stefano can you run avahi-browse -a please10:24
ondraDianomic_Stefano does that give you error?10:24
Dianomic_Stefanoavahi-brows works - https://pastebin.ubuntu.com/p/6cYPD7cnbS/10:25
Dianomic_Stefanoondra: but our service is crashing 'Starting FogLAMP v1.2............................................................foglamp@foglamp-core:/'10:25
ondraDianomic_Stefano OK so uit;10:25
Dianomic_Stefanowiht the  errors ' Mar  8 10:15:51 foglamp-core avahi.avahi-daemon[9205]: Error parsing EntryGroup::AddService message10:26
Dianomic_StefanoMar  8 10:15:51 foglamp-core avahi.avahi-daemon[9205]: dbus-entry-group.c: interface=org.freedesktop.Avahi.EntryGroup, path=/Client1/EntryGroup1, member=AddService10:26
Dianomic_Stefano'10:26
ondraDianomic_Stefano so problem is not related to snapd security,but more to your dbus messages, if you want to test older avahi deamon10:29
ondraDianomic_Stefano I can get you some older ones, what architecture do you need?10:29
Dianomic_Stefanoondra: x86_64 - version ' avahi-daemon 0.6.32-rc'  - thanks a lot for helping.10:30
ondraDianomic_Stefano http://people.canonical.com/~okubik/avahi-0.6.32_amd64.snap10:33
ondraDianomic_Stefano can't guarantee it works but you can try it10:33
Dianomic_Stefanoondra: tanks10:35
Dianomic_Stefanothanks10:35
mupPR snapcraft#1995 opened: options: introduce Project and ProjectInfo <Created by kalikiana> <https://github.com/snapcore/snapcraft/pull/1995>11:02
mupPR snapcraft#1970 closed: meta: parse LAUNCHPAD_BUILD_INFO for inclusion in the manifest <Created by kalikiana> <Closed by kalikiana> <https://github.com/snapcore/snapcraft/pull/1970>11:05
oSoMoNare there known issues with snapd and nvidia proprietary drivers on 18.04 ?11:11
oSoMoN(https://forum.snapcraft.io/t/call-for-testing-chromium-65-0-3325-146/4390/2)11:12
=== chihchun is now known as chihchun_afk
zyga-ubuntuWe don’t have anyone on the core team with modern nvidia for daily testing11:55
mupPR snapd#4800 opened: cmd/snap: in changes and tasks, default to human-friendly times <Created by chipaca> <https://github.com/snapcore/snapd/pull/4800>12:09
pstolowskiandyrock, can you remind me your snap --version on bionic?12:36
mupPR snapd#4794 closed: xdgopenproxy: integrate xdg-open implementation into snapctl <go go go go!> <Created by jhenstridge> <Merged by mvo5> <https://github.com/snapcore/snapd/pull/4794>12:44
pstolowskiandyrock, also, can you send me your state.json?12:45
mupPR snapd#4793 closed: progress: tweak ansimeter cvvis use to no longer confuse minicom <Created by chipaca> <Merged by mvo5> <https://github.com/snapcore/snapd/pull/4793>12:47
Chipacazyga-ubuntu: https://vt100.net/docs/vt220-rm/contents.html12:57
Chipacazyga-ubuntu: http://terminals-wiki.org/wiki/index.php/Main_Page13:02
ikeyjdstrand, sorry for delay on steam interface right now, you can put that blame on me13:04
ikeysorta stuck on other stuff atm13:05
* Chipaca chomping on gummy bears13:08
* zyga-ubuntu shakes fist at ikey ;-)13:08
zyga-ubuntuikey your stuff is late and _you_ want it13:08
zyga-ubuntuhow are you doing? :-)13:08
ikeyi know im my own worst enemy13:08
ikeyim good thanks, ear is a bit ouch, you?13:09
zyga-ubuntuouch, had that two weeks ago, we're churning along with fixes and some features13:09
zyga-ubuntuI'm trying to get a systemd generator to behave13:09
ikeythe ear thing is my fault. got it repierced yesterday xD13:09
ikeyoh ok13:09
zyga-ubuntuah, well that's what you get when you inflict self damaga :)13:09
ikey:D13:10
zyga-ubuntuapart from that some catch-up where we are and if we can land things for the next release13:10
ikeyshaved my head off too so im cold. again my fault13:10
zyga-ubuntuin the winter?!!13:10
ikeyi know xD13:10
zyga-ubuntuwhaaat13:10
ikeyi get ideas. not all of them good13:10
zyga-ubuntuwhy?13:10
ikeyit was *long*13:10
ikeydid you see the webcam thing?13:10
zyga-ubuntu"hold that thought" until sprint13:10
zyga-ubuntu*spirng13:10
zyga-ubuntuaw13:10
zyga-ubuntuspring13:10
zyga-ubuntuthe webcam thing?13:10
zyga-ubuntuthe photo on G+13:10
ikeyhttps://twitter.com/ufee1dead/status/97102115337137767113:11
ikey*snort*13:11
King_InuYashaikey: you look awesome :D13:11
ikeywith my comb and scissors? :P13:11
ikeyi look simply fabulous..13:12
ikeyso yeah now its all gone13:12
ikeyswapped hair for a holy ear and sense of coldness13:12
mupPR snapcraft#1996 opened: tests: add SNAPCRAFT_KEEP_DATA to debug <Created by elopio> <https://github.com/snapcore/snapcraft/pull/1996>13:12
zyga-ubuntuholly cow13:13
zyga-ubuntuthat's some extra hair you have there13:13
ikeyright?13:13
ikeyyou can see in the reply the lack of hair after :D13:13
ikeyand cheese didnt work with my webcam so i have to use guvcview..13:13
ikeydarned gnome apps13:14
* ikey decided to accelerate his midlife crisis by a couple decades13:14
mupPR snapd#3998 closed: snap-confine, snap-seccomp: utilize new seccomp logging features <Created by tyhicks> <Merged by jdstrand> <https://github.com/snapcore/snapd/pull/3998>13:15
jdstrandikey: no worry on my end. I was just trying to be transparent with my PR comment; not trying to add pressure13:16
ikeyhonestly mate ive not even read it yet, i just know i have a notification, sorry bud13:17
* zyga-ubuntu needs more VMs13:19
zyga-ubuntuis there anything that's not libvirt, not virtualbox that works out of the box and is not an overly-engineered monster?13:20
zyga-ubuntu(that is before I snap vmware)13:20
King_InuYashaeh, for me, libvirt "Just Works"13:22
King_InuYashainstall virt-manager, boom, done13:23
King_InuYashaor use gnome-boxes if you're into that sort of thing (that is, gnome ;) )13:23
mupPR snapd#4801 opened: cmd/snap-seccomp: Cancel the atomic file on error, not just Close <Created by chipaca> <https://github.com/snapcore/snapd/pull/4801>13:24
jameshpopey: the gtk-common-themes snap should be mostly working (testing against https://people.canonical.com/~jamesh/theme-experiment/gtk3-demo_0.1_amd64.snap)13:24
BuActuallyGoshHow do I install Spotify ? I dont have snapcraft installed on rosa ?13:25
jameshpopey: 27 MB for GTK3 and icon themes covering Adwaita (GNOME/Fedora), HighColor (a11y), Ubuntu, and Solus, and the Arc GTK theme13:25
BuActuallyGoshWho's jamesh ?13:25
mupPR snapd#4802 opened: strutil: simple shell lexer <Created by bboozzoo> <https://github.com/snapcore/snapd/pull/4802>13:27
BuActuallyGoshIs princes Leia here, on the answer my question - horizon ?13:31
popeyjamesh: nice13:32
BuActuallyGoshpopey, I'm at home on Rosa 10 LxQt (sorry about that) - any chance you could halp me install Spotify today, as a snap, please ? Just boot LxQt for first time :-)13:33
BuActuallyGosh**booted13:34
popeyBuActuallyGosh: hello codereurope. if it's based on ubuntu you can "snap install snapd" and then "snap install spotify"13:34
BuActuallyGoshthankyou gura mie ayd.  i shall try to keep quiet in future.13:35
BuActuallyGoshhttps://paste.ubuntu.com/p/VMWshwjb8n/13:37
popeyoops, typo on my part13:37
popey"sudo apt install snapd"13:38
* BuActuallyGosh chuckles13:38
popey(assuming this thing is based on debian or ubuntu - I'd not heard of rosa 10 lxqt before)13:38
BuActuallyGoshokay - it worked - yu assume too much. I won't both you again until after beaver. gura mie ayd popey.13:40
mupPR snapcraft#1997 opened: lxd: merge existing image info contents <Created by kalikiana> <https://github.com/snapcore/snapcraft/pull/1997>14:09
Chipacazyga-ubuntu: https://hackertyper.net/14:58
ondrazyga-ubuntu ping15:10
zyga-ubuntupong15:10
ondrazyga-ubuntu actually unpong15:12
ondrazyga-ubuntu my error, was mixing bind and bind-file15:12
ondrazyga-ubuntu BTW have you had thought about that install error for default content provider?15:12
ondrazyga-ubuntu I still think that should be error, not blocking error15:13
ondrazyga-ubuntu what if you uninstall provider, then refresh would fail15:13
ondrazyga-ubuntu and I though default, does not mean "only" provider15:13
zyga-ubuntuondra: I don't know much about the default provider, I would have to check15:15
ondrazyga-ubuntu or who would be to talk about this?15:16
zyga-ubuntuondra: mvo would be best15:17
mupPR snapd#4803 opened: snap-confine, snap-seccomp: utilize new seccomp logging features - 2.32 <Created by jdstrand> <https://github.com/snapcore/snapd/pull/4803>15:17
ondrazyga-ubuntu cool, will chat with him about it15:17
greybackzyga-ubuntu: can I use layouts to bind mount a file into somewhere I need it?15:18
greybackooh "bind-file"15:20
greybackunping15:20
mupPR snapd#4804 opened: strutil/shlex: import github.com/google/shlex into the tree <Created by bboozzoo> <https://github.com/snapcore/snapd/pull/4804>15:21
mupPR snapd#4802 closed: strutil: simple shell lexer <Created by bboozzoo> <Closed by bboozzoo> <https://github.com/snapcore/snapd/pull/4802>15:22
mupPR core#84 closed: xdg-open: switch to "snapctl user-open" based implementation <Created by jhenstridge> <Merged by mvo5> <https://github.com/snapcore/core/pull/84>16:34
=== pstolowski is now known as pstolowski|afk
Chipacajdstrand: tyhicks: Q for you: is 14.04 getting the backport of the seccomp EPERM thing?17:37
zyga-ubuntugreyback: yes, just use bind-file17:48
mupPR snapcraft#1998 opened: pluginhandler: add {pre,post}-build scriptlets <Created by kyrofa> <https://github.com/snapcore/snapcraft/pull/1998>22:30

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