Rob Burrowes
Rob Burrowes
I had been expecting the same behaviour as the command line snmpwalk, which does return a single leaf oid. % snmpwalk -v 1 -c public 10.30.20.99 1.3.6.1.4.1.674.10892.5.4.600.60.1.7.1.1 SNMPv2-SMI::enterprises.674.10892.5.4.600.60.1.7.1.1 = INTEGER:...
Looked into the net-snmp snmpwalk c code, There is a final GET request done, if no oids are returned. This can be turned off with -CI % snmpwalk -v 1...
My hack to get the behaviour of the cli snmpwalk. module SNMP #Manager class from snmp gem class Manager alias real_walk walk #Overrides walk in the SNMP gem manager.rb. #Walks...
I solved the researchers problem by using the boto3 S3 implementation directly, so haven't been tracking this issue. For multipart, the checksum is the MD5 of the concatenated MD5s of...
I have submitted a patch to do this, as the raw data is actually there. It hasn't gained traction though. A horrible, but simple solution is to do something like...
I found it when I manually converted screen shots, which are png files, to pgm, using Graphics Converter. I was testing that I was generating pgm correctly. The goal was...
Should have added, this is a brand new server, running Ubuntu 22.04 and ruby-mysql (3.0.0)
I can see a case for the current code being right, in that they are the same ping-able IP address. The problem is that IPAddr is trying to be both...