=== c-nv-s_ is now known as c-nv-s === utlemming is now known as utlemming_away [02:42] can snappy look for snaps at multiple websites besides system-image.ubuntu.com? If so, how do I add my own website on an unbuntu core system? [02:43] I'm thinking something in /etc/system-image/config.d/30_local_repository.ini [02:43] ... and its a little odd that these are ini files and not yaml files [02:46] .ini files are just fine for most things. it's not often that you need hierarchy in configs [09:17] I've created a my packageā€¦ but when I try to run the binary, I'll get a "execv failed: Permission denied". Any hint where I should look to fix this? [09:17] *my first snap package [11:21] svij: you still there? [13:48] svij, from the hello-world example, i noticed they added a 'caps: []' to each binary in the sequence of binaries in package.yaml, see http://bazaar.launchpad.net/~snappy-dev/snappy-hub/snappy-examples/view/head:/hello-world/meta/package.yaml [13:49] I think this is for apparmor but I don't know much about apparmor so I defer to the more knowledgable on the channel [13:49] for my first snap, I got a similar error, added this and then it worked [13:50] the documentation doesn't identify this in its example