Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!.

Questions tagged [snap]

Score of 1
0 answers
140 views

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....
Score of 0
0 answers
198 views

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/...
Score of 0
0 answers
491 views

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 ...
Score of 3
1 answer
1444 views

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 ...
Score of 1
0 answers
845 views

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, ...
Score of 1
1 answer
1804 views

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: /...
Score of 0
0 answers
151 views

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:...
Score of 0
1 answer
2859 views

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 ...
Score of 1
0 answers
86 views

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 '...
Score of 3
1 answer
572 views

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 ...
Score of 1
1 answer
3043 views

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 ...
Score of 6
1 answer
3949 views

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 ...