Gary Wisniewski
Gary Wisniewski
Ahh, OK. Yes, Chaperone will probably not notice the change in PID. When you specify a pidfile, Chaperone uses the pidfile only at process start-up time. It waits for the...
Serious problem you've found there. I have been off this project for some time, but I don't want a bug like hanging around, so sometime over the next couple days...
Ahhh, Indeed I can. Do you think both the human-readable as well as the RFC3164 format are useful? Or should I simply replace the output format of `extended`? I'll make...
Unfortunately, the whole architecture of Chaperone does rely upon Python's new `yield from` statement as well as the `asyncio` module, which was not introduced until Python 3.4. So, 3.4 is...
Sorry about that. It's active, but has been in the background for a couple months due to the projects I'm working on. I did see the original request, and it...
You basically are doing things right. In your case, `discwatch-tools` is essentially an organisational "baseimage". For example, if you had many people developing different containers with similar requirements, it would...
@mc0e ... This will be a bit more work for me to document properly than I first thought. So, I'll give you the "quick docs" right here. There are three...
Hmm. Docker security.... A few things. First, having `chaplocal` give a better error message if the user doesn't have permission to run docker is a good idea, regardless. However, doesn't...
OK, yep... the password thing. I'll have to debate this over a beer at the pub with a few friends. :-) But, I'll do some experiments to see how pervasive...
@mc0e I have a new build which, I believe, should work completely using sudo and preserve all functionality. I've tested it, but before I publish it, would it be possible...