Search found 17 matches

by eztrans
Fri Oct 25, 2013 10:31 pm
Forum: Support
Topic: uBuntu Server 11.10
Replies: 2
Views: 2354

Re: uBuntu Server 11.10

OK thanks. I'll do that.
by eztrans
Fri Oct 25, 2013 2:30 pm
Forum: Support
Topic: uBuntu Server 11.10
Replies: 2
Views: 2354

uBuntu Server 11.10

I'm currently running transmission 2.33 on my Ubuntu server v11.10

I'd like to upgrade it so that I can use magnet links via the web interface. apt-get, etc refuse to upgrade transmission. Is there anything I can do? Is it just a matter that the server is too old?

Thanks

eztrans
by eztrans
Sat Jan 02, 2010 9:51 pm
Forum: General
Topic: Transmission 1.76 Released!
Replies: 27
Views: 39521

Re: Transmission 1.76 Released!

Hi,

I'm using an optware build of 1.76 (9395) on my ASUS WL700ge router. All runs OK except that when I start two fast torrents at the same time, transmission locks up the router. I can't get any real evidence as I can't even telnet in when the problem occurs, but it seems like transmission is ...
by eztrans
Fri Apr 10, 2009 11:24 am
Forum: Web Interface
Topic: WebUI with file list - now fully functional
Replies: 69
Views: 322517

Re: WebUI with file list - now fully functional

On my ASUS wl700ge, the web folder is in /opt/share/transmission/web

The latest 1.51 from SVN has the file list whichis great. Not sure if it's made it into the release yet.

eztrans
by eztrans
Fri Mar 27, 2009 10:01 am
Forum: Web Interface
Topic: WebUI with file list - now fully functional
Replies: 69
Views: 322517

Re: WebUI with file list - now fully functional

Thanks for that. The nightly version of the file list is much cleaner and works in Chrome very well. I've integrated my graphing into it locally and all seems fine.

I note that the bug I mentioned in my earlier post ( http://forum.transmissionbt.com/viewtopic.php?p=35509#p35509 ) is still present ...
by eztrans
Tue Mar 17, 2009 11:32 am
Forum: Web Interface
Topic: WebUI with file list - now fully functional
Replies: 69
Views: 322517

Re: WebUI with file list - now fully functional

done.

I've uploaded a tgz of the entire web UI with my changes to:

http://cid-a1988451876368a1.skydrive.li ... .graph.tgz

I hope this works for everyone.

eztrans
by eztrans
Tue Mar 17, 2009 11:01 am
Forum: Web Interface
Topic: WebUI with file list - now fully functional
Replies: 69
Views: 322517

Re: WebUI with file list - now fully functional

OK. I've got it all working with v1.51.

I don't seem to be able to attach it here so I'll have to find another way.

In the meantime, there is a bug I've found and fixed in the original file list code. In torrent.js, the function refreshWantedHTML highlights the file as complete every second update ...
by eztrans
Sat Mar 14, 2009 11:54 am
Forum: Web Interface
Topic: WebUI with file list - now fully functional
Replies: 69
Views: 322517

Re: WebUI with file list - now fully functional

I'm going to try and integrate the file list and my changes into 1.51. If I'm successful, I'll make it available here.

eztrans
by eztrans
Fri Mar 13, 2009 12:46 am
Forum: Web Interface
Topic: WebUI with file list - now fully functional
Replies: 69
Views: 322517

Re: WebUI with file list - now fully functional

snake98,

Are you looking at the activity tab in the inspector? The graph only shows in the activity tab.

Apart from that, if the png files are being written to the correct place in the transmission/web/images directory, then the webui should be able to see them.

Have you tried displaying the ...
by eztrans
Thu Mar 12, 2009 11:41 pm
Forum: Web Interface
Topic: WebUI with file list - now fully functional
Replies: 69
Views: 322517

Re: WebUI with file list - now fully functional

snake98,

I think the problem is in the changes you did to transmission.js.

The line:

$(ti+'graph_image')[0].innerHTML = image_prefix + '_' + torrents[0].id() + 1;

you quoted in your message should (I believe) read:

$(ti+'graph_image')[0].innerHTML = image_prefix + '_' + torrents[0].id() + image ...
by eztrans
Thu Mar 12, 2009 10:15 pm
Forum: Web Interface
Topic: WebUI with file list - now fully functional
Replies: 69
Views: 322517

Re: WebUI with file list - now fully functional

snake98

Looking at the transmission lines in your output log, they all seem to be missing an entry, and this will be why the regular expressions are failing to get the data for you.

Note that in my logs:

Mar 12 12:00:15 transmission: 1236823202 ALL 0 0 0.08
Mar 12 12:04:08 transmission ...
by eztrans
Thu Mar 12, 2009 2:10 am
Forum: Web Interface
Topic: WebUI with file list - now fully functional
Replies: 69
Views: 322517

Re: WebUI with file list - now fully functional

snake98,

The line you are removing shouldn't break the webui, but as it is, some info: The get_all_stats script will generate a graph for each active torrent, and then one more that provides a total bandwidth graph. The idea is that when a torrent is selected in the webui, you see that torrent's ...
by eztrans
Thu Feb 12, 2009 3:26 am
Forum: Web Interface
Topic: WebUI with file list - now fully functional
Replies: 69
Views: 322517

Re: WebUI with file list - now fully functional

Not really meant to be. I just like to get a feeling for how active things are. My logs on the machine are very small so I typically only get about 4 hours of graphing. I plan to update the scripts to manage a log file per torrent, but that a bell/whistle that can come later.

eztrans
by eztrans
Thu Feb 12, 2009 3:04 am
Forum: General
Topic: transmission-daemon graphs with munin
Replies: 2
Views: 6686

Re: transmission-daemon graphs with munin

For another go at graphing the data, refer to:

http://forum.transmissionbt.com/viewtop ... 300#p34300

It's working for me well enough.

eztrans
by eztrans
Thu Feb 12, 2009 3:03 am
Forum: Web Interface
Topic: WebUI with file list - now fully functional
Replies: 69
Views: 322517

Re: WebUI with file list - now fully functional

Hi,

I said I'd get around to this and finally I have. The scripts seem to be running fairly well now. Please note that these are all being run via cron on my asus router which is running transmission-daemon v1.41b4.

The scripts make use of gnuplot to generate the graphs in the images directory in ...