วิธีแก้ปัญหา [Errno -1] Metadata file does not match checksum Trying other mirror.

May 31, 2009 3:10 pm

ตอนนี้ใช้ CentOS 5.3 อยู่ ใช้ yum เพื่อ update program ในเครื่อง ทำไปทำมา เจอ error นี้

[Errno -1] Metadata file does not match checksum Trying other mirror.

พยายามใช้ yum clean all yum หรือ clean metadata แล้วก็ไม่หาย เลยค้นใน Google ไปเจอวิธีแก้ง่ายๆ คือให้เพิ่ม

http_caching=packages

ในไปใน yum.conf

วิธีแก้แบบนี้น่าจะใช้ได้กับตระกูล Fedora, RHEL และ CentOS ได้ทั้งหมด

source : http://forums.fedoraforum.org/showthread.php?t=67591

เปิดใช้งาน account root บน Ubuntu

April 25, 2009 7:29 pm

ก่อนอื่นต้องตั้ง password ให้กับ root พิมพ์
#sudo passwd root
แล้วพิมพ์รหัสผ่าน account ที่ใช้อยู่
แล้วตั้งรหัสผ่านและยืนยันสำหรับ root

ถ้าต้องการ login เป็น root ทันทีก็ให้พิมพ์
#su root

การ login root เมื่ออยู่ใน GUI mode
1. ไปที่เมนู System > Administration > Login Window
2. แล้วไปที่ tab Security
3. ในหัวข้อ Security ติ๊ก Allow local system administration login

Installing VirtualBox Linux Additions (Ubuntu เป็น Guest OS)
1. Install GNU C++ Compiler (https://help.ubuntu.com/community/InstallingCompilers)
2. Install Build และ Header สำหรับ kernel ปัจจุบัน
3. ไปที่ #cd /media/cdrom/ แล้วพิมพ์ ./autorun.sh
4. Restart เครื่อง

การจัดการ package ที่ conflict กัน บน Centos

March 13, 2009 5:01 pm

# yum repolist
repo id????????????? repo name???????????????????????????????? status
addons?????????????? CentOS-5 – Addons???????????????????????? enabled
base???????????????? CentOS-5 – Base?????????????????????????? enabled
epel???????????????? Extra Packages for Enterprise Linux 5 -?? enabled
extras?????????????? CentOS-5 – Extras???????????????????????? enabled
remi???????????????? Les RPM de remi pour Enterprise Linux 5?? enabled
rpmforge???????????? Red Hat Enterprise 5 – RPMforge.net – da? enabled
updates????????????? CentOS-5 – Updates??????????????????????? enabled

# cd /etc/yum.repos.d
# ll
-rw-r–r– 1 root root 2089 Feb? 5 17:02 CentOS-Base.repo
-rw-r–r– 1 root root? 626 Jun 19? 2008 CentOS-Media.repo
-rw-r–r– 1 root root? 954 Apr 26? 2008 epel.repo
-rw-r–r– 1 root root 1054 Apr 26? 2008 epel-testing.repo
-rw-r–r– 1 root root? 684 Mar? 9? 2007 mirrors-rpmforge
-rw-r–r– 1 root root? 501 Jan? 8 23:05 remi.repo
-rw-r–r– 1 root root? 481 Jan 22 13:18 remi.repo.rpmnew
-rw-r–r– 1 root root? 428 Mar? 9? 2007 rpmforge.repo

# nano CentOS-Base.repo
[base]
name=CentOS-$releasever – Base
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
exclude=spamassass*,rrdtool*

#released updates
[updates]
name=CentOS-$releasever – Updates
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates
#baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-CentOS-5
exclude=spamassass*,rrdtool*

« Older Entries

Categories