error를 잡자

    [CentOS 7] Cannot find a valid baseurl for repo: base/7/x84_64

    [CentOS 7] Cannot find a valid baseurl for repo: base/7/x84_64

    yum update를 하려니 이런 에러가 뜬다. 보통 인터넷 연결이 안돼서 그렇다. ip addr을 쳐보면 ens33 어댑터에 IP 주소도 할당이 안돼있을 것이다. ifcfg-ens33 파일을 수정해서 ONBOOT 필드값을 yes로 넣어준다. 이후 reboot하거나 ifup ens33을 입력해 어댑터를 올려준다.

    [CentOS6] YumRepo Error: All mirror URLs are not using ftp, http[s] or file

    [CentOS6] YumRepo Error: All mirror URLs are not using ftp, http[s] or file

    CentOS6에서 yum을 사용하려고 하니 아래와 같은 문제 발생 해결: $ sed -i -e "s/^mirrorlist=http:\/\/mirrorlist.centos.org/#mirrorlist=http:\/\/mirrorlist.centos.org/g" /etc/yum.repos.d/CentOS-Base.repo $ sed -i -e "s/^#baseurl=http:\/\/mirror.centos.org/baseurl=https:\/\/vault.centos.org/g" /etc/yum.repos.d/CentOS-Base.repo yum 동작: