-
Notifications
You must be signed in to change notification settings - Fork 49
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
More Permission Issues #17
Comments
I am getting this exact same issue, did you figure it out or can anyone else help? `
|
Unfortunately I didn't :( I opted for smb instead |
I figured it out on mine. I had to manually add permissions for the folders and now it works great! |
Fixed in the rewrite of Ownfoil where permission issues is no longer a thing, see #43. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
docker logs ownfoil
Creating group app with GID 1000
Creating user app with UID 1000
Setting up authentification for user dark.
Adding password for user dark
Starting ownfoil
2023-03-09 06:48:57,702 - INFO apscheduler.scheduler: Adding job tentatively -- it will be properly scheduled when the scheduler starts
2023-03-09 06:48:57,706 - INFO apscheduler.scheduler: Added job "Generate shop" to job store "default"
2023-03-09 06:48:57,706 - INFO apscheduler.scheduler: Scheduler started
2023-03-09 06:48:57,707 - INFO apscheduler.executors.default: Running job "Generate shop (trigger: interval[0:05:00], next run at: 2023-03-09 06:48:57 UTC)" (scheduled at 2023-03-09 06:48:57.587910+00:00)
2023-03-09 06:48:57,711 - INFO gen_shop: Found 0 directories, 3 game/save files
2023-03-09 06:48:57,711 - ERROR gen_shop: Failed to write /games/shop.json, error was:
[Errno 13] Permission denied: '/games/shop.json'
2023-03-09 06:48:57,712 - ERROR gen_shop: Failed to write /games/shop.tfl, error was:
[Errno 13] Permission denied: '/games/shop.tfl'
2023-03-09 06:48:57,712 - INFO apscheduler.executors.default: Job "Generate shop (trigger: interval[0:05:00], next run at: 2023-03-09 06:53:57 UTC)" executed successfully
The text was updated successfully, but these errors were encountered: