Modificate il file di configurazione di transmission:
E assicuratevi che le seguenti variabili siano impostate come segue:
Codice: Seleziona tutto
PIDFILE=/opt/var/run/transmission.pid
ACTIVE=/root/active-torrents.txt
HOME=/root/.transmission
Ho un problema a questo punto: entro dentro il file di configurazione ma è tremendamente vuoto, dove ho sbagliato?
Sul web ho trovato una traccai di questo file di conf che ho provato a copiare dentro, ma se proseguo arrivando qua
Fate partire transmission e controllate che non vi dia errori digitando:
Codice:
transmission-daemon
non mi succede nulla.... dove è l'errore?
PS il file di conf l'ho riempito con questo...
# 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=
[email protected]
#MAILFROM=
[email protected]
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=50002
# set SPEED in kB/s or -1 for unlimited
UPLOAD_SPEED=15
DOWNLOAD_SPEED=600 #UPLOAD_SPEED=41
#DOWNLOAD_SPEED=180
# uncomment the following if encryption is preferred
# ENCRYPTION=-e
# uncomment the following if encryption is required
# ENCRYPTION="-ee"
# change SYSLOG from /tmp/syslog.log to
SYSLOG=/opt/var/log/messages
#Uncomment the following for UPNP NAT traversal
#NAT_TRAVERSAL=--nat-traversal
# Seed torrent after completition (YES or NO)
AUTOSEED="YES"
# Enable removing of DONE non-seeding torrents in ${TARGET} directory
# FORCE_REMOVE="YES"
# If the following limit is reached watchdog will not enqueue new one
MAX_ACTIVE_TORRENTS=10
# Creating graphical log of transfer with gnuplot
# can be very site specific issue. See transmission.cgi
# how this variables are used.
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
#TZ offset in seconds. Use +- sign. DST manually
TIMEZONE_OFFSET=+3600
#Colors for command line. # comment out if not needed
GREEN="33[32;1m"
#NC="33[0m"
#BACK_UP="33[1K33[0G"
NORMAL="33[0m"
WARN="33[33;1m"
BAD="33[31;1m"
BOLD="33[1m"
GOOD=33[32;1m