Nooguat
(Zbaboum)
June 2, 2022, 1:27pm
1
Hello,
Each time I tried to start a container I got this error from lxd
Failed closing listener connection
err="close unix /var/lib/lxd/unix.socket->@: use of closed network connection"
listener=f36b9644-d974-42a5-a93d-5facc3e40fba
Do you have any clue about this ? I can’t find anything about it
Thanks
tomp
(Thomas Parrott)
June 2, 2022, 2:54pm
2
Sounds like lxd is crashing, can you see if you can get a stack trace:
Debugging a stack trace:
systemctl stop snap.lxd.daemon.service snap.lxd.daemon.unix.socket
sudo lxd --debug --group lxd
To start backup normal:
systemctl start snap.lxd.daemon.unix.socket
lxc info
Nooguat
(Zbaboum)
June 2, 2022, 3:37pm
4
Found why by testing it via lxc directly. Caused by the fact I forgot to mount cgroups for systemd (I use openrc system). While those errors are still popping, container is starting
tomp
(Thomas Parrott)
June 2, 2022, 3:50pm
5
Did you get a stack trace? Would be interesting to see what caused the drop in connection.