[SOLVED] dHcpleases: Could not deliver signal HUP to process
-
Hello,
I'm on 2.1 PfSense Beta1 built on Fri Feb 1 01:33:40 EST 2013.
It's telling my 'You are on the latest version.', so hopefully I am.From 2 days I've started to seeing such logs:
Feb 15 06:37:13 dhcpleases: Could not deliver signal HUP to process because its pidfile does not exist, No such file or directory. Feb 15 06:37:12 dhcpleases: Could not deliver signal HUP to process because its pidfile does not exist, No such process.
I've tried to resolve problem on my own, but I failed, so I'm writing here.
This is my```
ps uaxwww | grep dhcp
root 11369 0.0 0.0 5860 1392 ?? Is 6:37AM 0:00.00 /usr/local/sbin/dhcpleases -l /var/dhcpd/var/db/dhcpd.leases -d poznan.tbhydro.net -p /var/run/dnsmasq.pid -h /var/etc/hosts
nobody 12487 0.0 0.1 10184 3112 ?? S 6:37AM 0:00.07 /usr/local/sbin/dnsmasq --local-ttl 1 --all-servers --dns-forward-max=5000 --cache-size=10000 --dhcp-hostsfile=/var/etc/hosts --server=/poznan.tbhydro.net/10.8.0.3 --server=/wagrowiec.tbhydro.net/10.9.0.2 --expand-hosts
dhcpd 18590 0.0 0.2 13084 8696 ?? Ss 6:37AM 0:00.01 /usr/local/sbin/dhcpd -user dhcpd -group _dhcp -chroot /var/dhcpd -cf /etc/dhcpd.conf -pf /var/run/dhcpd.pid lagg0_vlan10 lagg0_vlan30 lagg0_vlan40 lagg0_vlan15 lagg0_vlan14As far as I know, dhcpd doesn't have much incommon with dhcpleases and dnsmasq, but I'm not sure so I'll show you everything.
[2.1-BETA1][root@router]/var/log(28): cat /var/run/dnsmasq.pid
12487
[2.1-BETA1][root@router]/var/log(29): cat /var/run/dhcpleases.pid
11369
[2.1-BETA1][root@router]/var/log(30): cat /var/run/dhcpd.pid
cat: /var/run/dhcpd.pid: No such file or directoryIt shows only after boot pfSense or restarting dhcpleases / dns daemons. Could it be related with squid package problem? After updating I have such problem (just uploaded crash report from my pfSense box; it seems that squid.inc file have some bracket missing ;):
php: : Not calling package sync code for dependency squid of squid because some include files are missing.
-
You should update to a more recent build. The latest as of posting this message is: New version: Thu Feb 14 16:30:41 EST 2013
-
It helped. Somehow box with Update URL was empy. Thanks!
-
-
-