Wyllys Ingersoll

Results 13 issues of Wyllys Ingersoll

Add new command line arguments for badblocks utility: [-a alarm_interval ] Control the frequency of status output (in seconds). Default is 1. [-P] makes the output more parseable by external...

https://github.com/etingof/pyasn1/blob/db8f1a7930c6b5826357646746337dafc983f953/pyasn1/type/base.py#L441 pyasn1 is used in parsing SNMP MIBS used by the pysnmp package. Some of the MIBS (from python3-pysnmp4-mibs package - P-BRIDGE-MIB.py, for example) trigger a "KeyError" exception when they...

Attempting to install metricbeat (7.12.1) dashboards into the opensearch-dashboard fails due to the Kibana version check. The workaround is to manually upload them with curl, for example: ``` curl -k...

bug

Currently, (release 1.12.0), it appears that we cannot specify what indexes to include in a snapshot when the snapshot is triggered by a policy. The policy action for "snapshot" only...

enhancement

I have an app that requires access to one of the old deprecated ciphers - CAST5. According to OpenSSL, I should be able to load the "legacy" provider to get...

We would like to be able to configure samba as a ROLE_DOMAIN_MEMBER. I have the correct parameters set and can can enter the shell and "net join ads" with proper...

kind/enhancement

In the odd event that an attachment has content-type like this: ``` Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit ``` This may be an odd combination, but it is definitely out there...

Using stdeb 0.8.5 on Ubuntu 16.04.1 Previously I was able to build a .deb package from my python using bdist_deb with no issues. More recently I noticed that my -postinst...

Trying to access the "sed.mSID" value but it always returns an error: ``` *** UnicodeDecodeError: 'utf-8' codec can't decode byte 0xfe in position 69: invalid start byte ``` OS: Ubuntu...