how to use transmission webui

Discussion of the Web Interface for Transmission, formerly known as Clutch. This applies to all version of Transmission
Post Reply
goddesschi
Posts: 2
Joined: Fri Dec 02, 2011 5:38 pm

how to use transmission webui

Post by goddesschi »

I have already installed the transmission 2.42 by compilering source code
below are the files I installed
-rwxr-xr-x 1 root root 8275504 2011-11-25 18:00 transmission-cli
-rwxr-xr-x 1 root root 8497118 2011-11-25 18:00 transmission-create
-rwxr-xr-x 1 root root 8353426 2011-11-25 18:00 transmission-daemon
-rwxr-xr-x 1 root root 8258356 2011-11-25 18:00 transmission-edit
-rwxr-xr-x 1 root root 8367935 2011-11-25 18:00 transmission-remote
-rwxr-xr-x 1 root root 8275108 2011-11-25 18:00 transmission-show
than,how I need to do to open the webui support.......I have no idea :oops:
ps:I have already installed the http server by lighttpd core
goddesschi
Posts: 2
Joined: Fri Dec 02, 2011 5:38 pm

Re: how to use transmission webui

Post by goddesschi »

I am trying

first warning is happend of the init script(ubuntu os)
start-stop-daemon: warning: this system is not able to track process names
longer than 15 characters, please use --exec instead of --name.
so I changethe script
start-stop-daemon --stop --quiet --retry=TERM/10/KILL/5 --pidfile $PIDFILE --name $NAME
to
start-stop-daemon --stop --quiet --retry=TERM/10/KILL/5 --pidfile $PIDFILE --exec $NAME


Is this ok?
killemov
Posts: 567
Joined: Sat Jul 31, 2010 5:04 pm

Re: how to use transmission webui

Post by killemov »

Apart from the init.d scripts just running transmission-daemon manually will give you access to the web ui. Did you install the packaged Transmission first? And then you might try a brand spanking new web interface by yours truly. :D
Shift: A minimalistic approach to maximum control of your Transmission.
tbarat
Posts: 4
Joined: Sat May 05, 2012 11:47 am

Re: how to use transmission webui

Post by tbarat »

I have a problem, that when I start one torrent, that the memory is filled .
How can I solve that the transmission doesn't use all free memoy?
thx :wink:
killemov
Posts: 567
Joined: Sat Jul 31, 2010 5:04 pm

Re: how to use transmission webui

Post by killemov »

@tbarat: Memory issues could be related to many things. Using the web-UI is usually not one of them. Transmission is supposed to have a very low memory footprint. The only configurable memory option I know of is the cache size.
tbarat
Posts: 4
Joined: Sat May 05, 2012 11:47 am

Re: how to use transmission webui

Post by tbarat »

but this is the recomded config.
when I start to download, slowly the memory is run out.
sorry I dont know which issue is that.
thx
blacke4dawn
Posts: 552
Joined: Sun Dec 13, 2009 10:44 pm

Re: how to use transmission webui

Post by blacke4dawn »

How are you checking the amount of free memory?

And honestly, free memory is a wasted resource since it's better to use as much "spare" memory for disc caching.
tbarat
Posts: 4
Joined: Sat May 05, 2012 11:47 am

Re: how to use transmission webui

Post by tbarat »

my item is a broadband router and it has a small memory capacity 128MB
I see the losing memory in the overview webpage on my router webserver, when the transmission web gui is downloading a torrent.
tbarat
Posts: 4
Joined: Sat May 05, 2012 11:47 am

Re: how to use transmission webui

Post by tbarat »

so, how can I solve the problem,
I test on torrent and few connection, but the memory is lowed..
Post Reply