PDA

Bekijk de volledige versie : transmission-daemon 1.21 r5930 problem



avberk
29-05-2008, 19:26
Oleo,

This used to work in transmission 1.20:

transmission-daemon -p /opt/var/run/transmission.pid -s /etc/transmission.socket

But in version 1.21 the -s option does not work anymore. (invalid option)

Tried removing 1.21 and reinstalling. no go.
For now i am back to 1.20 in which the -s option still works.


Is this something you can fix? :o

oleo
30-05-2008, 08:12
RPC interface changed. Clutch did not released update to this. Waiting for new release. Could be solved if clutch.mk is upgraded to fetch latest SVN release.

andersos
05-06-2008, 23:47
Hi all.

I too have problem with 1.21 5930 which I installed from optware feed. I know about the changes going on in transmission. I run transmission-daemon and want to help debugging transmission-remote, so I tried cross compiling using optware toolchain. I get some errors :



transmissiond.c: In function 'main':
transmissiond.c:647: error: too few arguments to function 'tr_sessionInitFull'
transmissiond.c:685: warning: implicit declaration of function 'tr_torrentRates'


The error in call to tr_sessionInitFull was corrected in transmission svn r6059 in transmissioncli.c.
But the error in this case is in transmissiond.c. In transmission svn there is no transmissiond.c. Is it an old file left in optware? Can I correct this locally to get it compiled? This is the first time I try cross compile optware ;)

Also - the call to tr_torrentRates may break the compile.

oleo
06-06-2008, 07:30
You should revert also sources/transmission when building older version.

andersos
06-06-2008, 08:17
Ok thanks. But now I wanted to build latest svn version of transmission to help them debug transmission-remote and transmission-daemon. Not older version. So what to do with transmissiond.c which I think now only exist in optware?

oleo
06-06-2008, 10:29
The change occured in http://trac.transmissionbt.com/changeset/5975

Anyway, There should be new r6060 available soon with http://trac.nslu2-linux.org/optware/changeset/8444

andersos
06-06-2008, 10:54
Thank you :) I'll build 6060 when I get home.

wpte
06-06-2008, 12:58
I still have a gnu plot problem.
after the recent updates I still don''t get any graph:confused:

plot '/mnt/torrent/work/transfer.data' using ($1+86400++3600):2 title 'download' axis x1y1 with impulses, '/mnt/torrent/work/transfer.data' using ($1+86400++3600):3 title 'upload' with impulses, '/mnt/torrent/work/transfer.data' using ($1+86400++3600):4 axis x1y2 title 'load' with lines ^ "/mnt/torrent/work/transfer.gnuplot", line 13: warning: Skipping data file with no valid points plot '/mnt/torrent/work/transfer.data' using ($1+86400++3600):2 title 'download' axis x1y1 with impulses, '/mnt/torrent/work/transfer.data' using ($1+86400++3600):3 title 'upload' with impulses, '/mnt/torrent/work/transfer.data' using ($1+86400++3600):4 axis x1y2 title 'load' with lines ^ "/mnt/torrent/work/transfer.gnuplot", line 13: warning: Skipping data file with no valid points plot '/mnt/torrent/work/transfer.data' using ($1+86400++3600):2 title 'download' axis x1y1 with impulses, '/mnt/torrent/work/transfer.data' using ($1+86400++3600):3 title 'upload' with impulses, '/mnt/torrent/work/transfer.data' using ($1+86400++3600):4 axis x1y2 title 'load' with lines ^ "/mnt/torrent/work/transfer.gnuplot", line 13: warning: Skipping data file with no valid points plot '/mnt/torrent/work/transfer.data' using ($1+86400++3600):2 title 'download' axis x1y1 with impulses, '/mnt/torrent/work/transfer.data' using ($1+86400++3600):3 title 'upload' with impulses, '/mnt/torrent/work/transfer.data' using ($1+86400++3600):4 axis x1y2 title 'load' with lines ^ "/mnt/torrent/work/transfer.gnuplot", line 13: x range is invalid

The settings are correct and I tried reinstalling everything, but I still keep getting this error:(