DSM-G600, DNS-3xx and NSA-220 Hack Forum

Unfortunately no one can be told what fun_plug is - you have to see it for yourself.

You are not logged in.

Announcement

#2251 2013-05-03 14:30:13

ipubi15
Member
From: Covilha
Registered: 2013-05-03
Posts: 8

Re: [REL] Transmission 1.3

Now is almost working properly, but i don know why when i do, for exemple "transmission-daemon -c <path>" the program do not obey.
Then i write on settings.json the configs but still dont work.
I'm having to use the web interface do add new torrents...
:S

Offline

 

#2252 2013-05-08 21:00:17

ipubi15
Member
From: Covilha
Registered: 2013-05-03
Posts: 8

Re: [REL] Transmission 1.3

I found another settings.json, and edited there the configs that i wanted, and worked. but now, somehow the process kinda crashes, it remains using 100% of cpu until a restart after sometime on. there is some way to fix this, or a way to schedule a reboot on it ?

Offline

 

#2253 2013-05-09 01:57:23

FunFiler
Member
Registered: 2010-05-23
Posts: 577

Re: [REL] Transmission 1.3

Could it be at 100% because it is trying to process a lot of files/torrents?


3 * (DNS-323 with 2 * 2TB) = 12TB Running FW v1.08 & FFP v0.5
Useful Links: Transmission, Transmission Remote, Automatic

Offline

 

#2254 2013-05-09 11:57:02

ipubi15
Member
From: Covilha
Registered: 2013-05-03
Posts: 8

Re: [REL] Transmission 1.3

the max of downloading torrents is 20, normally the cpu never reaches nothing above 50% in any time. and the web service dies.

Offline

 

#2255 2013-05-11 19:00:23

toni
Member
Registered: 2007-08-26
Posts: 41

Re: [REL] Transmission 1.3

Hi,

I'm running transmission 2.76 on a DNS-320. If there is nothing else is using the device it still can't fully utilize the whole bandwith I have. It sometimes jumps up to download 4,4M / s, but than fast falls back for arround 3,5M and to achieve stable operation I better limit it to 2,5M. My PC can download the same torrent with max speed on my line (50Mbits / 6M /s). Do you have any suggestion? Is it a limitation of my NAS (is too weak) or I could use different settings. Unfortunatelly I need to have encryption on (encryption 2 in settings) as otherwise my provider tends to limit... Transmission shows around 60-70% CPU utilization and 9% mem utilization watching at the top command...

Thanks, T.

Offline

 

#2256 2013-05-13 01:26:48

joazito
Member
Registered: 2012-05-28
Posts: 6

Re: [REL] Transmission 1.3

I am in a similar situation, toni. I believe the weak CPU of the DNS-320 is to blame, but I don't know for sure.

Offline

 

#2257 2013-05-14 00:42:45

ipubi15
Member
From: Covilha
Registered: 2013-05-03
Posts: 8

Re: [REL] Transmission 1.3

I'm almost giving up of transmission. im using the dns-320L, and i don't know why "/ffp/bin/transmission-daemon" process stars to use 100% of the CPU and the web app don't work anymore.
And i just made a fresh install, and load only 2 torrents.

I really would appreciate some help.

Offline

 

#2258 2013-05-14 01:02:45

ipubi15
Member
From: Covilha
Registered: 2013-05-03
Posts: 8

Re: [REL] Transmission 1.3

i could see the log file. this error:

[21:58:19.493] tr_crypto error:24064064:random number generator:SSLEAY_RAND_BYTES:PRNG not seeded (crypto.c:113)

apeard just over 700,000 times. generating a 85mb log !!!

Offline

 

#2259 2013-05-14 09:55:26

KyleK
Member
From: Dresden, Germany
Registered: 2007-12-05
Posts: 1178

Re: [REL] Transmission 1.3

I'm not sure why this happens, but someone else had the same problem before:

http://dns323.kood.org/forum/viewtopic. … 172#p46172

My guess is it's some packaging conflict (old version of curl with new version of OpenSSL or vice versa).
Did you do a complete reinstall?

Offline

 

#2260 2013-05-14 12:50:52

ipubi15
Member
From: Covilha
Registered: 2013-05-03
Posts: 8

Re: [REL] Transmission 1.3

Yes i did. complete even with the fun_plug. clean it up, made a reset, installed the ffun_plug, and installed the transmission

Offline

 

#2261 2013-06-12 19:17:57

CPSNine
New member
Registered: 2013-06-12
Posts: 2

Re: [REL] Transmission 1.3

I wish there was an update on this thread,
I have got the same problem with the transmission daemon using 100% cpu on my DNS 320L (even with no torrent active).
Went through the whole install process twice (FFP + transmission) but still the same problem.

Really wish it could be solved, the p2p client from Dlink is just junk...

Offline

 

#2262 2013-06-15 20:28:44

ipubi15
Member
From: Covilha
Registered: 2013-05-03
Posts: 8

Re: [REL] Transmission 1.3

I saw a old post and did this>

rm /dev/random
rm /dev/urandom

and then

mknod -m 666 /dev/random c 1 8
mknod -m 666 /dev/urandom c 1 9

Solved the problem of 100% usage cpu.
-------------------------------------------------------------------------------

