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

#1126 2010-04-28 08:43:52

immoreel
New member
Registered: 2010-04-27
Posts: 2

Re: [REL] Transmission 1.3

Thanks, that did the trick!

Offline

 

#1127 2010-04-28 09:12:49

maxim_fr
Member
From: Kyiv, Ukraine
Registered: 2007-11-07
Posts: 20

Re: [REL] Transmission 1.3

KyleK wrote:

Besides, since this is a pure Javascript issue, you can patch your web interface yourself. Just open the .js file at /ffp/share/transmission/web/javascript/transmission.js in an editor and insert the line from the patch at the appropriate location.

Thanks, that obviously WORKS!
Me bad - I just didn't take a look into the code to see thats just JS and its not embedded into compiled app.

KyleK, many thanks - you are the best! smile

Last edited by maxim_fr (2010-04-28 09:13:35)

Offline

 

#1128 2010-04-30 21:30:25

cheongseeker
Member
Registered: 2008-06-17
Posts: 15

Re: [REL] Transmission 1.3

Weird, weird.  I encountered the same problem after I add in a torrent.  I delete the last torrent that I add form "torrents", "resume" and "Incomplete" before Transmission can work again.  Not sure what happen.

KyleK wrote:

Not particularily why, but it seems it has problems loading your 8 torrents from the previous session. If you can bare re-checking the data, I suggest you rename the folders "torrents" and "resume" at /mnt/HD_a2/.transmission-daemon and restart transmission, then re-add the torrents.

Offline

 

#1129 2010-05-02 03:27:43

Overboardkiller
Member
Registered: 2009-12-01
Posts: 9

Re: [REL] Transmission 1.3

I'm with a ISP which has a transparent Proxy (read below).
i know you can use DynDNS so that Azureus can resolve the hostname you setup to get your IP address, and then Azureus can pass the IP onto the tracker. Is there any way of doing this with Transmission?

<isp name> Internet uses a transparent proxy on port 80 for HTTP communications. This transparent proxy can cause problems when using BitTorrent. When you download a torrent, your client communicates with the torrent tracker, and the tracker tries to determine your IP address. If the torrent tracker is running on port 80 the communication is going through <isp name>’s transparent proxy and the tracker will most likely detect the IP address of the transparent proxy instead of your IP address (some trackers are smarter and can still detect your correct IP). The way this issue is resolved is by setting up your client to send your real IP address to the tracker. Some trackers however, can reject this IP address so it is not a 100% foolproof method (Although the failure is very low).

If the tracker does not have your correct IP address, it will cause problems with connectivity to other peers. The tracker sends the IP address it has out to other peers, so that they can connect to you remotely. Being not “connectable” like this will result in much slower downloads.

Last edited by Overboardkiller (2010-05-02 03:29:09)

Offline

 

#1130 2010-05-02 14:00:32

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

Re: [REL] Transmission 1.3

Kylek, in 1.93 there are some fixes, such as:

Fix possible crash when using inotify for the daemon's watchdir

maybe it will fix crashes fo me?

Offline

 

#1131 2010-05-02 18:43:00

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

Re: [REL] Transmission 1.3

Overboardkiller wrote:

I'm with a ISP which has a transparent Proxy (read below).
i know you can use DynDNS so that Azureus can resolve the hostname you setup to get your IP address, and then Azureus can pass the IP onto the tracker. Is there any way of doing this with Transmission?

<isp name> Internet uses a transparent proxy on port 80 for HTTP communications. This transparent proxy can cause problems when using BitTorrent. When you download a torrent, your client communicates with the torrent tracker, and the tracker tries to determine your IP address. If the torrent tracker is running on port 80 the communication is going through <isp name>’s transparent proxy and the tracker will most likely detect the IP address of the transparent proxy instead of your IP address (some trackers are smarter and can still detect your correct IP). The way this issue is resolved is by setting up your client to send your real IP address to the tracker. Some trackers however, can reject this IP address so it is not a 100% foolproof method (Although the failure is very low).

If the tracker does not have your correct IP address, it will cause problems with connectivity to other peers. The tracker sends the IP address it has out to other peers, so that they can connect to you remotely. Being not “connectable” like this will result in much slower downloads.

Please ask this at the Transmission forums (http://forum.transmissionbt.com). This place here is just for things specific to the DNS-323/CH3SNAS.

Offline

 

#1132 2010-05-02 18:44:11

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

Re: [REL] Transmission 1.3

Isildur wrote:

Kylek, in 1.93 there are some fixes, such as:

Fix possible crash when using inotify for the daemon's watchdir

maybe it will fix crashes fo me?

Well, it is my patch, and it might fix the crashes, but probably will also disable inotify as a feature, so not sure if that helps you that much :)

Offline

 

#1133 2010-05-03 19:56:22

