4th Apr, 2013, 12:49 AM
(4th Apr, 2013 12:11 AM)CurlyMo Wrote: [ -> ]@kraleksandr, they both do the same.
No, I meant only that without sudo it would not work correctly. "service" is just example
(4th Apr, 2013 12:11 AM)CurlyMo Wrote: [ -> ]@kraleksandr, they both do the same.
(24th Mar, 2013 06:39 PM)Richdotward Wrote: [ -> ](18th Mar, 2013 10:14 PM)armani Wrote: [ -> ]I'm downloading with GetNZB. XBMC is disabled and my default download folder is on an extern EXT3 USB drive on a powered USB hub. Download speeds are great at ~2 MB/s. The only problem it crashes after a 24-48 hours for 3 times now. I tried downclocking the cpu and the corrupted SD command, other SD card. Nothing helped. When it crashes it doesn't reboot. I have to do it manually with the powercable. After that it works again, but for max 2 days. What can it be?
Try setting up your pi so it boots from the external HD instead. The sd card is still needed but only to start and tell the pi the HD is the main drive.
This has fixed my corruption issues. Just copying 3gb over the network crashed samba and a reboot didn't start back up.
Now I get 4.8 Meg on nzbget max / 2 Meg slowest. Copied to and from the pi about 30 GB just to try and kill it.
System is over clocked at 900 and running for three days solid no issues. Do prefer sabnzb by far but down load speed so much better than 400k on SD card.
Rich
(7th Apr, 2013 03:54 PM)okinomo Wrote: [ -> ]How would one go about setting up their pi to boot from the HDD?
(24th Mar, 2013 06:39 PM)Richdotward Wrote: [ -> ](18th Mar, 2013 10:14 PM)armani Wrote: [ -> ]I'm downloading with GetNZB. XBMC is disabled and my default download folder is on an extern EXT3 USB drive on a powered USB hub. Download speeds are great at ~2 MB/s. The only problem it crashes after a 24-48 hours for 3 times now. I tried downclocking the cpu and the corrupted SD command, other SD card. Nothing helped. When it crashes it doesn't reboot. I have to do it manually with the powercable. After that it works again, but for max 2 days. What can it be?
Try setting up your pi so it boots from the external HD instead. The sd card is still needed but only to start and tell the pi the HD is the main drive.
This has fixed my corruption issues. Just copying 3gb over the network crashed samba and a reboot didn't start back up.
Now I get 4.8 Meg on nzbget max / 2 Meg slowest. Copied to and from the pi about 30 GB just to try and kill it.
System is over clocked at 900 and running for three days solid no issues. Do prefer sabnzb by far but down load speed so much better than 400k on SD card.
Rich
04-10 15:17:40 INFO Starting new HTTP connection (1): api.thesubdb.com
04-10 15:17:45 INFO Starting new HTTP connection (1): api.thesubdb.com
04-10 15:17:48 INFO Starting new HTTP connection (1): api.thesubdb.com
(13th Apr, 2013 03:13 AM)d4m4s74 Wrote: [ -> ]I've installed the download package, but I can't seem to get it to work.
Since the size of sd cards is limited I set it up so my (samba) NAS is mounted on boot, after that I set the maindir to /mnt/nas/ (where I mounted the share)
Though other applications including sickbeard and couchpotato don't have any problem with this setup, when I start NZBget it gives me the following messages:
INFO Fri Apr 12 2013 19:12:21 Pausing all activities due to errors in configuration
ERROR Fri Apr 12 2013 19:12:21 nzbget.conf(3): Invalid value for option "NzbDir": could not create directory "/mnt/nas/torrents/"
ERROR Fri Apr 12 2013 19:12:21 nzbget.conf(4): Invalid value for option "QueueDir": could not create directory "/mnt/nas/incomplete/"
ERROR Fri Apr 12 2013 19:12:21 nzbget.conf(5): Invalid value for option "TempDir": could not create directory "/mnt/nas/incomplete/"
ERROR Fri Apr 12 2013 19:12:21 nzbget.conf(2): Invalid value for option "DestDir": could not create directory "/mnt/nas/downloads/"
Does anyone know what I did wrong?
Thanks.
(13th Apr, 2013 03:18 AM)rikardo1979 Wrote: [ -> ](13th Apr, 2013 03:13 AM)d4m4s74 Wrote: [ -> ]I've installed the download package, but I can't seem to get it to work.
Since the size of sd cards is limited I set it up so my (samba) NAS is mounted on boot, after that I set the maindir to /mnt/nas/ (where I mounted the share)
Though other applications including sickbeard and couchpotato don't have any problem with this setup, when I start NZBget it gives me the following messages:
INFO Fri Apr 12 2013 19:12:21 Pausing all activities due to errors in configuration
ERROR Fri Apr 12 2013 19:12:21 nzbget.conf(3): Invalid value for option "NzbDir": could not create directory "/mnt/nas/torrents/"
ERROR Fri Apr 12 2013 19:12:21 nzbget.conf(4): Invalid value for option "QueueDir": could not create directory "/mnt/nas/incomplete/"
ERROR Fri Apr 12 2013 19:12:21 nzbget.conf(5): Invalid value for option "TempDir": could not create directory "/mnt/nas/incomplete/"
ERROR Fri Apr 12 2013 19:12:21 nzbget.conf(2): Invalid value for option "DestDir": could not create directory "/mnt/nas/downloads/"
Does anyone know what I did wrong?
Thanks.
Merged your thread into this main as there is no need to open new one.
-thx-
(20th Feb, 2013 11:24 PM)CurlyMo Wrote: [ -> ]If you want to download everything to an external hard-drive/usb stick:
Code:
mv /home/xbian/downloads /media/usb/
mv /home/xbian/incomplete /media/usb/
mv /home/xbian/torrents /media/usb/
ln -s /media/usb/downloads /home/xbian/downloads
ln -s /media/usb/incomplete /home/xbian/incomplete
ln -s /media/usb/torrents /home/xbian/torrents
mkdir /mnt/nas/torrents
chmod 777 /mnt/nas/torrents
INFO Sat Apr 13 2013 14:04:17 Pausing all activities due to errors in configuration
ERROR Sat Apr 13 2013 14:04:17 nzbget.conf(3): Invalid value for option "NzbDir": could not create directory "/home/xbian/torrents/"
ERROR Sat Apr 13 2013 14:04:17 nzbget.conf(4): Invalid value for option "QueueDir": could not create directory "/home/xbian/incomplete/"
ERROR Sat Apr 13 2013 14:04:17 nzbget.conf(5): Invalid value for option "TempDir": could not create directory "/home/xbian/incomplete/"
ERROR Sat Apr 13 2013 14:04:17 nzbget.conf(2): Invalid value for option "DestDir": could not create directory "/home/xbian/downloads/"
lrwxrwxrwx 1 xbian xbian 18 Apr 13 14:03 downloads -> /mnt/nas/downloads
lrwxrwxrwx 1 xbian xbian 19 Apr 13 14:03 incomplete -> /mnt/nas/incomplete
-rw-r--r-- 1 xbian xbian 26539 Apr 13 14:04 nzbget.log
lrwxrwxrwx 1 xbian xbian 17 Apr 13 14:03 torrents -> /mnt/nas/torrents