Dale Schultz

Results 9 issues of Dale Schultz

Using example code: ``` from pysnmp.entity.rfc3413.oneliner import cmdgen cmdGen = cmdgen.CommandGenerator() errorIndication, errorStatus, errorIndex, varBinds = cmdGen.getCmd( cmdgen.CommunityData('public'), cmdgen.UdpTransportTarget(('localhost', 161)), '1.3.6.1.2.1.1.9.1.4.1', lookupNames=True, lookupValues=True ) name, value = varBinds[0] print(name, value)...

In the [Library documentation](http://snmplabs.com/pysnmp/docs/api-reference.html#pysnmp.smi.rfc1902.ObjectIdentity.addAsn1MibSource) all three examples showing how to use this method indicate a different method name "addAsn1Source". This may have caused the confusion in issue #62 ``` >>>...

Running the command to convert snmpwalk to snmprec, I encounter this error. I installed master from this repo 2 weeks ago. Using Python 3.6.8 on CentOS Linux release 7.7.1908 (Core)...

In all repo branch versions of ping.c code, IPv6 hosts as marked down in the `} else if (host->availability_method == AVAIL_PING) {` block. ``` if (!strstr(host->hostname, "localhost")) { if (get_address_type(host)...

**Describe the bug** Upon launching the XML exporter plugin an exception occurs. **To Reproduce** Steps to reproduce the behavior: 1. Start IDA 2. Open existing database 3. Launch XML Exporter...

**Describe the bug** When trying to format the left axis with --left-axis-format="%8.2lf %s" an error is thrown. `ERROR: invalid format string '%8.2lf %s' (should match '^(?:[^%]+|%%)*%[-+ 0#]?[0-9]*(?:[.][0-9]+)?l[eEfFgG](?:[^%]+|%%)*$')` **To Reproduce** Steps...

Is this supposed to work? I get this error when running `pip install chromedriver-binary` after it downloads chromedriver-binary-117.0.5937.0.0.tar.gz ``` File "/tmp/pip-install-cmh2puh0/chromedriver-binary_ddab4269d65e49cd8ae1b1b04be086d8/chromedriver_binary/utils.py", line 85, in get_chromedriver_url raise RuntimeError('Could not determine chromedriver...

While using some of the bin/ scripts from commit 3825dc862056306daedde732cb31eee0079d43af, execution would fail with a message such as: Undefined subroutine &main::tempfile called at /usr/local/dialup_admin/bin/tot_stats line 52. To fix this issue...

Currently vrrpd looks to the interface specified (-i) on the command line to be able to learn its IP address to be used in VRRP multicast packet transmissions. Can vrrpd...