Bug#330196: libsnmp-ruby1.8: df

2005-10-20 Thread David Moreno Garza
On Thu, 2005-10-20 at 18:30 -0400, Brandon Hale wrote: > Attached is a patch for this bug. > Since the Debian package insists on diverting the mibs, it is nessecary to > patch the mib path. Patch uploaded, thanks. -- David Moreno Garza <[EMAIL PROTECTED]> | http://www.damog.net/

Bug#330196: libsnmp-ruby1.8: df

2005-10-20 Thread Brandon Hale
Attached is a patch for this bug. Since the Debian package insists on diverting the mibs, it is nessecary to patch the mib path.--- libsnmp-ruby-0.4.1.old/lib/snmp/mib.rb 2004-12-19 13:47:42.0 -0500 +++ libsnmp-ruby-0.4.1/lib/snmp/mib.rb 2005-10-20 18:24:33.0 -0400 @@ -18,9 +18,7 @@

Bug#330196: libsnmp-ruby1.8: df

2005-09-26 Thread Harri Haataja
Package: libsnmp-ruby1.8 Version: 0.4.1-2 Severity: normal Tried running an example from the README: [EMAIL PROTECTED] cat snmptest.rb #!/usr/bin/ruby require 'snmp' SNMP::Manager.open(:Host => 'localhost') do |manager| response = manager.get(["sysDescr.0", "sysName.0"]) response.each_varb