해결: Server 키보드의 Scroll Lock을 해제

원인: Server 키보드의 Scroll Lock이 언제가 부터 켜저 있음

 

1 Barrier 툴을 띄운 후 F2를 클릭하면 로그창이 뜨는데, 이때 Client와 연결이 되었다는 로그까지 확인이 되었는데

2 마우스가 macbook으로 넘어가지 않는 현상

3 혹시나 싶어, 방화벽도 다 풀어보았으나 해결이 되지 않음

4 걸색해 보니, F4(설정)의 `Networking => Enable SSL`을 체크 해지를 하면 된다고 하였으나, 해결이 되지 않음

4 검색을 해 보니 Scroll Lock이 걸릴 경우 마우스가 넘어가지 못하는 현상이 있다는 사실

5 암튼 살짝, 황당했다능...

 

https://askubuntu.com/questions/1409533/barrier-does-not-work-for-linux-to-windows-connection

Posted by 테리
:

Barrier https://github.com/debauchee/barrier

 

GitHub - debauchee/barrier: Open-source KVM software

Open-source KVM software. Contribute to debauchee/barrier development by creating an account on GitHub.

github.com

설치 방법은 검색된 페이지로 대체하고,

 

본인은 Server는 사무실 윈도우 10, Client는 맥북으로 설정하였다

현재(2024-04-15) 기준으로 barrier의 버전은 2.4.0-release 이며,

이 버전으로 윈도우와 맥북을 연결시 각가의 log에 "ssl certificate doesn't exist: ..." 문구와 같은 에러가 발생한다

이때, 해결 방법은 barrier의 버전 2.3.2를 각각의 os에서 설치하여 log에 에러 문구가 사라지면,

그때 다시 2.4.0 버전을 설치하면 정상적으로 동작이 된다

참고 사이트는 다음과 같다

https://github.com/debauchee/barrier/issues/1377

 

No ssl certificate on Windows 10 (v2.4) · Issue #1377 · debauchee/barrier

What happened? When installing freshly Barrier on Windows 10, the ssl key is not created. Version v2.4 Git commit hash (if applicable) No response If applicable, where did you install Barrier from?...

github.com

 

버전 2.3.2를 먼저 설치한 후에 2.4.0으로 업그레이드 방법

Posted by 테리
: