*SOLVED* vzpkgcache and cache creation [message #2812] |
Fri, 21 April 2006 19:51 |
dustinw
Messages: 2 Registered: April 2006
|
Junior Member |
|
|
Hello-
I am trying to get a server set up and running with OpenVZ. I downloaded and installed the following (as per the installation instructions):
vzkernel-smp-2.6.8-022stab076.1
vzctl-lib-3.0.0-7
vzrpm43-4.3.3-7_nonptl.6
vztmpl-fedora-core-5-2.0-2
vzquota-3.0.0-6
vzctl-3.0.0-7
vzpkg-2.7.0-18
vzrpm44-4.4.1-22.5
vzrpm43-python-4.3.3-7_nonptl.6
vztmpl-centos-4-2.0-2
vztmpl-fedora-core-4-2.0-2
vzyum-2.4.0-11
vzrpm44-python-4.4.1-22.5
vztmpl-fedora-core-3-2.0-2
The kernel installation and modification of the appropriate system files went well and according to plan. Now I'm at the point where I'm trying to build the package caches so that I can create VPSs.
When I issue the vzpkgcache as follows here is the output:
[root@opnvz1 ~]# vzpkgcache
Creating cache for fedora-core-4-i386-default OS template
ERROR: Can't start VPS 100001
Creating cache for fedora-core-4-i386-minimal OS template
ERROR: Can't start VPS 100001
Creating cache for fedora-core-5-i386-default OS template
ERROR: Can't start VPS 100001
Creating cache for fedora-core-5-i386-minimal OS template
ERROR: Can't start VPS 100001
Creating cache for fedora-core-3-i386-default OS template
ERROR: Can't start VPS 100001
Creating cache for fedora-core-3-i386-minimal OS template
ERROR: Can't start VPS 100001
Creating cache for centos-4-i386-default OS template
ERROR: Can't start VPS 100001
Creating cache for centos-4-i386-minimal OS template
ERROR: Can't start VPS 100001
Does anyone have any ideas as to why this might be happening?
Thanks.
--Dustin
[Updated on: Fri, 05 May 2006 17:58] by Moderator Report message to a moderator
|
|
|
|
|
|
Re: vzpkgcache and cache creation [message #2837 is a reply to message #2826] |
Sat, 22 April 2006 20:36 |
mavenman
Messages: 10 Registered: April 2006
|
Junior Member |
|
|
I have the same exact errors returned when running:
# vzpkgcache centos-4-i386-default
Creating cache for centos-4-i386-default OS template
ERROR: Can't start VPS 100001
I attempted to create the cache for just this osname to return the following errors listed in /var/log/vzctl.log:
2006-04-22T16:29:03-0400 vzctl : VPS 100001 : Invalid value for VMGUARPAGES=6144:9223372036854775807, skipped
2006-04-22T16:29:03-0400 vzctl : VPS 100001 : Invalid value for OOMGUARPAGES=6144:9223372036854775807, skipped
2006-04-22T16:29:03-0400 vzctl : VPS 100001 : Invalid value for PHYSPAGES=0:9223372036854775807, skipped
2006-04-22T16:29:03-0400 vzctl : VPS 100001 : VPS is mounted
2006-04-22T16:29:03-0400 vzctl : VPS 100001 : Invalid value for VMGUARPAGES=6144:9223372036854775807, skipped
2006-04-22T16:29:03-0400 vzctl : VPS 100001 : Invalid value for OOMGUARPAGES=6144:9223372036854775807, skipped
2006-04-22T16:29:03-0400 vzctl : VPS 100001 : Invalid value for PHYSPAGES=0:9223372036854775807, skipped
2006-04-22T16:29:03-0400 vzctl : VPS 100001 : UB parameter PHYSPAGES not set
2006-04-22T16:29:03-0400 vzctl : VPS 100001 : UB parameter VMGUARPAGES not set
2006-04-22T16:29:03-0400 vzctl : VPS 100001 : UB parameter OOMGUARPAGES not set
2006-04-22T16:29:03-0400 vzctl : VPS 100001 : Invalid value for VMGUARPAGES=6144:9223372036854775807, skipped
2006-04-22T16:29:03-0400 vzctl : VPS 100001 : Invalid value for OOMGUARPAGES=6144:9223372036854775807, skipped
2006-04-22T16:29:03-0400 vzctl : VPS 100001 : Invalid value for PHYSPAGES=0:9223372036854775807, skipped
2006-04-22T16:29:03-0400 vzctl : VPS 100001 : Unable to stop: VPS is not running
2006-04-22T16:29:03-0400 vzctl : VPS 100001 : Invalid value for VMGUARPAGES=6144:9223372036854775807, skipped
2006-04-22T16:29:03-0400 vzctl : VPS 100001 : Invalid value for OOMGUARPAGES=6144:9223372036854775807, skipped
2006-04-22T16:29:03-0400 vzctl : VPS 100001 : Invalid value for PHYSPAGES=0:9223372036854775807, skipped
2006-04-22T16:29:03-0400 vzctl : VPS 100001 : VPS is unmounted
2006-04-22T16:29:03-0400 vzctl : VPS 100001 : Invalid value for VMGUARPAGES=6144:9223372036854775807, skipped
2006-04-22T16:29:03-0400 vzctl : VPS 100001 : Invalid value for OOMGUARPAGES=6144:9223372036854775807, skipped
2006-04-22T16:29:03-0400 vzctl : VPS 100001 : Invalid value for PHYSPAGES=0:9223372036854775807, skipped
2006-04-22T16:29:03-0400 vzctl : VPS 100001 : Destroying VPS private area: /vz/private/100001
2006-04-22T16:29:04-0400 vzctl : VPS 100001 : VPS private area was destroyed
I attempted to revert back to an earlier version of vzquota (from 3.0.0-6 to 3.0.0-2) with no change. The above errors were returned with vzquota-3.0.0-2 and vzquota-3.0.0-6
Hope this helps in diagnosing the issue.
|
|
|
|
|
|
|
|