Ubuntu Installation :: Update Or Remove Transmission-daemon Package?

Aug 4, 2010

I have an error when I try to update or remove transmission-daemon package.

Here are some logs:

root@ubuntu:~# apt-get --reinstall install transmission-daemon
Reading package lists... Done
Building dependency tree
Reading state information... Done

[Code]...

View 2 Replies


ADVERTISEMENT

Ubuntu :: Remove Transmission Daemon From Startup

Apr 1, 2011

I've tried the following in rc.local but it gets me nowhere:

Code:
TRANSMISSION_TIMING() {
for((a=0;a<=5;a++)); do
sleep 1 &
wait
[[ $(top -n1 | grep transmission) == *transmission* ]] &&
[[ $(date +%H) -ge 5 ]] && [[ $(date +%H) -lt 23 ]] && /etc/init.d/transmission-daemon stop done
}

TRANSMISSION_TIMING &
Code:
TRANSMISSION_TIMING() {
[[ $(top -n1 | grep transmission) == *transmission* ]] &&
[[ $(date +%H) -ge 5 ]] && [[ $(date +%H) -lt 23 ]] && /etc/init.d/transmission-daemon stop
}
TRANSMISSION_TIMING &

Nothing I do can keep this thing from launching, and apparently kill it either.

View 1 Replies View Related

Ubuntu Installation :: Unable To Remove Package From The Update Manager?

Jun 7, 2010

Ubuntu 10.04, update manager: the package "libmyth-perl" shows up, but is greyed. I have purged all myth-tv (assuming this package belongs there) from my system, but I am unable to remove this package from the update manager.

View 2 Replies View Related

Ubuntu Servers :: Transmission Daemon - Cannot Connect To WAN

Jul 22, 2010

I have installed transmission on a headless server. I am using transmission-daemon and connects to the webclient on the LAN. However from WAN I can't connect. I have forwarded port 9091 in my router and it connects with the server, but I get 403: Forbidden.

Here is my settings.json file:
Code:
{
"alt-speed-down": 500,
"alt-speed-enabled": true,
"alt-speed-time-begin": 480,
"alt-speed-time-day": 127,
"alt-speed-time-enabled": true,
"alt-speed-time-end": 0,
"alt-speed-up": 10,
"bind-address-ipv4": "0.0.0.0",
"bind-address-ipv6": "::",
"blocklist-enabled": false,
"dht-enabled": true,
"download-dir": "/data/download",
"download-limit": 1000,
"download-limit-enabled": 0,
"encryption": 2,
"incomplete-dir": "/var/lib/transmission-daemon/info/Incomplete",
"incomplete-dir-enabled": false,
"lazy-bitfield-enabled": true,
"max-peers-global": 200,
"message-level": 2,
"open-file-limit": 32,
"peer-limit-global": 240,
"peer-limit-per-torrent": 60,
"peer-port": 20683,
"peer-port-random-high": 20500,
"peer-port-random-low": 20599,
"peer-port-random-on-start": true,
"peer-socket-tos": 0,
"pex-enabled": true,
"port-forwarding-enabled": false,
"preallocation": 1,
"proxy": "",
"proxy-auth-enabled": false,
"proxy-auth-password": "",
"proxy-auth-username": "",
"proxy-enabled": false,
"proxy-port": 80,
"proxy-type": 0,
"ratio-limit": 0.2500,
"ratio-limit-enabled": true,
"rename-partial-files": true,
"rpc-authentication-required": true,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-password": "password",
"rpc-port": 9091,
"rpc-username": "transmission",
"rpc-whitelist": "127.0.0.1,*.*.*.*",
"rpc-whitelist-enabled": true,
"speed-limit-down": 1500,
"speed-limit-down-enabled": true,
"speed-limit-up": 50,
"speed-limit-up-enabled": true,
"umask": 2,
"upload-slots-per-torrent": 4,
"watch-dir": "/data/download",
"watch-dir-enabled": true
}

View 4 Replies View Related

Fedora :: Run Transmission-daemon As A Different User?

May 5, 2011

i installed transmission on my fedora14 VPS for headless usage by "yum install transmission transmission-daemon", problem comes when i try to configure the init.d Scrip for transmission-daemon to run as a different user instead of the pre-specified user �transmission�,how should i modify the default transmission-daemon file bellow?

Code:
#!/bin/bash
#

[code]....

View 4 Replies View Related

Ubuntu :: Transmission-daemon Web Management Is Not Working Out Of The Box On 9091

May 11, 2010

how to setup transmission-daemon web interface on port 9091?

I did: sudo apt-get install transmission-daemon

On the same PC (as transmission-daemon) I tried http://127.0.0.1:9091/ but is not working. Why is not working out of the box ?

View 2 Replies View Related

Ubuntu :: Transmission Daemon - Web Interface Unavailable After Reboot

Jun 22, 2011

I've installed transmission-daemon on my headless Ubuntu 11.04 server and use the web interface to manage it. This is all working fine. However, after a reboot it seems that transmission daemon starts but the webinterface is unavailable. I get this in the syslog after a reboot:

Code:
Jun 22 10:54:27 localhost transmission-daemon[703]: Transmission 2.31 (12441) started (session.c:706)
Jun 22 10:54:27 localhost transmission-daemon[703]: RPC Server Adding address to whitelist: 192.168.*.* (rpc-server.c:805)
Jun 22 10:54:27 localhost transmission-daemon[703]: RPC Server Serving RPC and Web requests on port 127.0.0.1:9091/transmission/ (rpc-server.c:982)
Jun 22 10:54:27 localhost transmission-daemon[703]: RPC Server Whitelist enabled (rpc-server.c:986)
Jun 22 10:54:27 localhost transmission-daemon[703]: RPC Server Password required (rpc-server.c:989)
Jun 22 10:54:27 localhost transmission-daemon[703]: Port Forwarding Stopped (port-forwarding.c:181)
Jun 22 10:54:27 localhost transmission-daemon[703]: UDP Failed to set receive buffer: requested 4194304, got 262142 (tr-udp.c:75) .....

View 2 Replies View Related

Ubuntu Servers :: Batch Job To Start/stop Transmission-daemon?

Mar 11, 2010

I would like to be able to simply run a shortcut file or batch file in a windows os to start or stop my transmission-daemon.I was thinking about using putty to auto login and execute a file using the -m switch. A problem I am running into is that /etc/init.d/transmission-daemon stoprequires the use of sudo.That would require entering a password which would be automated and insecure or would require manually typing int he password.

View 1 Replies View Related

General :: Set A Password For Transmission-daemon, The BitTorrent Client Server?

Feb 26, 2010

The config file is ambiguous, and keeps getting overwritten when you restart the daemon in Debian, anyway.

In /etc/transmission-daemon/settings.json, there are these options:

rpc-username
rpc-password
proxy-auth-username
proxy-auth-password

Every time I restart the daemon with:

/etc/init.d/transmission-daemon restart

It overwrites rpc-password, and the password it prints doesn't work anyway.

Does anyone know how to set the password properly? I don't want to disable it.

View 1 Replies View Related

Security :: Shorewall Rejecting Allowed Traffic For Transmission-daemon

May 22, 2011

I have the Shorewall firewall running on Ubuntu 10.10 server and the issue I am having is the firewall is blocking traffic from my transmission-daemon even though I have allowed it in the /etc/shorewall/rules.

the rules file has the following lines

Code:
ACCEPT$FWnettcp60000:60035
ACCEPTnet$FWtcp60000:60035
ACCEPT$FWnetudp51413
ACCEPTnet$FWudp51413

[Code]...

as you can see, Shorewall is rejecting packets with source and destination port 51413 on incoming net2fw and outgoing fw2net even though the rules are set to accept.

View 7 Replies View Related

Applications :: Update From Firefox 3.0 To Firefox 3.5 Through Yum / Remove Previous Installation And Use Solely One Package?

Nov 16, 2009

Recently I have installed Fedora 10. It comes with firefox 3.xx by default. Now I was wondering if there is any way through which i can update it to 3.5 version though yum. I have tried yum update firefox but it did not work and returns following messages Loaded plugins: refresh-packagekit Setting up Update Process No Packages marked for Update I know that one way to update is download the latest Tar package and use it, but I want to totally remove my previous installation and use solely one package i.e. firefox 3.5.

View 6 Replies View Related

Fedora :: Permanently Remove Package From Update Check List?

Sep 13, 2009

I m using pidgin2.5.5-1 that is old version of pidgin because of some proxy issue, I dont want to update it anymore but it keeps on showing its update in package updater its very annoying...How could i get rid of it ?I want package updater show all updates except this...that is permanently remove it from update check list.

