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 | 31 |
Tags
- 1697
- linux시간으로 변경
- c3 축 없애기
- c3 축 가리기
- influxdb 설치
- c3 second
- c++ 정규식
- semanage
- selinux port 등록
- CentOS7
- gcc regex
- 정규식 문자열 출력
- python popen
- 정규식 활용
- snmp test
- python os
- InfluxDB
- g++ 업데이트
- c3 step graph
- c3 초
- subporcess path
- 정규식 컴파일
- centos pyhon 설치
- regex_search
- grafana dashboard
- snmp
- python subprocess
- 백준
- gcc 업데이트
- telegraf
Archives
- Today
- Total
리셋 되지 말자
CentOS yum 에러(error) 본문
Another app is currently holding the yum lock
대충 yum이 꼬였다는 말인 듯
1. yum 프로세스를 kill 해보자.
# ps -ef | grep yum
# kill -0 (프로세스 번호)
2. yum.pid 삭제
# rm -rf /var/run/yum.pid
'Linux Tips' 카테고리의 다른 글
KVM NAT, Host Only network (0) | 2019.11.16 |
---|---|
CentOS7 JDK 설치 및 테스트 (0) | 2019.11.02 |
Window에서 Linux로 파일 전송(putty) (1) | 2019.10.13 |
ssh- WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! 오류 해결 (0) | 2019.10.12 |
centOS 7 yum 명령어가 안될때 (0) | 2019.10.05 |
Comments