Tomasz Chmielewski
2018-11-08 19:29:46 UTC
LXD 3.6 from a snap on an up-to-date Ubuntu 18.04 server:
lxd 3.6 9510 stable canonical✓ -
Suddenly, some (but not all) containers lost their /proc filesystem:
# ps auxf
Error: /proc must be mounted
To mount /proc at boot you need an /etc/fstab line like:
proc /proc proc defaults
In the meantime, run "mount proc /proc -t proc"
#
I think I've seen something similar like this in the past.
Can it be attributed to some not-so-well automatic snap upgrades?
Tomasz Chmielewski
https://lxadm.com
lxd 3.6 9510 stable canonical✓ -
Suddenly, some (but not all) containers lost their /proc filesystem:
# ps auxf
Error: /proc must be mounted
To mount /proc at boot you need an /etc/fstab line like:
proc /proc proc defaults
In the meantime, run "mount proc /proc -t proc"
#
I think I've seen something similar like this in the past.
Can it be attributed to some not-so-well automatic snap upgrades?
Tomasz Chmielewski
https://lxadm.com