[ubuntu] apt-get upgrade daemon = fail

Ask for help and report issues not specific to either the Mac OS X or GTK+ versions of Transmission
Post Reply
zosky
Posts: 9
Joined: Thu Apr 08, 2010 9:15 pm

[ubuntu] apt-get upgrade daemon = fail

Post by zosky »

me love transmission-daemon long time :lol:

would like it running as me on ubuntu rather then its own user
this works, expect for every upgrade

i've changed 2 lines in /etc/init.d/transmission-daemon
USER=zosky
OPTIONS="--config-dir /home/zosky/.transmission/"

every time i upgrade it does $(chown -R transmission-deamon ~/.transmission)
then zosky can not launch daemon anymore

i end up having to fudge the rest of the install
how can i fix this for smooth apt-get upgrading ?

Code: Select all

#... here's what im doing each rel (ATM)
$ sudo apt-get update
$ sudo apt-get upgrade
# ... "failed to install transmission-daemon"
$ sudo nano /etc/init.d/transmission-daemon
# ... insert 'exit 0' at the top & save
$ sudo dpkg --configure --pending
# ... remove 'exit 0'
$ sudo chown -R [user]:[group] [~/path-to-config]
$ service transmission-daemon start
blacke4dawn
Posts: 552
Joined: Sun Dec 13, 2009 10:44 pm

Re: [ubuntu] apt-get upgrade daemon = fail

Post by blacke4dawn »

Talk to the package maintainer at Ubunty since there isn't anything we can do besides what you are already doing.

Or you could set up ACLs where both of you and the transmission-user have "full access".
zosky
Posts: 9
Joined: Thu Apr 08, 2010 9:15 pm

Re: [ubuntu] apt-get upgrade daemon = fail

Post by zosky »

thanks for the quick response, ill figure out how to do that.
Post Reply