Page 32 of 64 FirstFirst ... 22303132333442 ... LastLast
Results 466 to 480 of 958

Thread: [HowTo] Install and configure Oleg's firmware

  1. #466
    Works fine, thank you. Again.

    One question: What's the password for Samba? When i try to open http://192.168.1.1:901/ i get
    401 Bad Authorization
    username or password incorrect
    although i used the password set for the router interface.

    LE: Everything works, if only the user wasn't a n00b.
    Last edited by lapcat; 01-01-2009 at 18:43.

  2. #467

    Question Can get transmission to work --> Permission denied

    Dear Wengi,
    Many thanks for your great HowTo! I've managed to format the HDD.

    Unfortunately, I can get Transmission working on my setup (WL-500W with Oleg 1.9.2.7-10 and an USB memory card or USB-HDD).

    I get the following error when starting S90transmission-daemon:
    Code:
    /opt/etc/init.d/S90transmission-daemon: /opt/etc/init.d/S90transmission-daemon: 36: /tmp/harddisk/transmission/config: Permission denied
    transmission-daemon is not started according to ps axf.

    When starting transmission with "$transmission-daemon", or
    Code:
    $transmission-daemon -g /tmp/harddisk/transmission/config
    the program starts, but I get the following error when I try to enter 192.168.1.1:9091
    Code:
    401: Unauthorized
    Unauthorized IP Address.
    Either disable the IP address whitelist or add your address to it.
    If you're editing settings.json, see the 'rpc-whitelist' and 'rpc-whitelist-enabled' entries.
    If you're still using ACLs, use a whitelist instead. See the transmission-daemon manpage for details.
    I've tried changing the rpc-whitelist, in the settings.json, but without success.

    I have followed your HowTo, but cannot figure out what Permission is denied?!?

    edit: "chmod a +rwx" the settings file and download directory also did not help
    Last edited by quazar; 06-01-2009 at 08:38.

  3. #468
    Check your instalation again, you probably missed something.

    Is there a limit to the number of torrents that Transmission can hadle?

  4. #469
    I have the same problem, it says like this:

    Code:
    /opt/etc/init.d/S90transmission-daemon: /opt/etc/init.d/S90transmission-daemon: 36: /tmp/harddisk/transmission/config: Permission denied
    [admin@asus root]$ ps axf
    BusyBox v1.1.3 (2008.04.25-08:17+0000) multi-call binary
    
    Usage: ps

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

    please check the permissions of /tmp/harddisk/transmission/config
    Should be something like
    Code:
    [admin@blechbuechse root]$ ls -la /tmp/harddisk/transmission
    total 16
    drwxrwx--- 4 admin root 4096 Dec 13 22:47 .
    drwxr-xr-x 5 admin root 4096 Dec 14 00:24 ..
    drwxrwx--- 5 admin root 4096 Dec 21 18:18 config
    drwxrwx--- 3 admin root 4096 Dec 14 13:21 download
    [admin@blechbuechse root]$
    Make sure you have read/write permission.

    If not, execute:
    Code:
    chmod -R 770 /tmp/harddisk/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. #471
    Hello, I still have the same problem, chmod didn't help.

    mine looks like this:
    Code:
    [admin@asus root]$ ls -la /tmp/harddisk/transmission
    drwxrwx---    1 admin    root            0 Jan  5 15:27 .
    drwxr-xr-x    1 admin    root            0 Jan  5 15:19 ..
    drwxrwx---    1 admin    root            0 Jan  5 15:27 config
    drwxrwx---    1 admin    root            0 Jan  5 15:27 download
    Last edited by skylin3d; 07-01-2009 at 15:05.

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

    please post result of
    Code:
    ls -la /tmp/harddisk/transmission/config
    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)

  8. #473
    It says:

    Code:
    [admin@asus root]$ ls -la /tmp/harddisk/transmission/config
    drwxrwx---    1 admin    root            0 Jan  5 15:27 .
    drwxrwx---    1 admin    root            0 Jan  5 15:27 ..
    drwxrwx---    1 admin    root            0 Jan  5 15:27 blocklists
    -rwxrwx---    1 admin    root          474 Jan  5 15:28 settings.json
    [admin@asus root]$

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

    strange... Same permissions here. Working fine.
    Please post content of
    Code:
    cat /opt/etc/init.d/S90transmission-daemon
    What happens if you start it manually?
    Code:
    /opt/bin/transmission-daemon -g /tmp/harddisk/transmission/config
    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)

  10. #475
    Hello, here are the results:

    Code:
    [admin@asus root]$ cat /opt/etc/init.d/S90transmission-daemon
    #!/bin/sh
    #
    # Startup script for transmission-daemon
    
    case $1 in
     start)
            # update blocklist
            echo "updating blocklist, ~4MB"
            cd /tmp/harddisk/transmission/config/blocklists
            wget -q http://www.bluetack.co.uk/config/level1.gz
            if test -f level1.gz; then
               rm level1
               gunzip level1.gz
               chmod go+r level1
            fi
            # start transmission
            echo "starting transmission"
            /opt/bin/transmission-daemon -g
    /tmp/harddisk/transmission/config
       ;;
    
     stop)
            if [ -n "`pidof transmission-daemon`" ]; then
                    kill -9 `pidof transmission-daemon`
            fi
       ;;
    
     restart)
            $0 stop
            $0 start
       ;;
    
     *)
            echo "usage: $0 (start|stop|restart)"
            exit 1
    esac
    [admin@asus root]$
    and:

    Code:
    [admin@asus root]$ /opt/bin/transmission-daemon -g /tmp/harddisk/transmission/config
    /opt/bin/transmission-daemon: illegal option -- g
    usage: transmission-daemon [-dfh] [-p file] [-s file]
    
    Transmission 0.82 (r) http://transmission.m0k.org/
    A free, lightweight BitTorrent client with a simple, intuitive interface
    
      -d --debug                Print data send and received, implies -f
      -f --foreground           Run in the foreground and log to stderr
      -h --help                 Display this message and exit
      -p --pidfile <path>       Save the process id in a file at <path>
      -s --socket <path>        Place the socket file at <path>
    
    To add torrents or set options, use the transmission-remote program.
    [admin@asus root]$

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

    first: Do an update of your system:
    Code:
    ipkg update
    ipkg upgrade
    You are using a REAL old version of transmission.
    New versions are 1.4x.

    If the above does not update transmission do the following:
    Code:
    ipkg remove transmission
    ipkg install transmission
    second:
    Make sure that this is ONE line in S90transmission-daemon
    Code:
    /opt/bin/transmission-daemon -g /tmp/harddisk/transmission/config
    I think you have this code in two lines.

    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)

  12. #477

    More downloading information?

    hi,

    I have used the older version of transmission before, the older interface has more information(files, download speed record...). Where can i find these information in the new version?

    thanks

    ps. sorry for my English.

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

    all these informations can be found in the webinterface (clutch).
    simply give it a try.

    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)

  14. #479

    Question Transmission: Start-up script error..

    Hello everyone! I try to setup transmission,at the end i copy syntax for start-up script and when i try to save and exit with :wq ,the vi editor reports me this: write error: No such file or directory. Can help me someone? Thank u.

  15. #480
    Join Date
    Feb 2007
    Location
    Moscow, Russia
    Posts
    3,805
    2swordfish77
    I guess you have to create file first with touch

Page 32 of 64 FirstFirst ... 22303132333442 ... LastLast

Similar Threads

  1. [Howto] Install DLNA media servers for Oleg firmware
    By ecaddict in forum WL-500gP Tutorials
    Replies: 18
    Last Post: 06-06-2017, 07:40
  2. Replies: 24
    Last Post: 05-05-2015, 07:42
  3. Replies: 28
    Last Post: 02-06-2013, 20:58
  4. Replies: 6
    Last Post: 21-09-2012, 17:06
  5. [Howto] Install kernel modules for Oleg firmware
    By ecaddict in forum WL-500gP Tutorials
    Replies: 0
    Last Post: 05-12-2011, 16:18

Tags for this Thread

Posting Permissions

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