beefy314
Member
Registered: 2010-01-20
Posts: 41

Re: [REL] Transmission 1.3

Hi Kylek.

I keep on getting permission denied when uploading torrents using transmission.

I save the files at /mnt/HD_b2/Videos and keep on getting the said error. I have even tried typing chmod 777 -R Videos but no effect.

I only get this error when using transmission. I have no problem manipulating files inside the Videos folder using windows explorer.

I tried using utorrent to download the file to the same location and I had no problem.

Last edited by beefy314 (2010-05-03 20:02:53)

Offline

 

#1134 2010-05-03 21:00:06

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

Re: [REL] Transmission 1.3

What user does Transmission run as?
Who is the owner of /mnt/HD_a2/.transmission-daemon (and its subfolders)?
How do you start Transmission? Did you ever start it directly (calling transmission-daemon)?

An error message won't get any clearer than "Permission denied": It simply means Transmission as a program is not allowed to create or write to files in a) the download folder oand/or b) the settings folder.
When using the startup script, the default user is "nobody". Whenever you run Transmission as another user (e.g. 'root'), file rights will change and next time you start as "nobody" things won't work anymore. This problem has been dealt with multiple times in this thread before.

Offline

 

#1135 2010-05-03 21:05:39

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

Re: [REL] Transmission 1.3

Transmission v1.93 is available from the first post. Enjoy! smile

Offline

 

#1136 2010-05-04 04:21:48

beefy314
Member
Registered: 2010-01-20
Posts: 41

Re: [REL] Transmission 1.3

KyleK wrote:

What user does Transmission run as?
Who is the owner of /mnt/HD_a2/.transmission-daemon (and its subfolders)?
How do you start Transmission? Did you ever start it directly (calling transmission-daemon)?

An error message won't get any clearer than "Permission denied": It simply means Transmission as a program is not allowed to create or write to files in a) the download folder oand/or b) the settings folder.
When using the startup script, the default user is "nobody". Whenever you run Transmission as another user (e.g. 'root'), file rights will change and next time you start as "nobody" things won't work anymore. This problem has been dealt with multiple times in this thread before.

The owner? -- How do I check the owner? I installed transmission using the default settings
How do I start transmission? -- I telnet and just type /ffp/start/transmission.sh start on the root directory

I never had this problem before. It started yesterday without me doing anything after I noticed that transmission stopped working. I could save anywhere on the drive by specifying any folder using transmission but it crashed yesterday and upon starting it up again it acted that way.I get the permission error but the 5 files that I was downloading previously, resumed downloading.

I also noticed transmission to have stop randomly 2x in a span of 4 hours since the crash.

Offline

 

#1137 2010-05-04 14:46:27

Overboardkiller
Member
Registered: 2009-12-01
Posts: 9

Re: [REL] Transmission 1.3

Ok getting a weird error with Version 1.92.

All my Downloads settings are pointing to /mnt/HD_a2/Data/Downloads i've only got 1 drive installed atm
Sometimes when i add a torrent the download directory points to /mnt/HD_b2/Data/Downloads <-- there is no directory and the torrent doesn't start till i remove it and add it in again and it gets the right directory.

I have checked the settings.json both downloads directory say   

"download-dir": "\/mnt\/HD_a2\/Data\/Downloads",
"incomplete-dir": "\/mnt\/HD_a2\/Data\/Downloads",
"incomplete-dir-enabled": false

i also use a GUI but all the settings in there say the same.

Offline

 

#1138 2010-05-04 17:26:42

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

Re: [REL] Transmission 1.3

Transmission doesn't set download folders willy-nilly. Unless you explicitely specify a download folder, the default is used. Transmission doesn't know anything else.

If you use a 3rd-party client you need to check if it is causing the issue.

Offline

 

#1139 2010-05-04 17:31:39

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

Re: [REL] Transmission 1.3

beefy314 wrote:

KyleK wrote:

What user does Transmission run as?
Who is the owner of /mnt/HD_a2/.transmission-daemon (and its subfolders)?
How do you start Transmission? Did you ever start it directly (calling transmission-daemon)?

An error message won't get any clearer than "Permission denied": It simply means Transmission as a program is not allowed to create or write to files in a) the download folder oand/or b) the settings folder.
When using the startup script, the default user is "nobody". Whenever you run Transmission as another user (e.g. 'root'), file rights will change and next time you start as "nobody" things won't work anymore. This problem has been dealt with multiple times in this thread before.

The owner? -- How do I check the owner? I installed transmission using the default settings
How do I start transmission? -- I telnet and just type /ffp/start/transmission.sh start on the root directory

I never had this problem before. It started yesterday without me doing anything after I noticed that transmission stopped working. I could save anywhere on the drive by specifying any folder using transmission but it crashed yesterday and upon starting it up again it acted that way.I get the permission error but the 5 files that I was downloading previously, resumed downloading.

