-
**Home Assistant release with the issue:**
0.101.0
**Last working Home Assistant release (if known):**
0.100.3
**Operating environment (Hass.io/Docker/Windows/etc.):**
Ubuntu/Docker
**Comp…
-
Trying to run `pip install https://github.com/OakwoodAI/automagica/tarball/master`
I'm using python 3.8.2 with pip 20.0.2 on Windows 10, up to date.
Some people suggested I install openssl 32bit…
-
I have experienced an issue using SNMPv3, performing a snmpget:
```
$ snmpget.py -v3 -l authPriv -u snmptestuser -a SHA -A MyPassw0rd -x DES -X MyPassw0rd \ 192.168.0.185 .1.3.6.1.4.1.193.183.4.1…
-
I can't seem to get this working, installed with `pip3 install -r requirements.txt` and `python3 setup.py install` on Debian 10:
```
# check_ups_apc -C asd -H 12.16.0.5 -vvv
UPSAPC UNKNOWN: pysnm…
-
##### ISSUE TYPE
- Bug Report
##### SUMMARY
When using AWX 10.0.0 to call the Ansible template module AWX 10.0.0 produces different results than AWX 8.0.0. This is when using the same virtual …
-
Was reading through the docs at: http://snmplabs.com/pysnmp/docs/api-reference.html#pysnmp.hlapi.UsmUserData
and noticed that under privProtocol, it says:
usmNoPrivProtocol (default is authKey not…
-
I've been developing process to deploy R740s and C6420 and have been using these modules from the fw_update_url branch.
On my Dev node (Centos 7.6 Ansible 2.7.8) all is fine. We've deployed new CEN…
-
## Steps to Reproduce (for bugs)
1. clone repo
2. run `make test`
## Your Environment
* RouterSploit Version used: 3.4.0, but also reproducible on git master
* Operating System and version: Arc…
-
Hi,
Using a command prompt with Windows 10, with mibdump.py and MAV3-MIB.mib being in the same folder (C:/sandbox), i am running the following command :
```
C:\sandbox>mibdump.py MAV3-MIB.mib
`…
-
I've implemented a custom MIB (checks out fine with smilint) that maps MibScalars to a method in a MibHandler class within my agent. This works fine for scalars, but I need to extend the MibHandler to…