[errno 14] pycurl error 22 - "the requested url returned error: 404 not found"
trying other mirror.
error: cannot retrieve repository metadata (repomd.xml) for repository: base. please verify its path and try again
解決這個問題只要輸入下面命令即可:
yum clean all
yum makecache
最後執行
yum update
2.解決centos使用yum命令提示error: file contains no section headers
# kill -s 9 25960
# ps aux|grep yum
root 6744 0.0 0.0 103260 900 pts/1 s+ 14:59 0:00 grep yum
root 25960 0.0 0.0 0 0 ? z sep19 0:01 [yumbackend.py]
很遺憾,kill對付不了它,那怎麼辦呢?
可以通過強制關掉yum程序:
linux 安裝oracle可能遇到的問題
1.bash sqlplus command not found 解決方法 oracle dg1 sqlplus nolog bash sqlplus command not found oracle dg1 ln s oracle home bin sqlplus usr bin ln creat...
安裝virtualenv及可能遇到的問題
安裝virtualenv及擴充套件包 sudo pip3 install virtualenv 安裝完虛擬環境後,提示找不到mkvirtualenv命令,須配置環境變數 1 建立目錄用來存放虛擬環境 mkdir home virtualenvs 2 開啟 bashrc檔案,並新增如下 export ...
CDH安裝中可能遇到的問題
1.許可權問題 對cloudera manager的各個目錄操作後必須注意許可權的問題 手動對hdfs進行格式後,手動啟動hdfs會自動生成以下三個檔案 需要修改各個目錄的許可權 namenode 資料目錄 dfs nn hdfs 檢查點目錄 dfs snn datanode 資料目錄 data d...