Alan Robertson
Alan Robertson
**Is this a BUG REPORT or FEATURE REQUEST?**: Could be either. **What happened**: socket.getservbyname("ssh","tcp") fails in functions giving an exception. **What you expected to happen**: I expect to work, and...
In my corporate LDAP implementation, when I search for information about users, including their login and password, I get back a list. How can I get back a list from...
Here are some sample outputs: ``` Aug 3 18:35:39 servidor þk^?[23135]: DEBUG: _netio_setsockbufsize.278: trying to set input buffer size to 10485760 Aug 3 18:35:39 servidor þk^?[23135]: DEBUG: _netio_setsockbufsize.278: trying to...
In other words we want a docker image for the CMA that includes: - the CMA python code and dependencies - the client and server libraries (the exact ones built...
See: https://trello.com/c/XRhZqwWu - Events: One event should be generated for each new failure and each new success. Currently these events are ephemeral, but eventually will be persistent. - Searchable. A...
The nanoprobe is "universal", but still there need to be packages to install it with. So, we need _at least_ a single RPM package and a single Debian package. Maybe...
When things break, one wants to answer the question "What changed?". If we make events persistent, then we can answer that question. We can also (eventually) answer questions about how...
At least in the statefulspec.json file, {"format": "int32"} and {"format": "int64"} occur many times. According to the JSON schema specification, these are not legal format types. They make some JSON...