Hello All
I Want to Install Transmission Beta Release: 2.30b1
I am using Transmission 2.22
So please tell me how could i do this ??
Do i Need to uninstall Transmission 2.22 ?, If, yes then how ??
and if it will be direct upgrade then how ??
Also i would like to change my username and password for Transmission Daemon
Please help
Thanks
Vickey
Need to Upgrare from ver. 2.22 into Beta Release: 2.30b1
-
- Posts: 12
- Joined: Sun Apr 03, 2011 4:48 pm
Re: Need to Upgrare from ver. 2.22 into Beta Release: 2.30b1
Hi,
can't help you with your first question, as I'm stuck myself with the installer not finding "libevent"
in both tarball and SVN. :-/
This beta has to be made from tarball or SVN. No automatic upgrade!
See:
https://trac.transmissionbt.com/wiki/Building
For editing username and password:
But after stopping your daemon,
/etc/init.d/transmission-daemon -stop
Edit the file: settings.json
Mine is under: /var/lib/transmission-daemon/info/settings.json
Once edited, restart daemon:
/etc/init.d/transmission-daemon -start
I hope to get some more input from other on why libevent is not found.
Ubuntu 10.04
Regards,
Danny
can't help you with your first question, as I'm stuck myself with the installer not finding "libevent"
in both tarball and SVN. :-/
This beta has to be made from tarball or SVN. No automatic upgrade!
See:
https://trac.transmissionbt.com/wiki/Building
For editing username and password:
But after stopping your daemon,
/etc/init.d/transmission-daemon -stop
Edit the file: settings.json
Mine is under: /var/lib/transmission-daemon/info/settings.json
Once edited, restart daemon:
/etc/init.d/transmission-daemon -start
I hope to get some more input from other on why libevent is not found.
Ubuntu 10.04
Regards,
Danny
Re: Need to Upgrare from ver. 2.22 into Beta Release: 2.30b1
Thanks for this
But in settings.json where is option.. i didnt find password option...
can u show me any image ?? or codes ??
and for libevent try this
wget http://monkey.org/~provos/libevent-2.0.10-stable.tar.gz
tar zxf libevent-2.0.10-stable.tar.gz
cd libevent-2.0.10-stable
./configure
make
make install
then
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
its work fine for me in centos 5 x64
and please some one other tell me how to upgrade
But in settings.json where is option.. i didnt find password option...
can u show me any image ?? or codes ??
and for libevent try this
wget http://monkey.org/~provos/libevent-2.0.10-stable.tar.gz
tar zxf libevent-2.0.10-stable.tar.gz
cd libevent-2.0.10-stable
./configure
make
make install
then
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
its work fine for me in centos 5 x64
and please some one other tell me how to upgrade

-
- Posts: 12
- Joined: Sun Apr 03, 2011 4:48 pm
Re: Need to Upgrare from ver. 2.22 into Beta Release: 2.30b1
.
rpc-password and rpc-username are the ones to modify.
The password encrypts after starting the daemon again, and becomes garbled.
The values are between double quotes!
.
rpc-password and rpc-username are the ones to modify.
The password encrypts after starting the daemon again, and becomes garbled.
The values are between double quotes!
.
Last edited by tumbleweed on Sun Apr 03, 2011 9:55 pm, edited 1 time in total.
-
- Posts: 12
- Joined: Sun Apr 03, 2011 4:48 pm
Re: Need to Upgrare from ver. 2.22 into Beta Release: 2.30b1
.
Holy Moly !
I did it!
Thanks a bunch!
Just be sure to run it as sudo or su when fiddling to configure and installing libevent. Duh!
Not sure what I did right though, as the first couple of times it failed. Hehe.
But errors about "permission denied" point to it that root access is needed.
But the banner Transmission 2.30b1 (12302)
on the "About" tab looks mighty convincing that I succeeded.
Thanks!
Holy Moly !
I did it!
Thanks a bunch!
Just be sure to run it as sudo or su when fiddling to configure and installing libevent. Duh!
Not sure what I did right though, as the first couple of times it failed. Hehe.

But errors about "permission denied" point to it that root access is needed.
But the banner Transmission 2.30b1 (12302)
on the "About" tab looks mighty convincing that I succeeded.
Thanks!
-
- Posts: 12
- Joined: Sun Apr 03, 2011 4:48 pm
Re: Need to Upgrare from ver. 2.22 into Beta Release: 2.30b1
.
This goes to show that doing some more reading in other places pays.
I was stuck after the SVN update worked in that I couldn't get it to install the newest trunk https://build.transmissionbt.com/job/trunk-linux/ .
Here is what I found, that is working for me ...
(This is updating! Look for first installing SVN at this page, under header: Building from an SVN snapshot
https://trac.transmissionbt.com/wiki/Building
SVN update:
cd Transmission
make clean
svn up
./update-version-h.sh
sudo make
sudo make install
Then restart you client!
Happy beta testing!
Regards,
Danny
This goes to show that doing some more reading in other places pays.
I was stuck after the SVN update worked in that I couldn't get it to install the newest trunk https://build.transmissionbt.com/job/trunk-linux/ .
Here is what I found, that is working for me ...
(This is updating! Look for first installing SVN at this page, under header: Building from an SVN snapshot
https://trac.transmissionbt.com/wiki/Building
SVN update:
cd Transmission
make clean
svn up
./update-version-h.sh
sudo make
sudo make install
Then restart you client!
Happy beta testing!
Regards,
Danny
Re: Need to Upgrare from ver. 2.22 into Beta Release: 2.30b1
i did following
didnt work then i delete (coz i dont know how to uninstall) version 2.22 and install beta 3.02
but after install it still showing me version 2.22
please need more help
Code: Select all
./update-version-h.sh
sudo make
sudo make install
but after install it still showing me version 2.22
please need more help
-
- Posts: 12
- Joined: Sun Apr 03, 2011 4:48 pm
Re: Need to Upgrare from ver. 2.22 into Beta Release: 2.30b1
.
SVN creates its own directory under /home/**your user name here**/Transmission, with its own set of dependencies.
Highest version wins on startup, simply speaking.
I would start the SVN install anew, if I was you.
Are you using "apt-get" to update/upgrade?
What system are you installing on?
Can you make a copy of the error messages and the commands?
I'm a little in the dark here.
Regards,
Danny
SVN creates its own directory under /home/**your user name here**/Transmission, with its own set of dependencies.
Highest version wins on startup, simply speaking.
I would start the SVN install anew, if I was you.
Are you using "apt-get" to update/upgrade?
What system are you installing on?
Can you make a copy of the error messages and the commands?
I'm a little in the dark here.
Regards,
Danny
-
- Posts: 12
- Joined: Sun Apr 03, 2011 4:48 pm