GaetanCambier / spksrc

Cross compilation framework to create native packages for the Synology's NAS (compiled packages for armada38x avaliable)
https://synology.cambier.org
Other
2 stars 1 forks source link

Pyload stop with DS215j #2

Open brunetfr opened 8 years ago

brunetfr commented 8 years ago

Hello,

I'm new on synology. I try to Install pyload with the synocommunity package. But the application stop after few seconds.

Synology : DS215j (armada375) Version : 5.2-5644 update 5

Others packages : python and python3 (synocommunity)

Log : stop after "starting threaded webserver: 0.0.0.0:8001" no more log !

Thx Francis

GaetanCambier commented 8 years ago

hello

can you check the dmesg to view if no error when launch pyload

have you test to uninstall/reinstall pyload ? the pyload package come from synocommunity repo or my repo ?

brunetfr commented 8 years ago

Hello,

It's a permission problem with pyload user : OSError: [Errno 13] Permission denied: '/volume1/MediaCenter/Downloads'

So, I give read/write permissions to sc-download group to share folder. But : OSError: [Errno 13] Permission denied: './tmp/container_file_lock/8/8a/8a977a00b4fc5fdf911999bb2c893ce25410f5a6.lock'

With root user and command line (in ssh) : /usr/local/pyload/env/bin/python /usr/local/pyload/share/pyload/pyLoadCore.py --daemon

no problem !

any idea to start with package manager ?

Thx Francis

Edit : package pyload from Cambier.org

GaetanCambier commented 8 years ago

You should correct the folder owner/group permission owner : python group : users

there are 2 solution to correct these permission :

after, restart pyload and check is it's ok