Results 1 to 12 of 12

Thread: vi /opt/etc/transmission.conf empty

  1. #1

    vi /opt/etc/transmission.conf empty

    I have installed transmission without error, but the
    vi /opt/etc/transmission.conf gives me a blank screen . transmission.conf is empty/ doesn't exist. Help!!!
    Last edited by lyxes; 24-08-2008 at 13:08.

  2. #2
    Join Date
    Nov 2007
    Location
    Belgrade, Serbia
    Posts
    20
    That file was used in prevous versions of transmission. There is completely "new" transmission 1.32 http://wl500g.info/showthread.php?t=15562

  3. #3
    should I ignore this part and go on ?
    This is the second time I install it ( first time was a around 10 days ago) and than was no problem.
    Thanks for your answers .
    Last edited by lyxes; 11-08-2008 at 22:04.

  4. #4
    Join Date
    Nov 2007
    Location
    Belgrade, Serbia
    Posts
    20
    you must start transmission by typing transmission-daemon in putty.
    then go to http://192.168.1.1:9091/transmission/web/
    and in the lower left cornes you have preferences where you can set download folder.

  5. #5
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    yes leave it alone till now, or start reading the forum thread ocelivise pointed out.

    do this for starting the torrent:
    transmission-daemon -p 8008 -w /tmp/harddisk/torrent -a 192.168.
    and when you now go to http://yourasusip:8008 you see the renewed transmission... you need like firefox or opera to use it, it doesnt support internet explorer yet.
    you can remove all the old folders in /tmp/harddisk/torrent
    you don't need them anymore.

    to keep it pernamently running:
    vi /usr/local/sbin/post-mount
    then insert this line at the bottom of the file:
    transmission-daemon -p 8008 -w /tmp/harddisk/torrent -a 192.168.
    exit and save the file
    then do a
    flashfs save && flashfs commit && flashfs enable && reboot
    should be working now

  6. #6
    THANKS !!

    It's working ...

  7. #7
    Quote Originally Posted by wpte View Post
    to keep it pernamently running:
    vi /usr/local/sbin/post-mount
    then insert this line at the bottom of the file:
    transmission-daemon -p 8008 -w /tmp/harddisk/torrent -a 192.168.

    exit and save the file
    then do a
    flashfs save && flashfs commit && flashfs enable && reboot
    should be working now
    It does not start at boot, any help?

  8. #8
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Quote Originally Posted by Kenny View Post
    It does not start at boot, any help?
    ah, my bad

    lets do it different then
    vi /opt/etc/init.d/S99trans
    enter the following:
    #! /bin/sh
    transmission-daemon -p 8008 -w /tmp/harddisk/torrent -a 192.168.
    make it executable:
    chmod +x /opt/etc/init.d/S99trans
    and then ofc remove it from the post-mount file
    then save everything
    flashfs save && flashfs commit && flashfs enable && reboot
    any better?

  9. #9
    no luck again

  10. #10
    I just added "/opt/bin/" and it works as a charm.

    "/opt/bin/transmission-daemon -p 8008 -w /tmp/harddisk/torrent -a 192.168."

    /Flake

  11. #11
    Kenny, be careful you can access the transmission by http://192.168.1.1:8008/transmission/web/
    and not on
    http://192.168.1.1:9091/transmission/web/
    or you can make the changes..
    for me it is working very good. I even control the acces by a password etc..
    post a printscreen after boot...

  12. #12
    I jus did all above and have @ http://192.168.1.1:8008/transmission/web -

    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.
    Created settings.json http://wl500g.info/showthread.php?t=...=settings.json

    and it did not help...

    and if I do:
    {
    "blocklist-enabled": 0,
    "download-dir": "\/opt\/harddisk\/torrent",
    "download-limit": 400,
    "download-limit-enabled": 1,
    "encryption": 1,
    "max-peers-global": 100,
    "peer-port": 65534,
    "pex-enabled": 1,
    "port-forwarding-enabled": 0,
    "rpc-access-control-list": "+127.0.0.1",
    "rpc-authentication-required": 0,
    "rpc-password": "",
    "rpc-port": 8008,
    "rpc-username": "",
    "rpc-whitelist": "127.0.0.1",
    "upload-limit": 200,
    "upload-limit-enabled": 1
    }
    Last edited by sonice; 26-04-2009 at 02:56.

Similar Threads

  1. Replies: 81
    Last Post: 06-12-2014, 11:20
  2. Guest account for SMB (Ziova)
    By mumsoft in forum WL-700g Q&A
    Replies: 5
    Last Post: 23-01-2008, 22:08
  3. Firmware v1.9.2.7 CR7 now 7g [Oleg]
    By Oleg in forum WL-500g Firmware Releases
    Replies: 270
    Last Post: 23-10-2007, 21:00
  4. Upgrade harddisc with a larger one
    By fvds in forum WL-700g Q&A
    Replies: 8
    Last Post: 09-03-2007, 02:39

Posting Permissions

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