Changes

Jump to: navigation, search

Container enter failed

141 bytes added, 10:27, 13 June 2006
fixed formatting
'''Problem''': VPS created succesfully and started.But when trying to do<pre>
vzctl enter 101
</pre>
you get
<pre>
VPS enter failed(?)
</pre> Using strace, you see:<pre># strace -ff vzctl enter
....
fstat64(...st_mode=S_IFCHR|0620, st_rdev=makedev(136, 0)...) fail
....
</pre>
'''Solution''':SolutionRecompile the kernel with the following option:<pre>
CONFIG_LEGACY_PTYS=y
</pre>
[[Category: Troubleshooting]]

Navigation menu