Redhat使用問題記錄

2021-07-23 12:53:34 字數 2426 閱讀 1043

[root@alessio-hp noarch]# rpm -e jdk1.8.0_101-1.8.0_101-fcs

error: %postun(jdk1.8.0_101-1.8.0_101-fcs.x86_64) scriptlet failed, exit status 2

[root@localhost .config]# yum update

load plugins: rhnplugin, security

this system is not registered with rhn.

rhn support will be disabled.

解決辦法:

rpm -qa|grep yum|xargs rpm -e –nodeps

wget

wget

wget

wget

rpm -ivh python-iniparse-0.2.3-6.el5.noarch.rpm yum-3.2.22-40.el5.centos.noarch.rpm yum-fastestmirror-1.1.16-21.el5.centos.noarch.rpm yum-metadata-parser-1.1.2-4.el5.x86_64.rpm

注:以上連線時間長了可能會連線不上,通常都是版本公升級了,你可以訪問他的上一級目錄,去找名字相同的最新版本。

驗證yum是否可用

yum update

注:碰到這個critical:yum.cli:config error: parsing file failed: file contains no section headers.錯誤的時候,請檢查/etc/yum.conf

[main]

cachedir=/var/cache/yum

keepcache=0

debuglevel=2

logfile=/var/log/yum.log

distroverpkg=redhat-release

tolerant=1

exactarch=1

obsoletes=1

gpgcheck=1

plugins=1

exclude=php* kernel*

metadata_expire=1h

參考鏈結

force yum update command to exclude certain packages

yum 失敗(this system is not registered with rhn.)解決方法

修改yum的更新源vi /etc/yum.repos.d/centos-base.repo

將centos的yum源更換為國內的阿里雲源

[root@localhost yum]# yum install mysql-server

updates/primary_db | 855 kb 00:00

[errno -1] metadata file does not match checksum

trying other mirror.

error: failure: repodata/primary.sqlite.bz2 from updates: [errno 256] no more mirrors to try.

以本機為例:

* #sha1sum primary.sqlite

b7c80f8490b9eb6466fc26d3b63a09bc435c9637 primary.sqlite

* 將sha1值替換repomd.xml中對應primary.sqlite.bz2記錄

Easyui使用問題記錄

很久沒弄js了,一般都是讓兄弟們去弄,但這幾天碰到個easyui的timespinner使用問題,控制項值儲存後動態載入資料時,會把日期部分也顯示出來。弟兄們除錯了很久沒發現問題所在,沒辦法,只好硬著頭皮上,外圍的js 我們自己寫的 都沒發現問題,我就懷疑是easyui的問題,雖然其 是經過混亂了的...

sumo使用問題記錄

ubuntu 16.04,sumo 0.32.0 基本參照和中的過程安裝。不過在第6步的make時提示找不到 libgl so 檔案,通過locat命令可以找到該檔案,不過雙擊提示link broken。最終通過chmod 777取得資料夾許可權,並用另一台電腦上的libgl.so檔案替換掉損壞的檔...

C Start 使用問題記錄

c start 使用問題記錄 似乎已經完全按照要求,賦值了相關屬性的資料,但是start還是執行有問題。例如 提示 the directory name is invalid 等等。需要注意 執行的程式要給出全部的路徑名 fullpathname。process.startinfo.filename...