Re: [Bug 403013] Re: php : snmpwalk don't provide last entry

2009-10-01 Thread Dominique Fournier
Chuck Short wrote:
> Is there anything in dmesg when this is happening. Maybe net-snmp
> segfaulting?

No log. Nothing wrong.

Do you have the same problem ?

-- 
php : snmpwalk don't provide last entry
https://bugs.launchpad.net/bugs/403013
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 403013] Re: php : snmpwalk don't provide last entry

2009-08-19 Thread Dominique Fournier
The answer should be an array with one text entry "INTEGER: 68", like in 
snmpget, not an empty array.

You can test with an easier OID 1.3.6.1.2.1.2.2.1.8.3 (it is the state 
of interface #3). In this case, the answer should be an array with one 
string entry
["IF-MIB::ifOperStatus.3"]=>
   string(14) "INTEGER: up(1)"
like you can see it if you test snmpwalk with 1.3.6.1.2.1.2.2.1.8

Thanks to look at that !

Dom

-- 
php : snmpwalk don't provide last entry
https://bugs.launchpad.net/bugs/403013
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 403013] [NEW] php : snmpwalk don't provide last entry

2009-07-22 Thread Dominique Fournier
Public bug reported:

Binary package hint: php5-snmp

Snmpwalk don't provide the last entry :

The result is :
string(11) "INTEGER: 68"
array(0) {
}
array(0) {
}
I have an answer on this OID : snmpwalk should give me 68 in the array, not 
empty, like snmpget do !
With system snmpwalk, it works well.

Description:Ubuntu 9.04
Release:9.04
php5-snmp:
  Installed: 5.2.6.dfsg.1-3ubuntu4.1
  Candidate: 5.2.6.dfsg.1-3ubuntu4.1
  Version table:
 *** 5.2.6.dfsg.1-3ubuntu4.1 0
500 http://fr.archive.ubuntu.com jaunty-updates/main Packages
500 http://security.ubuntu.com jaunty-security/main Packages
100 /var/lib/dpkg/status
 5.2.6.dfsg.1-3ubuntu4 0
500 http://fr.archive.ubuntu.com jaunty/main Packages

** Affects: php5 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
php : snmpwalk don't provide last entry
https://bugs.launchpad.net/bugs/403013
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs