You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran the script in the Shell window of my node in ProxMox but I get the following result.
Any idea what could be the issue? I'm not a Linux expert and can't figure it out.
Note: I also tried a Privileged LXC container but I get the same result.
root@bliksembaard:~# bash -c "$(wget -qLO - https://raw.githubusercontent.com/JedimasterRDW/proxmox_motioneye_container/master/create_container.sh)" [INFO] Using 'local-lvm' for storage location. [INFO] Container ID is 101. Updating LXC template list... Downloading LXC template... Do you want a privileged container?(yes/no) no Creating UnPrivileged LXC container... mount: /var/lib/lxc/101/rootfs: can't read superblock on /dev/mapper/pve-vm--101--disk--0. mounting container failed command 'mount /dev/dm-10 /var/lib/lxc/101/rootfs//' failed: exit code 32 CT is locked (mounted) [ERROR] 32@122 Unknown failure occured. Logical volume "vm-101-disk-0" successfully removed
The text was updated successfully, but these errors were encountered:
I ran the script in the Shell window of my node in ProxMox but I get the following result.
Any idea what could be the issue? I'm not a Linux expert and can't figure it out.
Note: I also tried a Privileged LXC container but I get the same result.
root@bliksembaard:~# bash -c "$(wget -qLO - https://raw.githubusercontent.com/JedimasterRDW/proxmox_motioneye_container/master/create_container.sh)" [INFO] Using 'local-lvm' for storage location. [INFO] Container ID is 101. Updating LXC template list... Downloading LXC template... Do you want a privileged container?(yes/no) no Creating UnPrivileged LXC container... mount: /var/lib/lxc/101/rootfs: can't read superblock on /dev/mapper/pve-vm--101--disk--0. mounting container failed command 'mount /dev/dm-10 /var/lib/lxc/101/rootfs//' failed: exit code 32 CT is locked (mounted) [ERROR] 32@122 Unknown failure occured. Logical volume "vm-101-disk-0" successfully removed
The text was updated successfully, but these errors were encountered: