<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.fogproject.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Batje</id>
		<title>FOG Project - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.fogproject.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Batje"/>
		<link rel="alternate" type="text/html" href="https://wiki.fogproject.org/wiki/index.php?title=Special:Contributions/Batje"/>
		<updated>2026-05-10T09:50:21Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.fogproject.org/wiki/index.php?title=Ubuntu_and_OpenVZ&amp;diff=2626</id>
		<title>Ubuntu and OpenVZ</title>
		<link rel="alternate" type="text/html" href="https://wiki.fogproject.org/wiki/index.php?title=Ubuntu_and_OpenVZ&amp;diff=2626"/>
				<updated>2010-10-09T10:22:49Z</updated>
		
		<summary type="html">&lt;p&gt;Batje: /* Before Installing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;FOG will run fine in OpenVZ, when a few tricks are applied during installation.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
NFS-server wants to load a kernel module, which is not possible in OpenVZ. Therefore we replace nfs-server with unfs3. Here are the steps:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
untar the installation files as described in the manual. A few changes need to be made.&lt;br /&gt;
&lt;br /&gt;
in lib/ubuntu/config.php in the lines that start with&lt;br /&gt;
&lt;br /&gt;
  packages=&amp;quot;&lt;br /&gt;
  storageNodePackages=&amp;quot;&lt;br /&gt;
&lt;br /&gt;
change &lt;br /&gt;
&lt;br /&gt;
  nfs-kernel-server&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
&lt;br /&gt;
  unfs3&lt;br /&gt;
&lt;br /&gt;
save the file.&lt;br /&gt;
&lt;br /&gt;
In the file lib/ubuntu/functions.php find the configureNFS function. First of all, unfs3 does not like the * in the /etc/exports file. Change them to your subnet, like&lt;br /&gt;
&lt;br /&gt;
  echo &amp;quot;/images                        x.x.x.x/255.255.255.0(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)&lt;br /&gt;
  /images/dev                    x.x.x.x/255.255.255.0(rw,sync,no_wdelay,no_root_squash,insecure)&amp;quot; &amp;gt; &amp;quot;${nfsconfig}&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
(More on the exports file format on the [http://www.nslu2-linux.org/wiki/Optware/Unfs3 unfs3] page.)&lt;br /&gt;
&lt;br /&gt;
and restart the correct service&lt;br /&gt;
&lt;br /&gt;
  sysv-rc-conf unfs3 on &amp;gt;/dev/null 2&amp;gt;&amp;amp;1;&lt;br /&gt;
  /etc/init.d/unfs3 stop &amp;gt;/dev/null 2&amp;gt;&amp;amp;1;&lt;br /&gt;
  /etc/init.d/unfs3 start &amp;gt;/dev/null 2&amp;gt;&amp;amp;1;&lt;br /&gt;
&lt;br /&gt;
Now, run the install as described in the manual.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
(this is all taken from [http://forum.proxmox.com/archive/index.php/t-1749.html this forum post] on the proxmox website.)&lt;/div&gt;</summary>
		<author><name>Batje</name></author>	</entry>

	</feed>