Search found 9 matches
- October 15th, 2011, 9:46 am
- Forum: General Help
- Topic: Power down best practice
- Replies: 5
- Views: 2714
Re: Power down best practice
In case anyone else is interested here is my startup/shutdown script for Buffalo Linkstation. You will need to reference it in rcS, rcDown,standyby,rcDown and will then need to take a copy of rcDown as SABnzbd.rcDown as this seems to get overwritten. Upon shutdown the script will set SABnzbd into pa...
- October 13th, 2011, 4:15 am
- Forum: General Help
- Topic: Exposing SABnzbd port to internet, security question
- Replies: 2
- Views: 1698
Exposing SABnzbd port to internet, security question
I have just opened up a route through my firewall so that my mobile phone app can monitor SABnzbd on my Linux NAS box.
I have used port redirection and password protected SABnzbd GUI.
Just checking that there are no know exploits that could cause a security breach with this method.
Cheers
Baz
I have used port redirection and password protected SABnzbd GUI.
Just checking that there are no know exploits that could cause a security breach with this method.
Cheers
Baz
- October 13th, 2011, 4:11 am
- Forum: General Help
- Topic: Is auto unrar a virus risk?
- Replies: 2
- Views: 1754
Is auto unrar a virus risk?
Before using SABnzbd I used to use a double safe method of downloading RARS on my PC and virus scanning them before even opening them. Then once I'd extracted the data I would then scan the extracted files. However now that I have SABnzbd running on my Linux NAS box I like the convenience of everyth...
- October 10th, 2011, 3:17 pm
- Forum: General Help
- Topic: Power down best practice
- Replies: 5
- Views: 2714
Re: Power down best practice
Sorted, pretty much as discussed. Didn't need to send a resume on startup in rcS as it seems to start in a running state. Placed shutdown commands in rcDown, this gave me a little trouble as linkstation seems to like replacing on every boot and I couldn't work out where. So I just recopied it back a...
- October 10th, 2011, 7:19 am
- Forum: General Help
- Topic: Power down best practice
- Replies: 5
- Views: 2714
Re: Power down best practice
So on my linkstation I suppose I could put the following line in rcS sleep 30 /usr/bin/wget -q --delete-after "http://127.0.0.1:8080/sabnzbd/api?mode=resume" and the following lines in the shutdown script (wherever that may be, sure I'll find it tonight) /usr/bin/wget -q --delete-after &qu...
- October 10th, 2011, 2:54 am
- Forum: General Help
- Topic: Power down best practice
- Replies: 5
- Views: 2714
Power down best practice
The NAS box I am running SABnzbd on is set to power on and off every day, this has lead me to wonder what I should be doing to prevent any issues with SABnzbd. I notice it has scheduling for pause and shutdown and was wondering whether to set a schedule to pause/shutdown just before the NAS box clos...
- October 8th, 2011, 10:10 am
- Forum: General Help
- Topic: Noob Linkstation Live questions
- Replies: 0
- Views: 1760
Noob Linkstation Live questions
I have now got SABnzbd installed on my 1.12 CHL-1TB and can now get the GUI working My LINUX knowledge is limited but I do know a reasonable amount of UNIX (so have managed to guess many things) I am still having a few issues 1) I have created a share folder along with the download/cache/NZB etc fol...
- October 8th, 2011, 8:10 am
- Forum: General Help
- Topic: Buffalo Linkstation Live installation, no web interface
- Replies: 2
- Views: 2847
Re: Buffalo Linkstation Live installation, no web interface
Many thanks
That worked.
My next problem being a noob is that any folders it creates are owned by root, when I try and delete them from a saba share I get permission denied.
I have already set create permissions to 777, what else do I need to do?
Cheers
Baz
That worked.
My next problem being a noob is that any folders it creates are owned by root, when I try and delete them from a saba share I get permission denied.
I have already set create permissions to 777, what else do I need to do?
Cheers
Baz
- October 8th, 2011, 5:38 am
- Forum: General Help
- Topic: Buffalo Linkstation Live installation, no web interface
- Replies: 2
- Views: 2847
Buffalo Linkstation Live installation, no web interface
Hi, I am trying to install SABNzbdPlus onmy linkstation using http://buffalo.nas-central.org/index.php/Sabnzbdplus as a guide. I have managed to work my way through to running :- cd /opt/share/SABnzbd (not the same foled as listed in wiki for some reason) python2.5 SABnzbd.py -f SABnzbd.ini -d Howev...