<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Proxmox Support Forum - Debian Appliance Builder</title>
		<link>http://forum.proxmox.com/</link>
		<description>Everything about installation, configuration and usage of dab for Proxmox VE.</description>
		<language>en</language>
		<lastBuildDate>Fri, 10 Sep 2010 13:29:40 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forum.proxmox.com/images/misc/rss.png</url>
			<title>Proxmox Support Forum - Debian Appliance Builder</title>
			<link>http://forum.proxmox.com/</link>
		</image>
		<item>
			<title>Dependency-based boot</title>
			<link>http://forum.proxmox.com/threads/4607-Dependency-based-boot?goto=newpost</link>
			<pubDate>Mon, 06 Sep 2010 11:51:23 GMT</pubDate>
			<description><![CDATA[Hi, 
 
As you know, I'm quickly trying to move all our new servers to Debian squeeze. One of the last pending issues is to adapt the OpenVZ and PVE...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
As you know, I'm quickly trying to move all our new servers to Debian squeeze. One of the last pending issues is to adapt the OpenVZ and PVE init scripts to the new policy, which basically means adding LSB init headers and not using just a symlink but do a real script install so it's not ignored.<br />
<br />
The OpenVZ vzreboot script should be fixed in vzctl. See <a href="http://bugzilla.openvz.org/show_bug.cgi?id=1423" target="_blank">http://bugzilla.openvz.org/show_bug.cgi?id=1423</a>.<br />
<br />
I've done a pair of tests to fix the PVE side of the problem; that is, fixing ssh_gen_host_keys, and am encountering a weird problem when trying to install the script.<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">--- DAB.pm.orig&nbsp; &nbsp; 2010-09-06 12:09:50.000000000 +0200<br />
+++ DAB.pm&nbsp; &nbsp; 2010-09-06 13:42:23.000000000 +0200<br />
@@ -1158,9 +1158,9 @@<br />
&nbsp; &nbsp;  my $rootdir = $self-&gt;vz_root_dir();<br />
&nbsp;<br />
&nbsp; &nbsp;  my $base = basename ($script);<br />
-&nbsp; &nbsp; my $target = sprintf (&quot;$rootdir/etc/rc${runlevel}.d/S%02d${base}&quot;, $prio);<br />
+&nbsp; &nbsp; my $target = &quot;$rootdir/etc/init.d&quot;;<br />
&nbsp; &nbsp;  $self-&gt;run_command (&quot;install -m 0755 '$script' '$target'&quot;);<br />
-&nbsp; &nbsp; return $target;<br />
+&nbsp; &nbsp; $self-&gt;run_command (&quot;update-rc.d $base start $prio $runlevel&quot;);<br />
&nbsp;}<br />
&nbsp;<br />
&nbsp;sub bootstrap {<br />
@@ -1381,6 +1381,7 @@<br />
&nbsp; &nbsp;  # reset password<br />
&nbsp; &nbsp;  $self-&gt;ve_command (&quot;usermod -L root&quot;);<br />
&nbsp;<br />
+&nbsp; &nbsp; # regenerate sshd host keys<br />
&nbsp; &nbsp;  $self-&gt;install_init_script ($script_ssh_init, 2, 14);<br />
&nbsp;<br />
&nbsp; &nbsp;  if ($mta eq 'postfix') {<br />
<br />
--- ssh_gen_host_keys.orig&nbsp; &nbsp; 2010-09-06 12:11:10.000000000 +0200<br />
+++ ssh_gen_host_keys&nbsp; &nbsp; 2010-09-06 12:53:23.000000000 +0200<br />
@@ -1,4 +1,14 @@<br />
&nbsp;#!/bin/sh<br />
+### BEGIN INIT INFO<br />
+# Provides:&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ssh_gen_host_keys<br />
+# Required-Start:&nbsp; &nbsp; $local_fs<br />
+# Required-Stop:<br />
+# X-Start-Before:&nbsp; &nbsp; sshd<br />
+# Default-Start:&nbsp; &nbsp;  2<br />
+# Default-Stop:<br />
+# Short-Description: Regenerate SSH keys<br />
+# Description:&nbsp; &nbsp; &nbsp;  Regenerate container SSH keys for uniqueness.<br />
+### END INIT INFO<br />
&nbsp;<br />
&nbsp;set -e<br />
&nbsp;<br />
@@ -16,4 +26,5 @@<br />
&nbsp;rm -f /etc/ssh/ssh_host_dsa_key<br />
&nbsp;ssh-keygen -q -f /etc/ssh/ssh_host_dsa_key -t dsa -N ''<br />
&nbsp;<br />
-rm -f $0<br />
+rm -f /etc/init.d/ssh_gen_host_keys<br />
+update-rc.d -f ssh_gen_host_keys remove</code><hr />
</div> However, I'm stuck because dab bootstrap is failing on me, and I'm not sure why:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">unpack: libgssapi-krb5-2<br />
unpack: libkrb5-3<br />
unpack: ssl-cert<br />
unpack: libncursesw5<br />
unpack: cpio<br />
configure important packages<br />
command 'update-rc.d ssh_gen_host_keys start 14 2' failed with exit code 1<br />
command 'update-rc.d ssh_gen_host_keys start 14 2' failed with exit code 1<br />
make: *** [all] Error 1</code><hr />
</div> Can anyone lend me a pair of eyes to see what probably silly mistake is going here?<br />
The alternative is to simply install the script and then add a symlink by hand, which would work for our really silly usecase, but I want to try this first.</div>

 ]]></content:encoded>
			<category domain="http://forum.proxmox.com/forums/14-Debian-Appliance-Builder">Debian Appliance Builder</category>
			<dc:creator>iti-asi</dc:creator>
			<guid isPermaLink="true">http://forum.proxmox.com/threads/4607-Dependency-based-boot</guid>
		</item>
		<item>
			<title>Mediawiki v1.15.5 OpenVZ Template Released</title>
			<link>http://forum.proxmox.com/threads/4503-Mediawiki-v1.15.5-OpenVZ-Template-Released?goto=newpost</link>
			<pubDate>Sun, 22 Aug 2010 09:43:41 GMT</pubDate>
			<description>The Build files for *MediaWiki v1.15.5* are now available at the *Wiki* (http://pve.proxmox.com/wiki/MediaWiki#Building_Mediawiki_v1.15.5_Template)....</description>
			<content:encoded><![CDATA[<div>The Build files for <b>MediaWiki v1.15.5</b> are now available at the <a href="http://pve.proxmox.com/wiki/MediaWiki#Building_Mediawiki_v1.15.5_Template" target="_blank"><b>Wiki</b></a>.<br />
 <br />
MediaWiki v1.16.0 is out but the deb pkg files for lenny-backports are not yet available. Upgrade instructions are <a href="http://pve.proxmox.com/wiki/MediaWiki#Upgrading_to_Mediawiki_v1.16.0" target="_blank"><b>available</b></a> at the Wiki.</div>

 ]]></content:encoded>
			<category domain="http://forum.proxmox.com/forums/14-Debian-Appliance-Builder">Debian Appliance Builder</category>
			<dc:creator>apmuthu</dc:creator>
			<guid isPermaLink="true">http://forum.proxmox.com/threads/4503-Mediawiki-v1.15.5-OpenVZ-Template-Released</guid>
		</item>
		<item>
			<title>Prestashop v1.3.2.2 SVN 2640 Template Released</title>
			<link>http://forum.proxmox.com/threads/4498-Prestashop-v1.3.2.2-SVN-2640-Template-Released?goto=newpost</link>
			<pubDate>Sun, 22 Aug 2010 01:47:48 GMT</pubDate>
			<description>At long last, a fully tested OpenVZ Template for Prestashop v1.3.2.2 SVN 2640 has been released. Check out and download at the *Wiki...</description>
			<content:encoded><![CDATA[<div>At long last, a fully tested OpenVZ Template for Prestashop v1.3.2.2 SVN 2640 has been released. Check out and download at the <b><a href="http://pve.proxmox.com/wiki/Prestashop" target="_blank">Wiki</a></b>.<br />
 <br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"> <br />
Default username for application: <b>admin@mydomain.com</b><br />
Default Password: <b>presta123</b></code><hr />
</div> Admin URL folder suffix and other tech details available in the init logs on first boot of the Virtual Machine.<br />
 <br />
Checkout <b><a href="http://pve.proxmox.com/wiki/User:Apmuthu#Downloads_of_ProxMox_Templates_Maintained_by_Ap.Muthu" target="_blank">my page</a></b> at the Wiki for build files for all my appliance contributions.</div>

 ]]></content:encoded>
			<category domain="http://forum.proxmox.com/forums/14-Debian-Appliance-Builder">Debian Appliance Builder</category>
			<dc:creator>apmuthu</dc:creator>
			<guid isPermaLink="true">http://forum.proxmox.com/threads/4498-Prestashop-v1.3.2.2-SVN-2640-Template-Released</guid>
		</item>
		<item>
			<title>dab bootstrap error</title>
			<link>http://forum.proxmox.com/threads/4490-dab-bootstrap-error?goto=newpost</link>
			<pubDate>Fri, 20 Aug 2010 09:41:27 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I have been experimenting with creating a Squeeze template  and have managed to create a usable template, with some init errors  which I'll...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I have been experimenting with creating a Squeeze template  and have managed to create a usable template, with some init errors  which I'll look at in the following hours.<br />
<br />
However, today dab  fails at `dab bootstrap`, with the following error:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">bvsh04:~/iti#&nbsp; dab bootstrap<br />
initialize VE 90000<br />
generating available package&nbsp; list<br />
no such package 'libkrb53' at /usr/share/perl5/PVE/DAB.pm line&nbsp; 1072.<br />
no such package 'libkrb53' at /usr/share/perl5/PVE/DAB.pm line&nbsp; 1072.</code><hr />
</div> This is probably a very simple issue, or even  maybe a transient issue in Squeeze itself, but if there's something I'm  missing, please share! As I said, yesterday, generation did work as  expected. I have tested that the new dab recently uploaded to the PVE  repo has nothing to do with this, as after downgrading I still get the  same behaviour. Any ideas?<br />
<br />
Thanks in advance.</div>

 ]]></content:encoded>
			<category domain="http://forum.proxmox.com/forums/14-Debian-Appliance-Builder">Debian Appliance Builder</category>
			<dc:creator>iti-asi</dc:creator>
			<guid isPermaLink="true">http://forum.proxmox.com/threads/4490-dab-bootstrap-error</guid>
		</item>
		<item>
			<title><![CDATA[dab task mysql & dab install dtc-toaster error on squeeze]]></title>
			<link>http://forum.proxmox.com/threads/4466-dab-task-mysql-amp-dab-install-dtc-toaster-error-on-squeeze?goto=newpost</link>
			<pubDate>Mon, 16 Aug 2010 18:07:36 GMT</pubDate>
			<description>hi,  
