Microsoft MVP성태의 닷넷 이야기
오류 유형: 524. Visual Studio CMake - rsync: connection unexpectedly closed [링크 복사], [링크+제목 복사],
조회: 17073
글쓴 사람
정성태 (techsharer at outlook.com)
홈페이지
첨부 파일
 

Visual Studio CMake - rsync: connection unexpectedly closed

Visual Studio로 CMake를 이용한 Linux 프로그램을 개발할 때,

Visual Studio 2019 - CMake를 이용한 리눅스 빌드 환경 설정
; https://www.sysnet.pe.kr/2/0/11825

어느 순간부터는 CMakeList.txt의 변경에 대해 동기화(C++ IntelliSense information will refresh after gathering information from CMake.)가 실패하면서 로그 창에는 일부 파일 복사에 대해 rsync의 "Permission denied" 에러가 나옵니다. 지난번 경험으로,

Visual Studio - Could not start the 'rsync' command on the remote host, please install it using your system package manager.
; https://www.sysnet.pe.kr/2/0/11827

이번엔 rsync가 2개 떠 있길래 pskill을 두 번 했는데요.

$pskill rsync
$pskill rsync

도리어 이번에는 "connection unexpectedly closed" 오류가 발생하면서 문제 해결이 안 됩니다.

1> Copying files to the remote machine.
1> Starting copying files to remote machine.
1> [rsync] rsync -t --delete --delete-excluded -v -r --exclude=.vs --exclude=.git --exclude=x64 --exclude=Debug  "/E/git_clone/clr-samples/ProfilingAPI/ReJITEnterLeaveHooks/" rsync://kevin@localhost:58975/temp
1> [rsync] rsync: connection unexpectedly closed (0 bytes received so far) [sender]
1> [rsync] rsync error: error in rsync protocol data stream (code 12) at /C/Users/t-elmor/rsync-3.0.8-1-msys-1.0.17-src.tar/rsync-3.0.8-1-msys-1.0.17-src/rsync-3.0.8/io.c(601) [sender=3.0.8]
1> Error while copying. Please see https://aka.ms/AA23jat for troubleshooting.

혹시나 저처럼 이런 경우를 겪으신다면, 그냥 빠르게 리눅스를 재부팅하시면 됩니다. (다음에 다시 이런 현상이 발생하면 또 다른 시도를 해봐야겠습니다. ^^)




[이 글에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]







[최초 등록일: ]
[최종 수정일: 3/5/2019]

Creative Commons License
이 저작물은 크리에이티브 커먼즈 코리아 저작자표시-비영리-변경금지 2.0 대한민국 라이센스에 따라 이용하실 수 있습니다.
by SeongTae Jeong, mailto:techsharer at outlook.com

비밀번호

댓글 작성자
 




... 136  137  138  139  140  141  142  [143]  144  145  146  147  148  149  150  ...
NoWriterDateCnt.TitleFile(s)
1479정성태8/14/201325173오류 유형: 183. IIS - 바인딩 추가 시 Object reference not set to an instance of an object 오류 [5]
1478정성태8/14/201328482오류 유형: 182. 윈도우 정품 활성화 오류 - 0x80070426
1477정성태8/14/201327330VC++: 71. codeplex의 Project Austin - 실감나게 책장 넘기는 표현
1476정성태8/13/201335818디버깅 기술: 55. Windbg - 윈도우 핸들 테이블 (2)
1475정성태8/12/201334928.NET Framework: 377. 프로세스가 종료된 후에도 소켓이 살아있다면?파일 다운로드1
1474정성태8/10/201330978오류 유형: 181. 윈도우 8 - WmiPrvSE.exe 프로세스가 CPU 소비하는 현상
1473정성태8/8/201327788VC++: 70. Win32 socket이 Thread-safe할까? [1]파일 다운로드1
1472정성태8/7/201326234.NET Framework: 376. .NET 2.0의 유니코드 관련 문자열 비교 오류
1471정성태8/7/201331010개발 환경 구성: 193. .aspx 확장자 대신 .html 확장자를 사용하는 방법
1470정성태8/6/201326996오류 유형: 180. DISM.exe 0xc1510111 실행 오류
1469정성태8/6/201324057.NET Framework: 375. System.Net.Sockets.Socket이 Thread-safe할까? [2]파일 다운로드1
1468정성태8/6/201322203오류 유형: 179. IIS - No connection could be made because the target machine actively refused it 127.0.0.1:80
1467정성태8/5/201325625Java: 16. IE에 로드된 Java Applet의 다운로드 위치를 확인하는 방법
1466정성태7/27/201331201.NET Framework: 374. C#과 비교한 C++ STL vector 성능 [7]파일 다운로드1
1465정성태7/18/201334521기타: 33. C:\Windows\Installer 폴더의 용량 줄이기 [3]
1464정성태7/15/201322784오류 유형: 178. Visual Studio 2012 Express - ImportCardinalityMismatchException
1463정성태7/15/201323452오류 유형: 177. [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.
1462정성태7/5/201326766VC++: 69. geek스러운 C/C++ 퀴즈 문제 [2]
1461정성태6/27/201343312.NET Framework: 373. C# 문자열의 인코딩이란?
1460정성태6/17/201325165.NET Framework: 372. PerformanceCounter - Category does not exist. [1]
1459정성태6/15/201328797Windows: 74. 한글 키가 아닌 영문 키를 기본으로 선택하는 방법 [5]
1458정성태6/13/201329654.NET Framework: 371. CAS Lock 방식이 과연 성능에 얼마나 도움이 될까요? [1]파일 다운로드1
1457정성태6/13/201325830개발 환경 구성: 192. "Probabilistic Programming and Bayesian Methods for Hackers" 예제 코드 실행 방법
1456정성태6/5/201334493.NET Framework: 370. C# - WebKit .NET 사용 [2]파일 다운로드1
1455정성태6/1/201328281.NET Framework: 369. ThreadPool.QueueUserWorkItem의 실행 지연 [4]파일 다운로드1
1454정성태5/31/201326318Java: 15. Java 7 Control Panel 실행시키는 방법
... 136  137  138  139  140  141  142  [143]  144  145  146  147  148  149  150  ...