-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove bogus attempt to lock cscreenrc #273
Conversation
touch(1) can not be used to lock a resource. Signed-off-by: Olaf Hering <olaf@aepfle.de>
In case locking can not be implemented in
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For a daemon like Orthos having something like SSH needed is an error in itself. As such I have no issue removing this part of the code without a replacement in execute
.
@olafhering Do you consider this PR ready to be merged? |
Some locking is needed. I changed a dozen machines, and ended up with an cscreenrc which just contained the ORTHOS section. Apparently there are competing tasks, even if each machine is updated with enough time in between. |
This is why I proposed to move this problem into a microservice running on the cscreen server. This fits more with the sidecar approach that would work better in the container world. See #260 for my proposal. |
Yes, I have seen this. I think this PR is ready. |
If you have your GPG key at hand I would appreciate a sign and force push. |
0e4686a is signed AFAICS, just GH does not recognize it after force push. |
Ah you didn't upload your public key to GitHub. |
It is uploaded, just GH is not entirely happy with it. |
touch(1) can not be used to lock a resource.