Date: Sun, 28 Aug 2016 05:18:26 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 212116] net/dhcpd: Unparseable time format in dhcpd.leases Message-ID: <bug-212116-13-nYcI8rxVN2@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-212116-13@https.bugs.freebsd.org/bugzilla/> References: <bug-212116-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212116 Mark Linimon <linimon@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|net/dhcpd |net/dhcpd: Unparseable time | |format in dhcpd.leases --- Comment #3 from Mark Linimon <linimon@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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-212116-13-nYcI8rxVN2>