Package Details: snapd 2.62-2

Git Clone URL: https://aur.archlinux.org/snapd.git (read-only, click to copy)
Package Base: snapd
Description: Service and tools for management of snap packages.
Upstream URL: https://github.com/snapcore/snapd
Licenses: GPL3
Conflicts: snap-confine
Submitter: Barthalion
Maintainer: bboozzoo (zyga, mardy)
Last Packager: bboozzoo
Votes: 210
Popularity: 2.49
First Submitted: 2018-01-07 17:37 (UTC)
Last Updated: 2024-04-29 06:41 (UTC)

Pinned Comments

bboozzoo commented on 2018-10-25 11:56 (UTC) (edited on 2024-04-09 07:39 (UTC) by bboozzoo)

Package update notes

2.36

2.36 is the first release with AppArmor enabled by default on Arch.

If you do not have AppArmor enabled at boot there should be no functional changes visible.

If you wish to use snaps with Apparmor, first make sure that Apparmor is enabled during boot, see https://wiki.archlinux.org/index.php/AppArmor for details. After upgrading the package, you need to do the following steps:

  • Reload the profiles: systemctl restart apparmor.service
  • Restart snapd: systemctl restart snapd.service
  • Load profiles for snaps: systemctl enable --now snapd.apparmor.service
2.62

Since 2.62 snapd generated additional files describing the sandbox. The snapd service needs to be restarted after the update for snaps to continue working (unless the system is rebooted after the update, in which case no additional steps are needed). To restart, run systemctl restart snapd.service

Latest Comments

« First ‹ Previous 1 .. 11 12 13 14 15 16 17 18 19 20 21 .. 24 Next › Last »

archplayer commented on 2019-11-01 01:34 (UTC)

Hi. Ever since end of May 2019, snappy daemon fails to start on my system (with or without apparmor). This is what I see in the output of

$ sudo journalctl -u snapd.service
...
cannot run daemon: state startup errors: [cannot obtain snap-seccomp version information: invalid format of version-info: "6f33567a6d5533534e6273424138556e5a7757582f654153436e383650336a61346537544b673975482f565059786473696e77496b3275724a39755f6d6d2f48314d544863384d51344c417a4c387845717976 2.4.1 8c73f36d3de1f71977107bf6687514f16787f639058b4db4c67b28dfdb2fd3af bpf-actlog"]

bboozzoo commented on 2019-10-22 08:27 (UTC)

@malathion is there anything in dmesg that would suggest AppArmor blocked it? Anything in journalctl -u snapd? Does uname -r list the same kernel version as reported by pacman -Q linux?

rpdelaney commented on 2019-10-22 08:20 (UTC) (edited on 2019-10-22 08:21 (UTC) by rpdelaney)

$ sudo snap install <thing>
error: system does not fully support snapd: cannot mount squashfs image using "squashfs": mount:
       /tmp/sanity-mountpoint-581485990: mount failed: Operation not permitted.

bboozzoo commented on 2019-10-17 08:57 (UTC)

@landaro do you have a log perhaps? Are you sure this isn't your AUR helper? There's no dependency on netcat (either variant), so I'm not sure how you got there. It builds and installs just fine if nc isn't available.

landaro commented on 2019-10-17 08:50 (UTC)

I believe there might be a missing dependency on netcat with this package. My initial installation attempt failed with a command not found: nc. Manually installing one of the providers for nc fixed the problem, though.

dharrigan commented on 2019-10-05 20:43 (UTC)

Hi,

Thanks for fixing! Yes, GO111MODULES was set to on. I've disabled it (or rather, put it to the default behaviour of auto).

Thank you for being responsive :-)

-=david=-

bboozzoo commented on 2019-10-05 13:27 (UTC) (edited on 2019-10-05 13:38 (UTC) by bboozzoo)

@dharrigan that's a bit surprising, snapd does not use go.mod. Is it possible that you have GO111MODULE=on in your environment?

Edit: yeah, I was able to reproduce this problem by setting GO111MODULE=on in my environment. I've pushed an update.

dharrigan commented on 2019-10-05 07:55 (UTC) (edited on 2019-10-05 07:55 (UTC) by dharrigan)

Hi,

Getting build errors when attempting to install snapd (or snapd-git). Here's the output:

==> Validating source files with sha256sums...
    snapd-2.42.tar.xz ... Passed
==> Cleaning up...
==> Making package: snapd 2.42-1 (Sat 05 Oct 2019 08:51:16 BST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found snapd-2.42.tar.xz
==> Validating source files with sha256sums...
    snapd-2.42.tar.xz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting snapd-2.42.tar.xz with bsdtar
==> Starting prepare()...
==> Sources are ready.
==> Making package: snapd 2.42-1 (Sat 05 Oct 2019 08:51:17 BST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
*** Setting version to '2.42-1' from user.
go: finding github.com/snapcore/snapd latest
can't load package: package github.com/snapcore/snapd/cmd/snap: no matching versions for query "latest"
==> ERROR: A failure occurred in build().
    Aborting...
Error making: snapd

homelessuser commented on 2019-10-02 03:22 (UTC)

@bboozzoo remmina was the application that had no fonts, but also snap store was missing fonts also.