Questions tagged [snap]

8 questions
6
votes
1 answer

How to upgrade snap packages using Ansible?

The aim is to upgrade snap packages, e.g. n3dr and informado, using Ansible. The following task has been created: - name: Install various snap packages snap: name: - informado - n3dr Attempts to solve the issue The following…
030
  • 5,901
  • 13
  • 68
  • 110
2
votes
1 answer

Mount ZFS pool before snapd starts

I have a zpool that has a mountpoint at /var. When I start my server up, the snapd service always throws a bunch of errors and fails to start because it attempts to mount a bunch of things from /var to /snap but it attempts the mounts before the…
magikid
  • 123
  • 4
1
vote
0 answers

OOM killer beeing invoked by snapd systemd timer, CPU usage locks at 100% (snapd, mount, certbot)

Im having trouble debugging why my nodeJS webapp gets killed by the OOM killer in Debian 11. Im working on a small VPS (VMware ESX 7.0.3 build-21313628) by IONOS with single core 1GHz cpu, 512MB RAM, 1,9GB swap and 10GB SSD. The webapp runs with pm2…
1
vote
0 answers

SSL certs w/Snapcraft Plume app

Using the Snapcraft app package Plume which is a publishing/blogging package using ActivityPub. The only, current problem is when an instance other than the one I've installed attempts to 'like' or 'boost' a post it's unable to retrieve an SSL…
1
vote
1 answer

How do I stop snaps mounting during boot on Ubuntu 18.04?

Booting my very capable PC has become a fingers-on-chalkboard-grating slow nightmare because of snap. It's gone from 5-10 seconds to login screen after GRUB to now 30-45 seconds, sometimes up to a minute or more. This is absurd. I'd prefer to not…
Rob
  • 135
  • 7
0
votes
1 answer

Debian 11 : Can't add squashfs to /proc/filesystems

I'm trying to fix an issue with snap I'm having : root@puppeteer:~# snap install core error: system does not fully support snapd: cannot mount squashfs image using "squashfs": mount: /tmp/sanity-mountpoint-180662911: unknown filesystem type…
hendr1x
  • 101
  • 3
0
votes
0 answers

Why Firefox is trying to access .bashrc?

This Ubuntu 22.04 installation is fairly new. Why firefox is trying to read .bashrc and many other files. Does this indicate a security breach? [340664.822484] audit: type=1400 audit(1665738538.467:3862): apparmor="DENIED" operation="open"…
0
votes
1 answer

Cant install certbot using snap return: Run configure hook of "certbot" snap if present

I want to install certbot using snap, but when I tried Official instruction: sudo snap install core; sudo snap refresh core sudo snap install --classic certbot but returns: error: cannot perform the following tasks: Run configure hook of…