Difference between revisions of "Talk:Debian template creation"
Line 2: | Line 2: | ||
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. | 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 | + | 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 | When I came to | ||
<code>vzctl start 777</code> | <code>vzctl start 777</code> | ||
I received the message | I received the message | ||
− | < | + | <code>Starting VE ... |
− | VE private area /var/lib/vz/private/777 does not exist</ | + | VE private area /var/lib/vz/private/777 does not exist</code> |
− | + | Moving the directory 777 from /vz/private to /var/lib/vz/private solves this problem. | |
− | |||
− | |||
Now I could start and enter the new VE. | Now I could start and enter the new VE. | ||
− | |||
− |
Revision as of 16:49, 7 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.