[GH-ISSUE #323] Connect Ubuntu server 18.04 to ubuntu client 16.04 #257

Closed
opened 2026-05-05 05:52:03 -06:00 by gitea-mirror · 5 comments
Owner

Originally created by @tassosblackg on GitHub (May 26, 2019).
Original GitHub issue: https://github.com/debauchee/barrier/issues/323

Hi I have installed to my main computer which runs with ubuntu 18.04(server), the barrier using build from source. And I have install barrier-kvm from ubuntu store in my laptop which runs with ubuntu 16.04(client). But I couldn't manage to connect the two pc's any ideas?
Client Log error message: failed connect to server,can't create socket :Permission denied
I've tried to install barrier by building from source in my laptop also but was crashing and not manage to connect either .

Also Is there a way to uninstall barrier from source properly?

Originally created by @tassosblackg on GitHub (May 26, 2019). Original GitHub issue: https://github.com/debauchee/barrier/issues/323 Hi I have installed to my main computer which runs with ubuntu 18.04(server), the barrier using build from source. And I have install barrier-kvm from ubuntu store in my laptop which runs with ubuntu 16.04(client). But I couldn't manage to connect the two pc's any ideas? Client Log error message: failed connect to server,can't create socket :Permission denied I've tried to install barrier by building from source in my laptop also but was crashing and not manage to connect either . Also Is there a way to uninstall barrier from source properly?
Author
Owner

@AdrianKoshka commented on GitHub (May 26, 2019):

Also Is there a way to uninstall barrier from source properly?

I don't know right off, you could try make uninstall

create socket :Permission denied

Hrmm, never seen this issue with barrier, wonder if that's something specific to barrier-kvm from the ubuntu store. Did you install the snap?

<!-- gh-comment-id:496024906 --> @AdrianKoshka commented on GitHub (May 26, 2019): > Also Is there a way to uninstall barrier from source properly? I don't know right off, you could try `make uninstall` > create socket :Permission denied Hrmm, never seen this issue with barrier, wonder if that's something specific to `barrier-kvm` from the ubuntu store. Did you install the snap?
Author
Owner

@tassosblackg commented on GitHub (May 27, 2019):

make unistall doesn't work there is no such rule in makefile.

I've tried also barrier builded from source in

ubuntu16.04

but it didn't connect, and also was had some issues with its gui/

I don't think there is a difference between versions of ubuntu store and source the both are 2.2.0.

Is there a possibility to be because of firewall rules?

<!-- gh-comment-id:496244393 --> @tassosblackg commented on GitHub (May 27, 2019): `make unistall` doesn't work there is no such rule in makefile. I've tried also barrier builded from source in > ubuntu16.04 but it didn't connect, and also was had some issues with its gui/ I don't think there is a difference between versions of ubuntu store and source the both are _2.2.0._ Is there a possibility to be because of firewall rules?
Author
Owner

@noisyshape commented on GitHub (May 27, 2019):

Is there a possibility to be because of firewall rules?

Maybe, but the permission denied error refers to a user permission. I don't have much experience troubleshooting unix sockets. My only guess is to stop all Barrier processes and remove all temporary Barrier temporary files with rm -f /tmp/Barrier*.

<!-- gh-comment-id:496259252 --> @noisyshape commented on GitHub (May 27, 2019): > Is there a possibility to be because of firewall rules? Maybe, but the permission denied error refers to a user permission. I don't have much experience troubleshooting unix sockets. My only guess is to stop all Barrier processes and remove all temporary Barrier temporary files with `rm -f /tmp/Barrier*`.
Author
Owner

@tassosblackg commented on GitHub (Jun 1, 2019):

I find a way just to delete all the installed files :
sudo xargs rm < install_manifest.txt and then remove the whole dir

After that, I installed all using flatpak on both machines. It worked except a fingerprint issue on server that fixed by this https://github.com/debauchee/barrier/issues/231#issuecomment-456327061

I get a warning when opening barrier:

'System tray is unavailable, don't close window'

But it works after all.

  • forgot to mention that I had to customize my firewall, in case you don't have it enabled you'll be ok
<!-- gh-comment-id:497926512 --> @tassosblackg commented on GitHub (Jun 1, 2019): I find a way just to delete all the installed files : `sudo xargs rm < install_manifest.txt ` and then remove the whole dir After that, I installed all using flatpak on both machines. It worked except a fingerprint issue on server that fixed by this [https://github.com/debauchee/barrier/issues/231#issuecomment-456327061](url) I get a warning when opening barrier: > 'System tray is unavailable, don't close window' But it works after all. * forgot to mention that I had to customize my firewall, in case you don't have it enabled you'll be ok
Author
Owner

@AdrianKoshka commented on GitHub (Jun 1, 2019):

That warning is GNOME specific and had yet to be fixed.

<!-- gh-comment-id:497952986 --> @AdrianKoshka commented on GitHub (Jun 1, 2019): That warning is GNOME specific and had yet to be fixed.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/barrier#257
No description provided.