OwnCloud Container won't start!

fellerrm

New Member
May 8, 2025
2
0
1
I have a home server that is running proxmox and one of my containers is running owncloud infinite scale. Power went out during a storm and when I tried to boot everything back up my owncloud container wouldn't boot. I've tried searching online but I'm still a novice so I don't know much of what's going on. Using Claude I found the error in the boot up log.

Code:
lxc-start 101 20250507220224.362 DEBUG    start - ../src/lxc/start.c:__lxc_start:2154 - Bus error(7) - Container "101" init exited
lxc-start 101 20250507220224.362 INFO     error - ../src/lxc/error.c:lxc_error_set_and_log:34 - Child <57061> ended on signal Bus error(7)

Is there anything I can do to fix it or will I have to start over?
 

Attachments

lxc-start 101 ... DEBUG start - Container "101" init exited
lxc-start 101 ... INFO error - Child <PID> ended on signal Bus error(7)

Could be caused by a hardware error or, more likely, a file system error in the rootfs of the CT. What storage type [0] used for the container?
Please also post the container configuration:

Code:
pct config <vmid>

[0] https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_storage_types
 
Could be caused by a hardware error or, more likely, a file system error in the rootfs of the CT. What storage type [0] used for the container?
Please also post the container configuration:

Code:
pct config <vmid>

[0] https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_storage_types
The container is on an SSD. Here is the config output.

Code:
arch: amd64
cores: 2
hostname: ownClouud
memory: 2048
mp0: /tank,mp=/mnt/tank
net0: name=eth0,bridge=vmbr0,firewall=1,gw=192.168.50.1,hwaddr=BC:24:11:F5:77:AA,ip=192.168.50.200/24,type=veth
ostype: ubuntu
rootfs: local-lvm:vm-101-disk-1,size=8G
swap: 512
 
Thank you. The data here "mp0: /tank,mp=/mnt/tank" are ok, right?

So please do a filesystemcheck directly on the rootfs of the stopped container:

Code:
pct fsck <vmid>

For more options take a look at "pct help fsck".