Search found 6 matches

by christiankyte
24 Oct 2014, 20:50
Forum: Help and Support
Topic: Missing Java
Replies: 1
Views: 1637

Missing Java

Hello, I have a Synology DS213j and Have java installed. I had to uninstall filebot so some things got messed up. Long story short the log is saying I have java missing. Happened last time too. So can someone please point me in the right directions of the follow: 1) how to find the path where java ...
by christiankyte
21 Aug 2014, 19:45
Forum: Help and Support
Topic: Help Request: Run Script From Synology NAS
Replies: 10
Views: 21587

Re: Help Request: Run Script From Synology NAS

So I did what you suggested and here is the problem!

Code: Select all

/usr/syno/bin/filebot: line 35: java: not found
How can I find where java is located?

Also where does FileBot keep its settings.son file?

Thanks!
by christiankyte
20 Aug 2014, 13:10
Forum: Help and Support
Topic: Help Request: Run Script From Synology NAS
Replies: 10
Views: 21587

Re: Help Request: Run Script From Synology NAS

Thank you again for the reply. It is truly appreciated. As far as the /volume1/app/scripts/build-data >> /volume1/app/scripts/build-data.log 2>&1 Is that added above my path to my script file "/volume1/System/FilebotScript.sh" or after it? Am I assuming correct that once I run it manually and it ...
by christiankyte
19 Aug 2014, 22:53
Forum: Help and Support
Topic: Help Request: Run Script From Synology NAS
Replies: 10
Views: 21587

Re: Help Request: Run Script From Synology NAS

So I tried adding the #!/bin/sh and no luck yet. I can still run it via ssh despite what account I use to log in, root / admin / user. What are some commands I can use to redirect the outputs for debug? and what are some exact steps I can use to try. I am a system control engineer so I program ...
by christiankyte
18 Aug 2014, 21:20
Forum: Help and Support
Topic: Help Request: Run Script From Synology NAS
Replies: 10
Views: 21587

Help Request: Run Script From Synology NAS

Hello, So I have a working CLI "code" that I have tested via ssh and it does what I need. However I want to automate this when a my Synology NAS finished a torrent download via its built in DownloadStation. Here is what I have done thus far: I have edited the settings.son file for download station ...