<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>johker&#039;s blog &#187; virtual server</title>
	<atom:link href="http://johker.ibutho.de/tag/virtual-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://johker.ibutho.de</link>
	<description>stories about me, my life and my trips</description>
	<lastBuildDate>Sun, 18 Dec 2011 11:53:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>ibutho update</title>
		<link>http://johker.ibutho.de/2009/01/18/ibutho-update/</link>
		<comments>http://johker.ibutho.de/2009/01/18/ibutho-update/#comments</comments>
		<pubDate>Sun, 18 Jan 2009 20:32:50 +0000</pubDate>
		<dc:creator>johker</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[virtual server]]></category>

		<guid isPermaLink="false">http://johker.ibutho.de/?p=77</guid>
		<description><![CDATA[Heute hat ibutho mal wieder ein Update bekommen. Ibutho? Mein treuer vServer. Auf dem Programm stand: Update von Roundcube Webmail auf Version 0.2-stable safe_mode in php deaktiviert, da es nichts bringt, da php als fcgi läuft und andere Sicherheitsmaßnahmen getroffen &#8230; <a href="http://johker.ibutho.de/2009/01/18/ibutho-update/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Heute hat ibutho mal wieder ein Update bekommen. Ibutho? Mein treuer vServer.</p>
<p>Auf dem Programm stand:</p>
<ul>
<li>Update von Roundcube Webmail auf Version 0.2-stable</li>
<li>safe_mode in php deaktiviert, da es nichts bringt, da php als fcgi läuft und andere Sicherheitsmaßnahmen getroffen wurden</li>
<li>serverstats installiert zur Auswertung der Auslastung der Servers</li>
<li>einem vHost eine eigene php.ini zugeordnet mit abweichenden Optionen zur original php.ini</li>
<li>das Mailserver-Statistik Skript gefixt, damit ich wöchentlich eine Mail über die Nutzung bekommen (gesendet/empfangen gesamt, spam, viren)</li>
<li>DKIM-signierte Mails werden von Spamassassin bevorzugt behandelt</li>
<li>Ruby und Ruby on Rails auf dem Server installiert und in das apache-Setup integriert nach einer Anleitung auf <a title="howtoforge" href="http://howtoforge.net/ruby_on_rails_debian_etch" target="_blank">howtoforge</a></li>
<li>einen Gast-Benutzer einrichten, der nur per sftp bzw. scp Zugriff auf den Server hat (Eingesperrt in einem chroot-jail)</li>
<li>Benutzeraccounts &amp; Daten der Ausgestiegenen gelöscht (falls einer von euch noch Daten von ibutho braucht, ich habe ein Backup auf meinem TP)</li>
</ul>
<p>Für die nahe Zukunft habe ich folgende Neuerungen geplant:</p>
<ul>
<li>Umstellung der Authentifizierungssystems von Shadow auf LDAP zur Zentralisierung der Authentifizierung</li>
<li><a title="DAViCal" href="http://rscds.sourceforge.net/" target="_blank">DAViCal</a> installieren zur zentraler Kalenderverwaltung/-haltung (erlaubt auch Gruppenkalender und Delegation)</li>
<li>ein System zur Synchronisation von Kontakten installieren (leider gibt es hier noch keinen Standard und bestehende Flicken-Lösungen werden nicht von allen Mailprogrammen unterstützt)</li>
<li>das E-Mail Content-Filtering System auf amavisd-new umstellen, um die Performance und Resourcennutzung zu optimieren</li>
<li>Implementierung von <a title="DKIM" href="http://de.wikipedia.org/wiki/DKIM" target="_blank">DKIM</a> in postfix über &#8220;dkim-filter&#8221; zur Reduzierung von Spam</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://johker.ibutho.de/2009/01/18/ibutho-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java auf einem Virtuozzo Virtual Server installieren</title>
		<link>http://johker.ibutho.de/2008/10/21/java-auf-einem-virtual-server-installieren/</link>
		<comments>http://johker.ibutho.de/2008/10/21/java-auf-einem-virtual-server-installieren/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 13:27:20 +0000</pubDate>
		<dc:creator>johker</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Tipps und Tricks]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[aptitude]]></category>
		<category><![CDATA[deb]]></category>
		<category><![CDATA[dpkg-deb]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sun-java5-bin]]></category>
		<category><![CDATA[sun-java6-bin]]></category>
		<category><![CDATA[virtual server]]></category>
		<category><![CDATA[virtuozzo]]></category>

		<guid isPermaLink="false">http://johker.ibutho.de/?p=62</guid>
		<description><![CDATA[Wie vielleicht einige wissen, administriere ich in meiner Freizeit einen virtuellen Server auf Virtuozzo Basis. Schon seit längerem ist es mir ein Dorn im Auge, dass sich Java darauf nicht installieren lässt lies. Seit heute ist das vorbei. Ich habe &#8230; <a href="http://johker.ibutho.de/2008/10/21/java-auf-einem-virtual-server-installieren/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Wie vielleicht einige wissen, administriere ich in meiner Freizeit einen virtuellen Server auf Virtuozzo Basis. Schon seit längerem ist es mir ein Dorn im Auge, dass sich Java darauf nicht installieren <span style="text-decoration: line-through;">lässt</span> lies. Seit heute ist das vorbei. Ich habe endlich eine Anleitung gefunden, wie man das Problem umgehen kann.</p>
<p>Zuerst vielleicht einmal, wie sich das Problem geäußert hat: Während des Installationsprozesses mit <em>aptitude</em> gab es einen Fehler beim Ausführen der <em>postinst</em>-Skripts von <strong>sun-java6-bin</strong>:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">Setting up sun-java5-bin <span style="color: #7a0874; font-weight: bold;">&#40;</span>1.5.0-<span style="color: #000000;">10</span>-<span style="color: #000000;">3</span><span style="color: #7a0874; font-weight: bold;">&#41;</span> ...
Could not create the Java virtual machine.
<span style="color: #c20cb9; font-weight: bold;">dpkg</span>: error processing sun-java5-bin <span style="color: #7a0874; font-weight: bold;">&#40;</span>--configure<span style="color: #7a0874; font-weight: bold;">&#41;</span>:
 subprocess post-installation script returned error <span style="color: #7a0874; font-weight: bold;">exit</span> status <span style="color: #000000;">1</span></pre></div></div>

<p>Um dieses Problem zu lösen, muss das Skript <em>postinst</em> im deb-Paket geändert werden und folgende Zeile auskommentiert werden:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">$basedir</span><span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>java <span style="color: #660033;">-client</span> -Xshare:dump <span style="color: #000000; font-weight: bold;">&amp;</span>gt; <span style="color: #000000; font-weight: bold;">/</span>dev<span style="color: #000000; font-weight: bold;">/</span>null</pre></div></div>

<p>Wie man ein deb-Paket entpackt und nach dem Modifizieren wieder ein deb-Paket erstellt, wird hier sehr ausführlich und gut beschrieben:</p>
<p><a title="http://thedarkmaster.wordpress.com/2008/05/24/how-to-create-manipulate-a-deb-file-of-a-compiled-application/" href="http://thedarkmaster.wordpress.com/2008/05/24/how-to-create-manipulate-a-deb-file-of-a-compiled-application/" target="_blank">http://thedarkmaster.wordpress.com/2008/05/24/how-to-create-manipulate-a-deb-file-of-a-compiled-application/</a></p>
<p>Zusammenfassend legt man einen Ordner &#8220;AAA&#8221; an, entpackt das deb-Paket mit tar in diesen Ordner, entpackt die darin enthaltene Datei <em>control.tar.gz</em> in ein Verzeichnis &#8220;DEBIAN&#8221; (muss in &#8220;AAA&#8221; erstellt werden) und entpackt die Datei <em>data.tar.gz</em> in den Ordner &#8220;AAA&#8221;. Jetzt kann bearbeitet werden, was das Zeug hält. Ist man damit fertig, baut man das deb-Paket mit (man muss im Überordner von &#8220;AAA&#8221; sein):</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">dpkg-deb <span style="color: #660033;">--build</span> AAA</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://johker.ibutho.de/2008/10/21/java-auf-einem-virtual-server-installieren/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

