Problem in OSTemplate

Discussion in 'Installation/Configuration' started by A_1, Apr 10, 2009.

  1. A_1

    A_1 New Member

    Hello,

    i'm using Openvz /vtonf, and i need use some OStemplates Like centos 32 , Fedora , Debian ,. and when i try download some from
    http://download.openvz.org/template/precreated/contrib/
    or from here
    http://download.openvz.org/template/precreated/

    in /vz/template/cache
    and update sitting in vtonf and after creat server and enter in this is vps .
    yum update syas : ERROR: No such OS template: install
    restart this is vps not make any changes ,
    can any one know how can find some of good templates ? or any idea to fix the problem

    thank u
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Ok, so you run
    Code:
    yum update syas 
    inside a virtual machine, and you get an error? (Please note that yum works only on Fedora/CentOS, not on Debian.)

    What's the output of
    Code:
    cat /proc/user_beancounters
    ?
     
  3. A_1

    A_1 New Member

    [root@www ~]# yum update syas
    Loading "installonlyn" plugin
    Setting up Update Process
    Setting up repositories
    Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=5&arch=i386&repo=extras error was
    [Errno 4] IOError: <urlopen error (-3, 'Temporary failure in name resolution')>
    Error: Cannot find a valid baseurl for repo: extras
    [root@www ~]#




    [root@www ~]# cat /proc/user_beancounters
    Version: 2.5
    uid resource held maxheld barrier limit failcnt
    1005: kmemsize 1818546 2171375 7372700 7790164 0
    lockedpages 0 0 128 128 0
    privvmpages 4907 7646 32768 42768 0
    shmpages 45 45 21504 21504 0
    dummy 0 0 0 0 0
    numproc 20 25 120 120 0
    physpages 2381 4998 0 2147483647 0
    vmguarpages 0 0 16792 2147483647 0
    oomguarpages 2381 4998 15112 2147483647 0
    numtcpsock 4 4 160 160 0
    numflock 3 4 90 100 0
    numpty 1 1 16 16 0
    numsiginfo 0 2 28 28 0
    tcpsndbuf 0 0 820320 1303360 0
    tcprcvbuf 0 0 820320 1303360 0
    othersockbuf 6708 15108 526080 1097152 0
    dgramrcvbuf 0 8380 132144 132144 0
    numothersock 8 11 180 180 0
    dcachesize 0 0 1709920 1824960 0
    numfile 447 538 5312 5312 0
    dummy 0 0 0 0 0
    dummy 0 0 0 0 0
    dummy 0 0 0 0 0
    numiptent 10 10 64 64 0
    [root@www ~]#
     
  4. falko

    falko Super Moderator Howtoforge Staff

    What's in /etc/resolv.conf in the guest?
     

Share This Page