I have a proxmox lenny machine running as KVM, used to create templates. 
 
Code: 
--------- 
$ pveversion -v 
pve-manager: 1.5-10...</description>
			<content:encoded><![CDATA[<div>hi, <br />
I have a proxmox lenny machine running as KVM, used to create templates.<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">$ pveversion -v<br />
pve-manager: 1.5-10 (pve-manager/1.5/4822)<br />
running kernel: 2.6.24-11-pve<br />
proxmox-ve-2.6.24: 1.5-23<br />
pve-kernel-2.6.24-11-pve: 2.6.24-23<br />
qemu-server: 1.1-16<br />
pve-firmware: 1.0-5<br />
libpve-storage-perl: 1.0-13<br />
vncterm: 0.9-2<br />
vzctl: 3.0.23-1pve11<br />
vzdump: 1.2-5<br />
vzprocps: 2.0.11-1dso2<br />
vzquota: 3.0.11-1<br />
pve-qemu-kvm: 0.12.4-1</code><hr />
</div> using dab to create a squeeze template for dtc fails at serveral points:<br />
<br />
1. <div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">dab task mysql --password=admin<br />
no such package 'mysql-server-5.0' at /usr/share/perl5/PVE/DAB.pm line 1025.</code><hr />
</div> fails, because dab is assuming mysql-server-5.0, but there is 5.1 in squeeze, which would be better selected by the meta package mysql-server.<br />
<br />
corrected this in dab.pm, calling it again leaves to the following error:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">dab task mysql --password=admin<br />
install: psmisc<br />
install: libdbd-mysql-perl<br />
install: libnet-daemon-perl<br />
install: mysql-server-5.1<br />
install: libmysqlclient16<br />
install: mysql-server-core-5.1<br />
install: libdbi-perl<br />
install: mysql-server<br />
install: libplrpc-perl<br />
install: mysql-common<br />
install: mysql-client-5.1<br />
command 'vzctl exec2 90000 defenv /usr/sbin/mysqld --bootstrap --user=mysql --skip-grant-tables --skip-bdb&nbsp; --skip-innodb --skip-ndbcluster' failed with exit code 2</code><hr />
</div> installing mysql via:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">dab install mysql-server</code><hr />
</div> works so far…<br />
<br />
2. installing dtc from the squeeze-rep. throws the following error:<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">dab install dtc-toaster<br />
command 'vzctl exec2 90000 defenv dpkg --force-depends --force-confold --install /php-net-smtp_1.4.2-1_all.deb /libfile-copy-recursive-perl_0.38-1_all.deb /libclamav6_0.96.1+dfsg-1_i386.deb /dtc-common_0.30.20-1_all.deb /libhtml-parser-perl_3.66-1_i386.deb /courier-pop-ssl_0.65.0-1_i386.deb /clamav-base_0.96.1+dfsg-1_all.deb /libnet-xwhois-perl_0.90-3_all.deb /spamc_3.3.1-1_i386.deb /libmime-tools-perl_5.428-1_all.deb /php-xml-parser_1.3.2-1_all.deb /librrd4_1.4.3-1_i386.deb /libcairo2_1.8.10-4_i386.deb /ncftp_3.2.4-1_i386.deb /libnetaddr-ip-perl_4.028+dfsg-1_i386.deb /expect_5.44.1.15-2_i386.deb /libio-stringy-perl_2.110-4_all.deb /dtc-postfix-courier_0.30.20-1_all.deb /courier-ssl_0.65.0-1_i386.deb /php-pear_5.3.2-1_all.deb /lsb-release_3.2-23.1_all.deb /fetchmail_6.3.17-4_i386.deb /update-inetd_4.36_all.deb /clamav-daemon_0.96.1+dfsg-1_i386.deb /clamav-freshclam_0.96.1+dfsg-1_i386.deb /libtommath0_0.39-4_i386.deb /libberkeleydb-perl_0.41-1_i386.deb /libdbi0_0.8.2-3_i386.deb /rrdtool_1.4.3-1_i386.deb /roundcube_0.3.1-4_all.deb /dtc-toaster_0.30.20-1_all.deb /libio-multiplex-perl_1.10-1_all.deb /courier-authdaemon_0.63.0-2_i386.deb /courier-authlib-mysql_0.63.0-2_i386.deb /php-mail-mimedecode_1.5.0-3_all.deb /courier-base_0.65.0-1_i386.deb /libsasl2-modules_2.1.23.dfsg1-5_i386.deb /libnet-cidr-perl_0.13-1_all.deb /libjs-mootools_1.2.4.0~debian1-1_all.deb /php-mail-mime_1.8.0-1_all.deb /gawk_3.1.7.dfsg-5_i386.deb /libarchive-zip-perl_1.30-3_all.deb /libglib2.0-0_2.24.1-1_i386.deb /libapache2-mod-log-sql-mysql_1.100-14+b1_i386.deb /libpango1.0-common_1.28.1-1_all.deb /visitors_0.7-7_i386.deb /libcrypt-openssl-rsa-perl_0.25-1+b1_i386.deb /php-net-ipv4_1.3.1-2_all.deb /libhtml-tree-perl_3.23-2_all.deb /liberror-perl_0.17-1_all.deb /libxcrypt1_2.4-1_i386.deb /libxcb-render-util0_0.3.6-1_i386.deb /libhtml-tagset-perl_3.20-2_all.deb /php5-sqlite_5.3.2-1_i386.deb /courier-maildrop_0.65.0-1_i386.deb /zip_3.0-3_i386.deb /libmail-dkim-perl_0.38-1_all.deb /libthai-data_0.1.14-2_all.deb /libssh2-1_1.2.6-1_i386.deb /tinymce_3.3.8-1_all.deb /php5-pspell_5.3.2-1_i386.deb /php-mdb2_2.5.0b2-1_all.deb /libnusoap-php_0.7.3-3_all.deb /libjs-jquery_1.4.2-2_all.deb /sasl2-bin_2.1.23.dfsg1-5_i386.deb /libdatrie1_0.2.4-1_i386.deb /libunix-syslog-perl_1.1-2_i386.deb /dtc-dos-firewall_0.30.20-1_all.deb /ca-certificates_20090814_all.deb /libaspell15_0.60.6-4_i386.deb /libpam-mysql_0.7~RC1-4+b1_i386.deb /php-crypt-cbc_1.0.0.1-1_all.deb /spamassassin_3.3.1-1_all.deb /sbox-dtc_1.11.2-1_i386.deb /openbsd-inetd_0.20080125-4_i386.deb /libltdl7_2.2.6b-2_i386.deb /libsocket6-perl_0.23-1_i386.deb /courier-imap_4.8.0-1_i386.deb /bzip2_1.0.5-4_i386.deb /dkimproxy_1.2-5_all.deb /php5-curl_5.3.2-1_i386.deb /php-mdb2-driver-sqlite_1.5.0b2-1_all.deb /libconvert-binhex-perl_1.119+pristine-3_all.deb /libtimedate-perl_1.2000-1_all.deb /defoma_0.11.11_all.deb /unzip_6.0-4_i386.deb /libdigest-sha1-perl_2.13-1_i386.deb /libcrypt-openssl-bignum-perl_0.04-2_i386.deb /spfquery_1.2.9-4_i386.deb /fontconfig_2.8.0-2.1_i386.deb /liburi-perl_1.54-1_all.deb /libconvert-uulib-perl_1.12-1_i386.deb /php5-mcrypt_5.3.2-1_i386.deb /chrootuid_1.3-5_i386.deb /libmailtools-perl_2.06-1_all.deb /libnet-ip-perl_1.25-2_all.deb /libsys-hostname-long-perl_1.4-2_all.deb /python-spf_2.0.5-2_all.deb /mhonarc_2.6.16-1_all.deb /sudo_1.7.2p7-1_i386.deb /librrds-perl_1.4.3-1_i386.deb /tumgreyspf_1.35-4_all.deb /php-net-socket_1.0.9-2_all.deb /libnss-mysql-bg_1.5-2_i386.deb /php-auth_1.6.2-1_all.deb /libfile-tail-perl_0.99.3-4_all.deb /libcurl3_7.21.0-1_i386.deb /awstats_6.9.5~dfsg-2_all.deb /phpmyadmin_3.3.5-1_all.deb /libconvert-tnef-perl_0.17-9_all.deb /libthai0_0.1.14-2_i386.deb /courier-authlib-userdb_0.63.0-2_i386.deb /tcl8.5_8.5.8-2_i386.deb /pure-ftpd-common_1.0.28-2_all.deb /roundcube-core_0.3.1-4_all.deb /libmcrypt4_2.5.8-3.1_i386.deb /libtext-wrapper-perl_1.02-1_all.deb /libfam0_2.7.0-17_i386.deb /libdigest-hmac-perl_1.02+dfsg-1_all.deb /php-fpdf_1.53.dfsg-6.1_all.deb /libnet-server-perl_0.97-1_all.deb /db4.8-util_4.8.26-1_i386.deb /bind9_9.7.0.dfsg.P1-1_i386.deb /clamav_0.96.1+dfsg-1_i386.deb /libwww-perl_5.836-1_all.deb /python-dns_2.3.4-4_all.deb /postfix-mysql_2.7.1-1_i386.deb /courier-authlib_0.63.0-2_i386.deb /mlmmj_1.2.17-1.1_i386.deb /courier-imap-ssl_4.8.0-1_i386.deb /bind9utils_9.7.0.dfsg.P1-1_i386.deb /libspf2-2_1.2.9-4_i386.deb /pure-ftpd-mysql_1.0.28-2_i386.deb /libpixman-1-0_0.16.4-1_i386.deb /sqlite_2.8.17-6_i386.deb /libpam-unix2_2.4.1-4_i386.deb /libnet-dns-perl_0.66-2_i386.deb /courier-pop_0.65.0-1_i386.deb /php-xml-serializer_0.20.0-2_all.deb /dbconfig-common_1.8.46_all.deb /libpango1.0-0_1.28.1-1_i386.deb /php5-mysql_5.3.2-1_i386.deb /libapache2-mod-log-sql_1.100-14+b1_i386.deb /libsqlite0_2.8.17-6_i386.deb /mailgraph_1.14-1.4_all.deb /pax_20090728-1_i386.deb /roundcube-sqlite_0.3.1-4_all.deb /libxcb-render0_1.6-1_i386.deb /webalizer_2.01.10-32.7_i386.deb /amavisd-new_2.6.4-2_all.deb' failed with exit code 1</code><hr />
</div> can anyone shed some light on this?<br />
<br />
tia<br />
chymian</div>


	<div style="padding:10px">

	

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Files</legend>
			<ul>
			<li>
	<img class="inlineimg" src="/zip.gif" alt="File Type: zip" />
	<a href="http://forum.proxmox.com/attachment.php?attachmentid=322&amp;d=1281982952" target="_blank">logfile.zip</a> 
(10.4 KB)
</li> 
			</ul>
		</fieldset>
	

	</div>
 ]]></content:encoded>
			<category domain="http://forum.proxmox.com/forums/14-Debian-Appliance-Builder">Debian Appliance Builder</category>
			<dc:creator>chymian</dc:creator>
			<guid isPermaLink="true">http://forum.proxmox.com/threads/4466-dab-task-mysql-amp-dab-install-dtc-toaster-error-on-squeeze</guid>
		</item>
		<item>
			<title>Prestashop 1.3.1.x OpenVZ Template Builder fles released</title>
			<link>http://forum.proxmox.com/threads/4463-Prestashop-1.3.1.x-OpenVZ-Template-Builder-fles-released?goto=newpost</link>
			<pubDate>Mon, 16 Aug 2010 14:26:20 GMT</pubDate>
			<description>A fully automatic installable *Prestashop v1.3.1 SVN 2591* OpenVZ Template Builder file set has been released. Each install will be unique from the...</description>
			<content:encoded><![CDATA[<div>A fully automatic installable <b>Prestashop v1.3.1 SVN 2591</b> OpenVZ Template Builder file set has been released. Each install will be unique from the COOKIE strings to the random passwords for MySQL and admin folders. Check it out at the <b>Prestashop</b> page on the <b><a href="http://pve.proxmox.com/wiki/Prestashop" target="_blank">Wiki</a></b>. An encrypted password hash generator for Prestashop is listed there as well.<br />
 <br />
Other template builder files I have released can be seen on <b><a href="http://pve.proxmox.com/wiki/User:Apmuthu#Downloads_of_ProxMox_Templates_Maintained_by_Ap.Muthu" target="_blank">my page</a></b> at the Wiki.</div>

 ]]></content:encoded>
			<category domain="http://forum.proxmox.com/forums/14-Debian-Appliance-Builder">Debian Appliance Builder</category>
			<dc:creator>apmuthu</dc:creator>
			<guid isPermaLink="true">http://forum.proxmox.com/threads/4463-Prestashop-1.3.1.x-OpenVZ-Template-Builder-fles-released</guid>
		</item>
		<item>
			<title>EyeOS v2.2 Template Build Files released</title>
			<link>http://forum.proxmox.com/threads/4437-EyeOS-v2.2-Template-Build-Files-released?goto=newpost</link>
			<pubDate>Thu, 12 Aug 2010 09:37:18 GMT</pubDate>
			<description><![CDATA[Thanks to Dietmar's quickfix to *DAB*, and his prompt addressing issues in the DAB builds I did from last week onwards, the *EyeOS v2.2* Template...]]></description>
			<content:encoded><![CDATA[<div>Thanks to Dietmar's quickfix to <b>DAB</b>, and his prompt addressing issues in the DAB builds I did from last week onwards, the <b>EyeOS v2.2</b> Template builder files are now available at my <a href="http://pve.proxmox.com/wiki/User:Apmuthu#Downloads_of_ProxMox_Templates_Maintained_by_Ap.Muthu" target="_blank"><b>Wiki</b></a> page.<br />
 <br />
After building the template and creating a Virtual machine, you will find some <u>glitches</u> that can be corrected from the eyeOS SVN like new user creation by eyeos <b>root</b> user. For <b>OpenOffice</b> integration, <ul><li>sun-java6-jre / or openjdk-6-jre,</li>
<li>openoffice.org,</li>
<li>kaazing gateway and</li>
<li>activemq</li>
</ul>need to be installed. Java has bugs still and <b>kaazing</b> / <b>activemq</b> haven't been tested by me as yet. <b>eyeDocs</b> has errors that are not yet resolved in the SVN as on date.</div>

 ]]></content:encoded>
			<category domain="http://forum.proxmox.com/forums/14-Debian-Appliance-Builder">Debian Appliance Builder</category>
			<dc:creator>apmuthu</dc:creator>
			<guid isPermaLink="true">http://forum.proxmox.com/threads/4437-EyeOS-v2.2-Template-Build-Files-released</guid>
		</item>
	</channel>
</rss>
