linuxserver / docker-resilio-sync

GNU General Public License v3.0
145 stars 25 forks source link

Failed to create storage "./.sync/" error: 13 #40

Closed zyzqw closed 1 year ago

zyzqw commented 2 years ago

linuxserver.io


Expected Behavior

Current Behavior

Steps to Reproduce

Environment

OS:docker 20.10.12 CPU architecture: arm32 How docker service was installed: Armbian 20.12 Focal \l

Command used to create docker container (run/create/compose/screenshot)

docker run -d \ --name=resilio-sync \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=Asia/Shanghai \ -e UMASK=022 \ -p 8888:8888 \ -p 55555:55555 \ -v /opt/sync/config:/config \ -v /mnt/sync/downloads:/downloads \ -v /mnt/sync/data:/sync \ --restart unless-stopped \ linuxserver/resilio-sync:latest

Docker logs

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.

[s6-init] ensuring user provided files have correct perms...exited 0.

[fix-attrs.d] applying ownership & permissions fixes...

[fix-attrs.d] done.

[cont-init.d] executing container initialization scripts...

[cont-init.d] 01-envfile: executing...

[cont-init.d] 01-envfile: exited 0.

[cont-init.d] 01-migrations: executing...

[migrations] started

[migrations] no migrations found

[cont-init.d] 01-migrations: exited 0.

[cont-init.d] 02-tamper-check: executing...

[cont-init.d] 02-tamper-check: exited 0.

[cont-init.d] 10-adduser: executing...


      _         ()

     | |  ___   _    __

     | | / __| | |  /  \

     | | \__ \ | | | () |

     |_| |___/ |_|  \__/

Brought to you by linuxserver.io


To support LSIO projects visit:

https://www.linuxserver.io/donate/


GID/UID


User uid: 1000

User gid: 1000


[cont-init.d] 10-adduser: exited 0.

[cont-init.d] 30-config: executing...

[cont-init.d] 30-config: exited 0.

[cont-init.d] 90-custom-folders: executing...

[cont-init.d] 90-custom-folders: exited 0.

[cont-init.d] 99-custom-scripts: executing...

[custom-init] no custom files found exiting...

[cont-init.d] 99-custom-scripts: exited 0.

[cont-init.d] done.

[services.d] starting services

[services.d] done.

[20220527 22:10:11.843] Failed to create storage "./.sync/" error: 13

[20220527 22:10:11.843] Storage folder doesn't exist

[20220527 22:10:12.855] Failed to create storage "./.sync/" error: 13

[20220527 22:10:12.856] Storage folder doesn't exist

[20220527 22:10:13.919] Failed to create storage "./.sync/" error: 13

[20220527 22:10:13.920] Storage folder doesn't exist

[20220527 22:10:14.857] Failed to create storage "./.sync/" error: 13

[20220527 22:10:14.857] Storage folder doesn't exist

[20220527 22:10:15.871] Failed to create storage "./.sync/" error: 13

[20220527 22:10:15.872] Storage folder doesn't exist

[20220527 22:10:16.867] Failed to create storage "./.sync/" error: 13

[20220527 22:10:16.867] Storage folder doesn't exist

[20220527 22:10:17.871] Failed to create storage "./.sync/" error: 13

[20220527 22:10:17.871] Storage folder doesn't exist

[20220527 22:10:18.890] Failed to create storage "./.sync/" error: 13

[20220527 22:10:18.891] Storage folder doesn't exist

[20220527 22:10:19.882] Failed to create storage "./.sync/" error: 13

[20220527 22:10:19.883] Storage folder doesn't exist

[20220527 22:10:20.886] Failed to create storage "./.sync/" error: 13

[20220527 22:10:20.886] Storage folder doesn't exist

[20220527 22:10:21.897] Failed to create storage "./.sync/" error: 13

[20220527 22:10:21.898] Storage folder doesn't exist

[20220527 22:10:22.963] Failed to create storage "./.sync/" error: 13

[20220527 22:10:22.964] Storage folder doesn't exist

[20220527 22:10:23.903] Failed to create storage "./.sync/" error: 13

[20220527 22:10:23.903] Storage folder doesn't exist

[20220527 22:10:24.907] Failed to create storage "./.sync/" error: 13

[20220527 22:10:24.908] Storage folder doesn't exist

[20220527 22:10:25.913] Failed to create storage "./.sync/" error: 13

[20220527 22:10:25.914] Storage folder doesn't exist

[20220527 22:10:26.918] Failed to create storage "./.sync/" error: 13

[20220527 22:10:26.918] Storage folder doesn't exist

[20220527 22:10:27.925] Failed to create storage "./.sync/" error: 13

[20220527 22:10:27.925] Storage folder doesn't exist

[20220527 22:10:28.933] Failed to create storage "./.sync/" error: 13

[20220527 22:10:28.934] Storage folder doesn't exist

[20220527 22:10:30.016] Failed to create storage "./.sync/" error: 13

[20220527 22:10:30.017] Storage folder doesn't exist

[20220527 22:10:30.942] Failed to create storage "./.sync/" error: 13

[20220527 22:10:30.942] Storage folder doesn't exist

[20220527 22:10:31.946] Failed to create storage "./.sync/" error: 13

[20220527 22:10:31.947] Storage folder doesn't exist

[20220527 22:10:32.951] Failed to create storage "./.sync/" error: 13

[20220527 22:10:32.951] Storage folder doesn't exist

[20220527 22:10:33.955] Failed to create storage "./.sync/" error: 13

[20220527 22:10:33.955] Storage folder doesn't exist

[cont-finish.d] executing container finish scripts...

[cont-finish.d] done.

[s6-finish] waiting for services.

[s6-finish] sending all processes the TERM signal.

[s6-finish] sending all processes the KILL signal and exiting.

github-actions[bot] commented 2 years ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

github-actions[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.