Difference between revisions of "Container enter failed"

From OpenVZ Virtuozzo Containers Wiki
Jump to: navigation, search
m (Can't Enter VPS moved to VPS enter failed: the exact error message)
(added see also)
Line 22: Line 22:
 
CONFIG_LEGACY_PTYS=y
 
CONFIG_LEGACY_PTYS=y
 
</pre>
 
</pre>
 +
 +
== See also ==
 +
 +
* {{Bug|130}}
 +
* {{Bug|578}}
  
 
[[Category: Troubleshooting]]
 
[[Category: Troubleshooting]]

Revision as of 11:49, 15 May 2007

Problem: VPS created succesfully and started. But when trying to do

vzctl enter 101 

you get

VPS enter failed(?)

Using strace, you see:

# strace -ff vzctl enter
....
fstat64(...st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0)...) fail
....

Solution: Recompile the kernel with the following option:

CONFIG_LEGACY_PTYS=y

See also