Greetings:
Following some standard updates, my LXC containers started to act funny. I got all of them back up to snuff except my Firefox container which was setup according to these instructions: Running X11 software in LXD containers.
On LXD startup, or when manually started. I get the following error:
$ lxc start Firefox
Error: Error occurred when starting proxy device: Error: Failed to listen on @/tmp/.X11-unix/X0: listen unix @/tmp/.X11-unix/X0: bind: permission denied
Try `lxc info --show-log Firefox` for more info
$ lxc info --show-log Firefox produces:
Name: Firefox
Location: none
Remote: unix://
Architecture: x86_64
Created: 2020/03/04 10:47 UTC
Status: Stopped
Type: container
Profiles: default, x11
Log:
lxc Firefox 20200919012252.624 WARN cgfsng - cgroups/cgfsng.c:mkdir_eexist_on_last:1152 - File exists - Failed to create director
y "/sys/fs/cgroup/cpuset//lxc.monitor.Firefox"
lxc Firefox 20200919012252.625 WARN cgfsng - cgroups/cgfsng.c:mkdir_eexist_on_last:1152 - File exists - Failed to create director
y "/sys/fs/cgroup/cpuset//lxc.payload.Firefox"
lxc Firefox 20200919012252.628 WARN cgfsng - cgroups/cgfsng.c:fchowmodat:1573 - No such file or directory - Failed to fchownat(17
, memory.oom.group, 1000000000, 0, AT_EMPTY_PATH | AT_SYMLINK_NOFOLLOW )
my LXD snap is 4.5 running on Ubuntu 20.04.1. LTS. I believe the Firefox container is Ubuntu 18.04.
Thank you!