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 denied errors #52

Open
EddieFAF opened this issue Nov 18, 2022 · 4 comments
Open

permission denied errors #52

EddieFAF opened this issue Nov 18, 2022 · 4 comments
Assignees

Comments

@EddieFAF
Copy link

When starting the container, I get several errors:

18.11.2022 6:46:15 s6-chmod: fatal: unable to change mode of /var/run/s6/etc/cont-init.d/99-custom-files: Operation not permitted
18.11.2022 6:46:15 s6-chown: fatal: unable to chown /var/run/s6/etc/services.d/jdownloader/run: Operation not permitted
18.11.2022 6:46:15 s6-chmod: fatal: unable to change mode of /var/run/s6/etc/services.d/jdownloader/run: Operation not permitted
18.11.2022 6:46:15 s6-chown: fatal: unable to chown /var/run/s6/etc/services.d/jdownloader/finish: Operation not permitted
18.11.2022 6:46:15 s6-chmod: fatal: unable to change mode of /var/run/s6/etc/services.d/jdownloader/finish: Operation not permitted
18.11.2022 6:46:15 [s6-init] ensuring user provided files have correct perms...exited 0.
18.11.2022 6:46:15 [fix-attrs.d] applying ownership & permissions fixes...
18.11.2022 6:46:15 [fix-attrs.d] done.
18.11.2022 6:46:15 [cont-init.d] executing container initialization scripts...
18.11.2022 6:46:15 [cont-init.d] 01-envfile: executing... 
18.11.2022 6:46:15 foreground: warning: unable to spawn /var/run/s6/etc/cont-init.d/01-envfile: Permission denied
18.11.2022 6:46:15 [cont-init.d] 01-envfile: exited 127.
18.11.2022 6:46:15 [cont-init.d] 10-adduser: executing... 
18.11.2022 6:46:15 foreground: warning: unable to spawn /var/run/s6/etc/cont-init.d/10-adduser: Permission denied
18.11.2022 6:46:15 [cont-init.d] 10-adduser: exited 127.
18.11.2022 6:46:15 [cont-init.d] 30-prepare-jdownloader: executing... 
18.11.2022 6:46:15 foreground: warning: unable to spawn /var/run/s6/etc/cont-init.d/30-prepare-jdownloader: Permission denied
18.11.2022 6:46:15 [cont-init.d] 30-prepare-jdownloader: exited 127.
18.11.2022 6:46:15 [cont-init.d] 99-custom-files: executing... 
18.11.2022 6:46:15 foreground: warning: unable to spawn /var/run/s6/etc/cont-init.d/99-custom-files: Permission denied
18.11.2022 6:46:15 [cont-init.d] 99-custom-files: exited 127.
18.11.2022 6:46:15 [cont-init.d] done.
18.11.2022 6:46:15 [services.d] starting services
18.11.2022 6:46:15 s6-supervise (child): fatal: unable to exec run: Permission denied
18.11.2022 6:46:15 s6-supervise jdownloader: warning: unable to spawn ./run - waiting 10 seconds
18.11.2022 6:46:15 [services.d] done.

I have used the docker-compose snippet, just changed the volume pathes accordingly.

@tuxpeople tuxpeople self-assigned this Nov 22, 2023
@tuxpeople
Copy link
Owner

Hi @EddieFAF I'm very sorry that I've missed this issue.

I was able to reproduce the issue, I'll try to sort that out.

@tuxpeople
Copy link
Owner

@EddieFAF please try it without the user: line

@tetsuya-ops
Copy link

tetsuya-ops commented Dec 14, 2023

I have the same issue, but if I remove the user: line, the files are created my the user 911 and I want to access that files with my normal user via SAMBA, if that user isn't my user in samba, I cannot remove or edit any of the files created by JDownloader

@tuxpeople
Copy link
Owner

tuxpeople commented Dec 19, 2023

I'm honestly surprised how many people are using my image. It is an image I haven't used for over a year (maybe almost two years...). And as I haven't used it myself, it also got not the love from me it deserved. But hey, let's see if I can fix this for you guys.

@KiritoKunD2 @EddieFAF would you mind trying if this image works for you when using user:?

ghcr.io/tuxpeople/jdownloader-headless:pr-72

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

3 participants