<?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=Arnoldo</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=Arnoldo"/>
	<link rel="alternate" type="text/html" href="https://wiki.openvz.org/Special:Contributions/Arnoldo"/>
	<updated>2026-06-10T02:17:03Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Talk:Slackware_template_creation&amp;diff=2827</id>
		<title>Talk:Slackware template creation</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Talk:Slackware_template_creation&amp;diff=2827"/>
		<updated>2007-03-07T16:00:42Z</updated>

		<summary type="html">&lt;p&gt;Arnoldo: /* Iptables error */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== klogd ==&lt;br /&gt;
I have added a note that klogd is needed sometimes. --[[User:Kir|Kir]] 15:43, 6 June 2006 (EDT)&lt;br /&gt;
&lt;br /&gt;
== VE IP ==&lt;br /&gt;
Actually, since you do not run anything inside the temporary VE (777) which requires an IP address, you can omit the step of setting VE's OSTEMPLATE, an IP address and a hostname. This was done for Debian specifically because you have to run &amp;lt;tt&amp;gt;apt update&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;apt upgrade&amp;lt;/tt&amp;gt; commands, which requires network to be working. So you can edit that out to simplify things. I have not done it yet because you might have other reasons to leave it. --[[User:Kir|Kir]] 15:43, 6 June 2006 (EDT)&lt;br /&gt;
: I have actually removed these settings from the text, since it looks like they are not needed, and you forgot to run &amp;lt;tt&amp;gt;vzctl set --ipdel&amp;lt;/tt&amp;gt; so OS template cache ends up with the IP address which is wrong. So I followed the easy path and instead of adding the procedure of removing VE IP I just removed the adding of it! Also note that setting OSTEMPLATE is actually needed for &amp;lt;tt&amp;gt;vzctl set --ipadd&amp;lt;/tt&amp;gt; to work. --[[User:Kir|Kir]] 16:15, 6 June 2006 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Typo + IPtables ==&lt;br /&gt;
I corrected a typo.&lt;br /&gt;
Also, I forgot to mention that IPtables needs modules from the running kernel in the VE to work, so&lt;br /&gt;
before cache creation or after VE creation the /lib/modules should be created with the needed iptables modules. --[[User:Scythe|Scythe]] 22:54, 6 June 2006 (CET)&lt;br /&gt;
: There is actually no need for iptables modules to be available inside VE for iptables to work, so you got it wrong. I have reverted your last change. No kernel modules are loaded inside VE at all -- so you do not need modutils as well. Also, can you please specify the summary then you are making a change? Otherwise it's not clear from the history page what have changed. It makes sense to select an option &amp;quot;Prompt me when entering a blank edit summary&amp;quot; in your preferences-&amp;gt;editing. --[[User:Kir|Kir]] 05:05, 7 June 2006 (EDT)&lt;br /&gt;
:: You are right, I accidentally mixed the openvz.org &amp;quot;official&amp;quot; template cache's root filesystem with my host's own, so I mislooked the /lib/modules directory... I also corrected the typo again (a missing &amp;quot;)&amp;quot; in the &amp;quot;Moving a Sl. installation into a VE&amp;quot; part) which You have included again when reverting my erroneous notice about iptables modules. --[[User:Scythe|Scythe]] 11:26, 7 June 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
== Iptables error ==&lt;br /&gt;
&lt;br /&gt;
Hi all,&lt;br /&gt;
I have installed a Slackware 11 and all is ok.&lt;br /&gt;
&lt;br /&gt;
The VE based upon che slackware 11 cache returns an error when I add an Iptables rule:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;iptables -A INPUT -m state --state ESTABLISHED -j ACCEPT&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;iptables: Unknown error 4294967295&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I think that it depends on the &amp;lt;code&amp;gt;-m state&amp;lt;/code&amp;gt; but I do not know how to solve it.&lt;br /&gt;
&lt;br /&gt;
Any suggestions?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*SOLVED*&lt;br /&gt;
&lt;br /&gt;
In the &amp;lt;VE&amp;gt;.conf (or in the vz.conf) I must include &amp;lt;code&amp;gt;IPTABLES=&amp;quot;ipt_state ...&amp;quot;&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Arnoldo</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Talk:Slackware_template_creation&amp;diff=2826</id>
		<title>Talk:Slackware template creation</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Talk:Slackware_template_creation&amp;diff=2826"/>
		<updated>2007-03-07T15:59:30Z</updated>

		<summary type="html">&lt;p&gt;Arnoldo: /* Iptables error */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== klogd ==&lt;br /&gt;
