Hi,
I deployed an new MAAS Region from scratch with the new 3.5 version.
I installed from snap, configured vlan, subnet, enabled dhcp, to the point in which the documentation states that “you should be able to add, comission, etc”.
$ maas status
Service Startup Current Since
agent disabled active yesterday at 10:37 UTC
apiserver enabled active yesterday at 10:36 UTC
bind9 disabled active yesterday at 17:27 UTC
dhcpd disabled active yesterday at 17:14 UTC
dhcpd6 disabled inactive -
http disabled active yesterday at 10:36 UTC
ntp disabled active yesterday at 10:36 UTC
proxy disabled active yesterday at 14:15 UTC
rackd enabled active yesterday at 10:36 UTC
regiond enabled active yesterday at 10:36 UTC
syslog disabled active yesterday at 10:36 UTC
temporal disabled active yesterday at 10:36 UTC
temporal-worker disabled active yesterday at 10:36 UTC
I boot new servers on the VLAN, and I can see DHCP, and PXE … until:
provisioningserver.rackdservices.http: [info] /images/3c025aba630a30f7d03d6b02f4947ebc1edf80fc1dcfc861bfc9d3a3352203bc/ubuntu/amd64/ga-22.04/jammy/stable/boot-kernel requested by 10.6.200.3
Which looks to me like the image has been downloaded.
However, no machine is added, or anything.
I have no idea how to debug the issue.
The machine has AMT management and I could enable a serial-over-lan, but I am not sure how to add boot options at this stage to enable a serial console.
I dont see any obvious error message either in logs, thou I find these suspicious:
Aug 16 11:56:15 tarzan dhcpd[83901]: execute_statement argv[0] = /snap/maas/36368/usr/sbin/maas-dhcp-helper
Aug 16 11:56:15 tarzan dhcpd[83901]: execute_statement argv[1] = notify
Aug 16 11:56:15 tarzan dhcpd[83901]: execute_statement argv[2] = --action
Aug 16 11:56:15 tarzan dhcpd[83901]: execute_statement argv[3] = expiry
…
Aug 16 11:56:15 tarzan maas-regiond[54525]: maasserver.rpc.leases: [info] Lease update: expiry for 10.6.200.3 on ec:a8:6b:f9:85:a1 at 2024-08-16 11:56:15
Aug 16 11:56:16 tarzan maas-regiond[54340]: maasserver.region_controller: [warn] The dynamic dns update notification ‘’ is not valid. It will be dropped.
Any ideas on how to debug this?