OpenPrinting / cups

OpenPrinting CUPS Sources
https://openprinting.github.io/cups
Apache License 2.0
958 stars 174 forks source link

Proxmox lxc container "Failed to send reload request: No such file or directory" #938

Closed Trrw closed 2 months ago

Trrw commented 2 months ago

Hello, I have Ubuntu 21.04 running in a lxc container in Proxmox. I would like to install CUPS here. For this I have activated fuse and nesting in the container. 1) apt update && apt upgrade -y 2) apt install squashfuse snapd -y 3) snap install cups 4) Error:

snap install cups
2024-04-10T18:46:47Z INFO Waiting for automatic snapd restart...
Error: cannot perform the following tasks:
- Snap "cups" (1041) Set up security profiles (cannot set up udev for snap "cups": cannot reload udev rules: exit status 1
udev output:
Failed to send reload request: No such file or directory
)
- Set up security profiles for snap "cups" (1041) (udev rules cannot be reloaded: Exit status 1
udev output:
Failed to send reload request: No such file or directory
)
- Snap "cups" (1041) Set up security profiles for auto connections (cannot reload udev rules: Exit status 1
udev output:
Failed to send reload request: No such file or directory
)

What can I do?

michaelrsweet commented 2 months ago

You might be better off installing the regular CUPS packages for this scenario - I'm not sure whether/how nested containers will work with that configuration...