• 29-06-2007, 12:11:52
    #1
    o sorunu geçtim şimdi de burada bekliyor....

    Sonu ne olacak bunun.

    Arkadaşlar, cpanel kurulurken bir önceki postumda bir hata vermiştim. neyse onu geçtik. cpaneli servera çektik. Sonra sh latest diyerek kurulumu başlattım.

    Aşağıdaki gibi.:

    [root@ns1 ~]# sh latest
    Creating directory installd
    Verifying archive integrity... All good.
    Uncompressing cplyr1-cPanel............................................ .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. .................................................. ................................................
    ____ _
    ___| _ \ __ _ _ __ ___| |
    / __| |_) / _` | '_ \ / _ \ |
    | (__| __/ (_| | | | | __/ |
    \___|_| \__,_|_| |_|\___|_|
    Installer Version 11.4.1



    Burada bekliyor. başka bir işlem yapmadı. acaba bu sefer sorun ne :S yada ne kadar beklicek. doğal mı bu.
  • 29-06-2007, 12:13:41
    #2
    orda bekler normal olarak.ama çok beklerse sorun vardır.
    re-os yaptır.
  • 29-06-2007, 13:27:35
    #3
    evet yaptım biraz daha bekledim ve böyle bir hata verdi.

    "Your operating system's rpm update method (yum) was not able to locate the glibc package. This is an indication of an improper setup. You must correct this error before you can proceed."

    bunu bir arkadaş daha önce çözmüş sanırm. ama bulamadım.
  • 29-06-2007, 13:34:51
    #4
    ssh de

    rm -rf /var/cpanel/useyum

    yapıp tekrar denermisin?
  • 29-06-2007, 13:52:21
    #5
    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