<div>Thanks alot !</div>
<div> </div>
<div>Hezki<br><br></div>
<div class="gmail_quote">On Nov 14, 2007 10:03 AM, Dirk Kastens <<a href="mailto:Dirk.Kastens@uni-osnabrueck.de">Dirk.Kastens@uni-osnabrueck.de</a>> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi,<br><br>Martin Flemming schrieb:<br>
<div class="Ih2E3d">><br>> Hi, Francesco et all !<br>><br>> Any hints or methods to debug ?<br>><br>> ... we're now in pairs with this failure ...<br><br></div>This error occured to me one year ago. I found a solution and reported
<br>it to the developer. Don't know if he fixed it meanwhile:<br><br>Your script works if the uptime is 10 days or more. If it's less than 10<br>days there is a blank in the number of days, for example " 3 days".
<br>I just added the following line to your get_version procedure (line 706<br>of netapp.pl) to strip off the leading blank:<br><br>foreach my $line (@val) {<br>    $line =~ s/^ //;<br>    if (index($line,":") != -1) {
<br><br>Now the uptime procedure works.<br><font color="#888888"><br>--<br>Regards,<br><br>Dirk Kastens<br>Universitaet Osnabrueck, Rechenzentrum (Computer Center)<br>Albrechtstr. 28, 49069 Osnabrueck, Germany<br>Tel.: +49-541-969-2347, FAX: -2470
<br></font>
<div>
<div></div>
<div class="Wj3C7c"><br>To unsubscribe from the hobbit list, send an e-mail to<br><a href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk</a><br><br><br></div></div></blockquote></div><br>