mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #245] barrierc usage #196
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#196
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 @marcelinomalmeidan on GitHub (Jan 31, 2019).
Original GitHub issue: https://github.com/debauchee/barrier/issues/245
Operating Systems
Server: Ubuntu 16.04 LTS (name: saramago, IP: 192.168.1.200)
Client: Ubuntu 16.04 LTS (name: tegra-ubuntu, IP: 192.168.1.2)
Barrier version: origin/master
Question
I just can't make barrierc work. It seems obvious based on the documentation, but I have tried many things without success.
I can make barrier work by using the GUI. On the server side, I start the server, on the client side I start a client choosing the server's IP: 192.168.1.200
However, when it comes to running barrierc, nothing happens. The terminal gets blocked (I can't type anything in it), and it just freezes there.
Commands that I have tried on the client side:
Is any of those commands supposed to work?
I have also tried switching the client with the server (making the client on 192.168.1.200 and the server on 192.168.1.2) with no success either.
@AdrianKoshka commented on GitHub (Jan 31, 2019):
Are you using SSL?
@marcelinomalmeidan commented on GitHub (Jan 31, 2019):
Looks like you've nailed it. I didn't know the server would automatically use SSL by default, so I never chose the --enable-crypto option.
Solution (for future confused people - exchange the IP for your own):
@superbole commented on GitHub (Oct 21, 2019):
This lead me to my solution too. However, when I ran the exact command as below I received a "bash: ./barrier: No such file or directory" I changed that to:
I was also able to add the line above to "Startup Applications" in order to get Barrier to work without a keyboard and mouce on my Ubuntu machine (which is what I have been trying to do off and on for the past week!).