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

#2076 2012-07-21 20:40:58

jm2012
Member
Registered: 2012-05-27
Posts: 15

Re: [REL] Transmission 1.3

Thanks very much for the update, KyleK.

Offline

 

#2077 2012-07-22 09:34:19

scaramanga
Member
Registered: 2010-08-04
Posts: 251

Re: [REL] Transmission 1.3

As before, Thank you, KyleK, for your continued support for ffp 0.5.


DNS-323 HW Rev. C1 FW 1.10 fun-plug 0.5
2 x WD10EARS-00Y5B1 in Standard mode (LCC set to 5 min; Aligned to 4K)
Transmission with Transmission Remote GUI

Offline

 

#2078 2012-07-26 15:03:32

pauloelifaz
New member
Registered: 2010-06-13
Posts: 1

Re: [REL] Transmission 1.3

Hi Folks!

Im having a weird problem...

I updated my DNS 323 with 1.10, and Transmission stopped working. Before seeing all the logs, I restarted everything from scratch (fun_plug 0.5, curl 7.18), and trransmission 2.60. Everything is working, and Im using the same port as using before (26311). But none of my torrents is working. I gives me the "coul not connect to tracker".

When looking into the logs, I found this:

[01:00:29.541] Port Forwarding (UPnP) Port 26311 isn't forwarded (upnp.c:233)
[01:00:30.547] Port Forwarding (UPnP) Port forwarding through "http://192.168.0.1:80/WANIPConnection", service "urn:schemas-upnp-org:service:WANIPConnection:1". (local address: 192.168.0.5:26311) (upnp.c:279)
[01:00:30.547] Port Forwarding (UPnP) Port forwarding successful! (upnp.c:282)

From my computer, when I go to canyouseeme.org, port 26311 is opened, but if I go on NAS itself and try a telnet to that port, it gives a timeout

Is there any way to check if port is opened on NAS?

Thanks!

[]'s
Paulo

Offline

 

#2079 2012-07-27 16:54:41

Komano
Member
Registered: 2011-06-10
Posts: 42

Re: [REL] Transmission 1.3

@xxlboy

I don't think you need that script anymore. I used to use it however Transmission has everything built in now.

@Kylek

Remember the permissions problem? I never got that fixed. I did a reinstall too. Still giving me errors when i try to move the folder and the permissions look exactly the same. I've tried moving it to different destinations and it's all the same. I did however chown the folder to my user and i could move the folder. Is there a way i could make it chown the folder everytime after it completes a torrent?

Offline

 

#2080 2012-07-27 18:35:29

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

Re: [REL] Transmission 1.3

You can either change the user that it runs as or use the option to run a script after a download completes. In that script you can do whatever you want, oncluding altering permissions. You can also set a cron job to run a script on a directory recursively to set permissions. Lots of options.


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

Offline

 

#2081 2012-07-27 20:21:58

scaramanga
Member
Registered: 2010-08-04
Posts: 251

Re: [REL] Transmission 1.3

Regarding the permissions, issue, I'm experiencing some problems myself.
I run Transmission as user nobody (using the unchanged ffp/start script KyleK provides in his package).
In the settings.json, I use the following:

Code:

...
    "download-dir": "/mnt/HD_a2/Bittorrent/complete",
...
    "incomplete-dir": "/mnt/HD_a2/Bittorrent/incomplete",
    "incomplete-dir-enabled": true,
...
    "umask": 0,
...

however, I sometimes encounter torrents with directory permissions such as this (I renamed files and folders, everything else left as-is)

Code:

sh-3.2#
sh-3.2# ls -ld /mnt/HD_a2/Bittorrent/complete/dir-name/
drwxr-xrwx 2 nobody nobody 4096 Jan 26  2012 /mnt/HD_a2/Bittorrent/complete/dir-name/
sh-3.2# ls -l /mnt/HD_a2/Bittorrent/complete/dir-name/
total 279080
-rwxrwxrwx 1 nobody nobody 32699804 Nov  1  2011 file-1.flac
-rwxrwxrwx 1 nobody nobody 30174680 Nov  1  2011 file-2.flac
-rwxrwxrwx 1 nobody nobody 34796271 Nov  1  2011 file-3.flac
-rwxrwxrwx 1 nobody nobody 13529560 Nov  1  2011 file-4.flac
-rwxrwxrwx 1 nobody nobody 29148709 Nov  1  2011 file-5.flac
-rwxrwxrwx 1 nobody nobody 23934598 Nov  1  2011 file-6.flac
-rwxrwxrwx 1 nobody nobody 19293689 Nov  1  2011 file-7.flac
-rwxrwxrwx 1 nobody nobody 24764698 Nov  1  2011 file-8.flac
-rwxrwxrwx 1 nobody nobody 34175161 Nov  1  2011 file-9.flac
-rwxrwxrwx 1 nobody nobody 26245492 Nov  1  2011 file-10.flac
-rwxrwxrwx 1 nobody nobody 16486658 Nov  1  2011 file-11.flac
-rw-r--r-- 1 nobody nobody     1813 Nov  1  2011 dir-name.cue
-rw-r--r-- 1 nobody nobody     5379 Nov  1  2011 dir-name.log
-rwxrwxrwx 1 nobody nobody   137533 Jan 26  2012 folder.jpg
sh-3.2#

