• 31-01-2014, 00:24:24
    #28
    hocam zaten reboot attım ve sonrasında yum update yaptım aldıgım hatayıda yazmıştım.
  • 31-01-2014, 00:27:46
    #29
    Kimlik doğrulama veya yönetimden onay bekliyor.
    Bende size diyorum ki; o bir hata degil. Reboot attiysaniz,

    uname -a
    yum repolist all

    ciktilarini kopyalayin, son kontrolleri yapalim.
  • 31-01-2014, 00:32:45
    #30
    Ha şimdi anladım gece gece normaldir :P Çıktı Sonuçları;

    uname -a
    Linux server1.khshosting.com 2.6.18-448.16.1.el5.lve0.8.70 #1 SMP Wed Sep 4 19:3
    5:44 EEST 2013 x86_64 x86_64 x86_64 GNU/Linux
    root@server1 [~]# yum repolist all
    Loaded plugins: fastestmirror, security
    Loading mirror speeds from cached hostfile
    * base: ftp.linux.org.tr
    * extras: ftp.linux.org.tr
    * updates: ftp.linux.org.tr
    Excluding Packages in global exclude list
    Finished
    repo id repo name status
    C5.0-base CentOS-5.0 - Base disabled
    C5.0-centosplus CentOS-5.0 - Plus disabled
    C5.0-extras CentOS-5.0 - Extras disabled
    C5.0-updates CentOS-5.0 - Updates disabled
    C5.1-base CentOS-5.1 - Base disabled
    C5.1-centosplus CentOS-5.1 - Plus disabled
    C5.1-extras CentOS-5.1 - Extras disabled
    C5.1-updates CentOS-5.1 - Updates disabled
    C5.2-base CentOS-5.2 - Base disabled
    C5.2-centosplus CentOS-5.2 - Plus disabled
    C5.2-extras CentOS-5.2 - Extras disabled
    C5.2-updates CentOS-5.2 - Updates disabled
    C5.3-base CentOS-5.3 - Base disabled
    C5.3-centosplus CentOS-5.3 - Plus disabled
    C5.3-extras CentOS-5.3 - Extras disabled
    C5.3-updates CentOS-5.3 - Updates disabled
    C5.4-base CentOS-5.4 - Base disabled
    C5.4-centosplus CentOS-5.4 - Plus disabled
    C5.4-extras CentOS-5.4 - Extras disabled
    C5.4-updates CentOS-5.4 - Updates disabled
    C5.5-base CentOS-5.5 - Base disabled
    C5.5-centosplus CentOS-5.5 - Plus disabled
    C5.5-extras CentOS-5.5 - Extras disabled
    C5.5-updates CentOS-5.5 - Updates disabled
    C5.6-base CentOS-5.6 - Base disabled
    C5.6-centosplus CentOS-5.6 - Plus disabled
    C5.6-extras CentOS-5.6 - Extras disabled
    C5.6-updates CentOS-5.6 - Updates disabled
    C5.7-base CentOS-5.7 - Base disabled
    C5.7-centosplus CentOS-5.7 - Plus disabled
    C5.7-extras CentOS-5.7 - Extras disabled
    C5.7-updates CentOS-5.7 - Updates disabled
    base CentOS-5 - Base enabled: 3.568+94
    c5-media CentOS-5 - Media disabled
    centosplus CentOS-5 - Plus disabled
    contrib CentOS-5 - Contrib disabled
    debug CentOS-5 - Debuginfo disabled
    extras CentOS-5 - Extras enabled: 242+23
    updates CentOS-5 - Updates enabled: 190+45
    repolist: 4.000
    root@server1 [~]#
  • 31-01-2014, 00:36:39
    #31
    CentOS deposu normale dönmüş fakat reboot atmadiniz sanirim. Sistem hala LVE kernelinde gözüküyor.
  • 31-01-2014, 00:37:48
    #32
    hocam iki kez attım reboot gene atayım sonrasında işlem yapmıyorum dimi?
  • 31-01-2014, 00:41:46
    #33
    Ek birsey yapmana gerek yok fakat cldeploy scriptini calistirdiktan sonra hersey yolunda gittiyse, reboot sonrasi sistemin centos kerneli ile başlamasi gerekiyordu. Baslamiyorsa birseyler ters gitti demektir.
  • 31-01-2014, 00:44:14
    #34
    bencede en iyi sonuc format olacak sanırım hocam genede emegine eline sağlık gece gece yordum sizi teşekkürlerimi borç bilirim allah razı olsun senden okadar ugraştın sabırlı şekilde
  • 31-01-2014, 00:49:14
    #35
    Rica ederim lafi bile olmaz.

    Yalniz formatlik bir durum yok.

    /boot/grub/menu.lst dosyasini duzenleyerek sistemi centos kerneli ile baslatabilirsin, tercih sizin tabiki. İyi geceler.
  • 16-02-2014, 06:46:51
    #36
    nano /boot/grub/grub.conf

    komutunu girin, aşağıdaki gibi bir ekran gelecek.


    # NOTICE:  You have a /boot partition.  This means that
    #          all kernel paths are relative to /boot/
    default=0
    timeout=30
    splashimage=(hd0,0)/grub/splash.xpm.gz
    
    title Red Hat Linux (2.4.7-3-jul2001)
            root (hd0,0)
            kernel /vmlinuz-2.4.7-3-jul2001 ro root=/dev/hda3
            initrd /initrd-2.4.7-3-jul2001.img
    
    title Red Hat Linux (2.4.7-3)
            root (hd0,0)
            kernel /vmlinuz-2.4.7-3 ro root=/dev/hda3
            initrd /initrd-2.4.7-3.img

    Bu ekranda yüklü olan kernel'ler title başlığıyla sırasıyla listeleniyor( 0'dan başlayarak)

    Başlatmak istediğiniz centos kernelinin numarasını, "default=0" satırına girerek, istediğiniz kernel'den başlatmayı sağlayabilirsiniz. Dosyayı kaydettikten sonra reboot atmanız yeterli.