I have added a note that klogd is needed sometimes. --[[User:Kir|Kir]] 15:43, 6 June 2006 (EDT)&lt;br /&gt;
&lt;br /&gt;
== VE IP ==&lt;br /&gt;
Actually, since you do not run anything inside the temporary VE (777) which requires an IP address, you can omit the step of setting VE's OSTEMPLATE, an IP address and a hostname. This was done for Debian specifically because you have to run &amp;lt;tt&amp;gt;apt update&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;apt upgrade&amp;lt;/tt&amp;gt; commands, which requires network to be working. So you can edit that out to simplify things. I have not done it yet because you might have other reasons to leave it. --[[User:Kir|Kir]] 15:43, 6 June 2006 (EDT)&lt;br /&gt;
: I have actually removed these settings from the text, since it looks like they are not needed, and you forgot to run &amp;lt;tt&amp;gt;vzctl set --ipdel&amp;lt;/tt&amp;gt; so OS template cache ends up with the IP address which is wrong. So I followed the easy path and instead of adding the procedure of removing VE IP I just removed the adding of it! Also note that setting OSTEMPLATE is actually needed for &amp;lt;tt&amp;gt;vzctl set --ipadd&amp;lt;/tt&amp;gt; to work. --[[User:Kir|Kir]] 16:15, 6 June 2006 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Typo + IPtables ==&lt;br /&gt;
I corrected a typo.&lt;br /&gt;
Also, I forgot to mention that IPtables needs modules from the running kernel in the VE to work, so&lt;br /&gt;
before cache creation or after VE creation the /lib/modules should be created with the needed iptables modules. --[[User:Scythe|Scythe]] 22:54, 6 June 2006 (CET)&lt;br /&gt;
: There is actually no need for iptables modules to be available inside VE for iptables to work, so you got it wrong. I have reverted your last change. No kernel modules are loaded inside VE at all -- so you do not need modutils as well. Also, can you please specify the summary then you are making a change? Otherwise it's not clear from the history page what have changed. It makes sense to select an option &amp;quot;Prompt me when entering a blank edit summary&amp;quot; in your preferences-&amp;gt;editing. --[[User:Kir|Kir]] 05:05, 7 June 2006 (EDT)&lt;br /&gt;
:: You are right, I accidentally mixed the openvz.org &amp;quot;official&amp;quot; template cache's root filesystem with my host's own, so I mislooked the /lib/modules directory... I also corrected the typo again (a missing &amp;quot;)&amp;quot; in the &amp;quot;Moving a Sl. installation into a VE&amp;quot; part) which You have included again when reverting my erroneous notice about iptables modules. --[[User:Scythe|Scythe]] 11:26, 7 June 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
== Iptables error ==&lt;br /&gt;
&lt;br /&gt;
Hi all,&lt;br /&gt;
I have installed a Slackware 11 and all is ok.&lt;br /&gt;
&lt;br /&gt;
The VE based upon che slackware 11 cache returns an error when I add an Iptables rule:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;iptables -A INPUT -m state --state ESTABLISHED -j ACCEPT&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;iptables: Unknown error 4294967295&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I think that it depends on the &amp;lt;code&amp;gt;-m state&amp;lt;/code&amp;gt; but I do not know how to solve it.&lt;br /&gt;
&lt;br /&gt;
Any suggestions?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*SOLVED*&lt;br /&gt;
&lt;br /&gt;
In the &amp;lt;pre&amp;gt;&amp;lt;VE&amp;gt;.conf&amp;lt;/pre&amp;gt; (or in the &amp;lt;pre&amp;gt;vz.conf&amp;lt;/pre&amp;gt;) I must include &amp;lt;code&amp;gt;IPTABLES=&amp;quot;ipt_state ...&amp;quot;&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Arnoldo</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Talk:Slackware_template_creation&amp;diff=2825</id>
		<title>Talk:Slackware template creation</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Talk:Slackware_template_creation&amp;diff=2825"/>
		<updated>2007-03-07T15:41:08Z</updated>

		<summary type="html">&lt;p&gt;Arnoldo: /* Iptables error */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== klogd ==&lt;br /&gt;
