ptalbert
ptalbert
~~~ $ upvm --os-variant rhel7.5 --name r74yum r7.4 Missing optional python module: argcomplete Install it to enable bash auto-magic tab-completion: yum/dnf install python-pip; pip install argcomplete activate-global-python-argcomplete; (Then restart shell)...
Some devices have an unexpected PCI class so the original XSOS_LSPCI_*_REGEX will miss them. We relax the pattern matching by making it case insensitive and removing the colon. Fixes: #10...
The ethtool output currently shows (among others) the driver and firmware information per interface. It would be useful for it to somehow flag the driver output when an unsigned module...
Hello, I have a My Book Duo 12GB that I very much regret ever buying. It was connected to a windows system once to change to RAID 1 mode (mirroring)...
Add support for the xmlrpc add_comment method. Signed-off-by: Patrick Talbert
Great program, thank you! I was getting this error when starting the argonone service: ~~~ Sep 21 12:37:40 raspberrypi argonone[9701]: INFO: Loading config file from /etc/argonone.yaml Sep 21 12:37:40 raspberrypi...
From the -h description the --nohx option should hide extra header output. It does not seem to work or I do not understand what it is supposed to be doing???...
When /etc/os-release does not exist we directly try to source /usr/lib/os-release. This causes a 'No such file or directory' error when entering a toolbox which has neither. Fix this by...
## Changes _id_attr is used when comparing RESTObject objects. Labels will be seen as equal when they have the same name even if they are from different groups or projects....
_recorder._remove_default_headers() does a case-sensitive check for HTTP header field names are case insensitive. The result is that for example, a lower-case 'content-type' field will not be removed. Later, when _add_from_file...