/srv/irclogs.ubuntu.com/2016/11/12/#snappy.txt

mupBug #1602323 changed: Add FTP support for remote files <Snapcraft:In Progress by 3v1n0> <Snappy:Invalid> <https://launchpad.net/bugs/1602323>01:28
mupPR snapcraft#900 opened: ftp source support <Created by 3v1n0> <https://github.com/snapcore/snapcraft/pull/900>01:36
=== JanC_ is now known as JanC
andyworkwhat may be the reason for some libs to be discarded from "stage-packages", and never make it into the final snap?07:44
andyworkand how am I supposed to use the "dump" plugin exactly (which is supposed to replace "copy"), when I cannot specify *what* files to put into the snap09:07
andyworknow with the dump plugin, it does just that, dump *everything* regardless what I put in the "organize" property09:09
andyworkthis is pretty awful, because there seems to be no clean way to copy a single file into the snap09:10
v2hi friends....11:06
v2sorry....i might be asking the wrong question here...11:06
v2can ubuntu core be installed on my laptop?11:07
sergiusensandyrock organize organizes whatever you told it to dump; what files to put in the snap are filtered with stage and snap keywords11:39
popeyandyrock: the dump plugin hasn't replaced the copy plugin (yet) so I continue to use copy for now11:43
popeyI think the deprecated message was put into snapcraft too early11:43
andyrockandywork: ^^^13:00
gpnthello14:23
gpntI have a problem/question: Today I was trying out ubuntu core on raspi 2. Installation, login an everything was no problem. So I created on my host-pc a cross-compiled snap for arm devices. But when I upload this snap to the store I can only install it on my host pc via 'snap install myapp'. On the raspberry pi it tells me, the snap was not found. How can I publish the app to work on my raspberry pi?14:26
gpntOkay, found out that you have to put an 'architecture: [armhf]' to the snapcraft.yaml. Why is this information not in the official documentation?14:35
john__hi - i just tired installing ubuntu core kvm on my ubuntu machine15:37
john__something went wrong15:37
john__how do i kill this instance15:38
john__so that i can create a new one15:38
john__i followed the instructions on the home page15:38
john__any help will be highly appreciated15:39
john__is anyone in this chat room besides me?15:45
andyworksergiusens: hi, can you show me how?15:55
andyworkor better yet can ANYONE show me how to do that?15:59
=== JanC is now known as Guest64473
=== JanC_ is now known as JanC
Elleowhat's the situations with the home interface? are snaps that use it allowed in the store and if so does it have to be manually connected?18:43
qenghoElleo: We refuse to surprise users. If an app could irreversably harm, then the user has to give it permission. Hey, want to install my  rm_-rf_~  snap?18:47
OsakaFoocould someone point me to some docs which can convince me that my 'snapped' application is okay to be running under root18:48
Elleoqengho: so they are allowed in the store then? but with manual connection?18:49
qenghoElleo: I don't know much about the store, but I think if it's well-known and open-source then it has a good chance of passing store review. But that's a guess.18:50
qenghoOsakaFoo: A normal app, run by the user is running as that user. A daemon will run as root. In both cases, AppArmor and seccomp filters prevent it from accessing very much. You can verify in  /var/lib/snapd/{apparmor,seccomp} .18:55
qenghoOsakaFoo: We can't prove a negative, so we can only invite you to try to break out and see how it fails.18:56
OsakaFooqengho: :)19:21
OsakaFooI shall heck out the profiles19:22
OsakaFoowhats the best way to keep a snap package uptodate?19:23
andyworkhey can I get some help getting my .yaml right19:40
andyworklook here: http://pastebin.com/9ASLvD3b19:40
andyworkif I uncomment the "#"-lines, some libs from stage-packages never makes it into the final snap19:41
=== devil is now known as Guest4760
=== Guest4760 is now known as devil_
=== devil_ is now known as devil__
=== devil__ is now known as devilz
=== devilz is now known as devil_
qenghoOsakaFoo: Do nothing. You get updates automatically.20:18
qenghoandywork: Those lines add a filter of things you want to install. You stage things and then don't install them, and that's weird.20:20
Son_Gokuso I wasn't nuts about LP<->rhbz, it really is disabled: https://bugs.launchpad.net/bugs/bugtrackers/redhat-bugs20:37
andyworkqengho: what should it look like then?21:02
OsakaFoowhats the best way to pass a SSL cert to a snapped deamon?>21:15
OsakaFooqengho: thanks - I like that plan21:15
qenghoOsakaFoo: $ sudo snappedthing.import <cert.txt21:20
qenghoOsakaFoo: $ sudo cp cert.txt $(snappedthing.print-cert-location)21:21
OsakaFoohmm21:30
OsakaFooI can't seem to find that21:31
qenghoOsakaFoo: Did you invent "snappedthing" yet?21:34
OsakaFooyes, its ejabberd in a snap21:35
qenghoOsakaFoo: Did you make an app in your yaml called "print-cert-location"?21:35
qenghoOsakaFoo:     command: bin/echo $SNAP_DATA/osakafoochoiceforcertname21:36
qenghoOsakaFoo:     command: bin/echo $SNAP_DATA/orWhateverOFsDaemonExpectsHere21:39
andyworkqengho: do you have a minute to help me out?21:40
OsakaFooqengho: I think I might have missunderstoon the term invent21:41
OsakaFooI am not writting a snap package, simply using one21:41
OsakaFoothe ejabberd, snap21:42
=== devil is now known as Guest712
=== Guest712 is now known as devil_

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