Guido U. Draheim
Guido U. Draheim
I think that I have followed your advise on the setup of the github action. However in all runs I just get a "No test report files were found" back....
The mingw guys have show that a static-lib build fails as it only has a zzip-0.a being around while pkgconfig referes to zzip.a See pull request #116 for discussions. This...
zziplib has been used outside of the unix-world quite heavily where it is beneficial to create a build pipeline without make. There had been some examples floating around that showed...
In v0.9 of systemctl.py it is possible to start a number of units and they are reordered according to the After-clauses in the configs. This includes also hints like Wants....
There is a section in the systemd documentation that list LSB exit codes that should be followed. I know that quite some of the result values do not quite match...
While systemctl.py will be dead in most circumstances, it is in fact a continuous process when it is the PID 1 in a docker container. At that place it may...
Some testcases on "ubuntu:16.04" did show an a different result than "ubuntu:18.04" and all the other distros. I have tracked it down that python's os.waitpid() returns an exitcode==0 even when...
When doing "systemctl status cron" then systemd may report Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable. The systemctl.py replacement does create a...
To close the gap to normal docker-containers there is already an implementation of #28 to print service logs to the console log of PID 1. That helps to inspect the...
There is an obversation with some kubernetes (/rancher/openshift) setups where a docker-entrypoint.sh script is being used that pulls (!) settings from the runtime environment before doing the final `exec $start`...