Transmission package issues

157 views
Skip to first unread message

Chris Bird

unread,
Feb 9, 2015, 5:50:29 AM2/9/15
to al...@googlegroups.com
Picking up on this thread:

I'm having trouble getting Transmission to behave. Getting this error on the webpage:
Error: Unable to save resume file: No such file or directory

I followed these steps:
ipkg remove transmission
rm -/var/lib/transmission/settings.json
ipkg install transmission
cat /var/lib/transmission/settings.json
loadsave_settings -sf

Output from the ipkg install was:
Installing transmission (2.84) to /Alt-F...
Configuring transmission
/etc/init.d/S81transmission: line 86: check_user: not found
transmission-daemon stopped
Successfully terminated.

and output from cat command:
{
    "alt-speed-down": 50,
    "alt-speed-enabled": false,
    "alt-speed-time-begin": 540,
    "alt-speed-time-day": 127,
    "alt-speed-time-enabled": false,
    "alt-speed-time-end": 1020,
    "alt-speed-up": 50,
    "bind-address-ipv4": "0.0.0.0",
    "bind-address-ipv6": "::",
    "blocklist-enabled": false,
    "blocklist-url": "http://www.example.com/blocklist",
    "cache-size-mb": 4,
    "dht-enabled": true,
    "download-dir": "",
    "download-queue-enabled": true,
    "download-queue-size": 5,
    "encryption": 1,
    "idle-seeding-limit": 30,
    "idle-seeding-limit-enabled": false,
    "incomplete-dir": "",
    "incomplete-dir-enabled": true,
    "lpd-enabled": false,
    "message-level": 1,
    "peer-id-ttl-hours": 6,
    "peer-limit-global": 200,
    "peer-limit-per-torrent": 50,
    "peer-port": 51413,
    "peer-port-random-high": 65535,
    "peer-port-random-low": 49152,
    "peer-port-random-on-start": true,
    "peer-socket-tos": "default",
    "pex-enabled": true,
    "port-forwarding-enabled": true,
    "preallocation": 1,
    "prefetch-enabled": true,
    "queue-stalled-enabled": true,
    "queue-stalled-minutes": 30,
    "ratio-limit": 2,
    "ratio-limit-enabled": false,
    "rename-partial-files": true,
    "rpc-authentication-required": false,
    "rpc-bind-address": "0.0.0.0",
    "rpc-enabled": true,
    "rpc-password": "",
    "rpc-port": 9091,
    "rpc-url": "/transmission/",
    "rpc-username": "",
    "rpc-whitelist": "127.0.0.1",
    "rpc-whitelist-enabled": true,
    "scrape-paused-torrents-enabled": true,
    "script-torrent-done-enabled": false,
    "script-torrent-done-filename": "",
    "seed-queue-enabled": false,
    "seed-queue-size": 10,
    "speed-limit-down": 100,
    "speed-limit-down-enabled": false,
    "speed-limit-up": 100,
    "speed-limit-up-enabled": false,
    "start-added-torrents": true,
    "trash-original-torrent-files": false,
    "umask": 2,
    "upload-slots-per-torrent": 14,
    "utp-enabled": true,
    "watch-dir": "/Public",
    "watch-dir-enabled": true
}

output of ls -/usr/lib/libssl.so* is:
lrwxrwxrwx    1 root     root            15 Mar 18  2013 /usr/lib/libssl.so -> libssl.so.1.0.0
-rwxr-xr-x    1 root     root        326832 Mar 23  2013 /usr/lib/libssl.so.1.0.0

and output of ldd /usr/bin/transmission-daemon is:
        librt.so.0 => /lib/librt.so.0 (0x4000d000)
        libevent-2.0.so.5 => /usr/lib/libevent-2.0.so.5 (0x40016000)
        libcurl.so.4 => /usr/lib/libcurl.so.4 (0x40050000)
        libssl.so.1.0.0 => /usr/lib/libssl.so.1.0.0 (0x4009e000)
        libcrypto.so.1.0.0 => /usr/lib/libcrypto.so.1.0.0 (0x400f6000)
        libz.so.1 => /usr/lib/libz.so.1 (0x4023f000)
        libm.so.0 => /lib/libm.so.0 (0x40259000)
        libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x40272000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x40285000)
        libc.so.0 => /lib/libc.so.0 (0x4029e000)
        libdl.so.0 => /lib/libdl.so.0 (0x402ff000)
        ld-uClibc.so.0 => /lib/ld-uClibc.so.0 (0x40000000)


Not sure what steps to take now?

I'm running RC3.

Any help greatly appreciated.

João Cardoso

unread,
Feb 9, 2015, 10:45:30 AM2/9/15
to al...@googlegroups.com
You have to run at least RC4. RC4.1 has just been released. 
Packages are supported only for the last release



Any help greatly appreciated.

Chris Bird

unread,
Feb 10, 2015, 6:20:35 AM2/10/15
to al...@googlegroups.com
Seems obvious when you say it :)
Thanks very much for your help - problem sorted.
Reply all
Reply to author
Forward
0 new messages