Open main menu

OpenVZ Virtuozzo Containers Wiki β

Editing Talk:Download/template/precreated

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 3: Line 3:
 
: http://bugzilla.openvz.org/enter_bug.cgi?product=OpenVZ&component=templates --[[User:Kir|Kir]] 07:22, 26 April 2010 (UTC)
 
: http://bugzilla.openvz.org/enter_bug.cgi?product=OpenVZ&component=templates --[[User:Kir|Kir]] 07:22, 26 April 2010 (UTC)
  
== Contributed templates ==
+
=== ubuntu-11.10 ===
 +
* Tried the updated supported ubuntu-11.10-x86 in a Debian 6 hardware node, but still doesn't work '''pts''' when entering, and cannot do dash/bash session. --[[User:Narcisgarcia|Narcis Garcia]] 08:10, 20 February 2012 (EST)
 +
 
 +
:: Well I just tried it, everything works fine and looks the way it should. --[[User:Kir|Kir]] 17:23, 26 February 2012 (EST)
 +
 
 +
=== ubuntu-10.04-x86 ===
 +
(I cannot publish my email in bugzilla)
  
* [https://download.openvz.org/template/precreated/contrib/debian-9.0-x86-minimal.tar.gz Debian 9 (stretch) i386]
+
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:
* [https://download.openvz.org/template/precreated/contrib/debian-9.0-x86_64-minimal.tar.gz Debian 9 (stretch) amd64]
+
# OpenVZ - Fix init sequence to have OpenVZ working with upstart
* [https://download.openvz.org/template/precreated/contrib/trisquel-8.0-x86-minimal.tar.gz Trisquel 8 (flidas) i386]
+
* [https://download.openvz.org/template/precreated/contrib/trisquel-8.0-x86_64-minimal.tar.gz Trisquel 8 (flidas) amd64]
+
description "Fix OpenVZ"
* [https://download.openvz.org/template/precreated/contrib/debian-8.0-x86-minimal.tar.gz Debian 8 (jessie) i386]
+
 +
start on startup
 +
 +
task
 +
pre-start script
 +
mount -t devpts devpts /dev/pts
 +
mount -t tmpfs varrun /var/run
 +
mount -t tmpfs varlock /var/lock
 +
mkdir -p /var/run/network
 +
if [ ! -e /etc/mtab ]; then
 +
cat /proc/mounts > /etc/mtab
 +
fi
 +
touch /var/run/utmp
 +
chmod 664 /var/run/utmp
 +
chown root.utmp /var/run/utmp
 +
if [ "$(find /etc/network/ -name upstart -type f)" ]; then
 +
chmod -x /etc/network/*/upstart || true
 +
fi
 +
end script
 +
 +
script
 +
start networking
 +
initctl emit filesystem --no-wait
 +
initctl emit local-filesystems --no-wait
 +
initctl emit virtual-filesystems --no-wait
 +
init 2
 +
end script
 +
Also is necessary to put upstart, mountall and ifupdown on hold:
 +
echo "mountall hold" | dpkg --set-selections
 +
echo "upstart hold" | dpkg --set-selections
 +
echo "ifupdown hold" | dpkg --set-selections
  
* A Slackware 14.1 x86_64 minimal template can be found here:
+
== Contributed templates ==
http://jmz.sdf.org/slackware-14.1-x86_64-minimal-20150716.tar.gz
 
  
 
* Most recent Funtoo templates can be found here (daily builds) for x86 and x86_64:
 
* Most recent Funtoo templates can be found here (daily builds) for x86 and x86_64:
Line 20: Line 55:
 
:: Gentoo 10.1 amd64, ~201 MiB, created on 2010-04-11. http://blog.toxa.de/wp-content/uploads/2010/04/gentoo.tar.gz
 
:: Gentoo 10.1 amd64, ~201 MiB, created on 2010-04-11. http://blog.toxa.de/wp-content/uploads/2010/04/gentoo.tar.gz
 
:: Author notes: http://blog.toxa.de/archives/266
 
:: Author notes: http://blog.toxa.de/archives/266
 +
 +
 +
* 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)
 +
:: It's no longer available --[[User:Kir|Kir]] 09:40, 2 October 2009 (UTC)
 +
 +
* Can you download ALTLinux 5.1 templates? I have built it for i586 and x86_64 architectures and have tested at real tasks:
 +
** ftp://oscada.org/ALTLinux/5.1/OVZ/altlinux-5.1-i586.tar.gz
 +
** ftp://oscada.org/ALTLinux/5.1/OVZ/altlinux-5.1-x86_64.tar.gz
 +
: Roman Savochenko 03 Feb 2010 13:05 +02:00
 +
:: Done --[[User:Kir|Kir]] 13:40, 3 February 2010 (UTC)
 +
 +
* 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:
 +
** http://www.balukoff.com/~stephen/sl6-minimal-x86_64.tar.gz
 +
This template was created on 23 Apr 2011 -- [[User:Sbalukoff|Sbalukoff]] 16:20, 24 April 2011 (UTC)
  
 
* I've have built a OpenVPN template that will create an OpenVPN server in just a few minutes.  This template also has scripts to create client config files and generate the needed commands on the HN.  There are two versions of this template.  One version creates clients with login/password auth(road warrior).  The second version creates the normal server-client setup(always connected). Based on Centos 6.2 amd64  
 
* I've have built a OpenVPN template that will create an OpenVPN server in just a few minutes.  This template also has scripts to create client config files and generate the needed commands on the HN.  There are two versions of this template.  One version creates clients with login/password auth(road warrior).  The second version creates the normal server-client setup(always connected). Based on Centos 6.2 amd64  
Line 25: Line 74:
 
Create 1/2012
 
Create 1/2012
  
* We've put together a minimal build of CCT Enterprise Linux 6.2.18.  Created on Aug 01, 2012 by John Knight (john@classiccitytelco.com) and tested thoroughly since.  This distribution is similar to RHEL, but also has a version of EPEL, RPMforge and our own custom non-free repository available.  Please contact me for further questions. Available at the following URL:
+
== Some old notes (no more relevant) ==
** template: http://mirror1.classiccitytelco.com/templates/cctel-6.2.18-x86_64-default.tar.gz
+
* 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)
** dists conf file: http://mirror1.classiccitytelco.com/cctel/source/cct-enterprise-linux.conf
+
 
 +
* 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)
 +
 
 +
 
 +
== Gentoo templates ==
 +
Gentoo template from the 2008th year is very old and comes in a non-functional after the upgrade.
 +
 
 +
I made a script for automatic assembly of the template (use the description http://wiki.openvz.org/Gentoo_template_creation
 +
).
  
* It looks like the latest Arch templates are incomplete/corrupt, so I've gone ahead and packaged a new one for you folks. https://websavers.ca/vz/arch-20170110.tar.gz
+
Templates and script are available at:
 +
* http://home.bozaro.ru/openvz/gentoo-2010-openvz_2010.10.07_amd64.tar.gz
 +
* http://home.bozaro.ru/openvz/gentoo-2010-openvz_2010.10.12_i386.tar.gz
 +
* http://home.bozaro.ru/openvz/openvz.sh
 +
: Artem V. Navrotsky 18 Oct 2010 09:39 +04:00

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)

Template used on this page:

Return to "Download/template/precreated" page.