mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1784] "Barrier is starting." But not working. #1314
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#1314
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 @gregrwm on GitHub (Sep 21, 2022).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1784
What happened?
Barrier is stuck at "Barrier is starting." What might i need?
Both boxen have a wire to my modem, are fully updated, and can ssh to each other. Both have this /etc/barrier.conf:
i invoked barrier(2.4.0-1)(installed by pacman) on e540(manjaro kde), in the terminal it said:
i found https://github.com/input-leap/input-leap/issues/780 via google but it's not clear to me if the comments solved the issue. Perhaps if i give the server address to the client Barrier doesn't really need avahi?
Not knowing what to make of that i went ahead in the barrier GUI, designated it as 'Server', selected 'Use existing configuration:' at /etc/barrier.conf and clicked 'Start'. in the terminal it said:
and in the GUI it says "Barrier is running." Then i invoked barrier(2.4.0-1.7)(installed by zypper) on 3b840g3(tumbleweed kde), designated it as 'Client', 'Auto config', clicked 'Start', in the terminal it said:
and in the GUI it says "Barrier is starting." Tried uncheck 'Auto config', entered Server IP, clicked 'Reload', 'Stop', and 'Start', in the terminal it said:
and in the GUI it still says "Barrier is starting."
Both GUIs say "SSL Fingerprint: Disabled". The manjaro default install has no firewall iiuc. Tumbleweed does, but as client does it need anything open? i tried "firewall-cmd --add-port=24800/tcp" on tumbleweed, and clicked 'Stop' and 'Start' on the Server and then the Client, but no change.
What else might i check, or read, or do?
Many thanks,
Version
v2.4.0
Git commit hash (if applicable)
No response
If applicable, where did you install Barrier from?
pacman and zypper, from the default repositories
What OSes are you seeing the problem on? (Check all that apply)
Linux
What OS versions are you using?
server on manjaro kde, client on tumbleweed kde, both are rolling release and up to date
Relevant log output
Any other information
No response
@gregrwm commented on GitHub (Sep 23, 2022):
on one device barrier is running but on other device its stuck at "barrier is starting", tried all the steps above..
In the server mode it is running but on client mode it's stuck at starting on both devices..
Server mode works, client mode doesn't
Same for me. Says SSL disabled, no firewall on manjaro, disabled tumbleweed firewall, swapped which is server and which is client, whichever is client just says "Barrier is starting."
@gregrwm commented on GitHub (Sep 23, 2022):
just found synergy also in manjaro&tumbleweed repos, and it works
@octoshrimpy commented on GitHub (Oct 20, 2022):
check #1812 as it may have been firewall shenanigans
@HCley commented on GitHub (May 23, 2024):
Sorry, but
What have you done? I'm still stuck on that.
@gregrwm commented on GitHub (Jun 7, 2024):
i found "synergy" in my (opensuse tumbleweed) repos and i'm using it, it works.
@nosbig commented on GitHub (Oct 1, 2024):
In case it becomes useful in the future to the author or others, here's how I fixed the issue.
I had the same symptoms, and I used the troubleshooting steps to narrow the scope of the issue. Specifically, I used "sudo ss -tunlp | grep 24800" once the server process was running to confirm the process and IP and port pairing the Barrier server process was using. As it turned out, my Barrier server process was binding to 127.0.1.1, which isn't obviously on the correct network.
I stopped the server process, manually set my server address in the settings dialog to my internal IP address in my 192.168.1.0/24 network. Once I restarted the process and re-ran the "ss" command, I saw the proper binding. To cross the t's and dot the i's, I also ran a "telnet 192.168.1.100 24800" (where 192.168.1.100 is the IP address of my server in this example) and verified that the server process returned text of "Barrier" indicating that it was ready for connections.
It was at this point that I was able to return to my client system and attempt to start the client process. From there, I was able to start the process successfully, configure the screen location, and immediately use Barrier as intended.