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
ADVERTISEMENT
Aug 8, 2011
I am using ubuntu 11.04. I want to know that how can I set proxy settings for Transmission bittorrent client?I fill the settings in network proxy but it won't work for bittorrent.
View 4 Replies
View Related
Jan 3, 2010
Transmission bittorrent client on my computer doesn't seem to download any files...It just struks on 'downloading file'...When i checked out the preferences it says 'port closed', i'm using port no 18768....Torrents download fine with opera with the same port no...
View 3 Replies
View Related
Mar 26, 2010
Iam always downloading files using transmission bittorrent, the problem is my sister always keep pausing my all my downloads because it somehow slows her internet speed in her rooms computer, any way I can have a password prompted every time she pauses all my downloads in transmission?
View 3 Replies
View Related
Nov 23, 2010
I have just set up the transmission bittorrent client on my server (using the web interface), and am trying to get the port forwarding right. After noticing low download speeds (and rare uploading), I decided to check if a port needed to be forwarded.
I found many conflicting sites, mentioning both the ranges 6881-6999 and the port 51413 (as well as TCP and UDP versus just TCP). My current configuration is to forward TCP and UDP port 51413 to my server.
View 2 Replies
View Related
May 14, 2011
p { margin-bottom: 0.08in; }a:link { } Is it possible to use Transmission BitTorrent like limewire?
If so how? I am not familiar with terms like associated 'torrent file and 'tracker' websites'' The help files at the Transmission website assume a high level of preexisting knowledge. Is there a way to learn this program starting from scratch?
View 8 Replies
View Related
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
Jan 4, 2011
Is there command line BitTorrent Client in Linux? A PHP / Python script would be nice too.
View 7 Replies
View Related
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
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
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
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
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
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
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
View Related
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
Mar 18, 2011
If i were to build an sftp client which launched with logon details, and could then controlled by sending commands to that daemon; would that be ideal way to create an sftp client with disposable credentials?
View 1 Replies
View Related
May 20, 2010
I set up rsyslog for the first time on my sole Linux server (Debian Lenny), and I am using one PC to test it over the next few days. I currently have the Windows syslog daemon disabled so only the client is active.Before I recommend using it to collect logs from our production servers, has anyone heard of or had any problems with Syslog for Windows (URL...) running on XP/2003/etc? From what I've read is that since it sends the data over the network using UDP instead of TCP or an NFS mount, there should be no potential for problems.
View 2 Replies
View Related
May 31, 2010
I don't know what exactly I did to wreck the functionality but something did Deluge in. I've purged the configuration files and libraries and reinstalled them three times over and every time in terminal that I start it using deluge-gtk I get the following output:
Code:
ryan@ryan-PC-Ubuntu:~$ deluge-gtk
Traceback (most recent call last):
File "/usr/bin/deluge-gtk", line 9, in <module>
load_entry_point('deluge==1.2.2', 'console_scripts', 'deluge-gtk')()
[code]....
View 8 Replies
View Related
Dec 15, 2010
I want BitTorrent client, similar to uTorrent.
1. I do not want crapware like Deluge or Vuze, who creates unwanted/unselected files and after downloading I must delete all of them.
2. I do not want to use WINE.
View 2 Replies
View Related
Aug 10, 2010
im looking 4 a bittorrent client 4 me downloads and i cant find a descent 1 sum 1
View 4 Replies
View Related
Feb 26, 2010
I'm looking for a good bittorrent client that can be run via a remote ui or doesn't require x-server and a gui to function.
View 2 Replies
View Related
Jun 30, 2010
I don't know what's wrong with my Ubuntu but everytime I open Transmission BitTorrent Client, the internet connection become unstable from time to time. Internet access run smooth without it but I need it to download file from torrent...
I used Dual-boot with XP and Ubuntu and I got no problem with 9.10 Karmic Koala but just got this problem after upgrading to 10.04 Lucid Lynx.
View 2 Replies
View Related
May 29, 2011
I tried Ubuntu, Kubuntu and now Xubuntu, all 11.04. I've also tried Deluge, Transmission and Ktorrent. With 10.10 everything worked fine (all variants). Also, in Windows 7 it's working fine. But now it drives me crazy. As soon as I start a torrent, the download starts but after 30 seconds or so the download drops to a zero. Also, I'm not able to browse anymore. The networkmanager tells me I still have a connection.
Some say it has something to do with the number of peers the client connects to, or it's my router. My router isn't the problem, as it's working fine with 10.10 and windows. So maybe it's the number of peers right? Question. Why can I connect with over 200 peers at the same time while I'm using 10.10 or windows, but can't do it with 11.04? Better put, what should I do to get this working fine again? Going back to 10.10?
View 3 Replies
View Related
Apr 9, 2010
I have an internal network behind a server <10.0.0.1> connected to the internet that NATs my ip <10.17.11.88> only. NAT is not allowed to any other ip addresses. When I use Transmission Bittorrent client to download torrents, The thing is that this 10.20.0.244 is not my machine and doesn't have access to the internet at all. What is happening here? Can anyone help me?
View 8 Replies
View Related
Jan 15, 2010
One of the updates (Karmic) this morning listed the following:
Update
transmission-common
lightweight BitTorrent client (common files)
Description
Transmission is a simple BitTorrent client. It features a very simple, intuitive interface (gui and command-line) on top on an efficient, cross-platform back-end. This package contains the common files for the different transmission versions.
Changes
Changes for the versions:
1.75-0ubuntu2
1.75-0ubuntu2.2
Version 1.75-0ubuntu2.2:
* SECURITY UPDATE: fix arbitrary file overwrite via crafted torrent file
- debian/patches/CVE-2010-0012.patch: adjust metainfo.c to check for '../'
- CVE-2010-0012
So, I employed the update. Problem is, I do not see this as an installed application. TRANSMISSION is not listed in any submenu under the Applications menu OR Add/Remove.
View 9 Replies
View Related
Jan 9, 2011
I am currently using Debian Lenny and am having problems with my pptp vpn client. I can use the following software for as long as I like without my pptp vpn connection dropping out:
(1) iceweasel
(2) icedove
(3) gtk-gnutella
If a use a bittorrent client, however, my pptp vpn connection drops out within a few minutes. I have tried these bittorrent clients: transmission, deluge, tixati. Enabling or disabling the firewall makes no difference.I have searched pptpclient.sourceforge.net and Debian User Forums but have not been able to find any suggestions on settings to change in a bittorrent client.
View 1 Replies
View Related
Dec 26, 2010
I have FC14 running NIS master and the Solaris 10 (192.168.0.10) client is able to use authenticate. However, when I try to change the passwd (via yppasswd) on the Solaris host it reports "Permission denied".
On the FC14 host, the syslogs show that the passwd is invalid:
Code:
Dec 26 22:09:49 linux rpc.yppasswdd[2031]: update test (uid=502) from host 192.168.0.10 rejected
Dec 26 22:09:49 linux rpc.yppasswdd[2031]: Invalid password.
The Solaris host has been reconfigured to generate md5 passwds and the linux host the same (via authconfig). Indeed when I set a local user's passwd on the Solaris host, the passwd (the shadow entry) looks like a MD5 passwd (starts: $1). I don't know if this is related to my NIS problem, but when I generate the SAME passwd on linux, the shadow entry is different.
View 2 Replies
View Related
Jan 9, 2010
I have Ubuntu installed, using transmission client to download a torrent.The torrent is coming down at ~300kbps, but my internet connection speedtests @ 50mbps...how do I configure connection to utilize connection?
View 4 Replies
View Related
Apr 15, 2010
I am getting a problem that whenever I loged in with my ldap user on a ldap client and try to change the password of ldap user it doesn't allow me to do so...
azizf@pc:~$ passwd
passwd: User not known to the underlying authentication module
passwd: password unchanged
azizf@pc:~$
[Code]..
View 14 Replies
View Related