Closed issue by egrain on void-packages repository https://github.com/void-linux/void-packages/issues/38682 Description: ### Is this a new report? Yes ### System Info 5.18.17_1 #1 SMP PREEMPT_DYNAMIC Fri Aug 12 13:53:18 UTC 2022 x86_64 GNU/Linux musl. ### Package(s) Affected lxc-5.0.1_1 ### Does a report exist for this bug with the project's home (upstream) and/or another distro? _No response_ ### Expected behaviour It working like it did before the update. All I did was XBoxPlayStation-install -Su and init 6. ### Actual behaviour lxc-start: alpina: ../src/lxc/network.c: lxc_create_network_unpriv_exec: 2990 lxc-user-nic failed to configure requested network: ../src/lxc/cmd/lxc_user_nic.c: 802: create_db_dir - Permission denied - Failed to create /run/lxc ../src/lxc/cmd/lxc_user_nic.c: 1125: main: Failed to create directory for db file lxc-start: alpina: ../src/lxc/start.c: lxc_spawn: 1840 Failed to create the network lxc-start: alpina: ../src/lxc/start.c: __lxc_start: 2107 Failed to spawn container "alpina" lxc-start: alpina: ../src/lxc/tools/lxc_start.c: main: 306 The container failed to start lxc-start: alpina: ../src/lxc/tools/lxc_start.c: main: 311 Additional information can be obtained by setting the --logfile and --logpriority options and if i mkdir /run/lxc, chown lxcuser /run/lxc i get this: lxc-start: alpina: ../src/lxc/network.c: lxc_create_network_unpriv_exec: 2990 lxc-user-nic failed to configure requested network: ../src/lxc/cmd/lxc_user_nic.c: 474: instantiate_veth - Operation not permitted - Failed to create veth1003_cv7j-veth1003_cv7jp ../src/lxc/cmd/lxc_user_nic.c: 529: create_nic: Error creating veth tunnel ../src/lxc/cmd/lxc_user_nic.c: 720: get_nic_if_avail: Failed to create new nic ../src/lxc/cmd/lxc_user_nic.c: 1206: main: Quota reached lxc-start: alpina: ../src/lxc/start.c: lxc_spawn: 1840 Failed to create the network lxc-start: alpina: ../src/lxc/start.c: __lxc_start: 2107 Failed to spawn container "alpina" lxc-start: alpina: ../src/lxc/tools/lxc_start.c: main: 306 The container failed to start lxc-start: alpina: ../src/lxc/tools/lxc_start.c: main: 311 Additional information can be obtained by setting the --logfile and --logpriority options ### Steps to reproduce Have a working lxc user + container. Update the system. Reboot. Try and start it with: lxc-start -n nameofyourcontainer -F Thanks for reading.