OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0005211 [pm_net_telnet] regular use crash always 2014-10-15 16:40 2014-12-03 12:01
Reporter keziacp View Status public  
Assigned To dam
Priority normal Resolution no change required  
Status closed  
Summary 0005211: Can't locate Net/Telnet/Cisco.pm
Description Hi Iam trying to execute login of pm_nettelnet, but it is not working. It should work! I already installed the right packege.

# pkgutils -i CSWpmnettelnet
Installation of <CSWpmnettelnet> was successful.

# ./acs_ecs01 -H 10.243.177.151 -U operator -P Customer -S HDHBOE
Can't call method "login" on an undefined value at ./acs_ecs01 line 49.

(On Line 49:)
use Net::Telnet;
...
(48) $telnet = new Net::Telnet (Host=> "$Host", Prompt=>'/%/', Timeout=>30, Errmode=>'return');
(49) $telnet->login($User, $Pwss) or die $telnet->errmsg();
...
Additional Information
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0010936)
keziacp (reporter)
2014-10-15 16:41

Sorry, the title does not match with the problem. Just ignore the title. The problem is down on the description. Thanks
(0010937)
dam (administrator)
2014-10-15 21:02

Most certainly $Host is not reachable for telnet. Just remove Errmote=>'return' and see why it fails.
(0010987)
dam (administrator)
2014-12-03 12:01

No feedback, most certainly the module works as designed.


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker