Vielleicht mache ich es auch einfach falsch, ich gehe so vor:
1) Öffne Terminal
2) Gebe folgendes ein: "ssh admin@192.168.0.3"
3) Password wird abgefragt: Gebe mein Passwort ein.
4) Gebe: "./var/packages/pyload/target/bin/import-environment" ein.
5) Erhalte: "-sh: ./var/packages/pyload/target/bin/import-environment: not found
Wenn ich "/var/packages/pyload/scripts/start-stop-status user" eingebe, erhalte ich folgendes:
1) Öffne Terminal
2) Gebe folgendes ein: "ssh admin@192.168.0.3"
3) Password wird abgefragt: Gebe mein Passwort ein.
4) Gebe: "./var/packages/pyload/target/bin/import-environment" ein.
5) Erhalte: "-sh: ./var/packages/pyload/target/bin/import-environment: not found
Wenn ich "/var/packages/pyload/scripts/start-stop-status user" eingebe, erhalte ich folgendes:
Code:
su: must be suid to work properly
PIDfile found: 12319
kill: can't kill pid 12319: Operation not permitted
kill: can't kill pid 12319: Operation not permitted
rm: can't remove '/volume1/@appstore/pyload/var/run/pyload.pid': Permission denied
Traceback (most recent call last):
File "/volume1/@appstore/pyload/pyload/pyLoadCore.py", line 42, in <module>
from module import InitHomeDir
File "/volume1/@appstore/pyload/pyload/module/InitHomeDir.py", line 81, in <module>
chdir(configdir)
OSError: [Errno 13] Permission denied: '/var/packages/pyload/target/var/config'
su: must be suid to work properly
PIDfile found: 12319
kill: can't kill pid 12319: Operation not permitted
kill: can't kill pid 12319: Operation not permitted
rm: can't remove '/volume1/@appstore/pyload/var/run/pyload.pid': Permission denied
/var/packages/pyload/scripts/start-stop-status: line 91: can't create /volume1/@appstore/pyload/var/config/Logs/log.txt: Permission denied
su: must be suid to work properly