skarppi / icloud_photo_station

A command-line tool to download photos from iCloud to Synology NAS.
116 stars 12 forks source link

Failed to execv() /tmp/staticx-JhBoMc/icloudpd-1.17.3-linux-amd64.dynamic: Permission denied #109

Closed BLLiNNK closed 1 month ago

BLLiNNK commented 4 months ago

Overview

Using icloud photo station to run on Synology NAS https://github.com/skarppi/icloud_photo_station

This has been working for years but now getting error eveytime i attempt to run the code to sync.

Steps to Reproduce

  1. ssh to Synology NAS
  2. run below code: `(env) broche@JARVIS:/tmp$ icloudpd \

    --directory /volume1/iCloud \ --username x@x.com \ --until-found 10 \ --auto-delete `

Expected Behavior

code runs

Actual Behavior

error: Failed to execv() /tmp/staticx-JhBoMc/icloudpd-1.17.3-linux-amd64.dynamic: Permission denied

skarppi commented 1 month ago
export TMPDIR=$HOME/tmp

More details at https://github.com/icloud-photos-downloader/icloud_photos_downloader/issues/764