I have added a note that klogd is needed sometimes. --[[User:Kir|Kir]] 15:43, 6 June 2006 (EDT)&lt;br /&gt;
&lt;br /&gt;
== VE IP ==&lt;br /&gt;
Actually, since you do not run anything inside the temporary VE (777) which requires an IP address, you can omit the step of setting VE's OSTEMPLATE, an IP address and a hostname. This was done for Debian specifically because you have to run &amp;lt;tt&amp;gt;apt update&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;apt upgrade&amp;lt;/tt&amp;gt; commands, which requires network to be working. So you can edit that out to simplify things. I have not done it yet because you might have other reasons to leave it. --[[User:Kir|Kir]] 15:43, 6 June 2006 (EDT)&lt;br /&gt;
: I have actually removed these settings from the text, since it looks like they are not needed, and you forgot to run &amp;lt;tt&amp;gt;vzctl set --ipdel&amp;lt;/tt&amp;gt; so OS template cache ends up with the IP address which is wrong. So I followed the easy path and instead of adding the procedure of removing VE IP I just removed the adding of it! Also note that setting OSTEMPLATE is actually needed for &amp;lt;tt&amp;gt;vzctl set --ipadd&amp;lt;/tt&amp;gt; to work. --[[User:Kir|Kir]] 16:15, 6 June 2006 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Typo + IPtables ==&lt;br /&gt;
I corrected a typo.&lt;br /&gt;
Also, I forgot to mention that IPtables needs modules from the running kernel in the VE to work, so&lt;br /&gt;
before cache creation or after VE creation the /lib/modules should be created with the needed iptables modules. --[[User:Scythe|Scythe]] 22:54, 6 June 2006 (CET)&lt;br /&gt;
: There is actually no need for iptables modules to be available inside VE for iptables to work, so you got it wrong. I have reverted your last change. No kernel modules are loaded inside VE at all -- so you do not need modutils as well. Also, can you please specify the summary then you are making a change? Otherwise it's not clear from the history page what have changed. It makes sense to select an option &amp;quot;Prompt me when entering a blank edit summary&amp;quot; in your preferences-&amp;gt;editing. --[[User:Kir|Kir]] 05:05, 7 June 2006 (EDT)&lt;br /&gt;
:: You are right, I accidentally mixed the openvz.org &amp;quot;official&amp;quot; template cache's root filesystem with my host's own, so I mislooked the /lib/modules directory... I also corrected the typo again (a missing &amp;quot;)&amp;quot; in the &amp;quot;Moving a Sl. installation into a VE&amp;quot; part) which You have included again when reverting my erroneous notice about iptables modules. --[[User:Scythe|Scythe]] 11:26, 7 June 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
== Iptables error ==&lt;br /&gt;
&lt;br /&gt;
Hi all,&lt;br /&gt;
I have installed a Slackware 11 and all is ok.&lt;br /&gt;
&lt;br /&gt;
The VE based upon che slackware 11 cache returns an error when I add an Iptables rule:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;iptables -A INPUT -m state --state ESTABLISHED -j ACCEPT&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;iptables: Unknown error 4294967295&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I think that it depends on the &amp;lt;code&amp;gt;-m state&amp;lt;/code&amp;gt; but I do not know how to solve it.&lt;br /&gt;
&lt;br /&gt;
Any suggestions?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*SOLVED*&lt;br /&gt;
&lt;br /&gt;
In the &amp;lt;VE&amp;gt;.conf I must include &amp;lt;code&amp;gt;IPTABLES=&amp;quot;ipt_state&amp;quot;&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Arnoldo</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Talk:Slackware_template_creation&amp;diff=2824</id>
		<title>Talk:Slackware template creation</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Talk:Slackware_template_creation&amp;diff=2824"/>
		<updated>2007-03-07T15:40:50Z</updated>

		<summary type="html">&lt;p&gt;Arnoldo: /* Iptables error */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== klogd ==&lt;br /&gt;
