Questions tagged [snap]
The snap tag has no summary.
12 questions
Score of 1
0 answers
140 views
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....
Score of 0
0 answers
198 views
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/...
Score of 0
0 answers
491 views
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 ...
Score of 3
1 answer
1444 views
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
...
Score of 1
0 answers
845 views
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, ...
Score of 1
1 answer
1804 views
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:
/...
Score of 0
0 answers
151 views
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:...
Score of 0
1 answer
2859 views
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 ...
Score of 1
0 answers
86 views
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 '...
Score of 3
1 answer
572 views
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 ...
Score of 1
1 answer
3043 views
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 ...
Score of 6
1 answer
3949 views
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
...