You have mail in /var/spool/mail/root
böyle bir şey yazdı öyle yapıncada....
Bir arkadaş bunları yazmış. Ama ben pek bişi anlamadım. çözümü buymuş..
killall yum
service yum restart
sh lates
yum install gcc && yum install gcclib* && yum install glibc
login as: root
root@64.56.70.6's password:
Last login: Thu Jun 21 17:56:33 2007
[root@localhost ~]# yum install gcc
Existing lock /var/run/yum.pid: another copy is running. Aborting.
[root@localhost ~]# yum install gcclib*
Existing lock /var/run/yum.pid: another copy is running. Aborting.
[root@localhost ~]# yum install glibc
cd ~
mkdir setups
cd setups
wget http://linux.duke.edu/projects/yum/d...m-2.0.7.tar.gz
tar -xvzf yum-2.0.7.tar.gz
cd yum-2.0.7
./configure
make
make install
nano /etc/yum.conf
Yum dosyasi
[main]
exclude=mod_ssl* httpd* perl mysql* php* spamassassin* kernel* exim* courier* apache*
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=redhat-release
installonlypkgs=kernel kernel-smp kernel-hugemem kernel-enterprise kernel-debug
#kernel-unsupported kernel-smp-unsupported kernel-hugemem-unsupported
tolerant=1
exactarch=1
[base]
name=CentOS-$releasever - Base
baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
gpgcheck=1
#released updates
[update]
name=CentOS-$releasever - Updates
[update]
name=CentOS-$releasever - Updates
baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
gpgcheck=1
#packages used/produced in the build but not released
[addons]
name=CentOS-$releasever - Addons