Tom F 0 Posted May 19, 2020 Share Posted May 19, 2020 Each time my server goes to sleep, all client machines disconnect and never reconnect. Clients are 2 Win 10 & one MacOS, server is Win 10. The fix so far is to open synergy 1 settings, and click Apply to restart the service. Link to post Share on other sites
Guest Posted May 21, 2020 Share Posted May 21, 2020 Hello Tom. On your Windows machines can you please go to Edit-Setting and set Elevate to Always? Link to post Share on other sites
Tom F 0 Posted May 21, 2020 Author Share Posted May 21, 2020 Hi Alexey, All my windows machines already have elevate set to always to fix the screen jumping during UAC prompts. Link to post Share on other sites
MrTechineer 0 Posted July 15, 2021 Share Posted July 15, 2021 Has a solution been found for this? Link to post Share on other sites
oBix 1 Posted July 18, 2021 Share Posted July 18, 2021 Same here, having issue with windows 10 synergy client not reconnecting after wakeup from suspend. Synergy version 1.14.0 stable, 32bit on Windows 10 Home 32bit. Link to post Share on other sites
Synergy Team Popular Post Nico M 8 Posted July 27, 2021 Synergy Team Popular Post Share Posted July 27, 2021 This is an open issue that we are currently working on a fix for. We are not able to provide a timeframe but it is actively being worked on. 2 Link to post Share on other sites
CMM 0 Posted October 18, 2021 Share Posted October 18, 2021 Has this been addressed yet? I typically shut down Synergy when I'm done using it and that is pretty consistent. But occasionally after a reboot of the client machine it just stops connecting for a while and I have no idea why. Restarting/applying settings to the server doesn't fix it. Eventually the client will reconnect but there's no rhyme or reason for it and it blows up my workflow in the meantime until it does decide to randomly reconnect. Link to post Share on other sites
oBix 1 Posted October 18, 2021 Share Posted October 18, 2021 @CMM Not sure if your problem is related to mine, but in my case the issue starts with windows machines not reconnecting to host machine (linux) after sleep/standby/suspend (sometimes they do, but most of the time they don't). After I reboot the client machines, all reconnect without issues. I have the latest 1.14.1 on all machines (linux 64-bit host, linux 64-bit guest, windows 10 32-bit guest, windows 11 64-bit guest. After waking up from standby linux guest reconnects without issues to linux host, but windows 10 and windows 11 usually don't reconnect (been waiting for 8h once - no dice). So I need to connect my mouse to each windows machine and right clicking on synergy system tray icon and clicking on option "Start" reconnects them every time. Yeah it is very inconvenient especially when the usb ports are hard to reach Link to post Share on other sites
T. Grant 0 Posted October 20, 2021 Share Posted October 20, 2021 I also have this issue. It looks like the Windows service suspends. I have to manually restart the service via the app GUI to get it going again. Sometimes the Windows server interprets my Mac client as already being connected and prevents me from connecting it again. In those cases, I need to completely close the windows app and start again. Not a huge deal but definitely breaks my momentum. Link to post Share on other sites
MrTechineer 0 Posted October 20, 2021 Share Posted October 20, 2021 I actually found out my laptop does automatically reconnect when I plug in the charger, but not if it's unplugged. Couldn't find any power management settings that would affect that. Link to post Share on other sites
oBix 1 Posted October 20, 2021 Share Posted October 20, 2021 (edited) @MrTechineer You just gave me an idea, I'll try to turn off the hibernation in windows (since I noticed immediately after suspend/wake up the clients reconnect, but after prolonged suspend/wake up the clients don't reconnect)... could be the hibernation doing something weird to the synergy service. I'll report what happens tomorrow morning Edited October 20, 2021 by oBix 1 Link to post Share on other sites
T. Grant 0 Posted October 20, 2021 Share Posted October 20, 2021 Seems like your laptop might not completely go to sleep when plugged in. I've noticed that with my laptop as well. Link to post Share on other sites
oBix 1 Posted October 21, 2021 Share Posted October 21, 2021 Just a followup, turning off hibernation in windows didn't change anything. I've since created a bash script to send synergy service restart from host, after wake up, to both windows client machines. The slight inconvenience is that you need to install ssh service on a custom port on windows and secure it in the firewall to accept connections from a specific IP. Example in bash script to send service restart to windows over ssh: timeout 5s sshpass -p "YourPassword" ssh -p 21841 -o ConnectTimeout=3 -o StrictHostKeyChecking=no "YourUsername"@192.168.1.11 'net stop synergy'; timeout 5s sshpass -p "YourPassword" ssh -p 21841 -o ConnectTimeout=3 -o StrictHostKeyChecking=no "YourUsername"@192.168.1.11 'net start synergy' Link to post Share on other sites
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now