Sebastian Pająk

Members
  • Posts

    6
  • Joined

  • Last visited

Sebastian Pająk's Achievements

New User

New User (1/3)

  1. I agree. There should be upgrade available through apt!
  2. How to check if multicast is working? I assume it is on by default.`ip a` gives this output: 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000 I don't know how to check it on Windows. I would rather avoid specifying fixed IP (but I will have to if nothing else works)..
  3. I have PC (Windows) and Debian server, both on the same LAN subnet. There is no router and no Internet in this LAN, just switch, and there is no firewall in between. Both IPv4 and IPv6 addresses are working, both machines can see each other (ping, ssh). Both clients are listening on all interfaces. Clients are set correctly because it was working before (different LAN with AP). But Resilio Sync shows status offline... what am I doing wrong?
  4. I've found why Sync cannot remove files: It does not support bind mounted volumes, which I use a lot.. very sad. It should be fixed I guess, or documented somewhere. The app should not crash at least. The SSL errors are still a mystery for me. Someone can help?
  5. IPv6 does not work on Android client. My Sync server is configured to bind to IPv6 address (I don't have public IPv4), but It's impossible to connet with Android client, so I guess it doesn't support IPv6. Please fix this, for me it's a bug, we have 2019..
  6. I have a lot of troubles setting Resilio to work on my Synology DSM 6.2. My main problem: Resilio running on Synology cannot remove files from NAS that were deleted from Android peer. Logs show this (every few minutes): [20190621 16:54:55.591] Failed to move file /volume1/documents/Android/Home Documents/resiliosync_88f6281_2.6.3-1.spk to trash. Error: 18 [20190621 16:54:55.592] Failed to move file /volume1/documents/Android/Home Wallpapers/resiliosync_88f6281_2.6.3-1.spk to trash. Error: 18 [20190621 16:55:35.647] Failed to move file /volume1/documents/Android/Home Documents/swaks-20181104.0.tar.gz to trash. Error: 18 All ACLs on Synology verified to be R/W for rslsync user. Share is also R/W. My config is as follows: { "storage_path" : "/usr/local/resiliosync/var", "pid_file" : "/usr/local/resiliosync/var/syncapp.pid", "display_new_version" : false, "use_upnp" : false, "listening_port": 64065, "vendor" : "synology", "webui" : { "listen" : "[::]:28888", "login": "admin", "password": "<pass deleted>", "allow_empty_password" : false, "force_https": true, "dir_whitelist": ["/volume1", "/home/admin"] }, "directory_root" : "/", "directory_root_policy":"belowroot", "sync_trash_ttl": 7 } I have another peer on my PC (Windows 10) connected to the same share. Deleting files from the PC peer works as expected; file remove is populated to the NAS, and then to the Android. So It works that way, but no the opposite. Besides this, my logs are full of repeated errors (related?): [20190621 16:31:33.261] HTTPS: connection [server] has been aborted - code: 336151574, func: "ssl3_read_bytes", reason: "sslv3 alert certificate unknown"