Talk:Download/template/precreated

From OpenVZ Linux Containers Wiki

Jump to: navigation, search

Contents

[edit] Error reporting

Where to report an error in one of the templates? —The preceding unsigned comment was added by 92.124.110.96 (talkcontribs) 19:37, 24 April 2010.

http://bugzilla.openvz.org/enter_bug.cgi?product=OpenVZ&component=templates --Kir 07:22, 26 April 2010 (UTC)

[edit] 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. --Narcis Garcia 08:10, 20 February 2012 (EST)

Well I just tried it, everything works fine and looks the way it should. --Kir 17:23, 26 February 2012 (EST)
Thanks; with the 2012-02-18 templates update, general networking and ssh session work fine, except when trying to run "vzctl enter 777" --Narcis Garcia 04:23, 28 March 2012 (EDT)

[edit] ubuntu-10.04-x86

(I cannot publish my email in bugzilla)

Ubuntu 10.04 templates (2010-07-10) lack of 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:

# OpenVZ - Fix init sequence to have OpenVZ working with upstart

description "Fix OpenVZ"

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

[edit] Contributed templates

http://ftp.osuosl.org/pub/funtoo/funtoo-current/openvz/

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


It's no longer available --Kir 09:40, 2 October 2009 (UTC)
Roman Savochenko 03 Feb 2010 13:05 +02:00
Done --Kir 13:40, 3 February 2010 (UTC)

This template was created on 23 Apr 2011 -- Sbalukoff 16:20, 24 April 2011 (UTC)

Info can be found here: https://github.com/dad311/Easy-OpenVPN-1.2-OpenVZ-CT/downloads Create 1/2012

[edit] Some old notes (no more relevant)


[edit] 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 ).

Templates and script are available at:

Artem V. Navrotsky 18 Oct 2010 09:39 +04:00

[edit] Debian 5.0

Debian 5.0 is now officially EOL and no new security updates are distributed for it (plus, all repositories have moved to archive.debian.org). I suppose it should be removed from the main template list, into the EOL list? 81.71.53.254 17:49, 16 April 2012 (EDT)

Personal tools
Namespaces
Variants
Actions
Navigation
Sites
Toolbox