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

#1826 2011-09-21 09:20:27

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

Re: [REL] Transmission 1.3

@jeffschuler: Do you have a free torrent file that shows this problem that I or others can test it with?
Are only finished downloads affected, or does the problem exist when you start a fresh download as well?

Offline

 

#1827 2011-09-21 14:25:41

psanduro
Member
Registered: 2011-07-26
Posts: 7

Re: [REL] Transmission 1.3

how can i seed a torrent with transmission 2.33 ?

thanks

Offline

 

#1828 2011-09-21 14:41:04

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

Re: [REL] Transmission 1.3

Like with any other torrent client: Add the torrent file to Transmission and tell it where the already existing files lie:

Code:

$ transmission-remote --add my.torrent -w /path/to/existing/files

If you already added the torrent to Transmission, you can use the --find option to tell it where the data is:

Code:

$ transmission-remote -t <torrent id> --find /path/to/existing/files

The web interface doesn't have an option to specify a specific download folder, but you may use Transmission Remote GUI or some other 3rd-party tool that provides these options in a GUI.

Offline

 

#1829 2011-09-23 06:44:31

Comprox
New member
Registered: 2011-09-23
Posts: 1

Re: [REL] Transmission 1.3

Hey,

I got transmission and the web gui working fine. The only thing I saw left to do was customize some settings under transmission-remote. When I try and change settings there, I get:
Unexpected response: <h1>401: Unauthorized</h1>Unauthorized User

I thought I read that I needed to setup a user for the -remote and I could do so in the settings.json file. After tracking it down in Windows Explorer I get the error that "Access is Denied". I also tried to change the ownership of transmission-remote to 'nobody' like the instructions tell you to do for transmission-daemon but that just didn't work (if it's even possible?).

So how do I got about getting the permission to change settings on transmission-remote?

Thanks!

Offline

 

#1830 2011-09-23 07:03:10

jeffschuler
Member
Registered: 2011-09-21
Posts: 5

Re: [REL] Transmission 1.3

@KyleK, downloading other files with same characters works fine. Actually, strangely, if I let one of these "partial" downloads compete, it's fine, too, and I don't notice any difference in the file or name. (I would do this for all of them but I'm limited in downloads.)

I will see what I can do about finding a sample for you to try.

Offline

 

#1831 2011-09-23 09:42:00

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

Re: [REL] Transmission 1.3

Comprox wrote:

Hey,

I got transmission and the web gui working fine. The only thing I saw left to do was customize some settings under transmission-remote. When I try and change settings there, I get:
Unexpected response: <h1>401: Unauthorized</h1>Unauthorized User

I thought I read that I needed to setup a user for the -remote and I could do so in the settings.json file. After tracking it down in Windows Explorer I get the error that "Access is Denied". I also tried to change the ownership of transmission-remote to 'nobody' like the instructions tell you to do for transmission-daemon but that just didn't work (if it's even possible?).

So how do I got about getting the permission to change settings on transmission-remote?

Thanks!

