With trunk r3693, I'm getting the following text repeatedly on the
console when I run si_monitortk:

Use of uninitialized value in localtime at /usr/sbin/si_monitortk line
935.
Use of uninitialized value in localtime at /usr/sbin/si_monitortk line
935.

The line(s) of code in question is:

my ($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst) =
localtime($client->{$mac}->{$attrs[$_]});

I have one node that is stuck at "initiazing" and I think I've lost
connection to my client - potentially it is not receiving any data and
thus the value is uninitialized?  Perhaps we need to put a check
there...

Cheers,

Bernard

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sisuite-devel mailing list
Sisuite-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-devel

Reply via email to