mmodenesi
mmodenesi
I see `start.sh` takes `config/server.properties.template` as a (of course) template to come up with a `config/server.properties`. In this way, I can set (for example) `KAFKA_LOG_RETENTION_HOURS` to 24 to override the...
**Platform** - OMNeT++ version: e.g. 5.5.1 - OS: Ubuntu 18.04 **Describe the bug** The [docs](https://doc.omnetpp.org/omnetpp/manual/#sec:sim-lib:logging-composition-and-new-lines) talk about the possibliity of breaking a log into multiple statements like so: ```c++ EV_INFO
``` /app # snmpsim-record-mibs --mib-module=IF-MIB # MIB module: IF-MIB, from the beginning till the end Traceback (most recent call last): File "/usr/local/bin/snmpsim-record-mibs", line 8, in sys.exit(main()) File "/usr/local/lib/python3.7/site-packages/snmpsim/commands/mib2rec.py", line 461,...
## Good behavior Given this mib file ``` root@a0b8702ee6f6:/# cat /tmp/snmprec/write.snmprec 1.3.6.1.2.1.27070.3.1.2.2.2.1.5.1|64x|0a110019 ``` When served with this command line: ``` snmpsim-command-responder --data-dir=/tmp/snmprec --agent-udpv4-endpoint=0.0.0.0:161 --process-user root --process-group root --debug all ```...
### Collect data ``` /app $ snmpsim-record-commands --agent-udpv4-endpoint=demo.snmplabs.com \ --output-file=./data/public.snmprec ``` ### serve collected data Note the trailing `/` on the data path ``` /app $ snmpsim-command-responder --data-dir=data/ --agent-udpv4-endpoint=127.0.0.1:116 Using...
Hi! I'm insterested in using django-usersettings2. I've followed the documentation and successfuly integrated it into my project. My use case is to handle site-wide configurations (for example, the version of...
Hi. I managed to compile and run python wrappers. I provide some extra steps I had to perform in order to achieve that (steps README file doesn't include, I mean)....