-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
maas-dhcpd does not start/work when installing 3.3 on 22.04 from deb #124
Comments
Facing the same problem, done multiple deployments with this ansible playbooks and maas-dhcpd does not start. Tried with deb deployment of version 3.4 and 3.3 with no luck. Restarting the maas-dhcpd service and then running service maas-dhcpd status displays that the dhcpd-interfaces file is missing
If i create that file, then it complains that dhcpd.conf is missing. I do not want to manually write this configuration file so my troubleshooting stops there.
Any idea where to start solving this in scope of these playbooks? |
This is a potentially hacky solution, but the maas snap creates both of these files If you're willing to try copying those into the deb environment? |
This bug occurs on 3.4/5 deb setup too. |
After a lot of testing, i am now pretty convinced that there is something broken/or missing in the MaaS 3.3 installation when choosing to install from "deb" instead of "snap" (while using the playbooks from the current main branch). The playbook finishes successfully and initially all looks good, but i was not able to make the maas-dhcpd actually start. I have done all the usual "have you tried turning it off and on again" things like rebooting, restarting maas-rackd and regiond, enabling and disabling DHCP for the network again and again... and so on. I am currently not sure what the reason behind this is, but when choosing "snap" as installation method, everything seems to work just fine and exactly as expected (meaning dhcpd starts immediately after enabling DHCP for at least one subnet/vlan).
While debugging, i also found this related ticket:
https://discourse.maas.io/t/maas-3-3-dhcdp-process-not-running/6544
The text was updated successfully, but these errors were encountered: