Need to Upgrare from ver. 2.22 into Beta Release: 2.30b1

Ask for help and report issues not specific to either the Mac OS X or GTK+ versions of Transmission
Post Reply
Vickey007
Posts: 12
Joined: Fri Feb 11, 2011 10:29 am

Need to Upgrare from ver. 2.22 into Beta Release: 2.30b1

Post by Vickey007 »

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
tumbleweed
Posts: 12
Joined: Sun Apr 03, 2011 4:48 pm

Re: Need to Upgrare from ver. 2.22 into Beta Release: 2.30b1

Post by tumbleweed »

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
Vickey007
Posts: 12
Joined: Fri Feb 11, 2011 10:29 am

Re: Need to Upgrare from ver. 2.22 into Beta Release: 2.30b1

Post by Vickey007 »

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 :)
tumbleweed
Posts: 12
Joined: Sun Apr 03, 2011 4:48 pm

Re: Need to Upgrare from ver. 2.22 into Beta Release: 2.30b1

Post by tumbleweed »

.

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.
tumbleweed
Posts: 12
Joined: Sun Apr 03, 2011 4:48 pm

Re: Need to Upgrare from ver. 2.22 into Beta Release: 2.30b1

Post by tumbleweed »

.

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!
tumbleweed
Posts: 12
Joined: Sun Apr 03, 2011 4:48 pm

Re: Need to Upgrare from ver. 2.22 into Beta Release: 2.30b1

Post by tumbleweed »

.


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
Vickey007
Posts: 12
Joined: Fri Feb 11, 2011 10:29 am

Re: Need to Upgrare from ver. 2.22 into Beta Release: 2.30b1

Post by Vickey007 »

i did following

Code: Select all

./update-version-h.sh
sudo make
sudo make install
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
tumbleweed
Posts: 12
Joined: Sun Apr 03, 2011 4:48 pm

Re: Need to Upgrare from ver. 2.22 into Beta Release: 2.30b1

Post by tumbleweed »

.


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
tumbleweed
Posts: 12
Joined: Sun Apr 03, 2011 4:48 pm

Re: Need to Upgrare from ver. 2.22 into Beta Release: 2.30b1

Post by tumbleweed »

Image
Post Reply