-
Notifications
You must be signed in to change notification settings - Fork 144
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
Make the pidfile accessible by everyone #3252
base: main
Are you sure you want to change the base?
Conversation
To discuss here which of the added |
22ff571
to
f5768f3
Compare
83819a0
to
d2dafc9
Compare
d2dafc9
to
acb4820
Compare
d45af53
to
0dc6e94
Compare
0dc6e94
to
124aa95
Compare
@happz one question, in the related issue with the patch it's used |
Is your change here causing a regression? Or is your change here just making no difference WRT #2877? |
@carlosrodfern howdy, I am the 1.42 release lead, can you please re-review if ok with you? |
29becf5
to
cd4374c
Compare
Sorry @carlosrodfern for not replying, I removed the condition but it seems tests are still failing |
I will take a look.
…On Tue, Jan 21, 2025 at 1:45 AM Mario Casquero ***@***.***> wrote:
You could test getting the setfacl out of the if not
self.workdir_root.is_dir(), or perhaps remove the condition all together:
Sorry @carlosrodfern <https://github.com/carlosrodfern> for not replying,
I removed the condition but it seems tests are still failing
—
Reply to this email directly, view it on GitHub
<#3252 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACI4T77DLUOIFWPIKHIRF7D2LYJKTAVCNFSM6AAAAABPFLAFC2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMBUGE4DOMZYGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
cd4374c
to
e529b4c
Compare
@mcasquer, I created a pull request with a fix. I tested it on your changes and they pass: #3483 You can pull the commit locally and test it to verify, and then, after my PR is reviewed and merged, you can update your branch with main, and that should make this PR pass all the |
e529b4c
to
605c935
Compare
Creates the pidfile at an accessible location for every user, this way the manage pidfile warning is avoided. Signed-off-by: mcasquer <[email protected]>
when it doesn't exist. Signed-off-by: mcasquer <[email protected]>
Also formats the pid directory creation command. Signed-off-by: mcasquer <[email protected]>
This way we avoid TestingFarm to set the old values. Signed-off-by: mcasquer <[email protected]>
in the pidfile creation. Also includes the super().setup() call to the setup GuestSsh function. Signed-off-by: mcasquer <[email protected]>
every time the user has no privileges Signed-off-by: mcasquer <[email protected]>
and fedora user Signed-off-by: mcasquer <[email protected]>
Signed-off-by: mcasquer <[email protected]>
…ation too. Signed-off-by: mcasquer <[email protected]>
Signed-off-by: mcasquer <[email protected]>
After properly setting the permissions and the access control list evrything should be world-writable. Signed-off-by: mcasquer <[email protected]>
Signed-off-by: mcasquer <[email protected]>
Signed-off-by: mcasquer <[email protected]>
Signed-off-by: mcasquer <[email protected]>
Signed-off-by: mcasquer <[email protected]>
Since it keeps the directory is directly mounted in the containers, removing the check should always execute the chmod and setfacl in the workdir directory. Signed-off-by: mcasquer <[email protected]>
605c935
to
685584e
Compare
Creates the pidfile at an accessible location
for every user, this way the manage pidfile
warning is avoided.
Pull Request Checklist