chrismaden
Keep it Low
Hallo wollte mir gerade ein neues Template einrichten da bekam ich folgenden error:
root@Cent # vzctl create 101 --ostemplate centos-5-i386-default --config vps.basic
File /etc/vz/conf/ve-vps-basic.conf-sample is not found
Creation of container private area failed
--- logg ---
hoffe das alle infos drinnen sind die ihr braucht
basierend auf centos 5
ps.
auch wenn ich so mache :
klappt es nicht keine ahnung woran es liegen soll obwohl die datei doch existiert?!
root@Cent # vzctl create 101 --ostemplate centos-5-i386-default --config vps.basic
File /etc/vz/conf/ve-vps-basic.conf-sample is not found
Creation of container private area failed
--- logg ---
Code:
root@CentOS-54-32-minimal /etc/vz/conf # ls -la
total 28K
drwxr-xr-x 2 root root 4.0K Nov 28 19:23 .
drwxr-xr-x 10 root root 4.0K Nov 28 19:04 ..
-rw-r--r-- 1 root root 234 Sep 6 16:26 0.conf
-rw-r--r-- 1 root root 13 Nov 28 19:23 101.conf
-rw-r--r-- 1 root root 1.5K Sep 6 16:26 ve-basic.conf-sample
-rw-r--r-- 1 root root 1.6K Sep 6 16:26 ve-light.conf-sample
-rw-r--r-- 1 root root 1.5K Sep 6 16:26 ve-unlimited.conf-sample
root@CentOS-54-32-minimal /etc/sysconfig/vz-scripts # ls -la
total 28K
drwxr-xr-x 2 root root 4.0K Nov 28 19:23 .
drwxr-xr-x 10 root root 4.0K Nov 28 19:04 ..
-rw-r--r-- 1 root root 234 Sep 6 16:26 0.conf
-rw-r--r-- 1 root root 13 Nov 28 19:23 101.conf
-rw-r--r-- 1 root root 1.5K Sep 6 16:26 ve-basic.conf-sample
-rw-r--r-- 1 root root 1.6K Sep 6 16:26 ve-light.conf-sample
-rw-r--r-- 1 root root 1.5K Sep 6 16:26 ve-unlimited.conf-sample
root@CentOS-54-32-minimal /etc/sysconfig/vz-scripts # vzctl create 101 --ostemplate centos-5-i386-default --config vps-basic
File /etc/vz/conf/ve-vps-basic.conf-sample is not found
Creation of container private area failed
root@CentOS-54-32-minimal /etc/sysconfig/vz-scripts # cat /etc/vz/vz.conf
## Global parameters
VIRTUOZZO=yes
LOCKDIR=/vz/lock
DUMPDIR=/vz/dump
VE0CPUUNITS=1000
## Logging parameters
LOGGING=yes
LOGFILE=/var/log/vzctl.log
LOG_LEVEL=0
VERBOSE=0
## Disk quota parameters
DISK_QUOTA=yes
VZFASTBOOT=no
# Disable module loading. If set, vz initscript do not load any modules.
#MODULES_DISABLED=yes
# The name of the device whose IP address will be used as source IP for CT.
# By default automatically assigned.
#VE_ROUTE_SRC_DEV="eth0"
# Controls which interfaces to send ARP requests and modify APR tables on.
NEIGHBOUR_DEVS=all
## Fail if there is another machine in the network with the same IP
ERROR_ON_ARPFAIL="no"
## Template parameters
TEMPLATE=/vz/template
## Defaults for containers
VE_ROOT=/vz/root/$VEID
VE_PRIVATE=/vz/private/$VEID
CONFIGFILE="vps.basic"
DEF_OSTEMPLATE="centos-5"
## Load vzwdog module
VZWDOG="no"
## IPv4 iptables kernel modules
IPTABLES="ipt_REJECT ipt_tos ipt_limit ipt_multiport iptable_filter iptable_mangle ipt_TCPMSS ipt_tcpmss ipt_ttl ipt_length"
## Enable IPv6
IPV6="no"
## IPv6 ip6tables kernel modules
IP6TABLES="ip6_tables ip6table_filter ip6table_mangle ip6t_REJECT"
basierend auf centos 5
ps.
auch wenn ich so mache :
Code:
root@CentOS-54-32-minimal /etc/vz/conf # vzctl create 101 --ostemplate centos-5-i386-default --config vps-basic
File /etc/vz/conf/ve-vps-basic.conf-sample is not found
Creation of container private area failed
root@CentOS-54-32-minimal /etc/vz/conf # vzctl create 101 --ostemplate centos-5-i386-default --config vps.basic
File /etc/vz/conf/ve-vps.basic.conf-sample is not found
Creation of container private area failed
klappt es nicht keine ahnung woran es liegen soll obwohl die datei doch existiert?!
Last edited by a moderator: