Christian Salway

Results 14 issues of Christian Salway

You chmod +x the file and then call it with `sh`....

Changed working directory to use standard path so cronjobs can run against the new certificate. Changed the Hosted Zone look up to use recursion so subdomains can be used, eg,...

Dont understand whats happening here.. I can run pip-audit against an installed pacakge, but naming the same package in the requriements.txt file renders and error... ``` % python3 -m venv...

upstream
needs-response
plat:macos

I can't get clairctl to work due to some permission denied issue. I'm using the following versions ``` Clairctl version 1.2.8 Docker Client: Version: 17.12.1-ce API version: 1.35 Go version:...

Useful when client IP addresses may not be known but are within a network range such as the case when using auto scaling load balancers. To use, specify the RemoteHost...

enhancement

https://github.com/wichert/pyrad/blob/2d64523dcf1aedee672841b297570c37d291992b/example/server.py#L69 ``` Traceback (most recent call last): File "/venv/lib/python2.7/site-packages/pyrad/server.py", line 300, in Run self._poll = select.poll() AttributeError: 'module' object has no attribute 'poll' ``` This makes it impossible to develop...

The machine-id does not work on your docker image. /etc/machine-id is not present. It's there on the ubuntu image though. https://support.gala.games/en_US/159358-linux/how-to-change-machine-id-on-a-linux-machine

The following Rule does not add the 'proto' or ''reqid' ``` rule = iptc.Rule() rule.src = "172.31.31.124/32" rule.dst = SOURCEIP rule.out_interface = INTERFACE rule.target = iptc.Target(rule, "ACCEPT") match = rule.create_match("policy")...