Ilya Etingof

Results 242 comments of Ilya Etingof

TL;DR; the encoding is wrong. Long story: here is what we have on input: ``` 2018-08-25 12:47:12,193 pyasn1: decoder called at scope Message.PDUs.ResponsePDU.VarBindList with state 0, working with up to...

Thank you for using snmpsim! AFAIK, snmpsim does not directly depend on bsddb, rather it uses g/dbm. Why do you think bsddb is a requirement? Could you elaborate on your...

> The issue we have is that snmpsim is using dbhash via anydbm, which has a dependency on > bsddb. bsddb is not supported under pypy. Looking [at the source...

Thanks for reporting this! If you happen to come up with a PR fixing the issues you've run into, I'd happily merge it. ;-)

> though the scripts will try to open in a new window by default. I am thinking to finally move these scripts to [entry_points](https://packaging.python.org/specifications/entry-points/). I wonder if this would make...

Oh, no! That's a bug hopefully fixed in master (by commit e1878acaa41bd79761ebc73ab21431e365d98d57). I wonder if you could try it out before I release the fixed version?

Thank you for testing that! I assume that properly installed master version works alright for you. The bug you've encountered has been introduced in 0.4.6.

> After successful install I found, that SNMP-error 1 (TooBig) is not possible to simulate, but never mind :D Yup, that bit seems to be missing in pysnmp and (subsequently)...

> This setup file is not included in the pip installation. The download version must be same (last release is now 0.4.6, on pip is 0.4.5) One more thing: is...

> @etingof Yes, setuptools entrypoints are much better behaved on Windows. It would likely fix most of these issues, in addition to being slightly cleaner (`snmpsimd` versus `snmpsimd.py`). This is...