[Bug 212116] net/dhcpd: Unparseable time format in dhcpd.leases

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Aug 28 05:18:27 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212116

Mark Linimon <linimon at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|net/dhcpd                   |net/dhcpd: Unparseable time
                   |                            |format in dhcpd.leases

--- Comment #3 from Mark Linimon <linimon at FreeBSD.org> ---
Copying over from 212008:

I get this in the dhcpd log on syslog:

Aug 24 15:26:07 server dhcpd: /var/db/dhcpd.leases line 21: unparseable time
string
Aug 24 15:26:07 server dhcpd:   ends 4 1970/01/01 00:00:00 UTC;
Aug 24 15:26:07 server dhcpd:                                 ^
Aug 24 15:26:07 server dhcpd: /var/db/dhcpd.leases line 26: unparseable time
string
Aug 24 15:26:07 server dhcpd:   starts 4 1970/01/01 00:00:00 UTC;
Aug 24 15:26:07 server dhcpd:                                   ^
Aug 24 15:26:07 server dhcpd: /var/db/dhcpd.leases line 27: unparseable time
string
Aug 24 15:26:07 server dhcpd:   ends 4 1970/01/01 00:00:00 UTC;
Aug 24 15:26:07 server dhcpd:                                 ^
Aug 24 15:26:07 server dhcpd: /var/db/dhcpd.leases line 32: unparseable time
string
Aug 24 15:26:07 server dhcpd:   starts 4 1970/01/01 00:00:00 UTC;
Aug 24 15:26:07 server dhcpd:                                   ^
Aug 24 15:26:07 server dhcpd: /var/db/dhcpd.leases line 33: unparseable time
string
Aug 24 15:26:07 server dhcpd:   ends 4 1970/01/01 00:00:00 UTC;
Aug 24 15:26:07 server dhcpd:                                 ^
Aug 24 15:26:07 server dhcpd: /var/db/dhcpd.leases line 39: unparseable time
string
Aug 24 15:26:07 server dhcpd:   starts 4 1970/01/01 00:00:00 UTC;
Aug 24 15:26:07 server dhcpd:                                   ^
Aug 24 15:26:07 server dhcpd: /var/db/dhcpd.leases line 40: unparseable time
string
Aug 24 15:26:07 server dhcpd:   ends 4 1970/01/01 00:00:00 UTC;

Seemingly time is issued in UTC, and DHCPd does not like it.
It then starts to hang, and the entire LAN stalls.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list