Proxmox 8.4.1
I was trying to add an IPv6 ranges to my SDN setup - so I added an ULA /48 to the vnet, and added a dhcp range. In /etc/pve/sdn/subnets.cfg I see
which looks correct.
When trying to start any container I get the following:
I'm wondering what exactly is going wrong?
Once I remove the IP address from the IPAM and remove the subnet from the vnet, things start without an issue.
I was trying to add an IPv6 ranges to my SDN setup - so I added an ULA /48 to the vnet, and added a dhcp range. In /etc/pve/sdn/subnets.cfg I see
Code:
subnet: local-fdaa:b3a8:7e93::-48
vnet vnet0
dhcp-range start-address=fdaa:b3a8:7e93::100,end-address=fdaa:b3a8:7e93::200
gateway fdaa:b3a8:7e93::1
When trying to start any container I get the following:
code_language.shell:
# pct start 103 --debug
run_buffer: 571 Script exited with status 11
lxc_init: 845 Failed to run lxc.hook.pre-start for container "103"
__lxc_start: 2034 Failed to initialize container "103"
0 hostid 100000 range 65536
INFO lsm - ../src/lxc/lsm/lsm.c:lsm_init_static:38 - Initialized LSM security driver AppArmor
INFO utils - ../src/lxc/utils.c:run_script_argv:587 - Executing script "/usr/share/lxc/hooks/lxc-pve-prestart-hook" for container "103", config section "lxc"
DEBUG utils - ../src/lxc/utils.c:run_buffer:560 - Script exec /usr/share/lxc/hooks/lxc-pve-prestart-hook 103 lxc pre-start produced output: org.freedesktop.DBus.Error.ServiceUnknown: The name uk.org.thekelleys.dnsmasq.local was not provided by any .service files
ERROR utils - ../src/lxc/utils.c:run_buffer:571 - Script exited with status 11
ERROR start - ../src/lxc/start.c:lxc_init:845 - Failed to run lxc.hook.pre-start for container "103"
ERROR start - ../src/lxc/start.c:__lxc_start:2034 - Failed to initialize container "103"
INFO utils - ../src/lxc/utils.c:run_script_argv:587 - Executing script "/usr/share/lxcfs/lxc.reboot.hook" for container "103", config section "lxc"
startup for container '103' failed
I'm wondering what exactly is going wrong?
Once I remove the IP address from the IPAM and remove the subnet from the vnet, things start without an issue.
Last edited: