Guido U. Draheim

Results 150 comments of Guido U. Draheim

The proposed patch is correct anyway. But what I see is a number of services that can not start in a container anyway. There are some "igno_" lists in the...

I never had containerized a snapd app. Probably kill the appbox_dbus service as well as I am suspicious that it runs addtional services. May be you can test a bit...

Logs are not rotated, you are right, and the read-log-loop is about duplicating the log lines from each application service into the container log (docker log), so that messages from...

Well, that sounds like a reasonable workaround. I hope that one day, the systemctl initloop could throw away parts beyond a certain limit.

Sadly this is impossible as the docker-systemctl-replacement is not a server that can watch its children. It can not see the returncode of the ExecStart process - it will only...

Interesting, I did never use it but it is in fact documented. https://www.freedesktop.org/software/systemd/man/systemctl.html#enable%20UNIT%E2%80%A6 shows "enable UNIT…, enable PATH…" and explains: This command expects either valid unit names (in which case...

CVEs get added to the testsuite which tries to download the poc zip. Here are a few that you once submitted: ``` grep -A 1 asarubbo test/zziptests.py url_CVE_2017_5977 = "https://github.com/asarubbo/poc/blob/master"...

Remember that an service script can have a service.d where the lines can be mixin to the base service descriptor. That way one can actually add ExecStartPre. Atleast make a...

Thanks for the pointer, may be a I forgot a step in my release process.