If you configured transmission-daemon to require password authentication for the WebUI (using the options '-t -u <username> -v <password> in your initial setup of Transmission), the same credentials are necessary when using transmission-remote:

Code:

$ transmission-remote -n <username:password> -l

Another problem could be that the IP address you're using transmission-remote from (usually localhost/127.0.0.1) is not on Transmissions whitelist.


This is unrelated to any Windows Explorer issues or the fact that Transmission runs as user "nobody" or any other user.

Offline

 

#1832 2011-09-23 09:44:48

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

Re: [REL] Transmission 1.3

jeffschuler wrote:

@KyleK, downloading other files with same characters works fine. Actually, strangely, if I let one of these "partial" downloads compete, it's fine, too, and I don't notice any difference in the file or name. (I would do this for all of them but I'm limited in downloads.)

I will see what I can do about finding a sample for you to try.

Have you tried to force-verify those partial torrents?

Code:

$ transmission-remote -t <torrentids> --verify

Alternatively, you could try to tell Transmission the location of the torrent data again:

Code:

$ transmission-remote -t <torrentid> --find /path/to/torrent/data

Offline

 

#1833 2011-09-23 19:49:41

jeffschuler
Member
Registered: 2011-09-21
Posts: 5

Re: [REL] Transmission 1.3

KyleK wrote:

Have you tried to force-verify those partial torrents?

Verifying those partial torrents via the GUI verifies exactly the same partial amount and leaves them as-is.

Verifying via CLI has no effect either, though it returns "success" no matter what I throw at it (even invalid torrent ids.)

Code:

# transmission-remote -n $AUTHSTR -t garbage -v
http://localhost:9091/transmission/rpc/ responded: "success"

KyleK wrote:

Alternatively, you could try to tell Transmission the location of the torrent data again:

It took a bit of fiddling for me to figure out that "--find" wants as arg the base data directory for all torrents -- not the specific data dir of this particular torrent. So I managed to get the torrent into an  "Error: No data found!" state, and then back to OK again... but still only partially complete. At any rate, this also did not solve the issue.

A few other notes:
* Doing a diff of the original dir on my local drive vs the copied dir on the NAS showed nothing different.
* Additionally, MD5 hashes of the files inside both these dirs were exactly the same.
* If I move one of these torrent data dirs (being listed incorrectly as partial) from the NAS back to local drive to replace the existing dir (seeding via desktop version of Transmission) it's still listed correctly as 100% in the local desktop version.

Offline

 

#1834 2011-09-30 02:19:15

turkvu
Member
Registered: 2010-09-29
Posts: 30

Re: [REL] Transmission 1.3

Anyone have any tips on getting blocklist support setup? It looks like Transmission Remote supports it, but whenever I click the update button I get the following message: 'Daemon try to download something, but the HTTP result is: Not found'

I tried going into my settings.json file and adding the line

"blocklist-url": "http://update.transmission.bt.com/level1.gz"

but that didn't make any difference.

Thanks for any/all help.

Offline

 

#1835 2011-09-30 03:46:48

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

Re: [REL] Transmission 1.3

The blocklist is not being updated from that source any more. They stopped back in the spring IIRC.


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

Offline

 

#1836 2011-09-30 04:10:31

turkvu
Member
Registered: 2010-09-29
Posts: 30

Re: [REL] Transmission 1.3

FunFiler wrote:

The blocklist is not being updated from that source any more. They stopped back in the spring IIRC.

Updated to:


"blocklist-url": "http://list.iblocklist.com/?list=bt_level1"

and just downloaded a list from that URL using my browser.

Getting the same error when hitting update from transmission-remote

Offline

 

#1837 2011-10-02 21:11:00

Imz
Member
Registered: 2011-10-02
Posts: 7

Re: [REL] Transmission 1.3

Hi,
I have DNS 323 1.07 firmware, fun_plug, transmission 2.33, Network: 100/100mbit (Gbit connect, premium internet acces..)
Port's open,  uTP open and work, i see on router admin.
It work, but not fine.. NAS:9091 Preferences > Network: port is closed?!

The speed? RAID1 (2x2TB WD ecogreen)
Download MAX 16-20mbit, but it is not very problem, the Upload: MAX 1,5mbit..
Where's the problem? I think 500mhz and 32mb ram is not powermachine, but 1,5mbit up? no...

Thank you!

Last edited by Imz (2011-10-02 21:12:30)

Offline

 

#1838 2011-10-06 09:55:00

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

Re: [REL] Transmission 1.3

You can check manually if the port is actually open:

Code:

$ curl http://portcheck.transmissionbt.com/<your Transmission port>

It should return '1' for an open port and '0' if not.

Offline

 

#1839 2011-10-06 13:40:02

Imz
Member
Registered: 2011-10-02
Posts: 7

Re: [REL] Transmission 1.3

KyleK wrote:

You can check manually if the port is actually open:

Code:

$ curl http://portcheck.transmissionbt.com/<your Transmission port>

It should return '1' for an open port and '0' if not.

0
but really open, and transmission work.. where the error?

Last edited by Imz (2011-10-06 22:39:13)

Offline

 

#1840 2011-10-06 13:44:22

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

Re: [REL] Transmission 1.3

Well, I can't say without more information. If that URL I posted above reports the port is not open, that means the port is not accessible from the outside.
Maybe you didn't forward the port in your router?
Make sure you open your firewall for this port for both UDP and TCP, as Transmission uses both.

Last edited by KyleK (2011-10-06 13:44:37)

Offline

 

#1841 2011-10-06 23:01:55

Imz
Member
Registered: 2011-10-02
Posts: 7

Re: [REL] Transmission 1.3

http://kepfeltoltes.hu/111006/82117718201_www.kepfeltoltes.hu_.jpg
http://kepfeltoltes.hu/111006/131301950602_www.kepfeltoltes.hu_.jpg
http://kepfeltoltes.hu/111006/69118686303_www.kepfeltoltes.hu_.jpg
http://kepfeltoltes.hu/111006/116888788404_www.kepfeltoltes.hu_.jpg
http://kepfeltoltes.hu/111006/64082595205_www.kepfeltoltes.hu_.jpg

thx for help..

Offline

 

#1842 2011-10-06 23:32:31

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

Re: [REL] Transmission 1.3

You need to specify your authorization credentials when using transmission-remote, otherwise the output is no use to me:

Code:

$ transmission-remote -b -n <username:password> -pt

A user recently had a problem with similar symptoms. Please have a look at posts #1790 up to #1803 and see if yours is the same problem.

Offline

 

#1843 2011-10-07 02:48:13

Imz
Member
Registered: 2011-10-02
Posts: 7

Re: [REL] Transmission 1.3

Thx, but, i reset settings many times, but problem is.

dht on-off peer ex on-off ext., 2-4 torrent, but port closed, slow upload (passive).

/ # transmission-remote -b -n user:password -pt

posting:
--------
{"method":"port-test","tag":7}

--------
* Couldn't find host localhost in the .netrc file, using defaults
* About to connect() to localhost port 9091 (#0)
*   Trying 127.0.0.1... * connected
* Connected to localhost (127.0.0.1) port 9091 (#0)
> POST /transmission/rpc/ HTTP/1.1
User-Agent: transmission-remote/2.32 (12523)
Host: localhost:9091
Accept: */*
Accept-Encoding: deflate, gzip
Content-Length: 31
Content-Type: application/x-www-form-urlencoded

< HTTP/1.1 401 Unauthorized
< Server: Transmission
< WWW-Authenticate: Basic realm="Transmission"
< Date: Thu, 06 Oct 2011 23:38:05 GMT
< Content-Length: 43
< Content-Type: text/html; charset=ISO-8859-1
<
* Closing connection #0
* Issue another request to this URL: 'http://localhost:9091/transmission/rpc/'
* Couldn't find host localhost in the .netrc file, using defaults
* About to connect() to localhost port 9091 (#0)
*   Trying 127.0.0.1... * connected
* Connected to localhost (127.0.0.1) port 9091 (#0)
* Server auth using Basic with user 'user'
> POST /transmission/rpc/ HTTP/1.1
Authorization: Basic aW16Ok5lbXRvbTIx
User-Agent: transmission-remote/2.32 (12523)
Host: localhost:9091
Accept: */*
Accept-Encoding: deflate, gzip
Content-Length: 31
Content-Type: application/x-www-form-urlencoded

< HTTP/1.1 409 Conflict
< Server: Transmission
< X-Transmission-Session-Id: 0dMeS5wE4Wv4MsKOSvlitkMcUjRapD5Gx4sn8Uj26l4C7Kcw
< Date: Thu, 06 Oct 2011 23:38:05 GMT
< Content-Length: 580
< Content-Type: text/html; charset=ISO-8859-1
<
* Connection #0 to host localhost left intact
* Closing connection #0
posting:
--------
{"method":"port-test","tag":7}

--------
* Couldn't find host localhost in the .netrc file, using defaults
* About to connect() to localhost port 9091 (#0)
*   Trying 127.0.0.1... * connected
* Connected to localhost (127.0.0.1) port 9091 (#0)
> POST /transmission/rpc/ HTTP/1.1
User-Agent: transmission-remote/2.32 (12523)
Host: localhost:9091
Accept: */*
Accept-Encoding: deflate, gzip
X-Transmission-Session-Id: 0dMeS5wE4Wv4MsKOSvlitkMcUjRapD5Gx4sn8Uj26l4C7Kcw
Content-Length: 31
Content-Type: application/x-www-form-urlencoded

< HTTP/1.1 401 Unauthorized
< Server: Transmission
< WWW-Authenticate: Basic realm="Transmission"
< Date: Thu, 06 Oct 2011 23:38:05 GMT
< Content-Length: 43
< Content-Type: text/html; charset=ISO-8859-1
<
* Closing connection #0
* Issue another request to this URL: 'http://localhost:9091/transmission/rpc/'
* Couldn't find host localhost in the .netrc file, using defaults
* About to connect() to localhost port 9091 (#0)
*   Trying 127.0.0.1... * connected
* Connected to localhost (127.0.0.1) port 9091 (#0)
* Server auth using Basic with user 'user'
> POST /transmission/rpc/ HTTP/1.1
Authorization: Basic aW16Ok5lbXRvbTIx
User-Agent: transmission-remote/2.32 (12523)
Host: localhost:9091
Accept: */*
Accept-Encoding: deflate, gzip
X-Transmission-Session-Id: 0dMeS5wE4Wv4MsKOSvlitkMcUjRapD5Gx4sn8Uj26l4C7Kcw
Content-Length: 31
Content-Type: application/x-www-form-urlencoded

< HTTP/1.1 200 OK
< Server: Transmission
< Content-Encoding: gzip
< Content-Type: application/json; charset=UTF-8
< Date: Thu, 06 Oct 2011 23:38:15 GMT
< Content-Length: 81
<
* Connection #0 to host localhost left intact
got response (len 64):
--------
{"arguments":{"port-is-open":false},"result":"success","tag":7}

--------
Port is open: No
* Closing connection #0
/ #

_______________________________________________________________________________________
/ # transmission-remote -b -n user:password -si
posting:
--------
{"method":"session-get","tag":0}

--------
* Couldn't find host localhost in the .netrc file, using defaults
* About to connect() to localhost port 9091 (#0)
*   Trying 127.0.0.1... * connected
* Connected to localhost (127.0.0.1) port 9091 (#0)
> POST /transmission/rpc/ HTTP/1.1
User-Agent: transmission-remote/2.32 (12523)
Host: localhost:9091
Accept: */*
Accept-Encoding: deflate, gzip
Content-Length: 33
Content-Type: application/x-www-form-urlencoded

< HTTP/1.1 401 Unauthorized
< Server: Transmission
< WWW-Authenticate: Basic realm="Transmission"
< Date: Thu, 06 Oct 2011 23:40:05 GMT
< Content-Length: 43
< Content-Type: text/html; charset=ISO-8859-1
<
* Closing connection #0
* Issue another request to this URL: 'http://localhost:9091/transmission/rpc/'
* Couldn't find host localhost in the .netrc file, using defaults
* About to connect() to localhost port 9091 (#0)
*   Trying 127.0.0.1... * connected
* Connected to localhost (127.0.0.1) port 9091 (#0)
* Server auth using Basic with user 'user'
> POST /transmission/rpc/ HTTP/1.1
Authorization: Basic aW16Ok5lbXRvbTIx
User-Agent: transmission-remote/2.32 (12523)
Host: localhost:9091
Accept: */*
Accept-Encoding: deflate, gzip
Content-Length: 33
Content-Type: application/x-www-form-urlencoded

< HTTP/1.1 409 Conflict
< Server: Transmission
< X-Transmission-Session-Id: 0dMeS5wE4Wv4MsKOSvlitkMcUjRapD5Gx4sn8Uj26l4C7Kcw
< Date: Thu, 06 Oct 2011 23:40:05 GMT
< Content-Length: 580
< Content-Type: text/html; charset=ISO-8859-1
<
* Connection #0 to host localhost left intact
* Closing connection #0
posting:
--------
{"method":"session-get","tag":0}

--------
* Couldn't find host localhost in the .netrc file, using defaults
* About to connect() to localhost port 9091 (#0)
*   Trying 127.0.0.1... * connected
* Connected to localhost (127.0.0.1) port 9091 (#0)
> POST /transmission/rpc/ HTTP/1.1
User-Agent: transmission-remote/2.32 (12523)
Host: localhost:9091
Accept: */*
Accept-Encoding: deflate, gzip
X-Transmission-Session-Id: 0dMeS5wE4Wv4MsKOSvlitkMcUjRapD5Gx4sn8Uj26l4C7Kcw
Content-Length: 33
Content-Type: application/x-www-form-urlencoded

< HTTP/1.1 401 Unauthorized
< Server: Transmission
< WWW-Authenticate: Basic realm="Transmission"
< Date: Thu, 06 Oct 2011 23:40:05 GMT
< Content-Length: 43
< Content-Type: text/html; charset=ISO-8859-1
<
* Closing connection #0
* Issue another request to this URL: 'http://localhost:9091/transmission/rpc/'
* Couldn't find host localhost in the .netrc file, using defaults
* About to connect() to localhost port 9091 (#0)
*   Trying 127.0.0.1... * connected
* Connected to localhost (127.0.0.1) port 9091 (#0)
* Server auth using Basic with user 'user'
> POST /transmission/rpc/ HTTP/1.1
Authorization: Basic aW16Ok5lbXRvbTIx
User-Agent: transmission-remote/2.32 (12523)
Host: localhost:9091
Accept: */*
Accept-Encoding: deflate, gzip
X-Transmission-Session-Id: 0dMeS5wE4Wv4MsKOSvlitkMcUjRapD5Gx4sn8Uj26l4C7Kcw
Content-Length: 33
Content-Type: application/x-www-form-urlencoded

< HTTP/1.1 200 OK
< Server: Transmission
< Content-Encoding: gzip
< Content-Type: application/json; charset=UTF-8
< Date: Thu, 06 Oct 2011 23:40:05 GMT
< Content-Length: 598
<
* Connection #0 to host localhost left intact
got response (len 1401):
--------
{"arguments":{"alt-speed-down":50,"alt-speed-enabled":false,"alt-speed-time-begi
n":540,"alt-speed-time-day":127,"alt-speed-time-enabled":false,"alt-speed-time-e
nd":1020,"alt-speed-up":50,"blocklist-enabled":false,"blocklist-size":0,"blockli
st-url":"http://www.example.com/blocklist","cache-size-mb":2,"config-dir":"/mnt/
HD_a2/.transmission-daemon","dht-enabled":false,"download-dir":"/mnt/HD_a2/Torre
nt","download-dir-free-space":3886494830592,"encryption":"preferred","idle-seedi
ng-limit":30,"idle-seeding-limit-enabled":false,"incomplete-dir":"/home/nobody/D
ownloads","incomplete-dir-enabled":false,"lpd-enabled":false,"peer-limit-global"
:200,"peer-limit-per-torrent":15,"peer-port":51413,"peer-port-random-on-start":f
alse,"pex-enabled":false,"port-forwarding-enabled":false,"rename-partial-files":
true,"rpc-version":13,"rpc-version-minimum":1,"script-torrent-done-enabled":fals
e,"script-torrent-done-filename":"","seedRatioLimit":2,"seedRatioLimited":false,
"speed-limit-down":100,"speed-limit-down-enabled":false,"speed-limit-up":100,"sp
eed-limit-up-enabled":false,"start-added-torrents":true,"trash-original-torrent-
files":false,"units":{"memory-bytes":1024,"memory-units":["KiB","MiB","GiB","TiB
"],"size-bytes":1024,"size-units":["KiB","MiB","GiB","TiB"],"speed-bytes":1024,"
speed-units":["KiB/s","MiB/s","GiB/s","TiB/s"]},"utp-enabled":true,"version":"2.
32 (12523)"},"result":"success","tag":0}

--------
VERSION
  Daemon version: 2.32 (12523)
  RPC version: 13
  RPC minimum version: 1

CONFIG
  Configuration directory: /mnt/HD_a2/.transmission-daemon
  Download directory: /mnt/HD_a2/Torrent
  Download directory free space: 3.53 TiB
  Listenport: 51413
  Portforwarding enabled: No
  uTP enabled: Yes
  Distributed hash table enabled: No
  Local peer discovery enabled: No
  Peer exchange allowed: No
  Encryption: preferred
  Maximum memory cache size: 2.00 MiB

LIMITS
  Peer limit: 200
  Default seed ratio limit: Unlimited
  Upload speed limit: Unlimited  (Disabled limit: 100.00 KiB/s; Disabled turtle
limit: 50.00 KiB/s)
  Download speed limit: Unlimited  (Disabled limit: 100.00 KiB/s; Disabled turtl
e limit: 50.00 KiB/s)

MISC
  Autostart added torrents: Yes
  Delete automatically added torrents: No
* Closing connection #0
___________________________________________________________________

/ # curl http://portcheck.transmissionbt.com/51413
0/ #


Really Thx

Last edited by Imz (2011-10-07 02:55:27)

Offline

 

#1844 2011-10-10 17:14:02

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

Re: [REL] Transmission 1.3

As far as I can see this is not an issue with Transmission, but with the configuration of your router.
Can you enable UPnP in your router so Transmission can open its own port automatically?
Check if other tools (uTorrent on Windows/Mac) have the same problem with a closed port. Maybe it's a provider issue?

EDIT: Looking at your screenshots above, try deleting the "Virtual server" entry. It looks like UPnP is enabled and working, and that virtual server entry might be conflicting (that said, I don't know anything about your router, so I could be wrong).

Last edited by KyleK (2011-10-10 17:20:36)

Offline

 

#1845 2011-10-10 17:33:51

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

Re: [REL] Transmission 1.3

Transmission 2.41 has been released.
Since I recently switched from a CH3SNAS to a new DNS-325, I'm not sure if this release will run on older devices as well.

Can someone with a CH3SNAS or DNS-323 please test this release and let me know if it works?

If not I'll have to dig out the CH3SNAS and do a separate package.

Last edited by KyleK (2011-10-10 17:34:13)

Offline

 

#1846 2011-10-10 18:19:16

jeffschuler
Member
Registered: 2011-09-21
Posts: 5

Re: [REL] Transmission 1.3

KyleK:
I just uninstalled 2.33 and installed 2.41 on DNS-323.
Upon /ffp/start/transmission.sh start I received:

Code:

Starting transmission-daemon
/ffp/bin/transmission-daemon: can't load library 'libevent-2.0.so.5'

Last edited by jeffschuler (2011-10-10 18:20:23)

Offline

 

#1847 2011-10-10 23:26:38

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

Re: [REL] Transmission 1.3

I've uploaded a new version, can you test that one please?

Last edited by KyleK (2011-10-10 23:26:57)

Offline

 

#1848 2011-10-10 23:36:05

jeffschuler
Member
Registered: 2011-09-21
Posts: 5

Re: [REL] Transmission 1.3

KyleK: Thanks! That works on DNS-323.

(I was hoping it might solve my filenames issue, but no dice...)

Offline

 

#1849 2011-10-12 02:21:07

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

Re: [REL] Transmission 1.3

KyleK wrote:

I've uploaded a new version, can you test that one please?

Yup, works fine on the DNS-323. Let folks know that there was some protocol change and front-ends will work a bit wonky until updated.


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

 

#1850 2011-10-12 03:30:33

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

Re: [REL] Transmission 1.3

I tried it but torrents passed from Automatic went into an unknown state and would not download. When I rolled back, torrents with existing progress restarted from zero.


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

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2010 PunBB