Hey guys,
I’m currently upgrading my server from 1.5.7 to 1.5.9. I’ve been okay troubleshooting the changes thus far, but I’m stuck at what I believe to be a DHCP issue. The error seems to occur here:
renamed '/etc/dhcp/dhcpd.conf' -> '/etc/dhcp/dhcpd.conf.1613055515'
Failed to enable unit: Unit file 10.10.60.2.service does not exist.
Failed to stop 10.10.60.2.service: Unit 10.10.60.2.service not loaded.
Failed to start 10.10.60.2.service: Unit 10.10.60.2.service not found.
Unit 10.10.60.2.service could not be found.
10.10.60.2 is the static IP of the server, which is present via ifconfig
eno1: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 10.10.60.2 netmask 255.255.255.0 broadcast 10.10.60.255
inet6 fe80::d27b:b7e8:4038:cbd8 prefixlen 64 scopeid 0x20<link>
ether 40:a8:f0:54:18:dd txqueuelen 1000 (Ethernet)
RX packets 12117435 bytes 1559340123 (1.5 GB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 54786770 bytes 80180012535 (80.1 GB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
device interrupt 20 memory 0xf7c00000-f7c20000
Also DHCP is running, I’ve tried restarting the service as well:
user@fogserver:~/Downloads/fogproject-1.5.9/bin/error_logs$ systemctl | grep dhc
isc-dhcp-server.service loaded active running ISC DHCP IPv4 server
What exactly is the install looking for, or what is the 10.10.60.2.service?
Let me know if I can pull any more info to help.