-
Notifications
You must be signed in to change notification settings - Fork 126
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?
Commits on Nov 21, 2024
-
Makes the pidfile accessible by everyone
Creates the pidfile at an accessible location for every user, this way the manage pidfile warning is avoided. Signed-off-by: mcasquer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4786897 - Browse repository at this point
Copy the full SHA 4786897View commit details -
Adds a check to only create the pid directory
when it doesn't exist. Signed-off-by: mcasquer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2dd6f74 - Browse repository at this point
Copy the full SHA 2dd6f74View commit details -
Fixes the tmt reboot test, updating the pidfile location in the scripts.
Also formats the pid directory creation command. Signed-off-by: mcasquer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d2ee700 - Browse repository at this point
Copy the full SHA d2ee700View commit details -
Updates the environment variables in out-of-session test.
This way we avoid TestingFarm to set the old values. Signed-off-by: mcasquer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 74ec495 - Browse repository at this point
Copy the full SHA 74ec495View commit details -
Removes the sudo(s) from tmt commands and instead apply it directly
in the pidfile creation. Also includes the super().setup() call to the setup GuestSsh function. Signed-off-by: mcasquer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f9c23a0 - Browse repository at this point
Copy the full SHA f9c23a0View commit details -
Removes the self.become this way the condition is applied
every time the user has no privileges Signed-off-by: mcasquer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 026d3ed - Browse repository at this point
Copy the full SHA 026d3edView commit details -
Changes bfu_* options to use unprivileged Fedora container image
and fedora user Signed-off-by: mcasquer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f1a806 - Browse repository at this point
Copy the full SHA 0f1a806View commit details