(that folder.jpg file - wasn't part of the torrent, it's a file I added myself)

Sometimes the folder permissions are such that I can't make changes and I'm forced to chown/chmod it from CLI.

Last edited by scaramanga (2012-07-27 20:25:52)


DNS-323 HW Rev. C1 FW 1.10 fun-plug 0.5
2 x WD10EARS-00Y5B1 in Standard mode (LCC set to 5 min; Aligned to 4K)
Transmission with Transmission Remote GUI

Offline

 

#2082 2012-07-29 14:16:25

Big_Boy
Member
Registered: 2010-06-13
Posts: 8

Re: [REL] Transmission 1.3

Anyone ohter link then kylek can't reach them @ the moment ?

Offline

 

#2083 2012-08-05 16:49:39

shidevil
Member
Registered: 2012-06-08
Posts: 18

Re: [REL] Transmission 1.3

Transmission is showing port closed even after i port forward it.

anyone encounter this issue?

http://dns323.kood.org/forum/viewtopic. … 789#p46789

Offline

 

#2084 2012-08-06 03:46:10

joligario
Member
Registered: 2011-10-15
Posts: 22

Re: [REL] Transmission 1.3

You can check your port using http://www.canyouseeme.org/

Offline

 

#2085 2012-08-07 07:41:39

shidevil
Member
Registered: 2012-06-08
Posts: 18

Re: [REL] Transmission 1.3

joligario wrote:

You can check your port using http://www.canyouseeme.org/

thanks!

Offline

 

#2086 2012-08-07 07:59:29

shidevil
Member
Registered: 2012-06-08
Posts: 18

Re: [REL] Transmission 1.3

Okay got a problem.

http://i49.tinypic.com/2in7n.jpg

ANyone know why is the upload or download not in correct text?

am using Transmission 2.61 from kyle site running off ffp0.7

Offline

 

#2087 2012-08-07 10:02:34

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

Re: [REL] Transmission 1.3

shidevil wrote:

Okay got a problem.

http://i49.tinypic.com/2in7n.jpg

ANyone know why is the upload or download not in correct text?

am using Transmission 2.61 from kyle site running off ffp0.7

https://trac.transmissionbt.com/ticket/4987

Offline

 

#2088 2012-08-07 10:05:47

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

Re: [REL] Transmission 1.3

For those of you running ffp-0.7-arm, you can grab Transmission v2.61 from here (or via Slacker).
This version fixes some security issues with the web interface.

I'm sorry I haven't yet found the time to update the other versions as well.

Offline

 

#2089 2012-08-07 10:23:12

shidevil
Member
Registered: 2012-06-08
Posts: 18

Re: [REL] Transmission 1.3

KyleK wrote:

shidevil wrote:

Okay got a problem.

http://i49.tinypic.com/2in7n.jpg

ANyone know why is the upload or download not in correct text?

am using Transmission 2.61 from kyle site running off ffp0.7

https://trac.transmissionbt.com/ticket/4987

Tried to apply the patch.

however i'm not able to find torrent-row.js

*edit* found it.

ffp/share/transmission

Last edited by shidevil (2012-08-07 10:26:45)

Offline

 

#2090 2012-08-07 10:26:15

shidevil
Member
Registered: 2012-06-08
Posts: 18

Re: [REL] Transmission 1.3

Found it under ffp/share/transmission!

Offline

 

#2091 2012-08-12 07:32:42

tukaidea
Member
Registered: 2012-08-12
Posts: 5

Re: [REL] Transmission 1.3

Can anyone help me out with this:

root@dlink-753679:/mnt# /ffp/start/transmission.sh start
Starting transmission-daemon
/ffp/bin/transmission-daemon: can't resolve symbol 'posix_fadvise64'

Offline

 

#2092 2012-08-13 12:07:12

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

Re: [REL] Transmission 1.3

Without knowing what device you have, what version of funplug is running on it, and what version of Transmission you installed, this is difficult to answer.

