canonical / snapcraft.io

The official website's repository for the Snap store
https://snapcraft.io/
Other
146 stars 110 forks source link

System does not fully support snapd while trying to install surfshark #4895

Open out-2Lunch opened 4 weeks ago

out-2Lunch commented 4 weeks ago

Expected behaviour

Install the snap without error.

Steps to reproduce the problem

  1. sudo dnf install snapd
  2. reboot
  3. sudo ln -s /var/lib/snapd/snap /snap
  4. sudo snap install surfshark

Specs

Detailed error message, etc. upon executing step 4:

error: system does not fully support snapd: cannot mount squashfs image using "squashfs": ----- mount: /tmp/syscheck-mountpoint-297522244: wrong fs type, bad option, bad superblock on /dev/loop0, missing codepage or helper program, or other error.

   dmesg(1) may have more information after failed mount system call.

From dmesg: security_context_str_to_sid (system_u:object_r:snappy_snap_t:s0) failed with errno=-22

Any hints to what may be the issue are appreciated

cosmic-zip commented 2 days ago

post sudo systemctl status snapd. if it's disabled or stopped run: sudo systemctl enable --now snapd