UnitedMarsupials-zz
UnitedMarsupials-zz
The title speaks for itself -- we need something done between 18:00 and 20:00 every third Thursday of the month. The only way to express the notion, that I was...
Hello! When trying to use the script as is with python-2.7.13, I was getting errors about `Authorization` being an invalid header. I had to change the script as follows for...
Currently, when the window is already open but on another virtual desktop, nothing happens, when I hit on the taskbar-icon. It should, instead cause the window to appear on my...
While preparing the FreeBSD port of scudcloud, I found it necessary to patch `setup.py` as follows addressing several packaging-problems: * FreeBSD's `autoplist` feature for Python-ports looks at the `data_files` to...
I'm trying to create a FreeBSD port of this software, and wish to run the bundled self-tests to verify the build before installing. How is this supposed to be done?...
When I ask Uchiwa to sort the clients by IP-address, it performs a literal sort, resulting in 172.1.1.100 to be listed above 172.1.1.2, for example. The dictionary sorting may be...
We are using the graphios with Icinga happily. However, it is an "all or nothing" proposition -- there is no way to send data only for _some_ of the hosts/services...
The script has several problems: 1. Although it is delightfully innocent of any bash-isms, it still insists on `/bin/bash` instead of simply on `/bin/sh`. While on some OSes/Linux distributions bash...
I'm facing an unpleasant problem with long-running jobs. A couple of hours into a run, one or two nodes get into a state, where all submitted jobs fail. The logged...
Trying to invoke `dispy.httpd.cluster_status` as [documented](http://dispy.sourceforge.net/httpd.html#http-server), I get the exception cited in the title... My cluster's status handler begins with: ```python def done(status, node, job): global http, logger, cluster try:...