I also noticed transmission to have stop randomly 2x in a span of 4 hours since the crash.

I suggest you look for a little crash course on Linux on the net, like this one: http://www.cyberciti.biz/tips/unix-or-l … ights.html

Then check the settings folder and change the rights accordingly.

Alternatively, you may also start from scratch (by deleting the folder /mnt/HD_a2/.transmission-daemon), but you'll lose all your settings and will have to re-check any partially downloaded torrents.

Edit: There is even a section in the very first post where your issue is dealt with! Please read up on your problems first, especially if they've been answered multiple times before.

Last edited by KyleK (2010-05-04 17:33:32)

Offline

 

#1140 2010-05-04 20:45:09

bound4h
Member
Registered: 2010-04-12
Posts: 209

Re: [REL] Transmission 1.3

When uninstalling 1.92 to install 1.93, will we lose any settings, etc when we funpkg -u?

Thanks

Last edited by bound4h (2010-05-04 20:45:26)

Offline

 

#1141 2010-05-04 21:03:18

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

Re: [REL] Transmission 1.3

No.

Offline

 

#1142 2010-05-06 07:34:55

beefy314
Member
Registered: 2010-01-20
Posts: 41

Re: [REL] Transmission 1.3

Latest transmission crashes every time I ftp large files(> 4gb) to the NAS

Offline

 

#1143 2010-05-11 06:03:30

Mike H
New member
Registered: 2009-11-28
Posts: 3

Re: [REL] Transmission 1.3

Transmission keeps getting segmentation fault every time I try to upload a torrent on the webui, I have no other torrents active, and when I try to add  http://releases.ubuntu.com/10.04/ubuntu … so.torrent it crashes, and keeps segfaulting when I try to restart it, untill I manually remove the torrent file.

Transmission 1.93 (10625) on a DNS-323

Last edited by Mike H (2010-05-11 06:04:51)

Offline

 

#1144 2010-05-11 09:52:07

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

Re: [REL] Transmission 1.3

Does this happen with any torrent, or only the Ubuntu one?

Offline

 

#1145 2010-05-11 16:55:03

Mike H
New member
Registered: 2009-11-28
Posts: 3

Re: [REL] Transmission 1.3

It segfaults on all torrents.

I found the cause of my segfaults.  when I upgraded to the current transmission, it erased my  "download-dir" settings in settings.json, so it was trying to save the torrents on /, which it can't.  So problem solved now.  Maybe tell  people to readjust thier settings.json after an upgrade, or better yet have the upgrade copy over all the old settings.

Last edited by Mike H (2010-05-11 18:28:04)

Offline

 

#1146 2010-05-11 18:16:02

zuluwalker
Member
Registered: 2009-11-09
Posts: 27

Re: [REL] Transmission 1.3

Transmission 1.93 + Transmission Remote GUI 1.4 Mac is a winning combination for me... That and re-queuing all my (200+) torrents lol. Never been happier nor more stable with this! Thanks for the quick compile KyleK!

Last edited by zuluwalker (2010-05-11 18:18:21)

Offline

 

#1147 2010-05-11 18:55:16

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

Re: [REL] Transmission 1.3

Mike H wrote:

It segfaults on all torrents.

I found the cause of my segfaults.  when I upgraded to the current transmission, it erased my  "download-dir" settings in settings.json, so it was trying to save the torrents on /, which it can't.  So problem solved now.  Maybe tell  people to readjust thier settings.json after an upgrade, or better yet have the upgrade copy over all the old settings.

An update normally doesn't touch your Transmission settings, as funpkg doesn't even know where the settings.json is located at. If there is a problem with the settings after upgrading, the Transmission developers must have changed some code that deals with the preferences.

I'm glad you fixed it though :)

Offline

 

#1148 2010-05-11 22:15:32

ABCC
Member
Registered: 2010-04-13
Posts: 10

Re: [REL] Transmission 1.3

Version 1.93 doesn't run the "external-done-command" anymore, did the patch from http://trac.transmissionbt.com/ticket/1796 break or so?

Offline

 

#1149 2010-05-11 22:38:27

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

Re: [REL] Transmission 1.3

Nah, the that feature hasn't been part of the official releases, I used to include it in my builds only. 1.93 is a build from pristine sources, that's whay that feature is missing.

I believe though that this made it into the official source base just recently (in some form or other) and will be part of the 2.0 release.

Offline

 

#1150 2010-05-11 22:59:57

ABCC
Member
Registered: 2010-04-13
Posts: 10

Re: [REL] Transmission 1.3

That was I reckoned what they meant in the bug report too.  I've already gone back to 1.92 so for me it's not really a problem but maybe I wasn't the only user of this feature. Cheers for including it btw!

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2010 PunBB