[Part 2] Download torrent & newsserver package(s)
|
18th Mar, 2013, 02:32 AM
Post: #106
|
|||
|
|||
RE: [Part 2] Download torrent & newsserver package(s)
Removed it and can connect fine through web and couchpotato without a login. Not sure why sickbeard doesn't wanna play..
Fixed it.. Something about an outdated notifier script from SickBeard here: https://github.com/midgetspy/Sick-Beard/blob/master/sickbeard/notifiers/xbmc.py Fixed it.. Something about an outdated notifier script from SickBeard here: https://github.com/midgetspy/Sick-Beard/blob/master/sickbeard/notifiers/xbmc.py |
|||
18th Mar, 2013, 10:14 PM
Post: #107
|
|||
|
|||
RE: [Part 2] Download torrent & newsserver package(s)
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?
|
|||
23rd Mar, 2013, 07:21 AM
Post: #108
|
|||
|
|||
RE: [Part 2] Download torrent & newsserver package(s)
Just did a clean install of Xbian (Alpha 5) and installed the download package. Configured everything and used the following command:
sudo apt-get install unrar-free Downloading goes fine, but as soon as it starts extracting my Raspberry crashes. Any idea what can cause this? Should I turn off XBMC first? Power supply problems? (2A supply) Edit: Hmm, getting Failure message with extracting now: Post-processing script may have moved files elsewhere. Any idea? I have unrar-free installed. Also, double checking.. Do I actually need to make a tv category myself in nzbget to let that work properly from sickbeard? Also do my sickbeard settings matter for this error? |
|||
23rd Mar, 2013, 08:57 PM
Post: #109
|
|||
|
|||
RE: [Part 2] Download torrent & newsserver package(s)
unrar-FREE doesn't work on some RARs.
Search for unrar-NONFREE in the forums and install it. I didn't get any more errors with a similar setup, so it should be your only problem... (23rd Mar, 2013 07:21 AM)Adanteh Wrote: Just did a clean install of Xbian (Alpha 5) and installed the download package. Configured everything and used the following command: |
|||
24th Mar, 2013, 01:51 AM
Post: #110
|
|||
|
|||
RE: [Part 2] Download torrent & newsserver package(s)
No luck install unrar-nonfree with the way it's used in the second post of the thread. Any help there? The download package is really the only other thing I want to get on my xbian install, so it would be very nice if I could get it to work properly.
This is where it fails I reckon. Also had to do apt-get install dpkg-dev first. Code: dpkg-checkbuilddeps: Unmet build dependencies: debhelper (>= 7) |
|||
24th Mar, 2013, 02:13 AM
Post: #111
|
|||
|
|||
RE: [Part 2] Download torrent & newsserver package(s)
not an expert, but here it miss dependency debhelper.
try sudo apt-get install debhelper Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
24th Mar, 2013, 06:39 PM
Post: #112
|
|||
|
|||
Re: RE: [Part 2] Download torrent & newsserver package(s)
(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 |
|||
24th Mar, 2013, 07:21 PM
Post: #113
|
|||
|
|||
RE: [Part 2] Download torrent & newsserver package(s) | |||
26th Mar, 2013, 04:10 AM
Post: #114
|
|||
|
|||
RE: [Part 2] Download torrent & newsserver package(s)
Guys,
First of all I want to thank everyone who's working on xbian. It's the best xbmc for raspberry. Second of all I want to ask if there's a possibillity to run transmisson through VPN on xbian? If yes could you please let me know how to do this? Thanks! |
|||
3rd Apr, 2013, 02:44 AM
Post: #115
|
|||
|
|||
RE: [Part 2] Download torrent & newsserver package(s)
http://raspberrypi.stackexchange.com/questions/3617/how-to-install-unrar-nonfree
i followed the tutorial above and installed it but i am not sure what to write at post-processing in nzbget? |
|||
3rd Apr, 2013, 03:00 AM
Post: #116
|
|||
|
|||
RE: [Part 2] Download torrent & newsserver package(s)
According to this thread, there should be already an example file, which you could use:
postprocess.example.sh http://www.raspberrypi.org/phpBB3/viewtopic.php?f=26&t=13352 |
|||
3rd Apr, 2013, 03:06 AM
Post: #117
|
|||
|
|||
RE: [Part 2] Download torrent & newsserver package(s)
Hi, I ended up from google after having problems with sickbeard not starting (while the command /etc/init.d/sickbeard start returns an ok).
After reading the logs I found out it ran for 1 second and then got a fatal error due to a corrupted database. I noticed the solution that worked for me was not posted in this thread yet, it can be found over here: http://sickbeard.com/forums/viewtopic.php?f=4&t=4648 I also use a ntfs formatted external hdd which had very poor performance (downloading max speed at ~300 kb/s). After removing the sync flag (instructions @ https://github.com/xbianonpi/xbian/blob/b13291dc6703ad9fce329a2c1e0462f230694a4f/etc/usbmount/usbmount.conf ) it went up to ~1600 kb/s. Both where measured without xbmc running. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
3rd Apr, 2013, 11:48 PM
Post: #118
|
|||
|
|||
RE: [Part 2] Download torrent & newsserver package(s)
When I stop transmission, I get the following message:
Code: xbian@xbian ~ $ /etc/init.d/transmission stop When I try to start transmission after editing settings.json using nano: Code: xbian@xbian ~ $ /etc/init.d/transmission start |
|||
3rd Apr, 2013, 11:53 PM
Post: #119
|
|||
|
|||
RE: [Part 2] Download torrent & newsserver package(s) | |||
4th Apr, 2013, 12:11 AM
Post: #120
|
|||
|
|||
RE: [Part 2] Download torrent & newsserver package(s)
@kraleksandr, they both do the same.
pilight - modular domotica solution
|
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
[Part 3] Download torrent & newsserver packages | Fred | 221 | 878,969 |
18th Mar, 2016 03:00 PM Last Post: akitolong |
|
Download Package not installing | naverave | 3 | 13,752 |
16th Mar, 2014 07:56 PM Last Post: mk01 |
|
download package setup | pathia | 5 | 18,713 |
28th Sep, 2013 12:00 AM Last Post: Gemma01 |
|
Download package | enzu1 | 1 | 9,063 |
4th Feb, 2013 10:35 PM Last Post: CurlyMo |