Skip to content
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

Don't chdir when becoming a daemon. #1672

Merged
merged 1 commit into from
Mar 22, 2024
Merged

Don't chdir when becoming a daemon. #1672

merged 1 commit into from
Mar 22, 2024

Conversation

bmah888
Copy link
Contributor

@bmah888 bmah888 commented Mar 22, 2024

This fixes some non-intuitive behavior when using the iperf3 authentication feature, where iperf3 was able to use a relative path to locate the credentials file when being run "normally" but not if it was being run as a --daemon (the workaround was to use only absolute pathname arguments).

This fixes some non-intuitive behavior when using the iperf3
authentication feature, where iperf3 was able to use a relative
path to locate the credentials file when being run "normally" but
not if it was being run as a --daemon (the workaround was to
use only absolute pathname arguments).
@bmah888 bmah888 added the bug label Mar 22, 2024
@bmah888 bmah888 self-assigned this Mar 22, 2024
Copy link
Contributor

@dopheide-esnet dopheide-esnet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup, that's exactly what I did and then verified it worked.

@bmah888
Copy link
Contributor Author

bmah888 commented Mar 22, 2024

Yup, that's exactly what I did and then verified it worked.

Cool, thanks for confirming / testing!

@bmah888 bmah888 merged commit 46f6050 into master Mar 22, 2024
6 checks passed
@bmah888 bmah888 deleted the no-chdir-daemon branch March 22, 2024 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants