Hi,
i have an ubuntu container, and suddenly it has stopped wanting to boot.
I have tried to see the failure by looking at the logs, but from what I see in it, it looks like a disk space problem, but I can't see the reason
This is the information that I have seen that you ask for similar cases.
Let's see if you, with more knowledge, know how to see the problem
i have an ubuntu container, and suddenly it has stopped wanting to boot.
I have tried to see the failure by looking at the logs, but from what I see in it, it looks like a disk space problem, but I can't see the reason
Code:
arch: amd64
cores: 1
features: fuse=1,nesting=1
hostname: mediaserver
memory: 2048
mp0: /media/USB1,mp=/media/USB1
mp1: local-lvm:vm-116-disk-1,mp=/media/rclone-cache,size=128G
net0: name=eth0,bridge=vmbr0,firewall=1,gw=192.168.3.1,hwaddr=02:F2:AC:07:49:74,ip=192.168.3.16/24,type=veth
onboot: 1
ostype: ubuntu
rootfs: local-lvm:vm-116-disk-0,size=8G
searchdomain: 192.168.3.1
swap: 2048
Code:
lxc-start 116 20221005112047.417 INFO lsm - ../src/lxc/lsm/lsm.c:lsm_init_static:38 - Initialized LSM security driver AppArmor
lxc-start 116 20221005112047.417 INFO conf - ../src/lxc/conf.c:run_script_argv:337 - Executing script "/usr/share/lxc/hooks/lxc-pve-prestart-hook" for container "116", config section "lxc"
lxc-start 116 20221005112047.841 DEBUG conf - ../src/lxc/conf.c:run_buffer:310 - Script exec /usr/share/lxc/hooks/lxc-pve-prestart-hook 116 lxc pre-start produced output: closing file '/etc/systemd/network/eth0.network.tmp.11816' failed - No space left on device
lxc-start 116 20221005112047.842 DEBUG conf - ../src/lxc/conf.c:run_buffer:310 - Script exec /usr/share/lxc/hooks/lxc-pve-prestart-hook 116 lxc pre-start produced output: error in setup task PVE::LXC::Setup::pre_start_hook
lxc-start 116 20221005112047.849 ERROR conf - ../src/lxc/conf.c:run_buffer:321 - Script exited with status 1
lxc-start 116 20221005112047.849 ERROR start - ../src/lxc/start.c:lxc_init:847 - Failed to run lxc.hook.pre-start for container "116"
lxc-start 116 20221005112047.849 ERROR start - ../src/lxc/start.c:__lxc_start:2008 - Failed to initialize container "116"
lxc-start 116 20221005112047.849 INFO conf - ../src/lxc/conf.c:run_script_argv:337 - Executing script "/usr/share/lxcfs/lxc.reboot.hook" for container "116", config section "lxc"
lxc-start 116 20221005112048.350 INFO conf - ../src/lxc/conf.c:run_script_argv:337 - Executing script "/usr/share/lxc/hooks/lxc-pve-poststop-hook" for container "116", config section "lxc"
lxc-start 116 20221005112048.749 ERROR lxc_start - ../src/lxc/tools/lxc_start.c:main:306 - The container failed to start
lxc-start 116 20221005112048.749 ERROR lxc_start - ../src/lxc/tools/lxc_start.c:main:311 - Additional information can be obtained by setting the --logfile and --logpriority options
Code:
root@server:~# df -h
Filesystem Size Used Avail Use% Mounted on
udev 16G 0 16G 0% /dev
tmpfs 3.1G 1.4M 3.1G 1% /run
/dev/mapper/pve-root 94G 20G 71G 22% /
tmpfs 16G 46M 16G 1% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
/dev/nvme0n1p2 511M 332K 511M 1% /boot/efi
/dev/sda 458G 103G 333G 24% /backup
/dev/sdb1 7.3T 6.4T 969G 88% /media/USB1
/dev/fuse 128M 24K 128M 1% /etc/pve
tmpfs 3.1G 0 3.1G 0% /run/user/0
Code:
root@server:~# vgdisplay
--- Volume group ---
VG Name pve
System ID
Format lvm2
Metadata Areas 1
Metadata Sequence No 278
VG Access read/write
VG Status resizable
MAX LV 0
Cur LV 18
Open LV 11
Max PV 0
Cur PV 1
Act PV 1
VG Size <931.01 GiB
PE Size 4.00 MiB
Total PE 238338
Alloc PE / Size 234244 / <915.02 GiB
Free PE / Size 4094 / 15.99 GiB
VG UUID 4einVL-FFoM-
Code:
root@server:~# zfs list
no datasets available
This is the information that I have seen that you ask for similar cases.
Let's see if you, with more knowledge, know how to see the problem
Last edited: