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

#351 2009-02-26 09:21:11

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

Re: [REL] Transmission 1.3

breasthead wrote:

Hi

I've got transmission up and running -thanks for all the guides, but I'm finding that transmission throttles my entire internet. It only downloads at ~100 - 130 KB/s but no other connected computers can then browse the net.

If I run the same torrents through utorrent on a windows PC, it'll download at ~250 KB/s but more importantly all other computers can still browse the net...

Anyone got any ideas?

dlink 1.05, ffp 0.5, transmission 1.5
transmission uses default port 51413 which is forwarded, and open (tested at www.canyouseeme.org)


I'm not all that fussed about the speed being slower on transmission than utorrent, but need to be able to browse the net while downloading!

Cheers,
B

Did you limit your upload? If Transmission (or any other Torrent client) uploads at full speed, everything else will slow down to a crawl.

Offline

 

#352 2009-02-26 09:23:05

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

Re: [REL] Transmission 1.3

I just wanted to let you guys know that the overly high CPU usage of v1.50 has been fixed in the development builds. Transmission now uses around 20% CPU when downloading at 700kB/s, with rare spikes to 45%.
Also, mem usage seems to have been reduced as well.

The fix has been checked into the 1.5x branch, so I assume we'll see a 1.51 bugfix release shortly.

Offline

 

#353 2009-02-26 09:40:04

uppsju
Member
Registered: 2007-12-14
Posts: 18

Re: [REL] Transmission 1.3

breasthead wrote:

I've got transmission up and running -thanks for all the guides, but I'm finding that transmission throttles my entire internet. It only downloads at ~100 - 130 KB/s but no other connected computers can then browse the net.

In my experience, it is usually if you're maxing your up-speed that makes browsing near impossible. Have you tried limiting up-speed?

Also, if you have a router that allows firmware like Tomato or DD-WRT, try using a QoS setting to prioritize ACK.

Last edited by uppsju (2009-02-26 09:41:45)

Offline

 

#354 2009-02-26 10:45:17

lamski
Member
Registered: 2009-02-26
Posts: 13

Re: [REL] Transmission 1.3

Hi all,

I would just like to contribute a little script I wrote for updating the transmission blocklist.

Write the following in a text file:

Code:

rm [blocklist archive directory]/*
echo "Removed previous blocklist archive."
wget http://download.m0k.org/transmission/files/level1.gz -P [directory where to put the blocklist archive]
echo "Downloaded current blocklist."
gunzip -c [blocklist archive directory]/level1.gz > [blocklist archive directory]/level1.txt
echo "Expanded blocklist archive."
rm /mnt/HD_a2/.transmission-daemon/blocklists/*
echo "Refreshing transmission blocklist."
mv [blocklist archive directory]/level1.txt /mnt/HD_a2/.transmission-daemon/blocklists/
echo "Transmission blocklist refreshed."

Be sure to modify it to reflect your system. Save it then make the script executable via chmod +x blocklist_update_script.
Run the script as often as you need. I'm not sure if there is a need to restart transmission so that it would pickup the changes.

Hope this helps. big_smile

Last edited by lamski (2009-02-26 10:46:59)

Offline

 

#355 2009-02-26 11:02:13

craft
Member
From: Budapest, Hungary
Registered: 2007-06-14
Posts: 122
Website

Re: [REL] Transmission 1.3

the latest ver. compiled from svn7949 :

http://www.dlinkhelp.eu/gex75/DNS-323-3 … 0.7949.tgz


-------------------------------------------------------------------------------------------------------------------------------------------
2 x DNS-320
1 x DNS-325

Offline

 

#356 2009-02-26 15:21:49

nohelp
Member
Registered: 2009-02-17
Posts: 10

Re: [REL] Transmission 1.3

craft wrote:

the latest ver. compiled from svn7949 :

http://www.dlinkhelp.eu/gex75/DNS-323-3 … 0.7949.tgz

Hey Craft,

I appreciate the nightly builds compiled for the DNS-323 but am wondering why yours is so much larger than the one Kylek put together. Yours is close to 3Mb while his is under 500k. There can't be that much difference between the "released" version and the nightly builds.

Also, after installing it, it still shows 7894 as the build.

Last edited by nohelp (2009-02-26 15:40:02)

Offline

 

#357 2009-02-26 15:54:09

craft
Member
From: Budapest, Hungary
Registered: 2007-06-14
Posts: 122
Website

Re: [REL] Transmission 1.3

Yes it still shows 7894 - dunno why - just downloaded the last svn. Maybe they forgett to change the version number...
I'm compiling with this options : --disable-gtk --disable-nls --disable-cli --perfix=/ffp
Maybe Kylek knows whats the difference (yeah, my one is 10 times bigger) between my version and his version.

regards


-------------------------------------------------------------------------------------------------------------------------------------------
2 x DNS-320
1 x DNS-325

Offline

 

#358 2009-02-26 17:35:30

romanl
Member
Registered: 2009-02-01
Posts: 15

Re: [REL] Transmission 1.3

KyleK wrote:

I just wanted to let you guys know that the overly high CPU usage of v1.50 has been fixed in the development builds. Transmission now uses around 20% CPU when downloading at 700kB/s, with rare spikes to 45%.
Also, mem usage seems to have been reduced as well.

The fix has been checked into the 1.5x branch, so I assume we'll see a 1.51 bugfix release shortly.

Nice to hear that. Waiting for a bugfix build.
BTW, it seems high CPU usage is happening only for torrents with 4MB pieces.

Offline

 

#359 2009-02-27 16:14:29

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

Re: [REL] Transmission 1.3

The new build v1.51 is up. Everyone who installed 1.50 should download this, because the old version is a nasty resource hog.
Changelog and updated download links in the first post.

Offline

 

#360 2009-02-27 16:16:15

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

Re: [REL] Transmission 1.3

craft wrote:

Yes it still shows 7894 - dunno why - just downloaded the last svn. Maybe they forgett to change the version number...
I'm compiling with this options : --disable-gtk --disable-nls --disable-cli --perfix=/ffp
Maybe Kylek knows whats the difference (yeah, my one is 10 times bigger) between my version and his version.

regards

The version number is the old one because you forgot to delete libtransmission/version.h before compiling (it is automatically generated).

My releases contain the stripped binaries (since debugging Transmission on the NAS doesn't work anyway). That's why they're quite a bit smaller.

Offline

 

#361 2009-02-27 16:50:58

craft
Member
From: Budapest, Hungary
Registered: 2007-06-14
Posts: 122
Website

Re: [REL] Transmission 1.3

Ok, thank you KyleK.
How can you strip the debugging feature when you compiling the program ?

Last edited by craft (2009-02-27 17:01:35)


-------------------------------------------------------------------------------------------------------------------------------------------
2 x DNS-320
1 x DNS-325

Offline

 

#362 2009-02-27 16:52:38

MCGlausa
Member
From: Ontario, Canada
Registered: 2009-01-15
Posts: 16

Re: [REL] Transmission 1.3

Upthread, Cirip was looking for a way to rename the file(s) downloaded by a torrent, but still continue to seed the torrent.  I suggested using links:

MCGlausa wrote:

Code:

# pause the torrent
# rename the file(s) or directory
$ mv /mnt/HD_a2/torrents/movie /mnt/HD_a2/torrents/music

# make the link to so Transmission can still seed the files
$ ln -s /mnt/HD_a2/torrents/music /mnt/HD_a2/torrents/movie

# resume the torrent

Now you essentially have two names for the directory '/mnt/HD_a2/torrents/music'.  Listing the directories with 'ls' should show the same files.

Later:

Cirip wrote:

It has a problem!

If I make it with this command there is a new directory called "music" but the "movie" directory still exist. And if I delete anything for example from the "music" it has been deleted to the "movie" too.
I would like to I have only the renamed directory.

As I said Cirip, my method works by having two names for the same file.  This is sort of like the idea of a shortcut in Windows, except you can open the link directly, instead of just using it to find the file to open.

As far as I know, there is no way to rename the file(s) and continue seeding the torrent.  My method allows you to keep seeding the torrent by having two names for the file(s) but only one copy on disk.  You're essentially saying "Transmission will call this file '/torrent/download/directory/fileX', everyone else can call it '/meaningful/path/name/fileY'".

I would suggest that instead of downloading directly to a "movie" or "music" directory, you download to a "downloads" directory.  Then when the torrent is seeding, you can use the pause-move-link method to organize the files the way you like.

Alternatively, you can just download each torrent to the directory you want by specifying the directory when you start downloading the torrent.  I believe the client you use (transmission-remote-gui) can do this, I also posted a way to do it using transmission-remote when you initially asked the question.

Hope this helps!

edit: fix stupid sign-off

Last edited by MCGlausa (2009-02-27 16:55:09)

Offline

 

#363 2009-02-27 17:06:27

Prulleman
Member
Registered: 2009-02-27
Posts: 10

Re: [REL] Transmission 1.3

thanks! no problems with the install, and so far a very clean cpu usage

Offline

 

#364 2009-02-27 19:28:54

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

Re: [REL] Transmission 1.3

Guys, I wouldn't bother with the "Move complete torrents" scripts. A patch is being developed for integration. I'd expect it for v1.60 or so.

Offline

 

#365 2009-02-27 19:45:24

assuncap
Member
From: ByTheSea@Portugal
Registered: 2007-11-23
Posts: 26

Re: [REL] Transmission 1.3

KyleK wrote:

Guys, I wouldn't bother with the "Move complete torrents" scripts. A patch is being developed for integration. I'd expect it for v1.60 or so.

any eta for that?

Offline

 

#366 2009-02-27 20:12:14

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

Re: [REL] Transmission 1.3

Sorry, but no. I'm not on the developer team, I just follow it closely. Looking at their older releases I'd carefully estimate 4-6 weeks.

Offline

 

#367 2009-02-27 20:47:34

rap
Member
From: Reading - UK
Registered: 2008-02-28
Posts: 119

Re: [REL] Transmission 1.3

Can't seem to download at the moment - server trouble??

RAP

Offline

 

#368 2009-02-27 21:21:43

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

Re: [REL] Transmission 1.3

Should work again.

Offline

 

#369 2009-02-27 21:27:46

rap
Member
From: Reading - UK
Registered: 2008-02-28
Posts: 119

Re: [REL] Transmission 1.3

KyleK wrote:

Should work again.

Does thanks - just upgraded and will give it a try

RAP

Offline

 

#370 2009-02-28 01:03:23

Isildur
Member
From: Kiev, Ukraine
Registered: 2009-01-20
Posts: 59

Re: [REL] Transmission 1.3

KyleK
i have some problem with 1.51:
i have 20+ seeding torrents and started downloading 2 torrents with 2 mbyte/s summary speed, after 1 (or less) hour web interface of transmission stop responding
but web interface(admin of dns-323), ftp, samba, ssh etc. on dns-323 works fine at that time, and transmission-daemon produces some activity (i see it with "top" command)
In 1.50 version this wasn't happened.

Last edited by Isildur (2009-02-28 01:04:09)

Offline

 

#371 2009-02-28 08:44:22

rap
Member
From: Reading - UK
Registered: 2008-02-28
Posts: 119

Re: [REL] Transmission 1.3

rap wrote:

Since I upgraded my dns it seems to wake out of sleep mode much more frequently than it used to when I don't have any torrents active.

Anyone else noticed this  before I try and do some troubleshooting?

RAP

No one responded to this but even with 1.51 this is still happening to me. Trying to find out why and I think it may be because if I have any incomplete downloading torrents and stop them then transmission-demon.log shows that transmission is still trying to get the peers for them like below

[06:26:19.118] ABC Torrent: Trying tracker "http://tracker.site.com:80/announce" (at 06:26 "ABC Torrent")

Because this writes to the log file and I have as yet been unable to get ffp running from usb I think maybe this is what stops my DNS staying asleep.

Does anyone know a way to stop transmission trying the trackers for stopped torrents or is this a problem with transmission itself?

Cheers

RAP

Offline

 

#372 2009-02-28 12:27:56

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

Re: [REL] Transmission 1.3

Yes, I noticed myself that Transmission scrapes stopped torrents. As far as I know there's no way to disable that in the current version.
As a workaround, you can either disable the logging altogether.

In order to do this, you have to edit transmission.sh. Change this line:

Code:

su $user -c "$command -f -g ${TRANSMISSION_HOME} 1>${TRANSMISSION_HOME}/$name.log 2>&1 &"

to this:

Code:

su $user -c "$command -f -g ${TRANSMISSION_HOME} 1>/dev/null 2>&1 &"

This will disable logging.
Alternatively, you can save the log to /tmp, which sits on the RAM portion of the NAS. The logs usually don't get very large, so you should be fine with that.

Offline

 

#373 2009-02-28 14:26:18

rap
Member
From: Reading - UK
Registered: 2008-02-28
Posts: 119

Re: [REL] Transmission 1.3

Thanks - I'll give that a try.

RAP

Offline

 

#374 2009-02-28 16:42:16

ozziegt
Member
Registered: 2008-07-10
Posts: 18

Re: [REL] Transmission 1.3

I'm still getting high CPU usage with 1.51, with just 3 torrents going. Is anyone else seeing this?

Offline

 

#375 2009-02-28 17:46:57

Jamierez
New member
Registered: 2009-02-28
Posts: 2

Re: [REL] Transmission 1.3

Hi,

I have installed Transmission (followed instructions at http://www.shadowandy.net/2009/01/trans … ns-323.htm) but when I add a torrent via the web interface, it fails saying "no such file or directory". Can anyone provide advice on where I am going wrong?

Thanks

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2010 PunBB