cpnr / computing

0 stars 0 forks source link

lugia 에서 파일 복사 불가 #25

Closed jhgoh closed 8 months ago

jhgoh commented 8 months ago

lugia에서 파일 복사가 되지 않는 문제가 있음. 일반 유저 뿐만 아니라 root유저도 문제 발생중.

echo 12345 > newFile.txt 와 같이 생성하는 데는 문제 없음.

hep을 포함해 다른 노드에서는 문제가 없는 것으로 보임.

[root@lugia:~]# touch x
[root@lugia:~]# cp x y
cp: cannot stat 'x': Bad file descriptor
[root@lugia:~]# mv x y
[root@lugia:~]# ls
bk                     Desktop    Downloads  log.txt  Pictures  snap       Videos
dasan_install_log.txt  Documents  LISR       Music    Public    Templates  y
[root@lugia:~]# cp y yy
cp: cannot stat 'y': Bad file descriptor
[root@lugia:~]# 
jhgoh commented 8 months ago

top 명령어에서 rcu_sched 가 CPU사용량 100% 로 계속 점유중인 것이 이유 중 하나로 보임. linux kernel의 read-copy-update를 담당하는 kernel thread라고 함.

jhgoh commented 8 months ago

문제가 지속되고 있어 lugia서버 리붓.

jhgoh commented 8 months ago

리붓 과정에서도 계속 문제가 있음.

jhgoh commented 8 months ago

몇 번 시도 후 동작하지 않으면 OS재설치.

jhgoh commented 8 months ago

OS 재설치 시작.

jhgoh commented 8 months ago

기본 재설치 완료. 패키지 설정 등 시작.

jhgoh commented 8 months ago

일단 재설치로 문제 해결되는 것으로 보임. 재설치 과정은 새로운 issue에서 정리.