반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Python
- PostgreSQL
- Airflow
- AWS CI/CD 구축하기
- bootstrap
- docker
- COALESCE
- Kafka
- aws cicd
- codedeploy
- Spring
- chartjs
- 도커
- aws
- or some instances in your deployment group are experiencing problems.
- SQL
- codedeploy error
- VPN
- Jenkins
- kubeflow
- node
- codepipeline
- codebuild
- redis
- IntelliJ
- Flux
- Spring Error
- chart.js
- JavaScript
- java bigdecimal
Archives
- Today
- Total
목록ETAclient_loop: send disconnect: Connection aborted (1)
Small Asteroid Blog
ssh - ETAclient_loop: send disconnect: Connection aborted / Broken pipe
scp 명령어로 다른 서버에 파일을 옮기려고 하는데 다음 에러가 나면서 파일이 옮겨지지 않았다. 1. 내가 옮기고자 하는 파일이 대용량 파일이라서 안된다 생각해서 tar 로 파일을 압축 후 전송을 시도했다. tar 로 압축하고 전송하는데도 같은 에러가 나면서 전송되지 않았다. 2. 다른 방법으로는 scp 명령어로 옮길 때 커넥션이 끊기지 않도록 해보았다. scp -o ServerAliveInterval=15 -o ServerAliveCountMax=10 옵션의 설명은 ServerAliveInterval : 몇초마다 신호를 보낼 것인지 설정한다 (15초) ServerAliveCountMax : 신호 보내는 일을 몇번의 횟수로 할 것인지 설정한다. (10회) 나의 문제는 서버의 접속이 불안정해서 빨리 끊기다..
클라우드 및 인프라/Linux
2022. 1. 21. 11:07