Editing Vzctl for upstream kernel

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 110: Line 110:
 
If you are living on the bleeding edge, get vzctl sources from git. Then run autogen.sh to recreate auto* files:
 
If you are living on the bleeding edge, get vzctl sources from git. Then run autogen.sh to recreate auto* files:
  
  git clone <nowiki>https://src.openvz.org/scm/ovzl/vzctl.git</nowiki>
+
  git clone <nowiki>git://git.openvz.org/pub/vzctl</nowiki>
 
  cd vzctl
 
  cd vzctl
 
  ./autogen.sh
 
  ./autogen.sh
Line 142: Line 142:
 
* vzctl in [http://packages.altlinux.org/vzctl ALT Linux] ([http://altlinux.org/OpenVZ description])
 
* vzctl in [http://packages.altlinux.org/vzctl ALT Linux] ([http://altlinux.org/OpenVZ description])
  
== Known issues and workarounds ==
+
=== FAQ ===
 
 
=== A container doesn't boot and udevd is in a process list ===
 
udev doesn't work, because <code>uevent</code>s are not virtualized yet. If you don't know how to disable it, you can remove the udev package.
 
 
 
=== <code>vzctl enter</code> doesn't work ===
 
 
 
You see this when trying to use <code>vzctl enter</code>:
 
  
 +
# A container doesn't boot and udevd is in a process list
 +
#: udev doesn't work, because uevent-s are not virtualized yet. If you don't know how to disable it, you can remove the package.
 +
# You can't enter in CT and vzctl returns en error about pty
 
  Unable to open pty: No such file or directory
 
  Unable to open pty: No such file or directory
 
+
#: If a CT is executed in a user namespace, devpts must be mounted with the newinstance option. You can add this option in /etc/fstab.
If a CT is executed in a user namespace, devpts must be mounted with the newinstance option. You can add this option in container's <code>/etc/fstab</code> file.
 
 
 
== See also ==
 
 
 
* [[OpenVZ with upstream kernel]]
 

Please note that all contributions to OpenVZ Virtuozzo Containers Wiki may be edited, altered, or removed by other contributors. If you don't want your writing to be edited mercilessly, then don't submit it here.
If you are going to add external links to an article, read the External links policy first!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)

Templates used on this page: