분류 전체보기22 centOS 8 에서 repo 사용시 'AppStream' 에러해결 Error: Failed to download metadata for repo 'AppStream' yum update 또는 dnf update 사용시 위와 같은 에러가 발생한다 [root@localhost ~]# cd /etc/yum.repos.d/ [root@localhost yum.repos.d]# sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* [root@localhost yum.repos.d]# sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-* 레포 경로로 들어가 위와 같은 형태로 레포를 교체해주면.. 2022. 7. 23. tc.log 문제로 mysql 시작이 안될시 /var/log/mariadb/mariadb.log gcp 기반 서버에서 오랜만에 mysql 이 시작이 안되어서 로그를 들어가보니 아래와 같은 로그가 기록되어 있다. 2022-07-23 0:31:31 0 [Note] Recovering after a crash using tc.log 2022-07-23 0:31:31 0 [ERROR] Bad magic header in tc log 2022-07-23 0:31:31 0 [ERROR] Crash recovery failed. Either correct the problem (if it's, for example, out of memory error) and restart, or delete tc log and start mysqld with --tc-heu.. 2022. 7. 23. 이전 1 2 3 4 5 다음