/srv/irclogs.ubuntu.com/2017/03/07/#snappy.txt

mupBug #1609883 changed: Add an interface to allow access to /var/lock and/or /run/lock/ <cpc> <snapd-interface> <Snappy:Expired> <https://launchpad.net/bugs/1609883>04:19
mupBug #1620693 changed: Permission denied to access /sys/kernel/mm/hugepages/ <snapd-interface> <Snappy:Expired> <https://launchpad.net/bugs/1620693>04:19
mupBug #1638529 changed: Auto-connect is not working for connection between network-manager and modem-manager <snapd-interface> <Snappy:Expired> <https://launchpad.net/bugs/1638529>04:19
pshod" kernel needs apparmor 2.4 compatibility patch " for snap install on ubuntu mate for pi308:52
pshodhelp108:52
pshodhelp108:52
pshodhelp!08:52
pshod_anyone answered pshod?09:37
mupPR snapd#2983 closed: Support spread testing with proxy <Created by nuclearbob> <Merged by mvo5> <https://github.com/snapcore/snapd/pull/2983>09:39
torusJKLHi10:29
torusJKLI'm creating a Snap which contains 2 parts. The second part needs files that have been created in the first part otherwise it will not build.10:29
torusJKLI tried to use a relative path, starting in the root directory of the current part, but libtool does not accept it. If I use the absolute path it builds but now the snapcraft.yaml is not portable anymore.10:30
torusJKLThis is what I have now:10:30
torusJKLbuild: |10:30
torusJKL  ./autogen.sh && ./configure LDFLAGS='-L/home/snapcraft/mySnap/parts/libdb4.8/install/usr/local/BerkeleyDB.4.8/lib/' CPPFLAGS='-I/home/snapcraft/mySnap/parts/libdb4.8/install/usr/local/BerkeleyDB.4.8/include/'10:30
torusJKLIs there an environmental variable that holds the absolute path of previous parts? Or is there any other way to do this?10:30
torusJKLI have also asked this here: http://askubuntu.com/questions/890448/snapcraft-how-do-i-use-an-absolute-path-to-files-of-a-previous-part10:31
joedborgo/10:33
joedborghi torusJKL, have you used the stage and prime directives to keep the files?10:34
joedborgtorusJKL, you can check by looking into the prime and stage directories10:34
torusJKLhi joedborg. How would I active the stage and prime directives?10:43
joedborgtorusJKL, have a look at https://snapcraft.io/docs/reference/plugins/common and focus on the 'stage' and 'snap' sections (but replace 'snap' with 'prime in your yaml, or you'll get warnings)10:44
joedborgtorusJKL, I'm still pretty new to snaps as well, so I hope i've understood what you mean10:44
torusJKLjoedborg. So I could copy the files from the first part to the stage area and then point to them. is there an environment variable for the stage area path?10:52
torusJKLjoedborg. I will try the following $SNAPCRAFT_STAGE10:57
joedborgtorusJKL, you could do it manually, but it'll make repeatably a bit difficult11:01
torusJKLjoedborg, I will try it. Thanks!11:02
joedborgtorusJKL, no problem; good luck.  feel free to ping me if you have any other problems (I might not be able to help, but can always try)11:03
mupPR snapd#2992 opened: hookstate: run the right "snap" command in the hookmanager <Created by mvo5> <https://github.com/snapcore/snapd/pull/2992>11:05
alf_Hi all! I am trying to install a snap on trusty on a system with limited network connectivity, and I get:11:12
alf_Get11:13
alf_https://search.apps.ubuntu.com/api/v1/snaps/details/core?channel=stable&fields=anon_download_url%2Carchitecture%2Cchannel%2Cdownload_sha3_384%2Csummary%2Cdescription%2Cdeltas%2Cbinary_filesize%2Cdownload_url%2Cepoch%2Cicon_url%2Clast_updated%2Cpackage_name%2Cprices%2Cpublisher%2Cratings_average%2Crevision%2Cscreenshot_urls%2Csnap_id%2Csupport_url%2Ctitle%2Ccontent%2Cversion%2Corigin%2Cdeveloper_id%2Cprivate%211:13
alf_Cconfinement: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)11:13
alf_Which is expected since the network may not be working. However, and here is the issue, I get the same error when trying to install the same snap from a local copy (.snap/.assert)11:14
alf_Any idea what could be going on?11:14
=== hikiko is now known as hikiko|ln
mupBug #1670662 opened: snap refresh modem-manager returns always that it has been refreshed (and it hasn't) <Snappy:New> <https://launchpad.net/bugs/1670662>12:16
ogra_ppisati, hey ... did our apparmor patches actually make it into the 96boards kernel tree or is that only in ours ?13:15
mcphailWonder if it is just coincidence my "core" snap is at revision "1337"? :p13:19
ogra_mcphail, magic ;)13:20
mupPR snapd#2985 closed: hookstate: disable configure hook for core on classic <Created by mvo5> <Closed by mvo5> <https://github.com/snapcore/snapd/pull/2985>13:25
ppisatiogra_: only our, and we keep getting new patches13:29
mupBug #1670662 changed: snap refresh modem-manager always returns that it has been refreshed (and it hasn't) <Snappy:Invalid by pedronis> <https://launchpad.net/bugs/1670662>13:47
qenghofor a tarball source with one directory in its root, autotools should start within that child dir as root, yes?14:54
=== King_InuYasha is now known as Conan_Kudo
=== Conan_Kudo is now known as King_InuYasha
=== joedborg_ is now known as joedborg
kyrofaqengho, where is the configure.ac file (or similar)?15:45
qenghokyrofa: foo/configure.ac15:47
kyrofaqengho, then yeah, if you're talking about snapcraft, you probably need to set source-subdir to foo15:48
qenghokyrofa: Is that new behavior? I thought a single dir out of a tarball was a special case, for which the curdir of the upcoming "automake" was different.15:49
kyrofaqengho, I'm not sure I understand what you're asking. No, source-subdir is not new behavior. It just sets the working directory for the plugin's build process15:55
dakerQuestion : is there a way to decompress a .snap file without installing it ? renaming it to .zip doesn't help15:59
qenghodaker: It's "unsquashfs"16:00
qenghoIt's not a zipfile.16:00
naccdaker: and to be clear, extensions in linux mean nothing16:00
naccdaker: so that doesn't make any sense. this isn't windows! :)16:00
qengho...except to zip programs.16:00
qenghoseriously, they're dumb.16:00
dakernacc: for zip programs it does16:00
nacci believe that is no longer true16:01
dakerqengho: yes i did forget about this one (y)16:01
nacc"If no matches are found, the specification is assumed to be a literal filename; and if that  also  fails,  thesuffix  .zip  is  appended."16:01
naccthat is, the tooling hides that stupidity from you16:01
qenghodaker: "file foo" will tell you the format of a file named foo, btw.16:01
naccbut in any case, one could assume that if it were a .zip file and it needed to be *.zip to be useful, it would be named *.zip16:02
dakerqengho: thanks it did work16:03
qenghoLots of things are zipfiles, nacc, not meant to be opened by humans. some Python modules, Jarfiles, Chrome extensions, none will be named .zip, but renaming to .zip will let you unzip them with the command line tools that have existed since 1992.16:05
naccqengho: interesting16:06
naccqengho: i still stand by my initial response of extensions are dumb on linux :)16:06
qenghoOkay then.16:06
naccqengho: but i see why .zip might make sense (using `file` first still seems sane)16:07
mupBug #1670165 changed: alsa interface can't see microphones <snapd-interface> <snapd:Triaged> <https://launchpad.net/bugs/1670165>16:18
mupBug #1639095 changed: On archlinux, /snap/bin is not added to the $PATH <archlinux> <snapd:New> <https://launchpad.net/bugs/1639095>16:21
mupPR snapd#2993 opened: interfaces: fix default content attribute value <Created by mvo5> <https://github.com/snapcore/snapd/pull/2993>16:23
=== paperManu_ is now known as paperManu
mupBug #1670749 opened: classic confinement requires manually setting PATH and PYTHONPATH <Snappy:New> <https://launchpad.net/bugs/1670749>16:27
elopioppisati: can you please take a look at this? https://github.com/snapcore/snapcraft/pull/1148#pullrequestreview-2542633716:33
mupPR snapcraft#1148: kernel plugin: if dtb target == NULL and arch == (arm||arm64), build and install all dtbs <Created by piso77> <Merged by sergiusens> <https://github.com/snapcore/snapcraft/pull/1148>16:33
mupPR snapd#2993 closed: interfaces: fix default content attribute value <Created by mvo5> <Closed by mvo5> <https://github.com/snapcore/snapd/pull/2993>16:49
jdstrandogra_: hey, fyi my comments in bug #1670475. it seems to only affect dragonboard16:49
mupBug #1670475: apt-secure complaints with classic snap on arm64 (dragonboard) <Snappy:New> <https://launchpad.net/bugs/1670475>16:49
Odd_BlokeWe have a snap that we only want to be available to a few select users (i.e. the people who publish the snap, and a bot account which is auth'd on our production systems).  Are we able to upload a snap in such a way that it can't be installed by Jane Random but can be by a subset of people?16:58
Odd_Bloke(I know a lot of work has happened on collaboration since I was last looking at this last year, but I haven't kept track closely enough to answer my own question. :p)16:59
pedronisOdd_Bloke: yes, private snaps work like that17:00
Odd_BlokeSweet; and we can have the full channels experience with them?17:00
Odd_Bloke(We only really need channels 1.0; we won't have more than a single major release for quite some time.)17:01
pedronisOdd_Bloke: afair yes, they get published to channels etc, just that only the people with access can get them17:03
kyrofaOdd_Bloke, pedronis that's my understanding as well17:03
mupPR snapd#2994 opened: interfaces: fix default content attribute value <Created by mvo5> <https://github.com/snapcore/snapd/pull/2994>17:12
Odd_BlokeOK, great.17:17
Odd_BlokeAnd, last question, I think: how do I make a snap private?  None of the snapcraft commands appear to refer to either public or private (and I think the default is public?).17:18
kyrofaOdd_Bloke, indeed, I'm not sure that's exposed in snapcraft very well, but it's definitely on myapps.developer.ubuntu.com17:29
kyrofaThere's a "Make private" button17:29
Odd_BlokeCoolio.17:34
cachio_tyhicks, ping18:11
tyhickscachio_: hey - no progress on the dbus perf testing yet18:14
cachio_tyhicks, ok, thanks19:25
jdstrandniemeyer: hey, I sent 3 messages to snapcraft@ today, but they aren't showing up. I sent something to the internal list and it did. are my emails to snapcraft@ being moderated?19:48
kyrofajdstrand, yeah, last email I see from you was on the 3rd19:48
jdstrandyeah, I sent two yesterday and they aren't there19:50
jdstrandit shouldn't be my client. it is sending to the canonical smtp server for the internal list as well as the external, and the ones to the internal are going through19:51
kyrofajdstrand, SOMEONE didn't like what you had to say...19:52
kyrofa:P19:52
jdstrandI guess so :)19:52
kyrofaMaybe barry is secretly putting anti-jdstrand filters into mailman and it's only been deployed to snapcraft.io so far19:53
jdstrandheh19:53
jdstrandI don't *think* he'd do that to me :)19:54
barrykyrofa: SSSH!! you're not supposed to tell anyone19:56
kyrofaHaha19:57
jdstrandhehe19:58
mupPR snapd#2995 opened: Extend out-of-process provider support <Created by vosst> <https://github.com/snapcore/snapd/pull/2995>20:29
mwhudsonkyrofa: hey, i think https://github.com/snapcore/snapcraft/pull/1170 is waiting for you?20:38
mupPR snapcraft#1170: core: fix symlink resolution in get_core_dynamic_linker <Created by mwhudson> <https://github.com/snapcore/snapcraft/pull/1170>20:38
kyrofamwhudson, +1 from me, but I'm not clear if elopio is supposed to do something before it merges20:40
mwhudsonkyrofa: fair enough, but could you change your review? i don't know who is waiting for who either :)20:41
kyrofamwhudson, oh I did!20:41
kyrofamwhudson, thanks for the ping, I was waiting to see what happened there and didn't notice I was still requesting changes20:41
mwhudsonkyrofa: oh sorry, thanks, the mail took a while to arrive20:41
mupPR snapcraft#1174 opened: copy, dump plugin: ignore symlinks to libc <Created by kyrofa> <https://github.com/snapcore/snapcraft/pull/1174>21:28
bdmurrayubuntu core includes a file /usr/share/snappy/dpkg.list, is that available somewhere outside of the Ubuntu Core system?21:47
bdmurrayLike the manifest file on cdimage21:48
mupBug #1670852 opened: python entry_points not installed into /snap/<snap>/current/bin <Snappy:New> <https://launchpad.net/bugs/1670852>22:08
mupPR snapd#2994 closed: interfaces: fix default content attribute value <Created by mvo5> <Merged by niemeyer> <https://github.com/snapcore/snapd/pull/2994>22:23
mupPR snapcraft#1173 closed: demos, tests: add a message to exit the mosquitto subscriber <Created by elopio> <Merged by sergiusens> <https://github.com/snapcore/snapcraft/pull/1173>22:40
mupPR snapd#2992 closed: hookstate: run the right "snap" command in the hookmanager <Created by mvo5> <Merged by niemeyer> <https://github.com/snapcore/snapd/pull/2992>22:50
kyrofaHuh... jdstrand I just realized MY emails to snapcraft aren't going through either!22:51
kyrofajdstrand, the last one in the archive from me is from the 1st22:51
jdstrandthe saga continues22:51
jdstrandniemeyer: fyi, ^22:52
kyrofajdstrand, even though I see the email I sent in the list on thunderbird22:52
mupPR snapcraft#1170 closed: core: fix symlink resolution in get_core_dynamic_linker <Created by mwhudson> <Merged by sergiusens> <https://github.com/snapcore/snapcraft/pull/1170>22:52
kyrofajdstrand, suddenly all our emails will show up and we'll both look like we're waaaay behind the times22:53
jdstrandkyrofa: if it is both of us, it is likely others23:12
dasjoeI'm having some trouble getting my apu2c4 to boot snappy 16 off a USB stick, is ttyS0 disabled after grub?23:38

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