I have added a note that klogd is needed sometimes. --[[User:Kir|Kir]] 15:43, 6 June 2006 (EDT)&lt;br /&gt;
&lt;br /&gt;
== VE IP ==&lt;br /&gt;
Actually, since you do not run anything inside the temporary VE (777) which requires an IP address, you can omit the step of setting VE's OSTEMPLATE, an IP address and a hostname. This was done for Debian specifically because you have to run &amp;lt;tt&amp;gt;apt update&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;apt upgrade&amp;lt;/tt&amp;gt; commands, which requires network to be working. So you can edit that out to simplify things. I have not done it yet because you might have other reasons to leave it. --[[User:Kir|Kir]] 15:43, 6 June 2006 (EDT)&lt;br /&gt;
: I have actually removed these settings from the text, since it looks like they are not needed, and you forgot to run &amp;lt;tt&amp;gt;vzctl set --ipdel&amp;lt;/tt&amp;gt; so OS template cache ends up with the IP address which is wrong. So I followed the easy path and instead of adding the procedure of removing VE IP I just removed the adding of it! Also note that setting OSTEMPLATE is actually needed for &amp;lt;tt&amp;gt;vzctl set --ipadd&amp;lt;/tt&amp;gt; to work. --[[User:Kir|Kir]] 16:15, 6 June 2006 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Typo + IPtables ==&lt;br /&gt;
I corrected a typo.&lt;br /&gt;
Also, I forgot to mention that IPtables needs modules from the running kernel in the VE to work, so&lt;br /&gt;
before cache creation or after VE creation the /lib/modules should be created with the needed iptables modules. --[[User:Scythe|Scythe]] 22:54, 6 June 2006 (CET)&lt;br /&gt;
: There is actually no need for iptables modules to be available inside VE for iptables to work, so you got it wrong. I have reverted your last change. No kernel modules are loaded inside VE at all -- so you do not need modutils as well. Also, can you please specify the summary then you are making a change? Otherwise it's not clear from the history page what have changed. It makes sense to select an option &amp;quot;Prompt me when entering a blank edit summary&amp;quot; in your preferences-&amp;gt;editing. --[[User:Kir|Kir]] 05:05, 7 June 2006 (EDT)&lt;br /&gt;
:: You are right, I accidentally mixed the openvz.org &amp;quot;official&amp;quot; template cache's root filesystem with my host's own, so I mislooked the /lib/modules directory... I also corrected the typo again (a missing &amp;quot;)&amp;quot; in the &amp;quot;Moving a Sl. installation into a VE&amp;quot; part) which You have included again when reverting my erroneous notice about iptables modules. --[[User:Scythe|Scythe]] 11:26, 7 June 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
== Iptables error ==&lt;br /&gt;
&lt;br /&gt;
Hi all,&lt;br /&gt;
I have installed a Slackware 11 and all is ok.&lt;br /&gt;
&lt;br /&gt;
The VE based upon che slackware 11 cache returns an error when I add an Iptables rule:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;iptables -A INPUT -m state --state ESTABLISHED -j ACCEPT&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;iptables: Unknown error 4294967295&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I think that it depends on the &amp;lt;code&amp;gt;-m state&amp;lt;/code&amp;gt; but I do not know how to solve it.&lt;br /&gt;
&lt;br /&gt;
Any suggestions?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*SOLVED*&lt;br /&gt;
&lt;br /&gt;
In the &amp;lt;VE&amp;gt;.conf I must inlude IPTABLES=&amp;quot;ipt_state&amp;quot;&lt;/div&gt;</summary>
		<author><name>Arnoldo</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Talk:Slackware_template_creation&amp;diff=2823</id>
		<title>Talk:Slackware template creation</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Talk:Slackware_template_creation&amp;diff=2823"/>
		<updated>2007-03-07T15:29:11Z</updated>

		<summary type="html">&lt;p&gt;Arnoldo: /* Iptables error */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== klogd ==&lt;br /&gt;
