dsl

Members
  • Posts

    16
  • Joined

  • Last visited

dsl's Achievements

Member

Member (2/3)

  1. I still have problems to get btsync up and running using this package. apt-get upgrade btsync gives: Errors were encountered while processing: btsync E: Sub-process /usr/bin/dpkg returned an error code (1)
  2. Btsync doesn't come up after running "apt-get upgrade btsync" to upgrade to version 1.1.70 on my arm wheezy system. Is there a command i can run to downgrade to an older but functional version of btsync?
  3. There have been no comments from the developers so far. So I think devices having these problems are considered "unsupported".
  4. Working on Linksys NSLU2 running Debian squeeze. I used a 16 GB USB stick, and followed this installation guide: http://www.cyrius.com/debian/nslu2/unpack/ And followed this guide to install btsync: http://forum.bittorrent.com/topic/18974-debian-and-ubuntu-server-packages-for-bittorrent-sync/ I used the NSLU2's 100BaseT outlet and the smb (Samba) protocol for mounting Network drives for syncing.
  5. Thanks! I think upgrading to wheezy would be to much for my NSLU2.
  6. 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. #
  7. 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>
  8. Thanks for your guide for the Debian ARM build Adam! I just needed to add: chmod 755 /etc/init.d/btsync Now btsync works fine on my Linksys NSLU2 :-)
  9. I still get the log message: "NAT-PMP: Unable to map port with NAT-PMP." Which UDP/TCP ports on the router/firewall do I have to open to prevent this with a standard configuartion? Since I can't get the webinterface up and running, the only place I can toggle portnumbers etc. is in the btsync.conf file. I'm now running btsync version 1.0.128.
  10. 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
  11. Would some skilled hacker be able to phish shared secrets from btsync installations using tracker server and DHT?
  12. 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.