But my 2 best guesses:
Either you tried to install an incompatible version of Transmission on your DNS (ffp-0.7 builds are not compatible with ffp-0.5!), or your firmware is not up to date.

Offline

 

#2093 2012-08-14 04:38:21

tukaidea
Member
Registered: 2012-08-12
Posts: 5

Re: [REL] Transmission 1.3

Thanks KyleK,
These are my specs

DNS-323 Firmware v1.0.7 (do i need to upgrade to 1.0.8???)
funplug 0.5
Transmission-2.60-1.tgz

Offline

 

#2094 2012-08-14 08:35:47

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

Re: [REL] Transmission 1.3

Hm. Since I don't own a DNS-323 I don't know if an upgrade to 1.08 is necessary or advices. Maybe someone else can chime in?

I do build Transmission (even the ffp-0.5 builds) on a newer device with a newer Linux, but since it's working for most people, I really don't know where that error comes from.

Do you have the latest version of uClibc installed? (www.inreto.de/ffp/0.5/packages)

Offline

 

#2095 2012-08-14 15:40:08

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

Re: [REL] Transmission 1.3

tukaidea wrote:

DNS-323 Firmware v1.0.7 (do i need to upgrade to 1.0.8???)

v1.0.7 is fine and Transmission should work without problems, but v1.0.9 is the most stable (IMO) and I would suggest loading it. It won't help with this issue, but you may avoid other problems.


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

Offline

 

#2096 2012-08-15 03:29:35

tukaidea
Member
Registered: 2012-08-12
Posts: 5

Re: [REL] Transmission 1.3

i tried uninstalling uclibc and installing it again.. when i did the install i get the follow error..  so it seems like i dont have uclibc anymore..

root@dlink-753679:/mnt/HD_a2# funpkg -i uclibc-0.9.29-7.tgz
Installing package uclibc-0.9.29-7 ...
rm: can't resolve symbol 'fdopendir'

Offline

 

#2097 2012-08-15 21:26:20

tukaidea
Member
Registered: 2012-08-12
Posts: 5

Re: [REL] Transmission 1.3

i upgraded to firmware 1.09
reinstall fun_plug 0.5 according to the instruction on this tutorial http://bernaerts.dyndns.org/linux/178-dns323-funplug

but i am still getting the same result
root@dlink-753679:/mnt# /ffp/start/transmission.sh start
Starting transmission-daemon
/ffp/bin/transmission-daemon: can't resolve symbol 'posix_fadvise64'

Offline

 

#2098 2012-08-16 14:36:48

BooLE
Member
Registered: 2012-04-23
Posts: 6

Re: [REL] Transmission 1.3

Hi KyleK,

after installation of your Transmission 2.61 I get error: /ffp/bin/transmission-daemon: can't load library 'liblber-2.4.so.2'

I run ffp-0.7arm on dns-320, and it should be upgrade form working 2.60 to 2.61

I can't find any package that contains that lib, so I don't know why am I missing it.

BR,

BooLE

Offline

 

#2099 2012-08-16 15:44:38

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

Re: [REL] Transmission 1.3

Hm, that is weird. I've never heard of that library before, and it's definitely not a dependency for Transmission:

Code:

KyleK@DNS-325 ~/test/ffp/bin$ ldd transmission-daemon
        librt.so.0 => /ffp/lib/librt.so.0 (0x40002000)
        libcurl.so.4 => /ffp/lib/libcurl.so.4 (0x4000d000)
        libssl.so.1.0.0 => /ffp/lib/libssl.so.1.0.0 (0x4005d000)
        libcrypto.so.1.0.0 => /ffp/lib/libcrypto.so.1.0.0 (0x400ad000)
        libdl.so.0 => /ffp/lib/libdl.so.0 (0x40201000)
        libz.so.1 => /ffp/lib/libz.so.1 (0x4020c000)
        libm.so.0 => /ffp/lib/libm.so.0 (0x40227000)
        libgcc_s.so.1 => /ffp/lib/libgcc_s.so.1 (0x40241000)
        libpthread.so.0 => /ffp/lib/libpthread.so.0 (0x40254000)
        libc.so.0 => /ffp/lib/libc.so.0 (0x40270000)
        ld-uClibc.so.0 => /ffp/lib/ld-uClibc.so.0 (0x2a000000)

(Besides, the only thing that changed between 2.60 and 2.61 where web files).

Does it work when you go back to Transmission 2.60?

Offline

 

#2100 2012-08-16 15:48:10

BooLE
Member
Registered: 2012-04-23
Posts: 6

Re: [REL] Transmission 1.3

Nope it is not, I also updated some other packages and libraries today, and now I'm searching what messed up dependencies between packages and libraries.

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2010 PunBB