View 2 Replies View Related

Fedora Installation :: FC12: Yum Update Then Boot Hangs / Preload Daemon?

Feb 17, 2010

Have had a clean perfectly working copy of 2.6.31.6-166 for months and after two updates to 2.6.31.12-174.2.3 and 2.6.31.12-174.2.19, neither of the newer kernel versions will allow machine to boot properly. Start-up hangs at the preload daemon with a flickering screen. To use machine, must use grub chooser and choose the original base kernel.

Running on Tyan h2000m board, opteron 2356, Nvidia 9800 GTX+ and 12GB of dram with SELinux security enabled.

View 2 Replies View Related

Ubuntu :: Newest Transmission Package Broken?

Jul 21, 2010

The most recent upgrade for transmission has broken the package.I think it is a dependancy error between transmission-cli and transmission-gtk requiring a different version of transmission-common than what's available.I have Kubuntu 8.04. Here's my output:

$ apt-get install transmission
Reading package lists... Done
Building dependency tree

[code]....

View 2 Replies View Related

Ubuntu Installation :: Failed Update Manager And Synaptics Package Post 10.10 Update?

Mar 14, 2011

having had problems with getting grub2 to work on dual HDD setup...despite the most excellent advice on the forum i took the plunge and installed 10.10 from update manager within 10.04..... bingo fixed grub and now have dual boot again. but the update manager and synaptic package don't work because of libedata-cal1.2-6 file that remains..following other advice on the forum Advice gratefully received, how can i force an unistall of this package

mark@studypc:~$ sudo apt-get -f remove
Reading package lists... Done
Building dependency tree
Reading state information... Done

[Code]...

View 9 Replies View Related

Ubuntu Installation :: Aptitude Wants To Remove A Package?

Jan 19, 2010

i installed a package with dpkg --install and told it to ignore an unmet dependency because the package it depended on could not be installed with apt-get (it was a perl module) and i have manually installed the perl module, it works... however every time i do "apt-get upgrade" or anything like that it wants to remove the package i forced to install because it still thinks there are unmet dependencies, is there a way to either tell it to ignore that the package has unmet dependencies (i mean ignore that always, not something i will have to add every time i use aptitude) or is there a way to convince it that the package it thinks is missing (the unmet dependency) is actually met.

View 3 Replies View Related

Ubuntu Installation :: Remove Package Using Live CD?

Aug 1, 2010

I installed ubuntu 10.4 on a lenovo T500 yesterday.

Today I am almost sure to have a problem with the fglrx package.

Today I installed the graphics card accelleration driver - I think it is the fglrx, but I am not shure, because I used the gnome fancy gimmick offering this driver. Now the computer starts neither in normal mode nor in recovery mode. In the latter it displays very fast about two screens of the usual lines and changes then something with the display. Trying to use boot=/bin/bash as an additional boot parameter didn't work either. I even tried typing blind a login and something like "apt-get remove fglrx <return><return>".

Booting from CD works.

Here my questions: When I have booted from CD, can I see the synaptic history to verify that it actually is the package named above? When I have booted from CD, can I remove packages from the installed version?

View 2 Replies View Related

Ubuntu Installation :: How To Remove Virtual Package

Jun 15, 2011

i wanted to install zsnes emulator on natty 64, but it turns out there is no such package. so i tried zsnes_1.510-2.2ubuntu3_i386 using "force architecture" command but it failed due to dependencies problem. later i found amd64 version of zsnes deb package. now when i try to install it it says "it's not co-installable with zsnes:i386 1.510-2.2ubuntu3 (Multi-Arch: no) which is currently installed". i cannot find zsnes:i386 package in synaptic, removing or purging the package doesn't work (Virtual packages like 'zsnes' can't be removed), cleaning cache with apt-get clean doesn't change anything.

View 1 Replies View Related

Ubuntu Installation :: How To Remove A Package From Autoclean Listing

Mar 1, 2010

I would like to tell apt, "hey, take packageA out of that list, cause I really need it, and I do not want to reinstall it out of fear it may mess up the configuration of that very same package".Anyone know what program and option I would use to accomplish such a task?(couldn't find anything interesting under the `apt-get` command.)

View 3 Replies View Related

OpenSUSE :: Management - Update - Install Or Remove A Package - Subprocess Failed. Error: RPM Failed: Rpmdb: PANIC: Invalid Argument

Apr 9, 2010

Today i upgraded my system and started getting error when i update, install or remove a package. The error isn't restricted only to one repository so i thing something is wrong with my system.

[Code]....

View 4 Replies View Related

Debian Installation :: How To Remove Half-installed Package

Jun 30, 2010

Recently tried to install a new Wine package, but the install failed, so I removed it and reinstalled the old one. That installation also failed, and now the package is in a half-installed state and can neither be installed nor removed. I'd be most grateful for some help - I miss my Wine!

# apt-get install 0.9.47~winehq0~debian~4.0-1
Reading package lists... Done
Building dependency tree... Done
E: The package wine needs to be reinstalled, but I can't find an archive for it.
# apt-get remove 0.9.47~winehq0~debian~4.0-1
Reading package lists... Done
Building dependency tree... Done
E: The package wine needs to be reinstalled, but I can't find an archive for it.

What does it mean by "an archive", and where can I find one?

View 3 Replies View Related

Fedora Installation :: Add / Remove Software / No Package Cache Is Available

Jan 28, 2009

I now want to review and possibly remove some software with the Add/ Remove Software Tool. When I try to locate installed packages I get an error that reports 'No Package Cache Is Available'. It also says 'the package list needs to be rebuilt', 'this should have been done by the backend automatically'. When I click on 'More Details' it says 'Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify it's path and try again'.Can anyone please explain what's going on, and what I need to do to get the package list rebuilt?

View 14 Replies View Related

General :: Update Cannot Find Transmission-common

Apr 5, 2010

I can no longer update Fedora because it fails and hangs on trying to update package "transmission-gtk" due to a dependency "transmission-common" whose source cannot be found. How do I fix this and how can linux update break itself so badly that it adds dependencies to itself without checking for their sources first?

View 5 Replies View Related

Ubuntu :: Transmission Web Interface Only Available When Transmission Client Is Running

Dec 5, 2010

I can only access the Transmission web interface while the Transmission-gtk client is running. When I close it, the web interface is no longer available. I try to manually start the transmission-daemon, but the process never shows up as running.

View 2 Replies View Related

Ubuntu Installation :: Cannot Update - Error 'installation Or Removal Of A Software Package Failed'

Dec 2, 2010

I i cannot install updates (181). I'm using 10.10, Heres is the error i get: The installation or removal of a software package failed.

[code]...

View 2 Replies View Related

Ubuntu Installation :: Allows To Install/remove Software And To Perform Other Package Management Related Tasks?

Jul 14, 2011

I added a code into terminal and restarted, then I tried to install Java and this came up.'There seems to be a programming error in aptdaemon. This is the software that allows you to install/remove software and to perform other package management related tasks.'

PHP Code:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/aptdaemon/worker.py", line 961, in simulate

[code]....

View 1 Replies View Related

Ubuntu Installation :: Cannot Update The Certain Package

Apr 19, 2010

when i update my computer, i receive this error message can anyone tell me why and how to fix it ? Failed to fetch [URL] 504 Gateway Time-out Some index files failed to download, they have been ignored, or old ones used instead.

View 3 Replies View Related

Ubuntu Installation :: Remove Warnings After Apt-get Update?

Jan 7, 2011

After running apt-get update, I get the following warnings. How do I get rid of them?

Fetched 374kB in 1min 14s (4,996B/s)
Reading package lists... Done
W: GPG error: http://ppa.launchpad.net maverick Release: The following signatures were invalid: BADSIG 6E871C4A881574DE Launchpad PPA for Bisigi
W: GPG error: http://ppa.launchpad.net maverick Release: Unknown error executing gpgv

[Code].....

View 6 Replies View Related

Ubuntu Installation :: Broken Package When Update 10.10?

Nov 24, 2010

When I run sudp apt-get -u upgrade (or use upgrade manager). I get the following error.The package libhttpcore-java:i386 is not ok and I don't know how to fix it!On another note I am running x64 so the i386 is throwing me off.

View 7 Replies View Related

Ubuntu Installation :: How To Prevent Package Update

Feb 26, 2011

I've recently downgraded kaffeine to 0.8.8 to get back the EPG which was working under hardy. Is there a simple way to prevent a package from updating when I update the rest of the system? I realise that this is not normally a good idea to keep packages back like this, but the upgrade to kaffeine caused the loss of a useful tool.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved