PDA

Bekijk de volledige versie : vi /opt/etc/transmission.conf empty



lyxes
11-08-2008, 21:46
I have installed transmission without error, but the
vi /opt/etc/transmission.conf gives me a blank screen . transmission.conf is empty/ doesn't exist. Help!!!:confused:

ocelivise
11-08-2008, 21:50
That file was used in prevous versions of transmission. There is completely "new" transmission 1.32 http://wl500g.info/showthread.php?t=15562

lyxes
11-08-2008, 21:59
should I ignore this part and go on ?
This is the second time I install it ( first time was a around 10 days ago) and than was no problem.
Thanks for your answers .

ocelivise
11-08-2008, 22:23
you must start transmission by typing transmission-daemon in putty.
then go to http://192.168.1.1:9091/transmission/web/
and in the lower left cornes you have preferences where you can set download folder.

wpte
11-08-2008, 22:25
yes leave it alone till now, or start reading the forum thread ocelivise pointed out.

do this for starting the torrent:

transmission-daemon -p 8008 -w /tmp/harddisk/torrent -a 192.168.

and when you now go to http://yourasusip:8008 you see the renewed transmission... you need like firefox or opera to use it, it doesnt support internet explorer yet.
you can remove all the old folders in /tmp/harddisk/torrent
you don't need them anymore.

to keep it pernamently running:

vi /usr/local/sbin/post-mount
then insert this line at the bottom of the file:

transmission-daemon -p 8008 -w /tmp/harddisk/torrent -a 192.168.

exit and save the file
then do a

flashfs save && flashfs commit && flashfs enable && reboot

should be working now:)

lyxes
11-08-2008, 22:43
THANKS !!

It's working ...

Kenny
12-08-2008, 15:18
to keep it pernamently running:
vi /usr/local/sbin/post-mount

then insert this line at the bottom of the file:
transmission-daemon -p 8008 -w /tmp/harddisk/torrent -a 192.168.


exit and save the file
then do a

flashfs save && flashfs commit && flashfs enable && reboot

should be working now:)

It does not start at boot, any help?

wpte
12-08-2008, 23:43
It does not start at boot, any help?

ah, my bad:(

lets do it different then;)

vi /opt/etc/init.d/S99trans

enter the following:

#! /bin/sh
transmission-daemon -p 8008 -w /tmp/harddisk/torrent -a 192.168.

make it executable:

chmod +x /opt/etc/init.d/S99trans

and then ofc remove it from the post-mount file:)
then save everything

flashfs save && flashfs commit && flashfs enable && reboot

any better?:D

Kenny
13-08-2008, 17:34
no luck again:(

xflake
18-08-2008, 22:48
I just added "/opt/bin/" and it works as a charm.

"/opt/bin/transmission-daemon -p 8008 -w /tmp/harddisk/torrent -a 192.168."

/Flake

lyxes
23-08-2008, 12:58
Kenny, be careful you can access the transmission by http://192.168.1.1:8008/transmission/web/
and not on
http://192.168.1.1:9091/transmission/web/
or you can make the changes..
for me it is working very good. I even control the acces by a password etc..
post a printscreen after boot...

sonice
26-04-2009, 01:33
I jus did all above and have @ http://192.168.1.1:8008/transmission/web -


401: Unauthorized
Unauthorized IP Address.

Either disable the IP address whitelist or add your address to it.

If you're editing settings.json, see the 'rpc-whitelist' and 'rpc-whitelist-enabled' entries.

If you're still using ACLs, use a whitelist instead. See the transmission-daemon manpage for details.

Created settings.json http://wl500g.info/showthread.php?t=17533&highlight=settings.json

and it did not help...

and if I do:

{
"blocklist-enabled": 0,
"download-dir": "\/opt\/harddisk\/torrent",
"download-limit": 400,
"download-limit-enabled": 1,
"encryption": 1,
"max-peers-global": 100,
"peer-port": 65534,
"pex-enabled": 1,
"port-forwarding-enabled": 0,
"rpc-access-control-list": "+127.0.0.1",
"rpc-authentication-required": 0,
"rpc-password": "",
"rpc-port": 8008,
"rpc-username": "",
"rpc-whitelist": "127.0.0.1",
"upload-limit": 200,
"upload-limit-enabled": 1
}