I have added a note that klogd is needed sometimes. --[[User:Kir|Kir]] 15:43, 6 June 2006 (EDT)&lt;br /&gt;
&lt;br /&gt;
== VE IP ==&lt;br /&gt;
Actually, since you do not run anything inside the temporary VE (777) which requires an IP address, you can omit the step of setting VE's OSTEMPLATE, an IP address and a hostname. This was done for Debian specifically because you have to run &amp;lt;tt&amp;gt;apt update&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;apt upgrade&amp;lt;/tt&amp;gt; commands, which requires network to be working. So you can edit that out to simplify things. I have not done it yet because you might have other reasons to leave it. --[[User:Kir|Kir]] 15:43, 6 June 2006 (EDT)&lt;br /&gt;
: I have actually removed these settings from the text, since it looks like they are not needed, and you forgot to run &amp;lt;tt&amp;gt;vzctl set --ipdel&amp;lt;/tt&amp;gt; so OS template cache ends up with the IP address which is wrong. So I followed the easy path and instead of adding the procedure of removing VE IP I just removed the adding of it! Also note that setting OSTEMPLATE is actually needed for &amp;lt;tt&amp;gt;vzctl set --ipadd&amp;lt;/tt&amp;gt; to work. --[[User:Kir|Kir]] 16:15, 6 June 2006 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Typo + IPtables ==&lt;br /&gt;
I corrected a typo.&lt;br /&gt;
Also, I forgot to mention that IPtables needs modules from the running kernel in the VE to work, so&lt;br /&gt;
before cache creation or after VE creation the /lib/modules should be created with the needed iptables modules. --[[User:Scythe|Scythe]] 22:54, 6 June 2006 (CET)&lt;br /&gt;
: There is actually no need for iptables modules to be available inside VE for iptables to work, so you got it wrong. I have reverted your last change. No kernel modules are loaded inside VE at all -- so you do not need modutils as well. Also, can you please specify the summary then you are making a change? Otherwise it's not clear from the history page what have changed. It makes sense to select an option &amp;quot;Prompt me when entering a blank edit summary&amp;quot; in your preferences-&amp;gt;editing. --[[User:Kir|Kir]] 05:05, 7 June 2006 (EDT)&lt;br /&gt;
:: You are right, I accidentally mixed the openvz.org &amp;quot;official&amp;quot; template cache's root filesystem with my host's own, so I mislooked the /lib/modules directory... I also corrected the typo again (a missing &amp;quot;)&amp;quot; in the &amp;quot;Moving a Sl. installation into a VE&amp;quot; part) which You have included again when reverting my erroneous notice about iptables modules. --[[User:Scythe|Scythe]] 11:26, 7 June 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
== Iptables error ==&lt;br /&gt;
&lt;br /&gt;
Hi all,&lt;br /&gt;
I have installed a Slackware 11 and all is ok.&lt;br /&gt;
&lt;br /&gt;
The VE based upon che slackware 11 cache returns an error when I add an Iptables rule:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;iptables -A INPUT -m state --state ESTABLISHED -j ACCEPT&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;iptables: Unknown error 4294967295&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I think that it depends on the &amp;lt;code&amp;gt;-m state&amp;lt;/code&amp;gt; but I do not know how to solve it.&lt;br /&gt;
&lt;br /&gt;
Any suggestions?&lt;/div&gt;</summary>
		<author><name>Arnoldo</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.openvz.org/index.php?title=Talk:Slackware_template_creation&amp;diff=2822</id>
		<title>Talk:Slackware template creation</title>
		<link rel="alternate" type="text/html" href="https://wiki.openvz.org/index.php?title=Talk:Slackware_template_creation&amp;diff=2822"/>
		<updated>2007-03-07T15:21:14Z</updated>

		<summary type="html">&lt;p&gt;Arnoldo: Iptables error&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== klogd ==&lt;br /&gt;
