[Part 3] Download torrent & newsserver packages
|
26th Jan, 2014, 12:38 AM
Post: #166
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
ok, now it is in staging.
but I'm not maintainer of this particular package so have no feedback why it wasn't published. so be careful (backup current configs). Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
27th Jan, 2014, 11:45 PM
Post: #167
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
Couchpotato, SickBeard and headphones are now updated to the latest versions. About transmission 2.82, it can be published and I already told a while ago but don't know why it's held back.
Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
1st Feb, 2014, 12:48 AM
Post: #168
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
Does anybody know why transmission is so much faster than nzbget with regards to download speeds (or maybe torrent vs nzb)?
I have a 20Mb connection and my RPi is connected through LAN. In transmission I get speeds over 2MB/s and in nzbget it stalls at ~960KB/s. I'm on a 20Mb SunnyUsenet account but when I use this on my PC I also get speeds over 2MB/s. Is nzbget such a resource intensive application? |
|||
1st Feb, 2014, 12:53 AM
Post: #169
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
I get around 1.7MB/s in nzbget with SSL turned on (power line adapter is the limiting factor here). are you using ssl or is it turned off?
RPi 1 Model B & RPi 2 |
|||
1st Feb, 2014, 01:19 AM
Post: #170
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
(1st Feb, 2014 12:53 AM)freem@n Wrote: I get around 1.7MB/s in nzbget with SSL turned on (power line adapter is the limiting factor here). are you using ssl or is it turned off? SSL turned off and I'm using the default settings from the package. Can my 1mA adapter be the limiting factor? Would be strange because transmission does get > 2MB speeds. Or could it be because my DestDir (${MainDir}/downloads), InterDir (${MainDir}/temp), NzbDir (${MainDir}/temp), QueueDir (${MainDir}/temp), TempDir (${MainDir}/temp) are on the same USB HDD? |
|||
1st Feb, 2014, 01:23 AM
Post: #171
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
it could be the nice value of nzbget. maybe the priority of this process is too low to max out your connection. but I don't understand why it's reasonably fast for me although I'm using SSL and the default nice value..
RPi 1 Model B & RPi 2 |
|||
1st Feb, 2014, 01:36 AM
Post: #172
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
(1st Feb, 2014 01:23 AM)freem@n Wrote: it could be the nice value of nzbget. maybe the priority of this process is too low to max out your connection. but I don't understand why it's reasonably fast for me although I'm using SSL and the default nice value.. How did you set up your folders in nzbget? |
|||
1st Feb, 2014, 01:42 AM
Post: #173
|
|||
|
|||
AW: RE: [Part 3] Download torrent & newsserver packages
(1st Feb, 2014 01:36 AM)Carpenter Wrote: How did you set up your folders in nzbget? ah, you're right. how could I miss tha?. my intermediate folder is on the 16gb SDHC card (boot volume) and the destination directory is on my ext4 external HDD. the files are then moved to the right folder on the hdd with the pp-scripts. I also removed "sync" option from usbmount.conf to achieve better read/write speeds. RPi 1 Model B & RPi 2 |
|||
1st Feb, 2014, 01:54 AM
Post: #174
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
(1st Feb, 2014 01:42 AM)freem@n Wrote:(1st Feb, 2014 01:36 AM)Carpenter Wrote: How did you set up your folders in nzbget? I already removed the sync option and tried to move the interdir, queue dir to my sd card but no improvements so far... Ok, silly me, I used the standard setting of 4 connections per server but my usenet provider allows me to have 10. Now I get speeds around 1,9MB/s |
|||
4th Feb, 2014, 10:35 AM
Post: #175
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
Hi, I have a question about couchpotato/sickbeard memory usage:
In my processes i got 2x sickbeard (TPB + Anime Branch) and couchpotato: In task manager I can see that i got 3xpython processes and 2 of them ~9% memory usage and 1 is ~15%, is this normal usage? (it's almost 35% of my ram so - 131MB i think it's a little to much) - CPU Usage 0,3-0,7% each. so i think it's kk. For comparision my rtorrent is consuming only 3.4% memory so about 13MB, and 0,5-1,7% CPU with 33 completed processes (only few active and seeding but it's because of leechers availability) Anyway I thought but in general it consumes about 1-2mb per 1 upload slot (depend on chunk size) EDIT: In couchpotato I got only 1 movie snatched and 1 looking for and in sickbeard TPB - 2 on watch, Anime - 4 on watch. |
|||
9th Mar, 2014, 02:46 AM
Post: #176
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
Hi everyone,
Just hoping someone can help as I'm not sure whats happening... I try and run the code Code: sudo apt-get install -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" xbian-package-download and I get the following error... Terminal Get:1 http://xbian.brantje.com/ stable/main xbian-package-sickbeard armhf 1.2 [3,532 B] Fetched 1 B in 0s (2 B/s) Failed to fetch http://xbian.brantje.com/pool/stable/main/x/xbian-package-sickbeard/xbian-package-sickbeard_1.2_armhf.deb Size mismatch E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? root@xbian:/home/xbian# I even try just the xbian-package-sickbeard and get the same error. Is there a problem with the package or am I doing something really really stupid? Thanks |
|||
9th Mar, 2014, 05:13 AM
Post: #177
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
Did you try sudo apt-get update firstly?
|
|||
9th Mar, 2014, 07:03 AM
Post: #178
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages | |||
14th Mar, 2014, 06:14 AM
Post: #179
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
Hi,
I had the exactly same problem. It did not go away for a couple of things I tried. Eventually I manually installed the sickbeard package. Code: wget http://xbian.brantje.com/pool/stable/main/x/xbian-package-sickbeard/xbian-package-sickbeard_1.2_armhf.deb That gave an error: Quote:dpkg: dependency problems prevent configuration of xbian-package-sickbeard: Then I did install -f Code: sudo apt-get clean After that succeeded, I run the usual xbian package installation command Code: sudo apt-get -f install -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" xbian-package-download |
|||
24th Mar, 2014, 07:43 PM
Post: #180
|
|||
|
|||
RE: [Part 3] Download torrent & newsserver packages
I've installed this entire package succesfully but because I had some troubles with CouchPotato, I've reinstalled CouchPotato seperately.
However, when I run the update process via the config shell I'm always reminded that there are packages that can be removed via 'apt-get autoremove'. Is there a way to let apt-get know that these packages are still there or do I have to reinstall the entire download package? Terminal xbian@xbian:~$ sudo apt-get autoremove Reading package lists... Done Building dependency tree Reading state information... Done The following packages will be REMOVED: libevent-core-2.0-5 libevent-dev libevent-extra-2.0-5 libevent-openssl-2.0-5 libevent-pthreads-2.0-5 libpar2-0 libsigc++0c2 python-cheetah ufsutils unrar xbian-package-headphones xbian-package-nzbget xbian-package-sickbeard xbian-package-sickbeard-tpb xbian-package-transmission 0 upgraded, 0 newly installed, 15 to remove and 0 not upgraded. After this operation, 28.0 MB disk space will be freed. |
|||
« Next Oldest | Next Newest »
|
Possibly Related Threads... | |||||
Thread: | Author | Replies | Views: | Last Post | |
[Part 2] Download torrent & newsserver package(s) | CurlyMo | 190 | 693,289 |
23rd Jan, 2014 06:31 PM Last Post: Robbie Wiggins |