According to the debug, the Net::SNMP module sent a message (I assume a
get-bulk-request) for the next entry in the table and is waiting 59.9999
seconds for the response. The problem appears to be at the agent. I
assume your "timeout" value is set to 60 seconds. This would explain
the apparent "hang" of the script if the agent does not respond.
-David
On Thu Mar 11 03:31:27 2010, smutel wrote:
Show quoted text> I think it's due to a problem with special character but it's a
supposition.
Show quoted text>
> Here is the last 20 lines in debug mode :
>
> debug: [1498] Net::SNMP::Message::_process_octet_string(): not
> translating OCTET STRING, all octets are allowed in a DisplayString
> debug: [976] Net::SNMP::PDU::_process_var_bind_list(): {
> 1.3.6.1.2.1.25.4.2.1.4.22541 => OCTET STRING: /usr/sbin/httpd }
> debug: [516] Net::SNMP::Dispatcher::_event_delete(): deleted
> [ARRAY(0x95aa9fc)], list is now empty
> debug: [238] Net::SNMP::Dispatcher::deregister(): removed handler for
> descriptor [3]
> debug: [439] Net::SNMP::Dispatcher::_event_insert(): created new head
> and tail [ARRAY(0x95ab1f4)]
> debug: [687] Net::SNMP::Message::send(): transport address
10.250.40.38:161
Show quoted text> debug: [2050] Net::SNMP::Message::_buffer_dump(): 139 bytes
> [0000] 30 81 88 02 01 03 30 10 02 04 61 CA 76 E1 02 02
> 0.....0...a.v...
> [0016] 05 C0 04 01 07 02 01 03 04 39 30 37 04 0D 80 00
> .........907....
> [0032] 1F 88 80 D1 0A 5B 47 42 9C 72 4B 02 01 02 02 03
> .....[GB.rK.....
> [0048] 12 AB 10 04 06 6B 65 79 72 75 73 04 0C 21 9B D8
> .....superv..!..
> [0064] 22 39 C5 E7 C0 C4 AB 40 F1 04 08 FA 07 39 5B 44
> "9.....@.....9[D
> [0080] A6 06 FB 04 36 B1 3E 3A CD 6E 25 CC 97 62 16 C8
> ....6.>:.n%..b..
> [0096] 72 0E 7B 38 DB 8B 4D 89 EF E9 B4 41 87 ED EE 0C
> r.{8..M....A....
> [0112] 50 34 68 F0 D5 DF 24 2F C9 6F 97 C2 A1 F3 6F 88
> P4h...$/.o....o.
> [0128] A0 5D 09 FD E4 FD C9 52 F7 E8 99 .].....R...
> debug: [199] Net::SNMP::Dispatcher::register(): added handler for
> descriptor [3]
> debug: [461] Net::SNMP::Dispatcher::_event_insert(): modified tail
> [ARRAY(0x94f5778)]
> debug: [534] Net::SNMP::Dispatcher::_event_delete(): deleted
> [ARRAY(0x95ab1f4)], defined new head [ARRAY(0x94f5778)]
> debug: [595] Net::SNMP::Dispatcher::_event_handle(): event
> [ARRAY(0x94f5778)], timeout = 59.9999
>