Anyone seen this sort of thing before? It goes on-and-on endlessly, day-after-day. The system works, but the message is annoying. Any way to stop it? I can't even tell what it is telling me.
Two NICs - WAN facing (igb0) asking for a dhcp address from the cable modem;
LAN facing (igb1) running dhcpd on address 10.0.0.1.
Puzzled...
Two NICs - WAN facing (igb0) asking for a dhcp address from the cable modem;
LAN facing (igb1) running dhcpd on address 10.0.0.1.
dmesg -a
Code:
Jul 10 14:23:07 Xeon_Right dhclient[370]: send_packet: Operation not permitted
Jul 10 14:24:20 Xeon_Right dhclient[370]: send_packet: Operation not permitted
Jul 10 14:25:43 Xeon_Right dhclient[370]: send_packet: Operation not permitted
Jul 10 14:35:33 Xeon_Right last message repeated 4 times
Jul 10 14:46:26 Xeon_Right last message repeated 23 times
ps -axw | grep dhclient
Code:
370 - Ss 0:00.04 dhclient: igb0 [priv] (dhclient)
419 - Ss 0:00.05 dhclient: igb0 (dhclient)
sockstat
Code:
root dhclient 370 4 dgram -> /var/run/logpriv
Puzzled...