I have added a note that klogd is needed sometimes. --[[User:Kir|Kir]] 15:43, 6 June 2006 (EDT)&lt;br /&gt;
&lt;br /&gt;
== VE IP ==&lt;br /&gt;
Actually, since you do not run anything inside the temporary VE (777) which requires an IP address, you can omit the step of setting VE's OSTEMPLATE, an IP address and a hostname. This was done for Debian specifically because you have to run &amp;lt;tt&amp;gt;apt update&amp;lt;/tt&amp;gt; and &amp;lt;tt&amp;gt;apt upgrade&amp;lt;/tt&amp;gt; commands, which requires network to be working. So you can edit that out to simplify things. I have not done it yet because you might have other reasons to leave it. --[[User:Kir|Kir]] 15:43, 6 June 2006 (EDT)&lt;br /&gt;
: I have actually removed these settings from the text, since it looks like they are not needed, and you forgot to run &amp;lt;tt&amp;gt;vzctl set --ipdel&amp;lt;/tt&amp;gt; so OS template cache ends up with the IP address which is wrong. So I followed the easy path and instead of adding the procedure of removing VE IP I just removed the adding of it! Also note that setting OSTEMPLATE is actually needed for &amp;lt;tt&amp;gt;vzctl set --ipadd&amp;lt;/tt&amp;gt; to work. --[[User:Kir|Kir]] 16:15, 6 June 2006 (EDT)&lt;br /&gt;
&lt;br /&gt;
== Typo + IPtables ==&lt;br /&gt;
I corrected a typo.&lt;br /&gt;
Also, I forgot to mention that IPtables needs modules from the running kernel in the VE to work, so&lt;br /&gt;
before cache creation or after VE creation the /lib/modules should be created with the needed iptables modules. --[[User:Scythe|Scythe]] 22:54, 6 June 2006 (CET)&lt;br /&gt;
: There is actually no need for iptables modules to be available inside VE for iptables to work, so you got it wrong. I have reverted your last change. No kernel modules are loaded inside VE at all -- so you do not need modutils as well. Also, can you please specify the summary then you are making a change? Otherwise it's not clear from the history page what have changed. It makes sense to select an option &amp;quot;Prompt me when entering a blank edit summary&amp;quot; in your preferences-&amp;gt;editing. --[[User:Kir|Kir]] 05:05, 7 June 2006 (EDT)&lt;br /&gt;
:: You are right, I accidentally mixed the openvz.org &amp;quot;official&amp;quot; template cache's root filesystem with my host's own, so I mislooked the /lib/modules directory... I also corrected the typo again (a missing &amp;quot;)&amp;quot; in the &amp;quot;Moving a Sl. installation into a VE&amp;quot; part) which You have included again when reverting my erroneous notice about iptables modules. --[[User:Scythe|Scythe]] 11:26, 7 June 2006 (CET)&lt;br /&gt;
&lt;br /&gt;
== Iptables error ==&lt;br /&gt;
&lt;br /&gt;
Hi all,&lt;br /&gt;
I have installed a Slackware 11 and all is ok.&lt;br /&gt;
&lt;br /&gt;
The VE based upon che slackware 11 cache returns an error when I add an Iptables rule:&lt;br /&gt;
&amp;lt;code&amp;gt;iptables -A INPUT -m state --state ESTABLISHED -j ACCEPT&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Arnoldo</name></author>
		
	</entry>
</feed>