반응형
250x250
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 |
Tags
- Spring
- codedeploy
- docker
- JavaScript
- node
- Python
- PostgreSQL
- Airflow
- codedeploy error
- codebuild
- 도커
- COALESCE
- chartjs
- bootstrap
- IntelliJ
- Spring Error
- Flux
- VPN
- Kafka
- redis
- SQL
- aws cicd
- chart.js
- or some instances in your deployment group are experiencing problems.
- AWS CI/CD 구축하기
- aws
- Jenkins
- java bigdecimal
- codepipeline
- kubeflow
Archives
- Today
- Total
Small Asteroid Blog
[centos6] all mirror URLs are not using ftp, http[s] or file. - yum update 본문
클라우드 및 인프라/Linux
[centos6] all mirror URLs are not using ftp, http[s] or file. - yum update
작은소행성☄️ 2021. 5. 12. 13:52728x90
yum 을 사용하는데 다음과 같은 오류가 생겼다.
all mirror URLs are not using ftp, http[s] or file.
centos bit 확인
$ getconf LONG_BIT
32bit
32Bit :
echo "https://vault.centos.org/6.10/os/i386/" > /var/cache/yum/i386/6/base/mirrorlist.txt
echo "http://vault.centos.org/6.10/extras/i386/" > /var/cache/yum/i386/6/extras/mirrorlist.txt
echo "http://vault.centos.org/6.10/updates/i386/" > /var/cache/yum/i386/6/updates/mirrorlist.txt
64bit
64Bit :
echo "https://vault.centos.org/6.10/os/x86_64/" > /var/cache/yum/x86_64/6/base/mirrorlist.txt
echo "http://vault.centos.org/6.10/extras/x86_64/" > /var/cache/yum/x86_64/6/extras/mirrorlist.txt
echo "http://vault.centos.org/6.10/updates/x86_64/" > /var/cache/yum/x86_64/6/updates/mirrorlist.txt
728x90
반응형
'클라우드 및 인프라 > Linux' 카테고리의 다른 글
리눅스 환경변수 설정 env (0) | 2021.05.18 |
---|---|
centos7 postgresql 설치하기 (0) | 2021.05.12 |
리눅스에서 GPU 사용량 확인하기 nvidia-smi (0) | 2021.05.04 |
centos7 에서 방화벽 포트 오픈하기 (0) | 2021.05.04 |
주피터랩(jupyter lab) 설치하기 (0) | 2021.05.03 |