Now im having a problem that, the archives created by transmission dont have the right permissions to allow me, on windows move/delete these archives. I only can do that using SSH, or the web interface

Offline

 

#2263 2013-06-17 16:26:39

CPSNine
New member
Registered: 2013-06-12
Posts: 2

Re: [REL] Transmission 1.3

ipubi15 wrote:

I saw a old post and did this>

rm /dev/random
rm /dev/urandom

and then

mknod -m 666 /dev/random c 1 8
mknod -m 666 /dev/urandom c 1 9

Solved the problem of 100% usage cpu.
-------------------------------------------------------------------------------

Now im having a problem that, the archives created by transmission dont have the right permissions to allow me, on windows move/delete these archives. I only can do that using SSH, or the web interface

Thanks for the update, will try that.


Yes it worked, awesome!
I wish I could find the time to learn more about all these lines of code.
Thanks to everybody on the forum to help solve problems for ignorant like me.

Last edited by CPSNine (2013-06-17 20:29:43)

Offline

 

#2264 2013-06-23 09:28:16

doxaios
New member
Registered: 2013-06-23
Posts: 2

Re: [REL] Transmission 1.3

When I write
$ su nobody -c "/ffp/bin/transmission-daemon -f -g /mnt/HD_a2/.transmission-daemon -w /mnt/HD_a2/Downloads -t -u <username> -v <password> -a 127.0.0.1,192.168.*.*"
I get the message
transmission-daemon: not found

Transmission-2.76-arm-1.txz is in Volume_1/ffp/home/root

Last edited by doxaios (2013-06-23 09:30:21)

Offline

 

#2265 2013-06-23 15:15:05

KyleK
Member
From: Dresden, Germany
Registered: 2007-12-05
Posts: 1178

Re: [REL] Transmission 1.3

You need to install it:

Code:

$ funpkg -i Transmission-2.76-arm-1.txz

Offline

 

#2266 2013-06-28 01:34:13

deeway
New member
Registered: 2013-06-28
Posts: 1

Re: [REL] Transmission 1.3

Can someone upload the old versions?

- Transmission 2.52  (ffp-0.7-arm)

or

Transmission 2.73  (ffp-0.7-arm)


thanks smile

Offline

 

#2267 2013-06-28 18:40:09

beastlord
Member
Registered: 2012-09-27
Posts: 5

Re: [REL] Transmission 1.3

deeway wrote:

Can someone upload the old versions?

- Transmission 2.52  (ffp-0.7-arm)

or

Transmission 2.73  (ffp-0.7-arm)


thanks smile

And new version 2.80 (ffp-0.5) big_smile

Offline

 

#2268 2013-06-28 21:55:15

KyleK
Member
From: Dresden, Germany
Registered: 2007-12-05
Posts: 1178

Re: [REL] Transmission 1.3

I've tried compiling Transmission 2.80 for ffp-0.5, but it seems the Transmission team made some changes that aren't compatible with ffp-0.5.

If someone else has more success, please let me know how you did it.

Offline

 

#2269 2013-06-28 22:04:04

KyleK
Member
From: Dresden, Germany
Registered: 2007-12-05
Posts: 1178

Re: [REL] Transmission 1.3

Ok, Transmission v2.80 for ffp-0.7 (arm and oabi) are now available from the first post.

I currently cannot compile this version for ffp-0.5, as I get compiler errors. If anyone has success in doing so, please let me know how.

Offline

 

#2270 2013-06-30 10:56:35

doxaios
New member
Registered: 2013-06-23
Posts: 2

Re: [REL] Transmission 1.3

I am trying to connect via putty and I get Network error: Connection refused. Before that everything worked fine...It is possible to work for 1.5-2 days without any problem and then give me this error and the same time I cannot enter Transmission.

Last edited by doxaios (2013-06-30 11:52:28)

Offline

 

#2271 2013-07-09 00:56:16

obveron
Member
Registered: 2008-11-01
Posts: 36

Re: [REL] Transmission 1.3

KyleK wrote:

Ok, Transmission v2.80 for ffp-0.7 (arm and oabi) are now available from the first post.

I currently cannot compile this version for ffp-0.5, as I get compiler errors. If anyone has success in doing so, please let me know how.

That's strange. Can you post the errors?

Offline

 

#2272 2013-07-15 15:44:48

fate
New member
Registered: 2013-07-15
Posts: 2

Offline

 

#2273 2013-07-15 16:30:18

KyleK
Member
From: Dresden, Germany
Registered: 2007-12-05
Posts: 1178

Re: [REL] Transmission 1.3

The server was not up for some reason, but its fixed now.

Offline

 

#2274 2013-07-15 17:21:32

fate
New member
Registered: 2013-07-15
Posts: 2

Re: [REL] Transmission 1.3

thank you

Offline

 

#2275 2013-07-23 08:17:22

fab
Member
Registered: 2010-09-04
Posts: 10

Re: [REL] Transmission 1.3

I am running in an issue where after a while the seeding ratio limit is ignored and seeding keeps going indefinitely.
Not sure with which version I started having this issue. First time I noticed this was last January after I blew my monthly cap...

DNS-323 with Transmission 3.76

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2010 PunBB