mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 22:01:23 -06:00
[GH-ISSUE #545] MacOS 10.15.2 client hangs on "starting" #424
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#424
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 @goldmahn on GitHub (Jan 21, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/545
Operating Systems
Server: Windows 10
Client: MacOS 10.15.2
Barrier Version
2.3.2-Release-210c2b70
Steps to reproduce bug
Cannot use Barrier at all. Checked in multiple IP environments (both work and home): same issue.
Other info
[2020-01-21T09:53:44] INFO: starting client
[2020-01-21T09:53:44] INFO: config file: /private/var/folders/ky/pq0rhqf557bgrk57p59rgpww0000gn/T/Barrier.uFVfif
[2020-01-21T09:53:44] INFO: log level: INFO
[2020-01-21T09:53:44] INFO: drag and drop enabled
[2020-01-21T09:53:44] NOTE: started client
[2020-01-21T09:53:44] NOTE: connecting to '10.4.15.67': 10.4.15.67:24800
[2020-01-21T09:53:44] INFO: OpenSSL 1.0.2t 10 Sep 2019
2020-01-21 09:53:44.452 barrierc[1544:60127] starting cocoa loop
[2020-01-21T09:53:59] WARNING: failed to connect to server: Timed out
[2020-01-21T09:54:00] NOTE: connecting to '10.4.15.67': 10.4.15.67:24800
[2020-01-21T09:54:00] INFO: OpenSSL 1.0.2t 10 Sep 2019
[2020-01-21T09:54:15] WARNING: failed to connect to server: Timed out
[2020-01-21T09:54:16] NOTE: connecting to '10.4.15.67': 10.4.15.67:24800
[2020-01-21T09:54:16] INFO: OpenSSL 1.0.2t 10 Sep 2019
[2020-01-21T09:54:23] INFO: stopping barrier desktop process
[2020-01-21T09:54:28] ERROR: process exited with error code: 9
@tripp528 commented on GitHub (Feb 6, 2020):
Same issue here, but server is on 10.14.6 and client is ubuntu 19.04
@IsraelSuen commented on GitHub (Feb 22, 2020):
same problem,it seems we have met a same bug.
@Lumb-Chul commented on GitHub (Apr 20, 2020):
I'm having the same issue on Windows 10 and Arch. I'll note that initially I thought this may have been due to SSL howerver after disabling SSL I'm still getting "Barrier is starting." on both client and server.
@simons-public commented on GitHub (May 5, 2020):
@goldmahn In the log posted you have timeouts:
[2020-01-21T09:53:59] WARNING: failed to connect to server: Timed outThat means it's not able to connect to the server. If you can ping the server the incoming connection might be getting blocked. You can rule out the barrier client if you can connect with openssl:
openssl s_client -connecthostname:24800If openssl is able to connect, it is a problem with the barrier client. If you still get a timeout with openssl then there is either a network issue, DNS issue (if using a hostname), or the operating system is blocking that port (i.e. with a firewall).
@github-actions[bot] commented on GitHub (Sep 30, 2020):
This issue has been automatically marked as stale due to inactivity. It will be closed if no further activity occurs. Thank you for your contributions.
@p12tic commented on GitHub (Jan 10, 2021):
Unfortunately there's not much information in this bug report on what could be wrong.
I'm therefore closing this.
To anyone comes to this bug later, this comment https://github.com/debauchee/barrier/issues/545#issuecomment-623803569 is a good overview of how to start debugging the issue.