• 25-09-2013, 19:56:50
    #1
    Merhaba Arkadaşlar, Openvz kurdum. Fakat sorun yaşıyorum ilgilenen arkadaşların bana yardımcı olmasını rica ederim.

    [root@xxxx cache]# vzctl create 101 --ostemplate centos-5-x86_64.tar.gz
    vztmpl-dl ERROR: template centos-5-x86_64.tar.gz not found!
    Cached OS template /vz/template/cache/centos-5-x86_64.tar.gz.tar[.gz|.bz2|.xz] not found
    Destroying container private area: /vz/private/101
    Creation of container private area failed

    Ücretli veya ücretsiz birisi yardımcı olursa sevinirim.
  • 25-09-2013, 20:43:45
    #2
    Kimlik doğrulama veya yönetimden onay bekliyor.
    [root@xxxx cache]# vzctl create 101 --ostemplate centos-5-x86_64.tar.gz
    olarak değil de,

    vzctl create 101 --ostemplate centos-5-x86_64 --config basic
    şeklinde dener misiniz? tar.gz olarak belirtmemeniz gerekiyor.

    Hatada da belirtildiği gibi, --ostemplate OS olarak girmeniz gerekiyor. Zaten kendisi tar file olduğunu tanımlayıp, gz ile eşleme yapıyor.
  • 25-09-2013, 21:13:25
    #3
    Hosthink adlı üyeden alıntı: mesajı görüntüle
    [root@xxxx cache]# vzctl create 101 --ostemplate centos-5-x86_64.tar.gz
    olarak değil de,

    vzctl create 101 --ostemplate centos-5-x86_64 --config basic
    şeklinde dener misiniz? tar.gz olarak belirtmemeniz gerekiyor.

    Hatada da belirtildiği gibi, --ostemplate OS olarak girmeniz gerekiyor. Zaten kendisi tar file olduğunu tanımlayıp, gz ile eşleme yapıyor.

    [root@xxxx ~]# vzctl create 101 --ostemplate centos-5-x86_64 --config basicvzquota : (error) Quota on syscall for id 101: File exists
    vzquota : (error) Native quota is already running for this partition.
    vzquota on failed [3]
    Creating container private area (centos-5-x86_64)
    vzquota : (error) Quota is not running for id 101
    vzquota : (error) Quota on syscall for id 101: File exists
    vzquota : (error) Native quota is already running for this partition.
    vzquota on failed [3]
    Destroying container private area: /vz/private/101
    Creation of container private area failed

    sonuç bu hocam
  • 25-09-2013, 21:34:12
    #4
    id 101 zaten varmış, 102 103 vs dene.
  • 25-09-2013, 21:34:27
    #5
    Quota on syscall for id 101: File exists

    Yani var olduğunu belirtmiş. Daha önceden 101 kurulumu yaptığınız için create edemiyor.

    vzctl create 999 --ostemplate centos-5-x86_64 --config basic

    şeklinde kontrol edip çıktısını iletirseniz, farklı problem var mı onu görmüş oluruz.