FalconChristmas / fpp

Falcon Player
http://FalconChristmas.com
Other
551 stars 193 forks source link

FPPv8: Back to remote FPP, WARNINGG Rsync server is disabled message appears event though rsync is enable. #1901

Open patdelaney opened 1 month ago

patdelaney commented 1 month ago

FPP Version and Hardware: FPP 8.x master on Pi

Describe the bug and Steps to reproduce: When I try to run a file copy backup to a remote FPP instance. I get a warning in the UI. WARNING! Rsync server is disabled on remote host, please enable rsync under FPP Settings -> System -> OS Services on But the Rsync service is running.. I don't think that the UI is actually running the test. If I click copy, it will copy the files to the remote FPP.

Expected behavior: There should be no warning if the rsync is actually running.

Additional Attachments image

OnlineDynamic commented 1 month ago

@patdelaney the warning ip and selected remote host ip address look different in your screen shot?

patdelaney commented 1 month ago

This is the sa,e Pi, in "Show network mode" Meaning Wifi is connected to my Home network and eth0 is connected to the show network. 192.168.1.250 (wifi home) 192.168.50.200 (eth0 show)

patdelaney commented 1 month ago

This error only apparently happes on this FPP (Fpp-disk) I'm not sure whe it wants to check services on 192.168.50.200. That IP is the gateway for the 192.168.50.x network

patdelaney commented 2 weeks ago

This is still an issue, and there are a few things that appear to be broken:

  1. Selecting the Remote Host shows a warning that is not correct, but even if you switch Hosts The warning message is for the last host you selected. first host image Second Host image

  2. In my test rsync is enabled on 192.168.1.142 even though the warning says it is not.

image

darylc commented 2 weeks ago

@patdelaney is the rsyncd process actually running after you enable rsync? ps auxww|grep rsync

darylc commented 1 day ago

@patdelaney ?

OnlineDynamic commented 1 day ago

on the remote what does api/settings/Service_rsync report? the logic for the warning comes from that api call - did this api even exist back in v3/4 ?