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

SCL can't run if /var/tmp is not writable #29

Open
kingcritter opened this issue Jan 8, 2020 · 0 comments
Open

SCL can't run if /var/tmp is not writable #29

kingcritter opened this issue Jan 8, 2020 · 0 comments

Comments

@kingcritter
Copy link

Problem: if /var/tmp/ is not writable, scl enable fails to work. The directory is hard-coded in fallback.c.

Suggestion: read $TMPDIR and use that location, if set.

Note: I ran into this problem while trying to use SCL in a script that runs early in the bootup process, before /var/ is mounted. The drive I'm booting from is read-only.

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