Kworr

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by Kworr

  1. Hello. May I request a few CDN changes and clarification?

    1. On FreeBSD historically we were using per-version archive to fetch binaries. This was done to hardcode requested version in URL and make sure that port version X would install Resilio Sync version X. Also we store checksums for all distfiles to prevent background tampering and ease mirroring.

    Can I have new version available as https://download-cdn.resilio.com/2.8.0/FreeBSD-x64/resilio-sync_freebsd_x64.tar.gz?

    I guess the answers might be tied up to autoupdate code, if so I definitely can wait for it.

    2. On FreeBSD previous release was including both x86 and x64 binaries. x86 is not Tier 1 for us anymore, so I just want to confirm it is dropped now. Also, any news for arm64?

    Big thanks for your time.

  2. On 3/20/2024 at 11:22 PM, Andy+ said:

    Resilio Sync since March 2022 and thus now for 2 years still is on v2.7.3 and Resilio Connect now is on v3.8.2.2285 (18/March/2024). Maybe the maintainers of Resilio can comment on what the strategy is for the future with Sync. I have a personal but all too obvious opinion and as a multiple licensee I am not pleased.

    Hell yeah… I'm currently kindda ready to get a license even it doesn't give me almost anything useful. In fact I'm more tempted with new functionality of Business version, but no, I wouldn't pay for it. Anyway, I'm still holding my money as I see no reason to pay for abandonware, sigh…

  3. I don't think Android client was "updated", they just allowed newer build, while it even newer builds are already available to PCs.

    And I don't think there's nothing left to fix, there's a ton of issues:

    1. When you are connecting a share it may stuck if new device fails to acquire keys.
    2. Memory usage is gross, especially for mobiles. 500MB to 1GB is too much, other apps are preempted and stopped. CPU usage might be high too for no apparent reason.
    3. There's a ton of UI issues - you can't see what files are ignored, stuck, you can't fix sync issues or resync files.

    Personally I want to buy a family 5-pack right now, just to support devs mostly as I don't think I hardly need all that features, just waiting for a next discount. On the other hand really useful features are only available on subscription, like syncing with online storages etc.

  4. This sounds like you are getting "read only" stuff incorrect. When server hold "read only" share this means server has no permissions to add or modify any files inside, so the share will still be in the same state as on RW node. But RO member can upload files to any other member when needed. If you don't need your RW node to download missing files you probably are missing license.

    Well, in case I might be wrong make sure you check folder icon on your RO node: if it's just plain folder then you have RW code, if it has crossed pen icon — it's RO, if it has lock icon on it — that folder is encrypted and can't be decrypted on the node.

  5. Well, not exactly. You can use your own internal domain name, or subdomain. But for HTTPS you must provide a domain name to be encoded into certificate so that browser wouldn't mark your resource unsecure.

    PS: You can actually skip this and use plain HTTP over SSH, just make sure HTTP port is only available on localhost, then on your desktop do:

    # add to ~/.ssh/config
    Host your-server
        LocalForward 127.0.0.1:8888 127.0.0.1:8888

    This way you would be able to access your instance on http://127.0.0.1:8888/ on your desktop, but only when your SSH link to the server is active. And it's also secure the same way your SSH connection is secure.

  6. I tried one particular configuration with Android recently and it just fails each time I try. I have a few devices with SD cards to expand storage space, and I need to store data on them.

    When cards are formatted as internal storage (part of phone drive) Resilio Sync fails to start syncing anything. Devices runs Android 10. Adding via key results in an empty folder, folder perms doesn't show real share size. Adding as a QR results in a greyed out share that is not approved (even with no approvals needed).

    When I remove card from internal memory and use it as external device I have no issues adding and syncing shares.

    Was something like that familiar to anybody? Any pointers?