mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1454] Ubuntu20 server, windows 10 client, keyboard and mouse failure when client shut down #1112
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#1112
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @qq1018408006 on GitHub (Nov 28, 2021).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1454
What happened?
When client shut down, cursor varnishing and keyboard failure occur in server. What I can only do is rebooting server. I think it's awful.
Thanks for your reply.
Version
v2.4.0
Git commit hash (if applicable)
No response
If applicable, where did you install Barrier from?
No response
What OSes are you seeing the problem on? (Check all that apply)
Linux, Windows
What OS versions are you using?
V 2.4.0
Relevant log output
Any other information
No response
@ph27 commented on GitHub (Nov 30, 2021):
I also experience this. It only seems to happen when the mouse was in the Windows 10 client when the shutdown/reboot of the Windows 10 was initiated. Is the Windows client not gracefully disconnecting from barrier? Or is the server not abandoning the client when there is no response from the client?
My server is 2.3.2 from the ubuntu repository, and my client is 2.3.3, downloaded from github.
I will try 2.4.0 on the client and see if that helps anything. I'm not sure how to update the ubuntu 20.04 server's copy further because that is the latest version available in the ubuntu repository.
I also have SSL turned off on the client and server, and check clients every 5000ms on the server. All other settings are defaults.
@ph27 commented on GitHub (Nov 30, 2021):
Just tested after upgrading the client to 2.4.0, and it still happens. I was able to use Ctrl-Alt-F2 on the Ubuntu 20.04 server to kill the barrier server process using the following command as root:
pkill -9 barriersThis allowed me to kill the barrier server and not be forced to reboot my server. It's not a fix, but at least it lets me continue working without rebooting.
@bepcyc commented on GitHub (Dec 1, 2021):
The workaround I found is to add a hotkey with a "Switch to screen" action with server screen as a target.
This way I can always go back to my server screen.
@audioeptesicus commented on GitHub (Dec 3, 2021):
I have the same issue as the OP. Where do you have the functionality of the OP?
@Melirius commented on GitHub (Jan 17, 2022):
The same issue in my case. Moreover, after
pkill -9 barrierssolution input get back to the server, but I cannot connect from the client, client log isTry to use
Switch to screensolution after reboot.