Ticket #2896 (closed defect: fixed)
update
| Reported by: | james@… | Owned by: | cperez@… |
|---|---|---|---|
| Milestone: | Component: | base | |
| Severity: | major | Keywords: | |
| Cc: |
Description
cant log on after update Can't open file /var/lib/dhcp3/dhcpd.leases: No such file or directory at /usr/share/perl5/EBox/DHCP.pm line 1309.
Attachments
Change History
comment:1 Changed 2 years ago by ejhernandez@…
- Status changed from new to closed
- Resolution set to fixed
Hello James,
You have stumbled upon a bug in Ubuntu package system. In Zentyal, we use ISC DHCP server which is provided by dhcp3-server real package but there is another package called udhcpd package which provides dhcp3-server. So apt installed udhcpd instead of real dhcp3-server.
So in order to fix that, you may run the following command:
$ sudo apt-get install dhcp3-server
Please, check the udhcpd package is removed from the system by running this command:
$ sudo apt-get remove udhcpd
After that, you should be able to enter the dashboard.
