Mr.Ember

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by Mr.Ember

  1. Hello! I got a weird problem as the title described. Here are details: 1. Environment OS: Ubuntu server 18.04.2 Resilio-Sync: 2.6.3(1340) License: Home Pro IP: 192.168.1.107 ufw Status: inactive Config file: $HOME/.config/resilio-sync/config.json { "storage_path" : "/home/[USER]/.config/resilio-sync/storage", "pid_file" : "/home/[USER]/.config/resilio-sync/sync.pid", "directory_root" : "/data/", "webui" : { "listen" : "0.0.0.0:8888" } } I run rslsync as my user, so the /usr/lib/systemd/user/resilio-sync.service is: [Unit] Description=Resilio Sync service Documentation=https://help.getsync.com/ After=network.target network-online.target [Service] Type=forking Restart=on-failure PIDFile=%h/.config/resilio-sync/sync.pid ExecStart=/usr/bin/rslsync --config %h/.config/resilio-sync/config.json ExecStartPre=/etc/resilio-sync/init_user_config.sh ExecStartPost=/bin/sleep 1 [Install] WantedBy=default.target 2. Problems Can not access Web UI, unless I connected to the OpenSSH server or some program(run in background as my user too) listen on other port(0.0.0.0:[what_ever_port]). Other services like Nginx or Redis are works fine. But they are not run under my user privilege, so I guess maybe there is the problem. ~# Before SSH connection ▶ curl -k http://192.168.1.107:8888/gui -v * Trying 192.168.1.107... * TCP_NODELAY set * Connection failed * connect to 192.168.1.107 port 8888 failed: Connection refused * Failed to connect to 192.168.1.107 port 8888: Connection refused * Closing connection 0 curl: (7) Failed to connect to 192.168.1.107 port 8888: Connection refused ~# After SSH connected ▶ curl -k http://192.168.1.107:8888/gui -v * Trying 192.168.1.107... * TCP_NODELAY set * Connected to 192.168.1.107 (192.168.1.107) port 8888 (#0) > GET /gui HTTP/1.1 > Host: 192.168.1.107:8888 > User-Agent: curl/7.54.0 > Accept: */* > < HTTP/1.1 301 Moved Permanently < Connection: close < Location: /gui/ < * Closing connection 0 BUT, I got an old RaspberryPi 2, which have the same rslsync configuration, and it works fine in the lan(2.5.13(1301) Old Person License). Any one technical support would be thankful! I bought the early personal license and lately Home Pro license at last year. So I think this is not a harsh demand. @Helen @cmeisel
  2. Hi, everyone: I use iCloud to sync photos between my old iPhone and new iPhone. Both iCloud and Sync are great😀 I turned the optimize space ON on the old iPhone. Keep original photos on the new iPhone, which has more storage. Sync app only installed on old iPhone, but it need retired now. Now, how can I migrate Sync app from old iPhone to new iPhone without create new Camera backups on my Sync server. Any helpful suggestion? Thanks all~.
  3. I have the same problem, I have the optimize space on this phone setting on too. Most of missing photos are sync from iCloud, AirDrop and saved from other Apps. IT SEEMS LIKE THESE PHOTOS HAD BEEN TOUCHED(CHANGED) BY OTHER APPS. so it can not recognized by Sync. Hope it will be fixed.
  4. I have the same problem, I have the optimize space on this phone setting on too. Most of missing photos are sync from iCloud, AirDrop and saved from other Apps. IT SEEMS LIKE THESE PHOTOS HAD BEEN TOUCHED(CHANGED) BY OTHER APPS. so it can not recognized by Sync. Hope it will be fixed.
  5. Is this request accepted? I do really want this feature. The WD My Cloud NAS mobile apps do have thumbnail for photos and it's very useful. +1 for all platforms.
  6. Hello, I got an question about predefined host settings in Resilio Sync. I use SSH remote forward to make my Resilio Sync Server(which is in a LAN) visible on the internet, then my other devices connect to the remote public server using predefined host. My question is that does all the data transferred between this two devices are going through the remote public server? Or it will be just end-to-end transfer, which means the predefined host setting is just a host discovery service? Thanks all!
  7. As we can set up predefined hosts in desktop application of resilio sync for all sync folder, why does it have no preference for camera backup in mobile apps? I need use this to connect to my own hosts since I'm in China... Is there any one know how to setup it or it will be a feature in the future? Thanks all!