<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.openvz.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Andrex</id>
	<title>OpenVZ Virtuozzo Containers Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.openvz.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Andrex"/>
	<link rel="alternate" type="text/html" href="https://wiki.openvz.org/Special:Contributions/Andrex"/>
	<updated>2026-05-15T12:33:52Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Talk:Virtual_Ethernet_device&amp;diff=1878</id>
		<title>Talk:Virtual Ethernet device</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Talk:Virtual_Ethernet_device&amp;diff=1878"/>
		<updated>2006-07-14T21:11:01Z</updated>

		<summary type="html">&lt;p&gt;Andrex: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Under Common Configurations -&amp;gt; Simple configuration -&amp;gt; Configure devices in VE0, the example shows&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[host-node]# echo 1 &amp;gt; /proc/sys/net/ipv4/conf/eth0/forwarding&lt;br /&gt;
[host-node]# echo 1 &amp;gt; /proc/sys/net/ipv4/conf/eth0/proxy_arp&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
being run on the host node, VE0.  I don't think this can be correct, because eth0 exists in VE 101, not VE0.&lt;/div&gt;</summary>
		<author><name>Andrex</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Installation_on_Debian/old&amp;diff=1877</id>
		<title>Installation on Debian/old</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Installation_on_Debian/old&amp;diff=1877"/>
		<updated>2006-07-14T19:39:13Z</updated>

		<summary type="html">&lt;p&gt;Andrex: /* Creating the kernel package */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;OpenVZ is now a part of Debian Sid (a.k.a. &amp;quot;unstable&amp;quot;) repository. This article describes how to install OpenVZ on a Debian Sid system.&lt;br /&gt;
&lt;br /&gt;
== Installing the utilities and kernel patch ==&lt;br /&gt;
&lt;br /&gt;
To install the OpenVZ kernel patch and utilities, run the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
apt-get update&lt;br /&gt;
apt-get install kernel-patch-openvz vzctl vzquota&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creating the kernel package ==&lt;br /&gt;
&lt;br /&gt;
To create a kernel package, you need to download and unpack 2.6.16 “vanilla” kernel first:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /usr/src/&lt;br /&gt;
wget http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2&lt;br /&gt;
tar cjf linux-2.6.16.tar.bz2&lt;br /&gt;
cd linux-2.6.16&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
(Note that you do need a vanilla kernel for this, because the OpenVZ kernel patch doesn't apply cleanly to the Debian linux-source-2.6.16 package; see [http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=377707 Debian bug #377707].)&lt;br /&gt;
&lt;br /&gt;
Next, get the proper kernel config from [http://download.openvz.org/kernel/devel/026test015.1/configs/ download.openvz.org]. Below is the example of using smp config for i686:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget http://download.openvz.org/kernel/devel/026test015.1/configs/kernel-2.6.16-026test015-i686-smp.config.ovz&lt;br /&gt;
mv kernel-2.6.16-026test015-i686-smp.config.ovz .config&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Note|example shows getting the config for 026test015 kernel. If you have a different kernel (kernel-patch-openvz), choose the corresponding config.}&lt;br /&gt;
&lt;br /&gt;
Now you can apply openvz kernel patch and compile the kernel:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
make-kpkg --added_patches openvz&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category: HOWTO]]&lt;br /&gt;
[[Category: Installation]]&lt;/div&gt;</summary>
		<author><name>Andrex</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Installation_on_Debian/old&amp;diff=1876</id>
		<title>Installation on Debian/old</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Installation_on_Debian/old&amp;diff=1876"/>
		<updated>2006-07-14T19:34:00Z</updated>

		<summary type="html">&lt;p&gt;Andrex: /* Installing the utilities and kernel patch */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;OpenVZ is now a part of Debian Sid (a.k.a. &amp;quot;unstable&amp;quot;) repository. This article describes how to install OpenVZ on a Debian Sid system.&lt;br /&gt;
&lt;br /&gt;
== Installing the utilities and kernel patch ==&lt;br /&gt;
&lt;br /&gt;
To install the OpenVZ kernel patch and utilities, run the following:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
apt-get update&lt;br /&gt;
apt-get install kernel-patch-openvz vzctl vzquota&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Creating the kernel package ==&lt;br /&gt;
&lt;br /&gt;
To create a kernel package, you need to download and unpack 2.6.16 “vanilla” kernel first:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /usr/src/&lt;br /&gt;
wget http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2&lt;br /&gt;
tar cjf linux-2.6.16.tar.bz2&lt;br /&gt;
cd linux-2.6.16&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next, get the proper kernel config from [http://download.openvz.org/kernel/devel/026test015.1/configs/ download.openvz.org]. Below is the example of using smp config for i686:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
wget http://download.openvz.org/kernel/devel/026test015.1/configs/kernel-2.6.16-026test015-i686-smp.config.ovz&lt;br /&gt;
mv kernel-2.6.16-026test015-i686-smp.config.ovz .config&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Note|example shows getting the config for 026test015 kernel. If you have a different kernel (kernel-patch-openvz), choose the corresponding config.}&lt;br /&gt;
&lt;br /&gt;
Now you can apply openvz kernel patch and compile the kernel:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
make-kpkg --added_patches openvz&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category: HOWTO]]&lt;br /&gt;
[[Category: Installation]]&lt;/div&gt;</summary>
		<author><name>Andrex</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Debian_template_creation&amp;diff=1874</id>
		<title>Debian template creation</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Debian_template_creation&amp;diff=1874"/>
		<updated>2006-07-14T16:15:14Z</updated>

		<summary type="html">&lt;p&gt;Andrex: /* Setting VE OSTEMPLATE */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These are rough instructions of how to manually create minimal Debian Sarge (3.1) template cache, which can be used to create OpenVZ [[VE]]s based on Debian Sarge (3.1).&lt;br /&gt;
