Results 1 to 14 of 14

Thread: transmission 134-1

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1

    transmission 134-1

    Moinsen, nachdem ich meine Router nun schon seit ein paar Monaten nicht mehr benutze habe ich gestern mal wieder eingeloggt und anscheinend im warn ipkg-update bzw upgrade durchgeführt und anschließend konnte ich meinen transmission_watchdog nicht mehr starten! Hat sich was was grundlegendes geändert oder warum läuft transmission nicht mehr bei mir?

    Danke!

  2. #2
    Von einem ipkg upgrade wird im HowTO schon abgeraten und ich würde das auch nie wieder tun!
    Das hat mir mein System so dermassen zerschossen, das es mich wundert, das es noch läuft...
    Aufeinmal waren symlinks die programme selbst und er wollte nicht mehr Updaten, etc...

  3. #3
    update&upgrade hat bei mir bis jetzt eigentlich immer ganz gut funktioniert... ist jedoch schon ein wenig her das ich der kiste zum letzten mal Beachtung geschenkt habe weil ich über den Speed mit der aktuellen 500gp firmware so unzufrieden war.... ich hatte halt gehofft das sich mit neuen Paketen speedtechnisch was verbessert!

    ich hab jetzt mal removed und transmission neu anhand des howto`s von wengi installiert... der kleineknecht bootet grad neu und wird hoffentlich in ein paar minuten nachdem partitions check wieder wie gewohnt zur verfügung stehen...
    Last edited by edelknecht; 18-09-2008 at 10:10.

  4. #4
    leider tut sich nach eingabe von
    transmission_watchdog
    rein gar nichts!

    meine prozesse sehen wie folgt aus:

    Code:
    [admin@kleinerknecht root]$ ps axf
      PID TTY      STAT   TIME COMMAND
        1 ?        S      0:01 /sbin/init
        2 ?        S      0:00 [keventd]
        3 ?        SN     0:08 [ksoftirqd_CPU0]
        4 ?        S      0:06 [kswapd]
        5 ?        S      0:00 [bdflush]
        6 ?        S      0:00 [kupdated]
        7 ?        S      0:00 [mtdblockd]
       66 ?        S      0:00 telnetd
       71 ?        S      0:00 httpd
       76 ?        S      0:00 klogd
       77 ?        S      0:00 [khubd]
       86 ?        S      0:00 udhcpc -i br0 -p /var/run/udhcpc_lan.pid -s /tmp/land
       90 ?        Ss     0:00 lpd
       92 ?        Ss     0:00 p9100d -f /dev/usb/lp0 0
       94 ?        Ss     0:00 rcamdmain
       98 ?        S      0:27 [usb-storage-0]
       99 ?        S      0:00 [scsi_eh_0]
      101 ?        Ss     0:00 infosvr br0
      102 ?        Ss     0:00 watchdog
      104 ?        Ss     0:00  \_ ntp
      111 ?        S      0:00 dropbear -s
      223 ?        Ss     0:01  \_ dropbear -s
      224 pts/0    Ss     0:00      \_ -sh
      249 pts/0    R+     0:00          \_ ps axf
      146 ?        S      0:00 [kjournald]
      147 ?        S      0:00 [kjournald]
      148 ?        S      0:00 [kjournald]
      175 ?        S      0:00 /sbin/syslogd -m 0 -O /opt/var/log/syslog.log -S -l 7
      180 ?        Ss     0:00 /opt/sbin/cron
      187 ?        Ss     0:00 /opt/sbin/xinetd
      198 ?        S      0:00 /usr/sbin/busybox_httpd -c /opt/etc/httpd.conf -p 800
      204 ?        Ss     0:00 /opt/sbin/smbd -D
      206 ?        Ss     0:00 /opt/sbin/nmbd -D
      208 ?        S      0:00 /usr/local/TwonkyVision/twonkymedia
      209 ?        S      0:00  \_ /usr/local/TwonkyVision/twonkymediaserver
      210 ?        S      0:00      \_ /usr/local/TwonkyVision/twonkymediaserver
      211 ?        S      0:00          \_ /usr/local/TwonkyVision/twonkymediaserver
      212 ?        S      0:00          \_ /usr/local/TwonkyVision/twonkymediaserver
      213 ?        S      0:00          \_ /usr/local/TwonkyVision/twonkymediaserver
      214 ?        S      0:00          \_ /usr/local/TwonkyVision/twonkymediaserver
      215 ?        S      0:00          \_ /usr/local/TwonkyVision/twonkymediaserver
      217 ?        S      0:00          \_ /usr/local/TwonkyVision/twonkymediaserver
    [admin@kleinerknecht root]$
    .config sieht wie folgt aus:
    Code:
    #   Configuration
    #   NOTE: no spaces around the = sign
    #   the config will be sourced (eg. . transmission.conf)
    
    SOURCE=/tmp/mnt/disc0_3/torrent/source
    WORK=/tmp/mnt/disc0_3/torrent/work
    TARGET=/tmp/mnt/disc0_3/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=/tmp/mnt/disc0_3/torrent/active-torrents.txt
    HOME=/tmp/mnt/disc0_3/torrent
    WATCHDOG=300
    LISTENING_PORT=65534
    # set SPEED in kB/s or -1 for unlimited
    UPLOAD_SPEED=-1
    DOWNLOAD_SPEED=-1
    #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/syslog.log
    
    #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=20
    
    # 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="\033[32;1m"
    #NC="\033[0m"
    #BACK_UP="\033[1K\033[0G"
    NORMAL="\033[0m"
    WARN="\033[33;1m"
    - /opt/etc/transmission.conf 2/65 3%
    SOURCE=/tmp/mnt/disc0_3/torrent/source
    WORK=/tmp/mnt/disc0_3/torrent/work
    TARGET=/tmp/mnt/disc0_3/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=/tmp/mnt/disc0_3/torrent/active-torrents.txt
    HOME=/tmp/mnt/disc0_3/torrent
    WATCHDOG=300
    LISTENING_PORT=65534
    # set SPEED in kB/s or -1 for unlimited
    UPLOAD_SPEED=-1
    DOWNLOAD_SPEED=-1
    #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/syslog.log
    
    #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=20
    
    # 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="\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"
    wäre für jeden tipp dankbar!
    cheers

  5. #5
    Join Date
    Feb 2005
    Location
    Germany - Frankfurt
    Posts
    1,548
    Hi,

    ipkg update / upgrade funktioniert bei mir wunderbar.

    Der Grund, warum bei Dir der transmission nicht läuft ist recht einfach:

    Transmission wurde zweigeteilt.
    Ein ipkg install transmissiond installiert Dein "gewohntes" transmission.

    wengi
    Übersicht aller HowTos --- HowTo Overview (mostly german)
    WL-HDD mit diesem Setup. --- WL-HDD with this setup.
    Kein Support per PM - Frage im jeweiligen Thread! --- No support via pm - ask in the according thread!
    Eine wirklich gute Idee erkennt man daran, dass ihre Verwirklichung von vorne herein ausgeschlossen erscheint. (Albert Einstein)

  6. #6
    Hi wengi,
    vielen dank für die Info! Hab nun auch noch transmissiond dazu installiert Jedoch passiert nach Eingabe von transmission_watchdog immer noch nix. Muss der neue daemon noch irgendwie zusätzlich konfiguriert werden? Kann ich mein gewohntes transmission nicht mehr wie in deinem how-to beschrieben über transmission_watchdog starten?

    Muss ich eventuell alte Pakete entfernen? Drauf ist momentan:

    Package transmission (1.34-1) installed in /opt/ is up to date.

    Package transmissiond (1.33-1) installed in /opt/ is up to date.

    Package gnuplot (4.2.3-1) installed in /opt/ is up to date.

    Package logrotate (3.7.5-2) installed in /opt/ is up to date.

    Schönen Tag!
    Last edited by edelknecht; 18-09-2008 at 13:11.

Similar Threads

  1. WL-500gp and Transmission
    By happymeal in forum WL-500gP Q&A
    Replies: 55
    Last Post: 27-08-2008, 18:46

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •