Hi,
I installed fresh dedicated server with Debian 11.
I installed probably latest LXD from snapd.
I’ve created new container and unfirtunatelly it doesn’t want to start fully. It looks like he is hanging on dnsmasq process:
ps ax on mother server:
1117 ? Ss 0:00 /bin/sh /snap/lxd/22358/commands/daemon.start
1273 ? Sl 0:02 _ lxd --logfile /var/snap/lxd/common/lxd/logs/lxd.log --group lxd
1372 ? Ss 0:00 _ dnsmasq --keep-in-foreground --strict-order --bind-interfaces --except-interface=lo --pid-file= --no-ping --interface=lxd
and container still doesn’t have IP and the only processes in it are:
[root@fh1 ~]# ps ax
PID TTY STAT TIME COMMAND
1 ? Ss 0:00 /sbin/init
62 pts/1 Ss 0:00 bash
71 pts/1 R+ 0:00 ps ax
[root@fh1 ~]#
Could you help with this?