The kernel log is a circular log with a limited size. In your situation, it appears that that igb0 message from arpresolve (which has probably nothing to do with the real problem you are trying to solve) occurred so many times, that it has completely filled the message log, thereby overwriting any older messages (for example those from nut). In order to get sensible information from the logs, you either should solve that igb0 message, watch the logs before they are full (for example immediately after a reboot), or append the log messages to some file, so that they don't get lost.
Regards, Matthijs -----Original Message----- From: Kevin Mychal Ong [mailto:[email protected]] Sent: woensdag 15 augustus 2018 9:01 To: Denny Page <[email protected]>; Charles Lepple <[email protected]> Cc: [email protected] Subject: Re: [Nut-upsuser] Wrong battery.date variable value Denny, The first three commands had outputs but the "clog /var/log/system.log | grep -i ups” didn't output any. Did I do anything wrong? This is the output without the grep: can't allocate llinfo for <Public IP> on igb0 Aug 14 18:14:59 pfSense kernel: arpresolve: can't allocate llinfo for <Public IP> on igb0 Aug 14 18:15:00 pfSense kernel: arpresolve: can't allocate llinfo for <Public IP> on igb0 Aug 14 18:15:26 pfSense kernel: arpresolve: can't allocate llinfo for <Public IP> on igb0 Aug 14 18:15:27 pfSense kernel: arpresolve: can't allocate llinfo for <Public IP> on igb0 Aug 14 18:15:53 pfSense kernel: arpresolve: can't allocate llinfo for <Public IP> on igb0 Aug 14 18:15:54 pfSense kernel: arpresolve: can't allocate llinfo for <Public IP> on igb0 Aug 14 18:16:20 pfSense kernel: arpresolve: can't allocate llinfo for <Public IP> on igb0 Aug 14 18:16:21 pfSense kernel: arpresolve: can't allocate llinfo for <Public IP> on igb0 Aug 14 18:16:47 pfSense kernel: arpresolve: can't allocate llinfo for <Public IP> on igb0 Aug 14 18:16:48 pfSense kernel: arpresolve: can't allocate llinfo for <Public IP> on igb0 Aug 14 18:17:14 pfSense kernel: arpresolve: can't allocate llinfo for <Public IP> on igb0 Aug 14 18:17:15 pfSense kernel: arpresolve: can't allocate llinfo for <Public IP> on igb0 Aug 14 18:17:41 pfSense kernel: arpresolve: can't allocate llinfo for <Public IP> on igb0 Thank you. Regards, Kevin Mychal M. Ong Infrastructure Engineer, Microsoft Technology Services - Messaging Global Infrastructure Operations Ingram Micro Inc. 4F Three World Square, 22 Upper McKinley Hill, Fort Bonifacio Taguig City, Philippines 1634 Direct +1-716-633-3600 ext. 33996 Mobile +63-917-511-0251 : [email protected] DISCLAIMER: For our full disclaimer, please visit www.awl.nl/en/about-us/disclaimer _______________________________________________ Nut-upsuser mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/nut-upsuser
