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

Silent failure when unable to access the temporary directory #177

Open
pjcdawkins opened this issue Mar 22, 2024 · 2 comments
Open

Silent failure when unable to access the temporary directory #177

pjcdawkins opened this issue Mar 22, 2024 · 2 comments
Labels

Comments

@pjcdawkins
Copy link
Contributor

For example, if originally installed as root, and then run as non-root, the CLI may fail with no output, because it can't access its temporary files:

image

@pjcdawkins
Copy link
Contributor Author

This is probably more general - the debug env var probably shouldn't be needed if the error is a fatal one

image

@akalipetis
Copy link
Member

If the directory exists, but we don't have access to it, we could start iterating until we find an available suffix (-1, -2, etc).

This will probably resolve #47, as each user will get their directory.

@akalipetis akalipetis added the CLI label Jul 2, 2024 — with Linear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants