Changes

Jump to: navigation, search

Physical to container

762 bytes added, 13:41, 8 February 2007
no edit summary
ln -s /proc/mounts /vz/private/123/etc/mtab
'''Also check that:''' - fstab is empty ; fstab has to be empty. - /dev/ptymx exists if it does not exist, create with: <code>vzctl exec 123 mknod /dev/ptmx c 5 2</code> - check if /dev/pts exists it's a dir, if it does not exist, create with <code>vzctl exec 123 mkdir /dev/pts</code> : There might be other adjustments needed. Please add if you have more info.
* Try to start your new VE:
vzctl start 123
 
* If your node starts but you can not enter it, you should be able to execute commands in it.
check if devpts is mounted.
<code>vzctl exec 123 mount</code>
 
If not, mount it <code>vzctl exec 123 mount -t devpts none /dev/pts</code>
If it does "not exist, please check above to create it correctly.
: If anything goes wrong, try to find out why and fix. If you have enough Linux experience, it can be handled.
 
== Success Stories ==
- Debian 3.1 Sarge with MySQL, apache2, PowerDNS
--[[User:Stoffell|stoffell]] 08:41, 8 February 2007 (EST)
[[Category:HOWTO]]
6
edits

Navigation menu