&lt;br /&gt;
== Prerequisites ==&lt;br /&gt;
I have used OpenVZ on a Gentoo Linux for this work, but any distribution is fine, as long as you can have a working &amp;lt;tt&amp;gt;debootstrap&amp;lt;/tt&amp;gt; utility on it.&lt;br /&gt;
&lt;br /&gt;
For Gentoo, run&lt;br /&gt;
&amp;lt;pre&amp;gt;emerge debootstrap&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For other distros you might need to install it from sources, or google for an appropriate package for your distro. Some rpms are avaialable from [http://people.debian.org/~blade/install/debootstrap/].&lt;br /&gt;
&lt;br /&gt;
== Bootstrapping Debian ==&lt;br /&gt;
All the commands below are executed from the root shell. We use VE ID of 777 for this example; surely it can be any other unused ID.&lt;br /&gt;
&lt;br /&gt;
For Debian Sarge on an '''x86''' (a.k.a. '''i386''') architecture:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
debootstrap --arch i386 sarge /vz/private/777  http://ftp.freenet.de/debian&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For Debian Sarge on an '''x86_64''' (a.k.a. '''AMD64''') architecture (Sarge/amd64 is not official so we have to use another repository):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
debootstrap --arch amd64 sarge /vz/private/777 http://amd64.debian.net/debian&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Preparing and starting the VE ==&lt;br /&gt;
&lt;br /&gt;
=== Setting VE config ===&lt;br /&gt;
First, we need a config for the [[VE]]:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
vzctl set 777 --applyconfig vps.basic --save&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Setting VE OSTEMPLATE ===&lt;br /&gt;
Also, we need &amp;lt;tt&amp;gt;OSTEMPLATE&amp;lt;/tt&amp;gt; to be set, for the [[vzctl]] to work properly.&lt;br /&gt;
&lt;br /&gt;
For Gentoo host system:&lt;br /&gt;
&amp;lt;pre&amp;gt;echo &amp;quot;OSTEMPLATE=debian-3.1&amp;quot; &amp;gt;&amp;gt; /etc/vz/777.conf&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For Debian host system:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
echo &amp;quot;OSTEMPLATE=debian-3.1&amp;quot; &amp;gt;&amp;gt; /etc/vz/conf/777.conf&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For other systems:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
echo &amp;quot;OSTEMPLATE=debian-3.1&amp;quot; &amp;gt;&amp;gt; /etc/sysconfig/vz-scripts/777.conf&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Setting VE IP address ===&lt;br /&gt;
For the [[VE]] to be able to download updates from network, we need a valid IP address for it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
vzctl set 777 --ipadd x.x.x.x --save&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Setting Debian repositories ===&lt;br /&gt;
For '''x86_64''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cat &amp;lt;&amp;lt; EOF &amp;gt; /vz/private/777/etc/apt/sources.list&lt;br /&gt;
deb http://amd64.debian.net/debian  stable main contrib non-free&lt;br /&gt;
deb http://security.debian.org stable/updates main contrib non-free&lt;br /&gt;
EOF&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For '''i386''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cat &amp;lt;&amp;lt; EOF &amp;gt; /vz/private/777/etc/apt/sources.list&lt;br /&gt;
deb http://ftp.freenet.de/debian stable main contrib non-free&lt;br /&gt;
deb http://security.debian.org stable/updates main contrib non-free&lt;br /&gt;
EOF&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Starting VE ===&lt;br /&gt;
Now start the VE:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
vzctl start 777&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Customizing the installation ==&lt;br /&gt;
&lt;br /&gt;
A few things needs to be done inside a newly created VE for it to become suitable for OpenVZ. All those things are done inside the VE, so first command is &amp;lt;tt&amp;gt;vzctl enter&amp;lt;/tt&amp;gt;.&lt;br /&gt;
{{Note|Do not run these commands inside host system, they are only for VE!}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
vzctl enter 777&lt;br /&gt;
export PATH=/sbin:/usr/sbin:/bin:/usr/bin&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Convert the system to use shadow passwords ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
pwconv&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Get new security updates ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
apt-get update&lt;br /&gt;
apt-get upgrade&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Install some more packages ===&lt;br /&gt;
This could be an interactive process so the system would ask some questions. Here you can add more packages you like to be present, like &amp;lt;tt&amp;gt;less&amp;lt;/tt&amp;gt;, &amp;lt;tt&amp;gt;vim&amp;lt;/tt&amp;gt; etc.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
apt-get install ssh quota&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Disable root login===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
usermod -L root&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Note|The root login will be enabled back then you use &amp;lt;tt&amp;gt;vzctl set ''VEID'' --userpasswd root:''xxxx''&amp;lt;/tt&amp;gt;.}}&lt;br /&gt;
&lt;br /&gt;
=== Disable getty ===&lt;br /&gt;
Disable running &amp;lt;tt&amp;gt;getty&amp;lt;/tt&amp;gt;s on terminals as a VE does not have any:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sed -i -e '/getty/d' /etc/inittab&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Put sane permissions for &amp;lt;tt&amp;gt;/root&amp;lt;/tt&amp;gt; directory ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
chmod 700 /root&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Disable &amp;lt;tt&amp;gt;sync()&amp;lt;/tt&amp;gt; for syslog ===&lt;br /&gt;
Turn off doing &amp;lt;tt&amp;gt;sync()&amp;lt;/tt&amp;gt; on every write for &amp;lt;tt&amp;gt;syslog&amp;lt;/tt&amp;gt;'s log files, to improve I/O performance:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sed -i -e 's@\([[:space:]]\)\(/var/log/\)@\1-\2@' /etc/syslog.conf&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Fix &amp;lt;tt&amp;gt;/etc/mtab&amp;lt;/tt&amp;gt; ===&lt;br /&gt;
Link &amp;lt;tt&amp;gt;/etc/mtab&amp;lt;/tt&amp;gt; to &amp;lt;tt&amp;gt;/proc/mounts&amp;lt;/tt&amp;gt;, so &amp;lt;tt&amp;gt;df&amp;lt;/tt&amp;gt; and stuff will work:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
rm -f /etc/mtab&lt;br /&gt;
ln -s /proc/mounts /etc/mtab&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Remove some unneeded packages ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
dpkg --purge modutils&lt;br /&gt;
dpkg --purge ppp pppoeconf pppoe pppconfig&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Disable services ===&lt;br /&gt;
Do not start some services, stick to bare minimum:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
update-rc.d -f klogd remove&lt;br /&gt;
update-rc.d -f quotarpc remove&lt;br /&gt;
update-rc.d -f exim4 remove&lt;br /&gt;
update-rc.d -f inetd remove&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Fix SSH host keys ===&lt;br /&gt;
SSH host keys should be created later, upon the first [[VE]] start:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
rm -f /etc/ssh/ssh_host_*&lt;br /&gt;
cat &amp;lt;&amp;lt; EOF &amp;gt; /etc/rc2.d/S15ssh_gen_host_keys&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
ssh-keygen -f /etc/ssh/ssh_host_rsa_key -t rsa -N ''&lt;br /&gt;
ssh-keygen -f /etc/ssh/ssh_host_dsa_key -t dsa -N ''&lt;br /&gt;
rm -f \$0&lt;br /&gt;
EOF&lt;br /&gt;
chmod a+x /etc/rc2.d/S15ssh_gen_host_keys&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Clean packages ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
apt-get clean&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now everything is done. Exit from the VE by pressing Ctrl-D (or typing &amp;lt;tt&amp;gt;exit&amp;lt;/tt&amp;gt;).&lt;br /&gt;
&lt;br /&gt;
== Preparing for and packing template cache ==&lt;br /&gt;
&lt;br /&gt;
We don't need an IP for the VE anymore, and we definitely do not need it in template cache, so remove it:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
vzctl set 777 --ipdel all --save&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Stop the VE:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
vzctl stop 777&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Go to the VE directory:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /vz/private/777&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now create a cached OS tarball.&lt;br /&gt;
&lt;br /&gt;
For '''i386''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
tar czf /vz/template/cache/debian-3.1-i386-minimal.tar.gz .&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For '''AMD64''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
tar czf /vz/template/cache/debian-3.1-x86_64-minimal.tar.gz .&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Look at the resulting tarball to see its size is sane:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# ls -lh /vz/template/cache/de*&lt;br /&gt;
-rw-r--r--  1 root root 42M Nov 17 23:50 &lt;br /&gt;
/vz/template/cache/debian-3.1-x86_64-minimal.tar.gz&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Checking if template cache works ==&lt;br /&gt;
&lt;br /&gt;
We can now create a VE based on the just-created template cache.&lt;br /&gt;
&lt;br /&gt;
For '''x86_64''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
vzctl create 1002 --ostemplate debian-3.1-x86_64-minimal&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For '''i386''':&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
vzctl create 1002 --ostemplate debian-3.1-i386-minimal&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Now check that it works:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
vzctl start 1002&lt;br /&gt;
vzctl exec 1002 ps ax&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
You should see that a few processes are running.&lt;br /&gt;
&lt;br /&gt;
== Final cleanups ==&lt;br /&gt;
&lt;br /&gt;
Let's stop and remove the VE we used to test a new cache:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
vzctl stop 1002&lt;br /&gt;
vzctl destroy 1002&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Finally, let's remove the VE we used for OS template cache creation:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
vzctl destroy 777&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category: HOWTO]]&lt;br /&gt;
[[Category: Templates]]&lt;/div&gt;</summary>
		<author><name>Andrex</name></author>
		
	</entry>
</feed>