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

Cannot disable Phone Home from read-only filesystem #444

Open
tcostigl opened this issue Sep 12, 2022 · 0 comments
Open

Cannot disable Phone Home from read-only filesystem #444

tcostigl opened this issue Sep 12, 2022 · 0 comments

Comments

@tcostigl
Copy link

If dlr is installed in a directory not writable by the user, attempting to disable the PhoneHome feature will fail.

Reproduce:

  • With dlr-1.10.0 installed in a non-user writable directory run python
  • from dlr.counter.phone_home import PhoneHome
  • PhoneHome.disable_feature()
  • PermissionError: [Errno 13] Permission denied:...

Expected behavior:

  • The PhoneHome feature is disabled for this session
@tcostigl tcostigl changed the title Cannot diable Phone Home from read-only filesystem Cannot disable Phone Home from read-only filesystem Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant