Strange upload behaviour

Ask for help and report issues not specific to either the Mac OS X or GTK+ versions of Transmission
Post Reply
alsig
Posts: 1
Joined: Fri Jan 23, 2009 8:42 pm

Strange upload behaviour

Post by alsig »

Hi,

I have a laptop running Ubuntu 8.10. For torrents I use Transmission 1.35. Everything is perfect, I can upload. I also have a NAS running Linux. Here I also use transmission for downloading torrents but I can't upload. But this is a version 1.42. They're plugged into the same router, same subnet.

Why? :?:


Here's my transmission.conf for my NAS:

Code: Select all


#   Configuration
#   NOTE: no spaces around the = sign
#   the config will be sourced (eg. . transmission.conf)

SOURCE=/tmp/harddisk/torrent/source
WORK=/tmp/harddisk/torrent/work
TARGET=/tmp/harddisk/torrent/target
#MAILTO=torrent@somedomain.com
#MAILFROM=torrent@somedomain.com
#MAILOPT="-smail.somedomain.com -f"
USER=admin
GROUP=root
DATE_FORMAT="%d %h %H:%M"

# Transmission daemon variables
PIDFILE=/opt/var/run/transmission.pid
ACTIVE=/root/active-torrents.txt
HOME=/root/.transmission
WATCHDOG=300
LISTENING_PORT=51413
# set SPEED in kB/s or -1 for unlimited
UPLOAD_SPEED=-1
DOWNLOAD_SPEED=-1
#UPLOAD_SPEED=41
#DOWNLOAD_SPEED=180
SYSLOG=/opt/var/log/messages

#time between logs
LOG_TIME=59

# Seed torrent after completition (YES or NO)
AUTOSEED="YES"

# Creating graphical log of transfer with gnuplot
# can be very site specific issue. See transmission.cgi
# how this variables are used.
# Alternative tool for graphing could be 
# http://oss.oetiker.ch/rrdtool
GNUPLOT=/opt/bin/gnuplot
GNUPLOT_COMMAND=${WORK}/transfer.gnuplot
GNUPLOT_DATA=${WORK}/transfer.data
GNUPLOT_OUTPUT=/opt/share/www/transfer.png
HTTP_IMG_LOCATION=../transfer.png

#Colors for command line. # comment out if not needed
GREEN="\033[32;1m"
#NC="\033[0m"
#BACK_UP="\033[1K\033[0G"
NORMAL="\033[0m"
WARN="\033[33;1m"
BAD="\033[31;1m"
BOLD="\033[1m"
GOOD="\033[32;1m"
/alsig
Post Reply