250x250
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 | 31 |
Tags
- 기름보일러
- 온도조절기
- 가스비절약
- 경동
- 라온익스
- Swipes
- react-native
- 가스요금폭탄
- Node
- rasppi3
- 에버노트
- nodejs
- 린나이온도조절기
- Raspberry Pi
- node.js
- 난방비절약
- ReactNative
- npm moment
- EditText
- __attribute__
- 온도센서
- 네모안
- evernote
- xcode11
- IOT
- todoist
- anydo
- REACT
- debounce
- 나비엔
Archives
- Today
- Total
어허
CentOS tftp put/ Error code 2: Access violation 해결아닌 해결 본문
728x90
환경
$ cat /etc/system-release CentOS release 6.5 (Final)
tftp 설치
$ sudo yum install -y tftp tftp-server $ sudo service xinetd restart
test
$ tftp 192.168.100.10 -c get getfile.bin $ tftp 192.168.100.10 -c put putfile.bin Error code 2: Access violation
여러가지 옵션 넣고 별짓 다해봐도 같은에러
해결방법
server에서 (100.10)
$ cd /tftpboot/ $ touch putfile.bin $ chmod 777 putfile.bin
하고나니 성공
서버쪽 설정이 부족한건지 cli쪽 설정이 모자란건지 사용법을 모르는건지
아무튼 해결은 되서 개발환경은 다 됐지만 뭔가 찝찝함을 감출 수가 없다 ㅠ
나중에 시간나면 자세히 공부를 해봐야할듯..
참고 : https://bugs.launchpad.net/ubuntu/+source/netkit-tftp/+bug/901273
728x90
'개발 > Linux' 카테고리의 다른 글
[linux] rm 으로 지운 파일 복구. (실패) (0) | 2015.10.05 |
---|---|
busybox wget으로 ftp id password 다운로드 받기 (0) | 2013.04.25 |
[VMware] Cannot open the disk or ~~~~lock the file. (0) | 2013.01.21 |
[SVN] remains in conflict 에러 해결 (0) | 2013.01.18 |
리눅스 putty등 터미널창에 현재 경로 표시하기 (0) | 2011.12.22 |
Comments