maas packaging in vivid needs to prevent isc-dhcpd and squid3 from running
Bug #1439159 reported by
Andres Rodriguez
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
Critical
|
Andres Rodriguez |
Bug Description
When installing maas in Vivid, isc-dhcpd and squid3 might end up running and preventing maas-dhcpd or maas-proxy from running. Before, when using upstart jobs, we would prevent upstart jobs from running, but we dont do the same for systemd units.
Related branches
lp://staging/~andreserl/maas/fix_lp1439159
- Raphaël Badin (community): Approve
-
Diff: 35 lines (+12/-2)2 files modifieddebian/maas-dhcp.postinst (+6/-1)
debian/maas-proxy.postinst (+6/-1)
Changed in maas: | |
status: | Confirmed → Fix Committed |
Changed in maas: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
"systemctl disable isc-dhcp-server isc-dhcp-server6" in the postinst;