Warning Message from dhclient
Carmel NY
carmel_ny at outlook.com
Fri Mar 1 14:09:14 UTC 2019
On Fri, 01 Mar 2019 06:03:05 -0500, Dave Cottlehuber stated:
>On Sun, 24 Feb 2019, at 22:35, Carmel NY wrote:
>> FreeBSD 12.0-RELEASE-p3
>>
>> Ever since updating to FreeBSD 12, I have been seeing warning/error
>> messages similar to the following:
>>
>> Feb 24 07:05:31 scorpio dhclient[84035]: send_packet: No buffer
>> space available
>>
>> I am not sure if this is serious or if I should even be worried about
>> it. It never happened until I updated to version 12. At times if will
>> appear during boot-up also, although it normally appears after the
>> machine has been running for a while.
>>
>> --
>> Carmel
>
>Hi Carmel
>
>These are innocuous. I think that, at startup, they occur when you
>have an up interface that doesn't yet have an IP address assigned to
>it. Presumably the recurrence is when your dhcp lease reaches its
>renewal period.
>
>If you check your DHCP leases, /var/db/dhclient.leases.* these should
>line up to the time of renewal.
>
>lease {
> interface "igb0";
> fixed-address 172.16.1.4;
> option subnet-mask 255.255.255.0;
> option routers 172.16.1.1;
> option dhcp-lease-time 86400;
> option dhcp-message-type 5;
> option dhcp-server-identifier 172.16.1.1;
> renew 3 2019/2/27 23:11:28;
> rebind 4 2019/2/28 08:11:28;
> expire 4 2019/2/28 11:11:28;
>}
The following is duplicated 14 times in that file with the exception of:
renew 5 2019/3/1 08:03:44;
rebind 5 2019/3/1 08:26:14;
expire 5 2019/3/1 08:33:44;
They change with each repartition. Is this normal? This is the first of
the 14 entries.
lease {
interface "em0";
fixed-address 192.168.0.101;
next-server 192.168.0.1;
option subnet-mask 255.255.255.0;
option routers 192.168.0.1;
option domain-name-servers 192.168.0.1;
option host-name "scorpio.seibercom.net";
option dhcp-lease-time 3600;
option dhcp-message-type 5;
option dhcp-server-identifier 192.168.0.1;
renew 5 2019/3/1 08:03:44;
rebind 5 2019/3/1 08:26:14;
expire 5 2019/3/1 08:33:44;
}
--
Cermel
More information about the freebsd-questions
mailing list