Gabe,
Listed below is the /proc/14576/ns.
root@phyFLEX-i:~ ls -lrt /proc/14576/ns
-r-------- 1 root root 0 Feb 6 13:25 uts
-r-------- 1 root root 0 Feb 6 13:25 net
-r-------- 1 root root 0 Feb 6 13:25 ipc
root@phyFLEX-i:~
The previous “lxc-info -n f1” command shows that the container’s PID is 14576. The “ps uax|egrep systemd” execution shows:
root@phyFLEX-i:~ ps uax|egrep systemd
root 1882 0.0 0.0 2020 456 ? Ss 09:08 0:00 /lib/systemd/systemd-stdout-syslog-bridge
root 2469 0.0 0.0 2600 1008 ? Ss 09:08 0:00 /lib/systemd/systemd-logind
103 2483 0.0 0.0 2352 1120 ? Ss 09:08 0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --systemd-activation
root 15050 0.0 0.0 2020 460 ? Ss 13:21 0:00 /lib/systemd/systemd-stdout-syslog-bridge
root 15724 0.0 0.0 2600 1048 ? Ss 13:21 0:00 /lib/systemd/systemd-logind
103 15732 0.0 0.0 2352 1124 ? Ss 13:21 0:00 /usr/bin/dbus-daemon --system --address=systemd: --nofork --systemd-activation
root 16064 0.0 0.0 2124 380 pts/4 S+ 13:30 0:00 egrep systemd
root@phyFLEX-i:~
I need to do a research on the result to resolve this failure.
Tommy