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

Permission error writing log file after install #7

Open
phunkyg opened this issue Mar 18, 2019 · 2 comments
Open

Permission error writing log file after install #7

phunkyg opened this issue Mar 18, 2019 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@phunkyg
Copy link
Owner

phunkyg commented Mar 18, 2019

When source is downloaded from github, it omits a 'log' subdirectory and the permissions on same mean it is not ready to be written to.

@phunkyg phunkyg self-assigned this Mar 18, 2019
@phunkyg
Copy link
Owner Author

phunkyg commented Mar 18, 2019

Fix is proposed as codeline per DEV_Tempfiles branch.
This uses platform independent seek for temp directory and uses that for logging instead.

@phunkyg phunkyg added the bug Something isn't working label Mar 18, 2019
@phunkyg
Copy link
Owner Author

phunkyg commented Mar 18, 2019

Workaround: After extracting the source code, create a subdirectory 'log' and set permissions to read/write for all users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant