dsl

Members
  • Posts

    16
  • Joined

  • Last visited

Posts posted by dsl

  1. Packages updated to 1.0.134

    In Debian there are now also packages for armhf and armel.

    I still get this error message from "apt-get update":

    # apt-get update | grep btsync

    Ign http://debian.yeasoft.net/btsync/ squeeze/contrib Translation-en

    Ign http://debian.yeasoft.net/btsync/ squeeze/main Translation-en

    Ign http://debian.yeasoft.net/btsync/ squeeze/non-free Translation-en

    W: Failed to fetch http://debian.yeasoft.net/btsync/dists/squeeze/Release Unable to find expected entry main/binary-armel/Packages in Meta-index file (malformed Release file?)

    E: Some index files failed to download, they have been ignored, or old ones used instead.

    #

  2. It would be nice if we get more options for share management from the command-line like:

    --generate-one-time-secret <ro|rw> <secret>

    --add-folder <path> <secret>

    --remove-folder <secret>

    --folder-preferences <secret> <Use-relay-server-when-required|Use-tracker-server|Search LAN|Search-DHT-network|Delete-files-to-Sync-Trash|Use-predefined-hosts> <on|off|ip:port[;ip:port]>

    --list-folders

    --get-path <secret>

    --folder-status <secret>

    --list-files-in-folder <secret> <bare-format|long-format|download-status>

    --folder-as-magnet <secret>

  3. My Linksys NSLU2 is running Debian. It has problems finding the btsync package:

    # uname -a

    Linux nslu2 2.6.32-5-ixp4xx #1 Mon Oct 3 12:19:10 UTC 2011 armv5tel GNU/Linux

    # cat /etc/apt/sources.list.d/btsync.list

    deb http://debian.yeasoft.net/btsync squeeze main contrib non-free

    deb-src http://debian.yeasoft.net/btsync squeeze main contrib non-free

    # apt-get update | grep btsync

    Ign http://debian.yeasoft.net/btsync/ squeeze/contrib Translation-en

    Ign http://debian.yeasoft.net/btsync/ squeeze/main Translation-en

    Ign http://debian.yeasoft.net/btsync/ squeeze/non-free Translation-en

    W: Failed to fetch http://debian.yeasoft.net/btsync/dists/squeeze/Release Unable to find expected entry main/binary-armel/Packages in Meta-index file (malformed Release file?)

    # apt-get install btsync

    Reading package lists... Done

    Building dependency tree

    Reading state information... Done

    E: Unable to locate package btsync

  4. I have a similar problem on my QNAP TS-109 Pro II.

    uname -a:

    Linux QNAP-TS-109-P2 2.6.12.6-arm1 #1 Sun Sep 18 01:42:37 CST 2011 armv5tejl unknown

    btsync.conf:

    {

    "device_name": "QNAP-BTSync",

    "listening_port": 0,

    "storage_path": "/home/btsync/.sync",

    "pid_file": "/var/run/btsync.pid",

    "check_for_updates": true,

    "use_upnp": true,

    "download_limit": 0,

    "upload_limit": 0

    ,

    "webui": {

    "listen": "0.0.0.0:8888",

    "login": "admin",

    "password": "password"

    }

    }

    When I typed the wrong username/password the log-file prompted:

    [20130402 21:01:13] HTTP: IP 10.0.0.252: Bad username/password

    When I typed the right username/password the btsync processes died even before logging the first GET request. The Javascripts and images are not loaded.