<?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=Filewalker</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=Filewalker"/>
	<link rel="alternate" type="text/html" href="https://wiki.openvz.org/Special:Contributions/Filewalker"/>
	<updated>2026-05-14T17:37:33Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Talk:Download/template/precreated&amp;diff=11952</id>
		<title>Talk:Download/template/precreated</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Talk:Download/template/precreated&amp;diff=11952"/>
		<updated>2012-02-12T10:26:36Z</updated>

		<summary type="html">&lt;p&gt;Filewalker: /* Contributed templates */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Error reporting ==&lt;br /&gt;
Where to report an error in one of the templates? {{unsigned|92.124.110.96|19:37, 24 April 2010}}&lt;br /&gt;
: http://bugzilla.openvz.org/enter_bug.cgi?product=OpenVZ&amp;amp;component=templates --[[User:Kir|Kir]] 07:22, 26 April 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== ubuntu-10.04-x86 ===&lt;br /&gt;
(I cannot publish my email in bugzilla)&lt;br /&gt;
&lt;br /&gt;
Ubuntu 10.04 templates (2010-07-10) lack of [http://blog.bodhizazen.net/linux/ubuntu-10-04-openvz-templates/ bodhi.zazen's patch for upstart]. It's a simple text file saved as /vz/private/777/etc/init/openvz.conf and with the following content. Without this, on container upgrade networking is lost:&lt;br /&gt;
 # OpenVZ - Fix init sequence to have OpenVZ working with upstart&lt;br /&gt;
 &lt;br /&gt;
 description &amp;quot;Fix OpenVZ&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 start on startup&lt;br /&gt;
 &lt;br /&gt;
 task&lt;br /&gt;
 pre-start script&lt;br /&gt;
 mount -t devpts devpts /dev/pts&lt;br /&gt;
 mount -t tmpfs varrun /var/run&lt;br /&gt;
 mount -t tmpfs varlock /var/lock&lt;br /&gt;
 mkdir -p /var/run/network&lt;br /&gt;
 if [ ! -e /etc/mtab ]; then&lt;br /&gt;
 cat /proc/mounts &amp;gt; /etc/mtab&lt;br /&gt;
 fi&lt;br /&gt;
 touch /var/run/utmp&lt;br /&gt;
 chmod 664 /var/run/utmp&lt;br /&gt;
 chown root.utmp /var/run/utmp&lt;br /&gt;
 if [ &amp;quot;$(find /etc/network/ -name upstart -type f)&amp;quot; ]; then&lt;br /&gt;
 chmod -x /etc/network/*/upstart || true&lt;br /&gt;
 fi&lt;br /&gt;
 end script&lt;br /&gt;
 &lt;br /&gt;
 script&lt;br /&gt;
 start networking&lt;br /&gt;
 initctl emit filesystem --no-wait&lt;br /&gt;
 initctl emit local-filesystems --no-wait&lt;br /&gt;
 initctl emit virtual-filesystems --no-wait&lt;br /&gt;
 init 2&lt;br /&gt;
 end script&lt;br /&gt;
Also is necessary to put upstart, mountall and ifupdown on hold:&lt;br /&gt;
 echo &amp;quot;mountall hold&amp;quot; | dpkg --set-selections&lt;br /&gt;
 echo &amp;quot;upstart hold&amp;quot; | dpkg --set-selections&lt;br /&gt;
 echo &amp;quot;ifupdown hold&amp;quot; | dpkg --set-selections&lt;br /&gt;
&lt;br /&gt;
== Contributed templates ==&lt;br /&gt;
&lt;br /&gt;
* Most recent Funtoo templates can be found here (daily builds) for x86 and x86_64:&lt;br /&gt;
http://ftp.osuosl.org/pub/funtoo/funtoo-current/openvz/&lt;br /&gt;
&lt;br /&gt;
* There is a new version of Gentoo OS template for OpenVZ that made by Thomas Urban, Please check it.&lt;br /&gt;
:: Gentoo 10.1 amd64, ~201 MiB, created on 2010-04-11. http://blog.toxa.de/wp-content/uploads/2010/04/gentoo.tar.gz&lt;br /&gt;
:: Author notes: http://blog.toxa.de/archives/266&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* I have built an i386 Debian Lenny template for download, and has been verified working at this time. http://www.fuzzyconcepts.net/openvz/debian-5.0-i386-fc1.tar.gz  --[[User:Echelon|Echelon]] 20:26 23 Dec 2008 (EST)&lt;br /&gt;
:: It's no longer available --[[User:Kir|Kir]] 09:40, 2 October 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
* Can you download ALTLinux 5.1 templates? I have built it for i586 and x86_64 architectures and have tested at real tasks:&lt;br /&gt;
** ftp://oscada.org/ALTLinux/5.1/OVZ/altlinux-5.1-i586.tar.gz&lt;br /&gt;
** ftp://oscada.org/ALTLinux/5.1/OVZ/altlinux-5.1-x86_64.tar.gz&lt;br /&gt;
: Roman Savochenko 03 Feb 2010 13:05 +02:00&lt;br /&gt;
:: Done --[[User:Kir|Kir]] 13:40, 3 February 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
* I've created a Scientific Linux 6.0 x86_64 minimal image using mock, by going through installed packages by hand to eliminate as many as I thought safe, and otherwise by following similar instructions as Vic here:  http://www.montanalinux.org/openvz-contrib-ostemp-scientificlinux6-x86.html  (including the installation of vzdummy package and modification of scripts under /etc/init so upstart is happy without a console).  It seems to be working fine for me using an /etc/vz/dists/sl6.conf file which is exactly similar to the centos.conf file.  This template is available for download here:&lt;br /&gt;
** http://www.balukoff.com/~stephen/sl6-minimal-x86_64.tar.gz&lt;br /&gt;
This template was created on 23 Apr 2011 -- [[User:Sbalukoff|Sbalukoff]] 16:20, 24 April 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Some old notes (no more relevant) ==&lt;br /&gt;
* Just added a note to the article that the Debian images are still insecure. It would be better to replace the images with corrected ones, but I have no idea who to contact. --[[User:Bluehorn|Bluehorn]] 09:42, 5 July 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
* The Centos 5 minimal x86-64 image appears to be lacking in many ways. Most importantly it doesn't set up /dev properly. I'm going to test out the Centos 5 not-so minimal image. --[[User:cbsmith|cbsmith]] 17:53 22 Sept 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Gentoo templates ==&lt;br /&gt;
Gentoo template from the 2008th year is very old and comes in a non-functional after the upgrade.&lt;br /&gt;
&lt;br /&gt;
I made a script for automatic assembly of the template (use the description http://wiki.openvz.org/Gentoo_template_creation&lt;br /&gt;
).&lt;br /&gt;
&lt;br /&gt;
Templates and script are available at:&lt;br /&gt;
* http://home.bozaro.ru/openvz/gentoo-2010-openvz_2010.10.07_amd64.tar.gz&lt;br /&gt;
* http://home.bozaro.ru/openvz/gentoo-2010-openvz_2010.10.12_i386.tar.gz&lt;br /&gt;
* http://home.bozaro.ru/openvz/openvz.sh&lt;br /&gt;
: Artem V. Navrotsky 18 Oct 2010 09:39 +04:00&lt;/div&gt;</summary>
		<author><name>Filewalker</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Talk:Download/template/precreated&amp;diff=11951</id>
		<title>Talk:Download/template/precreated</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Talk:Download/template/precreated&amp;diff=11951"/>
		<updated>2012-02-12T10:25:02Z</updated>

		<summary type="html">&lt;p&gt;Filewalker: /* Contributed templates */  funtoo infos added&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Error reporting ==&lt;br /&gt;
Where to report an error in one of the templates? {{unsigned|92.124.110.96|19:37, 24 April 2010}}&lt;br /&gt;
: http://bugzilla.openvz.org/enter_bug.cgi?product=OpenVZ&amp;amp;component=templates --[[User:Kir|Kir]] 07:22, 26 April 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== ubuntu-10.04-x86 ===&lt;br /&gt;
(I cannot publish my email in bugzilla)&lt;br /&gt;
&lt;br /&gt;
Ubuntu 10.04 templates (2010-07-10) lack of [http://blog.bodhizazen.net/linux/ubuntu-10-04-openvz-templates/ bodhi.zazen's patch for upstart]. It's a simple text file saved as /vz/private/777/etc/init/openvz.conf and with the following content. Without this, on container upgrade networking is lost:&lt;br /&gt;
 # OpenVZ - Fix init sequence to have OpenVZ working with upstart&lt;br /&gt;
 &lt;br /&gt;
 description &amp;quot;Fix OpenVZ&amp;quot;&lt;br /&gt;
 &lt;br /&gt;
 start on startup&lt;br /&gt;
 &lt;br /&gt;
 task&lt;br /&gt;
 pre-start script&lt;br /&gt;
 mount -t devpts devpts /dev/pts&lt;br /&gt;
 mount -t tmpfs varrun /var/run&lt;br /&gt;
 mount -t tmpfs varlock /var/lock&lt;br /&gt;
 mkdir -p /var/run/network&lt;br /&gt;
 if [ ! -e /etc/mtab ]; then&lt;br /&gt;
 cat /proc/mounts &amp;gt; /etc/mtab&lt;br /&gt;
 fi&lt;br /&gt;
 touch /var/run/utmp&lt;br /&gt;
 chmod 664 /var/run/utmp&lt;br /&gt;
 chown root.utmp /var/run/utmp&lt;br /&gt;
 if [ &amp;quot;$(find /etc/network/ -name upstart -type f)&amp;quot; ]; then&lt;br /&gt;
 chmod -x /etc/network/*/upstart || true&lt;br /&gt;
 fi&lt;br /&gt;
 end script&lt;br /&gt;
 &lt;br /&gt;
 script&lt;br /&gt;
 start networking&lt;br /&gt;
 initctl emit filesystem --no-wait&lt;br /&gt;
 initctl emit local-filesystems --no-wait&lt;br /&gt;
 initctl emit virtual-filesystems --no-wait&lt;br /&gt;
 init 2&lt;br /&gt;
 end script&lt;br /&gt;
Also is necessary to put upstart, mountall and ifupdown on hold:&lt;br /&gt;
 echo &amp;quot;mountall hold&amp;quot; | dpkg --set-selections&lt;br /&gt;
 echo &amp;quot;upstart hold&amp;quot; | dpkg --set-selections&lt;br /&gt;
 echo &amp;quot;ifupdown hold&amp;quot; | dpkg --set-selections&lt;br /&gt;
&lt;br /&gt;
== Contributed templates ==&lt;br /&gt;
&lt;br /&gt;
* Most recent Funtoo templates can be found here (autobuilds) for x86 and x86_64:&lt;br /&gt;
http://ftp.osuosl.org/pub/funtoo/funtoo-current/openvz/&lt;br /&gt;
&lt;br /&gt;
* There is a new version of Gentoo OS template for OpenVZ that made by Thomas Urban, Please check it.&lt;br /&gt;
:: Gentoo 10.1 amd64, ~201 MiB, created on 2010-04-11. http://blog.toxa.de/wp-content/uploads/2010/04/gentoo.tar.gz&lt;br /&gt;
:: Author notes: http://blog.toxa.de/archives/266&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* I have built an i386 Debian Lenny template for download, and has been verified working at this time. http://www.fuzzyconcepts.net/openvz/debian-5.0-i386-fc1.tar.gz  --[[User:Echelon|Echelon]] 20:26 23 Dec 2008 (EST)&lt;br /&gt;
:: It's no longer available --[[User:Kir|Kir]] 09:40, 2 October 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
* Can you download ALTLinux 5.1 templates? I have built it for i586 and x86_64 architectures and have tested at real tasks:&lt;br /&gt;
** ftp://oscada.org/ALTLinux/5.1/OVZ/altlinux-5.1-i586.tar.gz&lt;br /&gt;
** ftp://oscada.org/ALTLinux/5.1/OVZ/altlinux-5.1-x86_64.tar.gz&lt;br /&gt;
: Roman Savochenko 03 Feb 2010 13:05 +02:00&lt;br /&gt;
:: Done --[[User:Kir|Kir]] 13:40, 3 February 2010 (UTC)&lt;br /&gt;
&lt;br /&gt;
* I've created a Scientific Linux 6.0 x86_64 minimal image using mock, by going through installed packages by hand to eliminate as many as I thought safe, and otherwise by following similar instructions as Vic here:  http://www.montanalinux.org/openvz-contrib-ostemp-scientificlinux6-x86.html  (including the installation of vzdummy package and modification of scripts under /etc/init so upstart is happy without a console).  It seems to be working fine for me using an /etc/vz/dists/sl6.conf file which is exactly similar to the centos.conf file.  This template is available for download here:&lt;br /&gt;
** http://www.balukoff.com/~stephen/sl6-minimal-x86_64.tar.gz&lt;br /&gt;
This template was created on 23 Apr 2011 -- [[User:Sbalukoff|Sbalukoff]] 16:20, 24 April 2011 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Some old notes (no more relevant) ==&lt;br /&gt;
* Just added a note to the article that the Debian images are still insecure. It would be better to replace the images with corrected ones, but I have no idea who to contact. --[[User:Bluehorn|Bluehorn]] 09:42, 5 July 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
* The Centos 5 minimal x86-64 image appears to be lacking in many ways. Most importantly it doesn't set up /dev properly. I'm going to test out the Centos 5 not-so minimal image. --[[User:cbsmith|cbsmith]] 17:53 22 Sept 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Gentoo templates ==&lt;br /&gt;
Gentoo template from the 2008th year is very old and comes in a non-functional after the upgrade.&lt;br /&gt;
&lt;br /&gt;
I made a script for automatic assembly of the template (use the description http://wiki.openvz.org/Gentoo_template_creation&lt;br /&gt;
).&lt;br /&gt;
&lt;br /&gt;
Templates and script are available at:&lt;br /&gt;
* http://home.bozaro.ru/openvz/gentoo-2010-openvz_2010.10.07_amd64.tar.gz&lt;br /&gt;
* http://home.bozaro.ru/openvz/gentoo-2010-openvz_2010.10.12_i386.tar.gz&lt;br /&gt;
* http://home.bozaro.ru/openvz/openvz.sh&lt;br /&gt;
: Artem V. Navrotsky 18 Oct 2010 09:39 +04:00&lt;/div&gt;</summary>
		<author><name>Filewalker</name></author>
		
	</entry>
</feed>