Open Frew777 opened 9 months ago
same here started an lxc with debian 12 and got the same error. -A start did not help.
if you give read permissions to /sys/class/dmi/id/product_uuid then it works in an unprivileged container
on pve(Proxmox host):
root@pve:~# chmod 444 /sys/class/dmi/id/product_uuid
root@pve:~# ls -l /sys/class/dmi/id/product_uuid
-r--r--r-- 1 root root 4096 may 24 20:27 /sys/class/dmi/id/product_uuid
and restart unpriveleged container iventoy
but after rebooting the pve it will return the permissions to 400
to fix this I added it to cron
root@pve:~# crontab -e
@reboot /usr/bin/chmod 444 /sys/class/dmi/id/product_uuid
as I understand it, access to /sys/class/dmi/id/product_uuid is necessary to link the purchased version to a specific motherboard
Got a Debian 12 LXC container. It's unprivileged, nesting enabled. Trying to run iVentoy server
bash iventoy.sh start
got this errorI'm not the only one who has this problem. Following this, trying to start server with command
bash iventoy.sh -A start
. So, got same error.Please, fix it.