Questions tagged [snap]

12 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
  • 6,085
3
votes
1 answer

How to share docker metrics with Prometheus using Ubuntu server Snap Docker Service

I am using Ubuntu server with a Docker Service installed from the Server Setup (snap) and Prometheus running in a docker container. Server: Distributor ID: Ubuntu Description: Ubuntu 22.04.3 LTS Release: 22.04 Codename: …
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
1
vote
0 answers

How to keep Ubuntu snap applications in systemd user service cgroup?

I have a server also running some systemd user services. Now one service runs a headless chromium browser, which is provided by Ubuntu snap on this system. It now runs under its own scope a la snap.chromium.chromium-....-.scope, not tied to the…
dronus
  • 1,238
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
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
  • 121
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
0
votes
0 answers

file lost in /run/user/1000/doc

Have worked with qelectrotech which installed as snap on ubuntu 20.04 A couple of times it worked creating and updating files. Now after restart it can't find recent files. They are in /run/user/1000/doc/ and than some uuid. I still see the files…
0
votes
0 answers

Could not boot AlmaLinux when restart the os

I tried to reboot my alama linux 9, then it couldn't boot. The following are some of the error snapshots. I booted into single mode and moved snap related systemd files, but it's the similar errors which could not boot. I also tried lvm lvscan,…
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"…
chrislamp
  • 101
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…