Difference between revisions of "Talk:Debian template creation"

From OpenVZ Virtuozzo Containers Wiki
Jump to: navigation, search
(Debian template creation)
Line 13: Line 13:
  
 
Now I could start and enter the new VE.
 
Now I could start and enter the new VE.
 +
 +
== Debian template creation ==
 +
 +
For backward compablity to main OpenVZ:
 +
 +
Create a symlink from /var/lib/vz to /vz
 +
<pre>
 +
# ln -s /var/lib/vz /vz
 +
</pre>

Revision as of 12:43, 8 January 2007

Hi all, This is my first trial with openVZ and a wiki. Please give me some hints, if anything is wrong. Don't hesitate to correct my poor english.

I just installed openVZ on a rather old test box with Debian. Installation failed at first and I suppose there is a wrong path statement used for the debian packages.

When I came to vzctl start 777 I received the message Starting VE ... VE private area /var/lib/vz/private/777 does not exist

Moving the directory 777 from /vz/private to /var/lib/vz/private solves this problem.

Now I could start and enter the new VE.

Debian template creation

For backward compablity to main OpenVZ:

Create a symlink from /var/lib/vz to /vz

 # ln -s /var/lib/vz /vz