<?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>Sebastian Mogilowskis Blog &#187; Linux</title>
	<atom:link href="http://www.mogilowski.net/lang/de-de/category/sysadmin/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mogilowski.net</link>
	<description>Just another blog about administration, linux and other stuff</description>
	<lastBuildDate>Fri, 30 Jul 2010 06:26:33 +0000</lastBuildDate>
	<language>de-de</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Adobe Coldfusion 9 &#8211; Debian 5.0 Lenny &#8211; Ubuntu 9.10 or 10.04</title>
		<link>http://www.mogilowski.net/lang/de-de/2010/03/19/adobe-coldfusion-9-debian-5-0-lenny-ubuntu-9-10-or-10-04</link>
		<comments>http://www.mogilowski.net/lang/de-de/2010/03/19/adobe-coldfusion-9-debian-5-0-lenny-ubuntu-9-10-or-10-04#comments</comments>
		<pubDate>Fri, 19 Mar 2010 08:33:07 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Coldfusion]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Systemadministration]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=634</guid>
		<description><![CDATA[Installation Apache2 Webserver: aptitude install apache2 Installation der benötigten Bibliotheken: aptitude install libstdc++5 Installation von Coldfusion: Nun das Installationspaket (Linux bin-file) von der Adobe Webseite herrunterladen. Dazu muss man sich ggf. anmelden. Die 30 Tage Testversion ist ausreichend, da man später durch die Eingabe einer Seriennummer in der Webadministration auf die entsprechende Vollversion umstellen kann. [...]]]></description>
			<content:encoded><![CDATA[<h3><span lang="de-de">Installation Apache2 Webserver:</span></h3>
<pre>
aptitude install apache2
</pre>
<h3><span lang="de-de">Installation der benötigten Bibliotheken:</span></h3>
<pre>
aptitude install libstdc++5
</pre>
<h3><span lang="de-de">Installation von Coldfusion:</span></h3>
<p><span lang="de-de">Nun das Installationspaket (Linux bin-file) von der <a href="http://www.adobe.com" target="_blank">Adobe Webseite</a> herrunterladen. Dazu muss man sich ggf. anmelden. Die 30 Tage Testversion ist ausreichend, da man später durch die Eingabe einer Seriennummer in der Webadministration auf die entsprechende Vollversion umstellen kann.</span></p>
<p><span lang="de-de">Nun die Datei ausführbar machen und das Installationsprogramm starten:</span><br />
<span lang="de-de"></span></p>
<pre>
chmod +x ColdFusion_9_WWE_linux64.bin
./ColdFusion_9_WWE_linux64.bin
</pre>
<p><span lang="de-de">Nun die folgenden Fragen beantworten:</span></p>
<pre>
PRESS <enter> TO CONTINUE: </enter><enter>
DO YOU ACCEPT THE TERMS OF THIS LICENSE AGREEMENT? (Y/N): Y
</enter></pre>
<pre>
Install Type
------------

If you do not have a serial number, select either 30-day trial or Developer
Edition.

  ->1- Install new version of Adobe ColdFusion 9 with a serial number
    2- 30-day trial
    3- Developer Edition

Installation Choice: 2
</pre>
<pre>
Installer Configuration
-----------------------

What kind of installation do you want?

  ->1- Server configuration
    2- Enterprise Multiserver configuration
    3- J2EE configuration (EAR file)
    4- J2EE configuration (WAR file)

Choose one of the following options:: 1
</pre>
<pre>
Is Adobe ColdFusion 9 (Server Configuration) Installed?
-------------------------------------------------------

You cannot install the server configuration of Adobe ColdFusion 9 if it is already installed on this computer.

Is there already a server configuration of Adobe ColdFusion 9 installed?

    1- Yes
  ->2- No

ENTER THE NUMBER FOR YOUR CHOICE, OR PRESS <enter> TO ACCEPT THE DEFAULT:: 2
</enter></pre>
<pre>
Subcomponent installation
-------------------------

The following options are available for installation.

An option marked with "[X]" in front will be installed and an option with "[ ]"
will not.  Choosing an option will toggle it on or off

[X] 1) ColdFusion 9 Documentation
[X] 2) ColdFusion 9 Solr Services
[X] 3) ColdFusion 9 Search Services
[X] 4) Start ColdFusion on system init

    5) Continue with installation

Select an option: 5
</pre>
<pre>
Choose Install Folder
---------------------

Select the directory where you want to install Adobe ColdFusion 9.

Directory:

  Default Install Folder: /opt/coldfusion9

ENTER AN ABSOLUTE PATH, OR PRESS <enter> TO ACCEPT THE DEFAULT
      : /opt/coldfusion

INSTALL FOLDER IS: /opt/coldfusion
   IS THIS CORRECT? (Y/N): Y
</enter></pre>
<pre>
Earlier Versions of Adobe ColdFusion installed?
-----------------------------------------------

If you installed an earlier version of ColdFusion on this computer, you can migrate your settings to Adobe ColdFusion 9.

Is there an earlier version of ColdFusion installed on this computer (for example, ColdFusion 6 or ColdFusion MX 7)?

    1- Yes
  ->2- No

ENTER THE NUMBER FOR YOUR CHOICE, OR PRESS <enter> TO ACCEPT THE DEFAULT:: 2
</enter></pre>
<pre>
Configure Web Servers
---------------------

Please configure your web server(s).  If you do not configure a web server the
built-in web server will be used on port 8500 or the next available port.

    1- Add Web Server Configuration
  ->2- Continue with installation

Choice: 1

****************************************************

  ->1- Apache
    2- Sun ONE Web Server (iPlanet)
    3- Cancel

What kind of web server are you configuring: 1

What directory contains your Apache configuration file (httpd.conf)? (For
   example, on Red Hat Linux it could be located in the /etc/httpd/conf
   directory if you installed from an rpm, or for SuSe Linux, it could be in
   /etc/apache2)

   Directory: /etc/apache2

****************************************************

Where is the Apache program binary file? (For example, on Red Hat Linux it
   could be /usr/sbin/httpd if you installed from an rpm, or for SuSE Linux it
   could be located at /usr/sbin/httpd2) If you have more than one instance of
   Apache on your computer, enter the binary file location for the Apache web
   server that will use ColdFusion. (Note: this is not the Apache start and
   stop script.)

   File: /usr/sbin/apache2

****************************************************

Where is the control file that you use to start and stop the Apache web
   server? (For example, this could be /etc/init.d/httpd on Red Hat Linux if
   you installed from an rpm, /usr/sbin/apache2ctl on SuSe Linux, or it could
   be /usr/local/apache/bin/apachectl on hand-compiled versions.)

   File: /etc/init.d/apache2

****************************************************

Please configure your web server(s).  If you do not configure a web server the
built-in web server will be used on port 8500 or the next available port.

    1- Add Web Server Configuration
    2- Remove Web Server Configuration
    3- Edit:Apache : /etc/apache2
  ->4- Continue with installation

Choice: 4
</pre>
<pre>
Choose Adobe ColdFusion 9 Administrator Location
------------------------------------------------

Select the location of the web root for Adobe ColdFusion 9. This is where the installer places the Adobe ColdFusion 9 Administrator.

This directory must be the web root for one of the websites to be configured for use with Adobe ColdFusion 9.

Directory: (DEFAULT: /etc/htdocs): /var/www
</pre>
<pre>
Runtime User
------------

Enter the name of the runtime user.   This user must already exist on the system.

User Name: (DEFAULT: nobody):
</pre>
<pre>
Configure ColdFusion with OpenOffice
------------------------------------

Configuring OpenOffice installation with ColdFusion will enable Office documents to be processing using OpenOffice. If OpenOffice is not configured ColdFusion will not be able to convert some Microsoft Office Documents to PDF. Check the documentation for more details.

    1- Configure ColdFusion with local Openoffice installation
  ->2- Skip

ENTER THE NUMBER FOR YOUR CHOICE, OR PRESS <enter> TO ACCEPT THE DEFAULT:: 2
</enter></pre>
<pre>
Administrator Password
----------------------

Enter the password that you will use to restrict access to the ColdFusion
Administrator.

This field is required.

Password:
Confirm Password:
</pre>
<pre>
Enable RDS
----------

The ColdFusion Remote Development Service (RDS) lets developers using Adobe
tools remotely connect to this server for development purposes. RDS is required
for Line Debugging, Report Builder, and Dreamweaver Extensions.

If this is a production server, Adobe recommends that you disable RDS.
Note, however, that disabling RDS also disables debugging, the directory
browsing applets in the ColdFusion Administrator and some of the functionality
in the Report Builder.

Enable RDS  (Y/N): Y
Password:
Confirm Password:
</pre>
<pre>
Installation Confirmation
-------------------------

Installation Type:
  Server configuration

Licensing:
  30-day trial

Installation Directories:
  Product: /opt/coldfusion
  Web root: /var/www

Server Information:
  Web Server: Apache (/etc/apache2)
  Port:
  Search Services: installed
  ColdFusion Solr Search Services: installed
  Documentation: installed
  RDS: enabled

Disk Space Information (for Installation Target):
  Required: 992,437,542 bytes
  Available: 4,799,873,024 bytes

PRESS <enter> TO CONTINUE: </enter><enter>
</enter></pre>
<pre>
Installing...
-------------

 [==================&#124;==================&#124;==================&#124;==================]
 [------------------&#124;------------------&#124;------------------&#124;------------------]

===============================================================================
Installation Complete
---------------------

You have successfully completed the first step in installing Adobe ColdFusion
9.

To continue with your installation, go to /opt/coldfusion/bin and type
"./coldfusion start" to start your server.

Once the server, is started log in to the Configuration Wizard at 

http://[machinename]/CFIDE/administrator/index.cfm

Press Enter to exit the installer: <enter>
</enter></pre>
<h3><span lang="de-de">Coldfusion Server starten</span></h3>
<pre>
/opt/coldfusion/bin/coldfusion start
</pre>
<p><i><span lang="de-de">Coldfusion installiert nun den Connector für den Apache 2 Webserver (/etc/apache2/httpd.conf) welcher dafür verantwortlich ist, dass später Skripte an den Coldfusion Server weitergeleitet werden.</span></i></p>
<h3><span lang="de-de">Coldfusion Server automatisch beim Systemstart starten:</span></h3>
<pre>
cp /opt/coldfusion/bin/coldfusion /etc/init.d
update-rc.d coldfusion defaults
</pre>
<h3><span lang="de-de">Installation abschließen:</span></h3>
<p><span lang="de-de">Um die Installation abschließen, muss man nur noch den Coldfusion-Administrator mit dem Browser aufrufen.</span></p>
<pre>

http://SERVERNAME/CFIDE/administrator/index.cfm
</pre>
<p><a href="http://www.mogilowski.net/wp-content/uploads/2010/03/cf_admin9.png"><img src="http://www.mogilowski.net/wp-content/uploads/2010/03/cf_admin9-800x398.png" alt="" title=" cf_admin9" width="800" height="398" class="aligncenter size-medium wp-image-639" /></a></p>
<h3><span lang="de-de">Bemerkung:</span></h3>
<p><span lang="de-de">Die gesamte Anleitung funktioniert absolut identisch mit Adobe Coldfusion 8.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/de-de/2010/03/19/adobe-coldfusion-9-debian-5-0-lenny-ubuntu-9-10-or-10-04/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWare Server 2 &#8211; Unable to build the vsock module</title>
		<link>http://www.mogilowski.net/lang/de-de/2010/03/16/vmware-server-2-unable-to-build-the-vsock-module</link>
		<comments>http://www.mogilowski.net/lang/de-de/2010/03/16/vmware-server-2-unable-to-build-the-vsock-module#comments</comments>
		<pubDate>Tue, 16 Mar 2010 07:55:42 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Systemadministration]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vmware server]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=631</guid>
		<description><![CDATA[Nur ein kleiner Post, die Lösung für &#8220;Unable to build the vsock module&#8221; Fehlermeldung bei der Installation von VMWare Server 2 unter Debian oder Ubuntu: tar xvf /usr/lib/vmware/modules/source/vsock.tar cd vsock-only sed -i 's/^\#include //' autoconf/*.c make cp vsock.o /lib/modules/$(uname -r)/misc ln -s vsock.o /lib/modules/$(uname -r)/misc/vsock.ko depmod -a invoke-rc.d vmware restart]]></description>
			<content:encoded><![CDATA[<p><span lang="de-de">Nur ein kleiner Post, die Lösung für &#8220;Unable to build the vsock module&#8221; Fehlermeldung bei der Installation von VMWare Server 2 unter Debian oder Ubuntu:</span></p>
<pre>tar xvf /usr/lib/vmware/modules/source/vsock.tar
cd vsock-only
sed -i 's/^\#include
//' autoconf/*.c
make
cp vsock.o /lib/modules/$(uname -r)/misc
ln -s vsock.o /lib/modules/$(uname -r)/misc/vsock.ko
depmod -a
invoke-rc.d vmware restart
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/de-de/2010/03/16/vmware-server-2-unable-to-build-the-vsock-module/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to install OpenOffice 3.2 on Ubuntu 9.10 Karmic Koala</title>
		<link>http://www.mogilowski.net/lang/de-de/2010/02/17/how-to-install-openoffice-3-2-on-ubuntu-9-10-karmic-koala</link>
		<comments>http://www.mogilowski.net/lang/de-de/2010/02/17/how-to-install-openoffice-3-2-on-ubuntu-9-10-karmic-koala#comments</comments>
		<pubDate>Wed, 17 Feb 2010 08:56:35 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Systemadministration]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[openoffice]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=621</guid>
		<description><![CDATA[Vor einiger Zeit habe ich bereits über OpenOffice 3.1 für Ubuntu 9.04 gebloggt. OpenOffice 3.2 ist derzeit nicht über launchpad verfügbar, aber man kann sich einfach das erforderliche Paket direkt von der OpenOffice Webseite herrunterladen. Alternativ kann mann folgende Links verwenden: * German 32-Bit * German 64-Bit * English 32-Bit * English 64-Bit Nach dem [...]]]></description>
			<content:encoded><![CDATA[<p><span lang="de-de">Vor einiger Zeit habe ich bereits über OpenOffice 3.1 für Ubuntu 9.04 <a title="OpenOffice 3.1 Ubtunt 9.04" href="http://www.mogilowski.net/2009/05/08/how-to-install-openoffice-31-on-ubuntu-904-jaunty-jackalope" target="_blank">gebloggt</a>.</span></p>
<p><span lang="de-de">OpenOffice 3.2 ist derzeit nicht über launchpad verfügbar, aber man kann sich einfach das erforderliche Paket direkt von der <a href="http://download.openoffice.org/other.html" target="_blank">OpenOffice Webseite</a> herrunterladen. Alternativ kann mann folgende Links verwenden:</span></p>
<p>* <a href="http://download.services.openoffice.org/files/localized/de/3.2.0/OOo_3.2.0_LinuxIntel_install_de_deb.tar.gz" target="_blank">German 32-Bit</a></p>
<p>* <a href="http://download.services.openoffice.org/files/localized/de/3.2.0/OOo_3.2.0_LinuxX86-64_install_de_deb.tar.gz" target="_blank">German 64-Bit</a></p>
<p>* <a href="http://download.services.openoffice.org/files/stable/3.2.0/OOo_3.2.0_LinuxIntel_install_en-US_deb.tar.gz" target="_blank">English 32-Bit</a></p>
<p>* <a href="http://download.services.openoffice.org/files/stable/3.2.0/OOo_3.2.0_LinuxX86-64_install_en-US_deb.tar.gz" target="_blank">English 64-Bit</a></p>
<p><span lang="de-de">Nach dem Download entpacken und das Paket installieren: (Ein bereits installiertes OpenOffice sollte vorher deinstalliert werden !!)</span></p>
<pre>tar vfx OOo_3.2.0_LinuxX86-64_install_de_deb.tar.gz
sudo dpkg -i OOO320_m12_native_packed-1_de.9483/DEBS/*.deb
sudo dpkg -i OOO320_m12_native_packed-1_de.9483/DEBS/desktop-integration/openoffice.org3.2-debian-menus_3.2-9472_all.deb
</pre>
<p><a href="http://www.mogilowski.net/wp-content/uploads/2010/02/ooo_3.21.png"><img class="aligncenter size-full wp-image-628" title=" ooo_3.2" src="http://www.mogilowski.net/wp-content/uploads/2010/02/ooo_3.21.png" alt="" width="300" height="219" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/de-de/2010/02/17/how-to-install-openoffice-3-2-on-ubuntu-9-10-karmic-koala/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Version 1.4.0 of Tiny Tiny RSS</title>
		<link>http://www.mogilowski.net/lang/de-de/2010/01/26/version-1-4-0-of-tiny-tiny-rss</link>
		<comments>http://www.mogilowski.net/lang/de-de/2010/01/26/version-1-4-0-of-tiny-tiny-rss#comments</comments>
		<pubDate>Tue, 26 Jan 2010 10:22:23 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Systemadministration]]></category>
		<category><![CDATA[feeds]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=617</guid>
		<description><![CDATA[New version of Tiny Tiny RSS (1.4.0) is available. Look my previous article about it. Upgrade is very esay,  read the instructions here. Release Notes: Bugfixes Catalan translation JSON-based API; XML-RPC API server is deprecated and moved to utils/ Classic mobile moved to mobile/classic New mobile version based on iUI Special feed for archived articles [...]]]></description>
			<content:encoded><![CDATA[<p>New version of <a title="http://tt-rss.org" href="http://tt-rss.org" target="_blank">Tiny Tiny RSS</a> (1.4.0) is available. Look my <a href="http://www.mogilowski.net/lang/de-de/2009/07/28/web-based-rss-reader/" target="_blank">previous article</a> about it.</p>
<p>Upgrade is very esay,  read the instructions <a href="http://tt-rss.org/redmine/wiki/tt-rss/InstallationNotes" target="_blank">here</a>.</p>
<p>Release Notes:</p>
<div>
<ul>
<li>Bugfixes</li>
<li>Catalan translation</li>
<li>JSON-based API; XML-RPC API server is deprecated and moved to  utils/</li>
<li>Classic mobile moved to mobile/classic</li>
<li>New mobile version based on iUI</li>
<li>Special feed for <a href="http://tt-rss.org/redmine/wiki/tt-rss/ArchivedFeed" target="_blank">archived articles</a></li>
<li>Support for settings profiles</li>
<li>Support for changing feed icons manually</li>
<li>Improved OPML import dialog</li>
<li>Some speed improvements</li>
<li>Improved support for themes</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/de-de/2010/01/26/version-1-4-0-of-tiny-tiny-rss/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Samba Error on Ubuntu Karmic</title>
		<link>http://www.mogilowski.net/lang/de-de/2010/01/25/samba-error-on-ubuntu-karmic</link>
		<comments>http://www.mogilowski.net/lang/de-de/2010/01/25/samba-error-on-ubuntu-karmic#comments</comments>
		<pubDate>Mon, 25 Jan 2010 08:25:01 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Systemadministration]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=614</guid>
		<description><![CDATA[Wegen einem Fehler in der aktuellen Samba Version von Karmic erhält man in der Samba Log Datei (/var/log/samba/log.smbd) folgende Fehler: [2009/12/07 12:26:26, 0] smbd/server.c:456(smbd_open_one_socket) smbd_open_once_socket: open_socket_in: Address already in use Als Lösung bietet sich derzeit nur ein Downgrade an: wget http://security.ubuntu.com/ubuntu/pool/main/s/samba/samba_3.3.2-1ubuntu3.2_amd64.deb dpkg -i --force-all samba_3.3.2-1ubuntu3.2_amd64.deb Update: Problem behoben (Version 3.4.0)]]></description>
			<content:encoded><![CDATA[<p><span lang="de-de">Wegen einem Fehler in der aktuellen Samba Version von Karmic erhält man in der Samba Log Datei (<em>/var/log/samba/log.smbd</em>) folgende Fehler:</span></p>
<pre>[2009/12/07 12:26:26,  0] smbd/server.c:456(smbd_open_one_socket)
  smbd_open_once_socket: open_socket_in: Address already in use</pre>
<p><span lang="de-de">Als Lösung bietet sich derzeit nur ein Downgrade an:</span></p>
<pre>wget http://security.ubuntu.com/ubuntu/pool/main/s/samba/samba_3.3.2-1ubuntu3.2_amd64.deb
dpkg -i --force-all samba_3.3.2-1ubuntu3.2_amd64.deb</pre>
<p><strong>Update:</strong><br />
<span lang="de-de">Problem behoben (Version 3.4.0)</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/de-de/2010/01/25/samba-error-on-ubuntu-karmic/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Thunderbird 3 on Ubuntu 9.10 Karmic</title>
		<link>http://www.mogilowski.net/lang/de-de/2010/01/13/install-thunderbird-3-on-ubuntu-9-10-karmic</link>
		<comments>http://www.mogilowski.net/lang/de-de/2010/01/13/install-thunderbird-3-on-ubuntu-9-10-karmic#comments</comments>
		<pubDate>Wed, 13 Jan 2010 09:34:40 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Systemadministration]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Thunderbird]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=609</guid>
		<description><![CDATA[Installation von Mozilla Thunderbird 3 unter Ubuntu mit dem Paketmanager. Repository hinzufügen: sudo add-apt-repository ppa:ubuntu-mozilla-daily/ppa Neuen Schlüssel für das Respository installieren: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 247510BE Installation: sudo apt-get update sudo aptitude install thunderbird-3.1 thunderbird-3.1-gnome-support Ältere Ubuntu versionen: Die Datei &#8220;/etc/apt/sources.list&#8221; öffnen und folgende Zeilen einfügen: deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu jaunty main deb-src http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu jaunty [...]]]></description>
			<content:encoded><![CDATA[<p><span lang="de-de">Installation von Mozilla Thunderbird 3 unter Ubuntu mit dem Paketmanager.</span></p>
<p><a href="http://www.mogilowski.net/wp-content/uploads/2010/01/mozilla-thunderbird-300x300.jpg"><img class="aligncenter size-full wp-image-610" title=" mozilla-thunderbird-300x300" src="http://www.mogilowski.net/wp-content/uploads/2010/01/mozilla-thunderbird-300x300.jpg" alt="" width="300" height="300" /></a></p>
<p><span lang="de-de">Repository hinzufügen:</span></p>
<pre>sudo add-apt-repository ppa:ubuntu-mozilla-daily/ppa</pre>
<p><span lang="de-de">Neuen Schlüssel für das Respository installieren:</span></p>
<pre>sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 247510BE</pre>
<p>Installation:</p>
<pre>sudo apt-get update
sudo aptitude install thunderbird-3.1 thunderbird-3.1-gnome-support</pre>
<h3><span lang="de-de">Ältere Ubuntu versionen:</span></h3>
<p><span lang="de-de">Die Datei &#8220;/etc/apt/sources.list&#8221; öffnen und folgende Zeilen einfügen:</span></p>
<pre>deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu jaunty main
</pre>
<p><span lang="de-de">GPG-Schlüssel hinzufügen:</span></p>
<pre>sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 247510BE
</pre>
<pre>sudo aptitude update
sudo aptitude install thunderbird-3.1 thunderbird-3.1-gnome-support
</pre>
<p><span lang="de-de"><strong>Bemerkung: </strong>&#8220;jaunty&#8221; muss ggf. durch die eigene Ubuntu Version ersetzt werden.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/de-de/2010/01/13/install-thunderbird-3-on-ubuntu-9-10-karmic/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Zend Server Community Edition on Ubuntu Server</title>
		<link>http://www.mogilowski.net/lang/de-de/2009/12/17/zend-server-community-edition-on-ubuntu-server</link>
		<comments>http://www.mogilowski.net/lang/de-de/2009/12/17/zend-server-community-edition-on-ubuntu-server#comments</comments>
		<pubDate>Thu, 17 Dec 2009 09:22:28 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Systemadministration]]></category>
		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=590</guid>
		<description><![CDATA[Der einfachste Weg ist dieser Anleitung zu folgen: http://files.zend.com/help/Zend-Server-Community-Edition/zend-server-community-edition.htm#deb_installation.htm Hier ist die Kurzfassung: 1. Installation: 1.1 Zend Repository hinzufügen. Dazu in die Datei &#8220;/etc/apt/sources.list&#8221; folgende Zeile hinzufügen: deb http://repos.zend.com/zend-server/deb server non-free 1.2 Public Key des Zend Repositories hinzufügen: wget http://repos.zend.com/deb/zend.key -O- &#124;apt-key add - Wenn man nicht als root arbeitet und sudo verwendet, muss nach [...]]]></description>
			<content:encoded><![CDATA[<p><span lang="de-de">Der einfachste Weg ist dieser Anleitung zu folgen: <a href="http://files.zend.com/help/Zend-Server-Community-Edition/zend-server-community-edition.htm#deb_installation.htm" target="_blank">http://files.zend.com/help/Zend-Server-Community-Edition/zend-server-community-edition.htm#deb_installation.htm</a></span></p>
<p><span lang="de-de">Hier ist die Kurzfassung:</span></p>
<h3>1. Installation:</h3>
<p><span lang="de-de">1.1 Zend Repository hinzufügen. Dazu in die Datei &#8220;/etc/apt/sources.list&#8221; folgende Zeile hinzufügen:</span></p>
<pre>deb http://repos.zend.com/zend-server/deb server non-free</pre>
<p><span lang="de-de">1.2 Public Key des Zend Repositories hinzufügen:</span></p>
<pre>wget http://repos.zend.com/deb/zend.key -O- &#124;apt-key add -</pre>
<p><span lang="de-de">Wenn man nicht als root arbeitet und sudo verwendet, muss nach der pipe (&#8216;&#124;&#8217;) ein sudo hinzugefügt werden:</span></p>
<pre>wget http://repos.zend.com/deb/zend.key -O- &#124; sudo apt-key add -</pre>
<p><span lang="de-de">1.3 Mit dem Zend Repository synchronisieren:</span></p>
<pre>aptitude update</pre>
<p><span lang="de-de">1.4 Installieren von Zend Server Community Edition mit PHP 5.3:</span></p>
<pre>aptitude install zend-server-ce-php-5.3</pre>

<div class="ngg-galleryoverview" id="ngg-gallery-21-590">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://www.mogilowski.net/lang/de-de/2009/12/17/zend-server-community-edition-on-ubuntu-server?show=slide">
			[Show as slideshow]		</a>
	</div>

	
	<!-- Thumbnails -->
		
	<div id="ngg-image-152" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.mogilowski.net/wp-content/gallery/zendserver09/dir.jpg" title=" " class="thickbox" rel="set_21" >
								<img title="dir" alt="dir" src="http://www.mogilowski.net/wp-content/gallery/zendserver09/thumbs/thumbs_dir.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-153" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.mogilowski.net/wp-content/gallery/zendserver09/dir2.jpeg" title=" " class="thickbox" rel="set_21" >
								<img title="dir2" alt="dir2" src="http://www.mogilowski.net/wp-content/gallery/zendserver09/thumbs/thumbs_dir2.jpeg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-154" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.mogilowski.net/wp-content/gallery/zendserver09/mon.jpg" title=" " class="thickbox" rel="set_21" >
								<img title="mon" alt="mon" src="http://www.mogilowski.net/wp-content/gallery/zendserver09/thumbs/thumbs_mon.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	
 	
</div>


<h3><span lang="de-de">2. Verwenden</span></h3>
<pre>https://SERVER:10082/ZendServer</pre>
<p><span lang="de-de">Zuerst ein Passwort vergeben und anschließend fortsetzen.</span></p>
<p><span lang="de-de">Nun kann man seine PHP Dateien in das &#8220;Document Root&#8221; übertragen und über &#8220;http://SERVER&#8221; aufrufen. Das ganze funktioniert genauso wie mit einer normalen Apache2 + PHP Installation.</span></p>
<h3><span lang="de-de">3. Sonstiges:</span></h3>
<p><span lang="de-de"><strong>3.1 Editionen</strong></span><br />
<span lang="de-de">Wenn man etwas über den Unterschied zwischen der normalen Version und der &#8220;Community Edition&#8221; erfahren will, sollte man sich folgende Seite anschauen: <a href="http://www.zend.com/en/products/server/editions" target="_blank">http://www.zend.com/en/products/server/editions</a></span></p>
<p><span lang="de-de"><strong>3.2 PHPMyAdmin zum Zend Server hinzufügen:</strong></span></p>
<pre>aptitude install phpmyadmin-zend-server</pre>
<p><span lang="de-de">Wenn man die folgende Mitteilung bekommt:</span><br />
&#8220;For security reasons, the link to the phpMyAdmin interface from Zend Server is locked for remote access and is only accessible from localhost.&#8221;</p>
<p><span lang="de-de">Muss man folgende Änderung vornehmen:</span></p>
<pre>sudo vim /usr/local/zend/gui/lighttpd/etc/lighttpd.conf</pre>
<pre>...
$HTTP["remoteip"] !~ "127.0.0.1" {
$HTTP["url"] =~ "^/phpmyadmin/" {
url.access-deny = ( "*" )
server.errorfile-prefix = "//usr/local/zend/gui/lighttpd/share/lighttpd-custom-errors/errorcode-"
}
}
...</pre>
<pre>sudo /usr/local/zend/bin/zendctl.sh restart</pre>
<p><span lang="de-de"><strong>3.3 Andere Anleitungen</strong></span></p>
<p><a href="http://www.zend.com/products/server/getting-started" target="_blank">http://www.zend.com/products/server/getting-started</a></p>
<p><span lang="de-de"><strong>3.4 Weitere PHP Erweiterungen</strong></span></p>
<pre>sudo aptitude install php-5.3-extra-extensions-zend-server</pre>
<p><span lang="de-de">Dieses Meta-Paket installiert:</span></p>
<pre>freetds-common{a} libltdl7{a} libsybdb5{a} odbcinst1debian1{a} php-5.3-extra-extensions-zend-server php-5.3-gmp-zend-server{a} php-5.3-imagick-zend-server{a} php-5.3-memcache-zend-server{a}
php-5.3-mssql-zend-server{a} php-5.3-odbc-zend-server{a} php-5.3-pcntl-zend-server{a} php-5.3-pdo-dblib-zend-server{a} php-5.3-pdo-odbc-zend-server{a} php-5.3-shmop-zend-server{a}
php-5.3-sysvmsg-zend-server{a} php-5.3-sysvsem-zend-server{a} php-5.3-sysvshm-zend-server{a} php-5.3-unix-extensions-zend-server{a} php-5.3-wddx-zend-server{a} php-5.3-xmlrpc-zend-server{a}
unixodbc{a}</pre>
<p><span lang="de-de"><strong>3.5 Java-Bridge installieren</strong></span></p>
<pre>sudo aptitude install java-bridge-zend-server</pre>
<p><span lang="de-de">Weitere Informationen:</span> <a href="http://files.zend.com/help/Zend-Server/java_bridge_use_cases.htm" target="_blank">http://files.zend.com/help/Zend-Server/java_bridge_use_cases.htm</a></p>
<p><span lang="de-de"><strong>3.6 Online Dokumentation</strong></span></p>
<p><a href="http://files.zend.com/help/Zend-Server-Community-Edition/zend-server-community-edition.htm" target="_blank">http://files.zend.com/help/Zend-Server-Community-Edition/zend-server-community-edition.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/de-de/2009/12/17/zend-server-community-edition-on-ubuntu-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Software RAID 5 on Debian Lenny or Ubuntu</title>
		<link>http://www.mogilowski.net/lang/de-de/2009/09/28/linux-software-raid-5-on-debian-lenny-or-ubuntu</link>
		<comments>http://www.mogilowski.net/lang/de-de/2009/09/28/linux-software-raid-5-on-debian-lenny-or-ubuntu#comments</comments>
		<pubDate>Mon, 28 Sep 2009 11:49:30 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Systemadministration]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[raid]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=580</guid>
		<description><![CDATA[Update für meinen alten Artikel http://www.mogilowski.net/lang/de-de/2008/05/09/linux-software-raid-5-unter-debian-etch für Ubuntu und Debian Lenny. In dieser Konfiguration sollen die Festplatten sda, sdb, sdc und sdd zu einem RAID 5 verbunden werden. (Sollte man also ggf. an seine eigene Konfiguration anpassen) 1. Installation aptitude install mdadm 2. Raid anlegen In der Konfigurationsdatei &#8220;/etc/mdadm/mdadm.conf&#8221; folgende Zeile anfügen: ARRAY /dev/md0 level=raid5 [...]]]></description>
			<content:encoded><![CDATA[<p><span lang="de-de">Update für meinen alten Artikel <a href="http://www.mogilowski.net/lang/de-de/2008/05/09/linux-software-raid-5-unter-debian-etch">http://www.mogilowski.net/lang/de-de/2008/05/09/linux-software-raid-5-unter-debian-etch</a> für Ubuntu und Debian Lenny.</span></p>
<p><span lang="de-de">In dieser Konfiguration sollen die Festplatten sda, sdb, sdc und sdd zu einem RAID 5 verbunden werden. (Sollte man also ggf. an seine eigene Konfiguration anpassen)</span></p>
<h3>1. Installation</h3>
<pre>
aptitude install mdadm
</pre>
<h3><span lang="de-de">2. Raid anlegen</span></h3>
<p><span lang="de-de">In der Konfigurationsdatei &#8220;/etc/mdadm/mdadm.conf&#8221; folgende Zeile anfügen:</span></p>
<pre>
ARRAY /dev/md0 level=raid5 devices=/dev/sda,/dev/sdb,/dev/sdc,/dev/sdd
</pre>
<p><span lang="de-de">Danach kann man das Software RAID erzeugen mit:</span></p>
<pre>
mdadm --create /dev/md0 --verbose --level=raid5 --raid-devices=4 /dev/sda /dev/sdb /dev/sdc /dev/sdd
</pre>
<p><span lang="de-de">Der folgende Befehl zeigt ein paar Informationen über das neue Raid an:</span></p>
<pre>
mdadm --detail /dev/md0
</pre>
<p><span lang="de-de">Unter anderem ist folgende Zeile wichtig:</span></p>
<pre>
Rebuild Status : 2% complete
</pre>
<p><span lang="de-de">Das RAID wird also im Hintergrund gerade aufgebaut. Es kann aber bereits verwendet werden. Außerdem:</span></p>
<pre>
Active Devices : 4
Working Devices : 4
Failed Devices : 0
Spare Devices : 0
</pre>
<p><span lang="de-de">Zeigt an, dass alle 4 Festplatten arbeiten und keine ausgefallen ist.</span></p>
<h3><span lang="de-de">3. Formatieren</span></h3>
<p><span lang="de-de">Nun kann die Raid Festplatte md0 wie jede andere formatiert werden zum Beispiel mit EXT3:</span></p>
<pre>
mke2fs -j /dev/md0
</pre>
<p><span lang="de-de">Danach kann man die Partiton mounten:</span></p>
<pre>
(mkdir /media/raid)
mount /dev/md0 /media/raid
</pre>
<p><span lang="de-de">bzw. zur &#8220;/etc/fstab&#8221; hinzufügen:</span></p>
<pre>
/dev/md0 /media/raid ext3 suid,dev,exec  0  0
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/de-de/2009/09/28/linux-software-raid-5-on-debian-lenny-or-ubuntu/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Add swap file to a linux server (Debian or Ubuntu)</title>
		<link>http://www.mogilowski.net/lang/de-de/2009/08/20/add-swap-file-to-a-linux-server-debian-or-ubuntu</link>
		<comments>http://www.mogilowski.net/lang/de-de/2009/08/20/add-swap-file-to-a-linux-server-debian-or-ubuntu#comments</comments>
		<pubDate>Thu, 20 Aug 2009 07:57:41 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Systemadministration]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Swap]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=522</guid>
		<description><![CDATA[Dieser Artikel beschreibt, wie man ein swap file unter Debian oder Ubuntu hinzufügt. Dies kann dazu dienen bestehenden swap zu erweitern oder um überhaupt swap hinzuzufügen. (Dies kann auch nur temporär erfolgen) 1. Swapdatei anlegen: Mit &#8220;dd&#8221; wird zuerst eine Swapdatei angelegt. Der folgende Befehl erzeugt eine 1024MB Swapdatei (1024 * 1024MB = 1048576). dd [...]]]></description>
			<content:encoded><![CDATA[<p><span lang="de-de">Dieser Artikel beschreibt, wie man ein swap file unter Debian oder Ubuntu hinzufügt. Dies kann dazu dienen bestehenden swap zu erweitern oder um überhaupt swap hinzuzufügen. (Dies kann auch nur temporär erfolgen)</span></p>
<h3><span lang="de-de">1. Swapdatei anlegen:</span></h3>
<p><span lang="de-de">Mit &#8220;<em>dd</em>&#8221; wird zuerst eine Swapdatei angelegt. Der folgende Befehl erzeugt eine 1024MB Swapdatei (1024 * 1024MB = 1048576).</span></p>
<pre>
dd if=/dev/zero of=/swapfile bs=1024 count=1048576
</pre>
<pre>
root@server:~# dd if=/dev/zero of=/swapfile bs=1024 count=1048576
1048576+0 records in
1048576+0 records out
1073741824 bytes (1.1 GB) copied, 16.8866 s, 63.6 MB/s
</pre>
<h3><span lang="de-de">2. Swap area einrichten:</span></h3>
<pre>
mkswap /swapfile
</pre>
<pre>
root@server:~# mkswap /swapfile
Setting up swapspace version 1, size = 1048572 KiB
no label, UUID=9748279e-3efa-4e33-a305-3c14527cfb30
</pre>
<h3><span lang="de-de">3. Swapdatei aktivieren:</span></h3>
<pre>
swapon /swapfile
</pre>
<h3><span lang="de-de">4. Swapdatei zur fstab hinzufügen (optional)</span></h3>
<p><span lang="de-de">Um die Swapdatei beim starten des Systems zu aktivieren wird folgende Zeile in der &#8220;<em>/etc/fstab</em>&#8221; benötigt.</span></p>
<pre>
/swapfile swap swap defaults 0 0
</pre>
<h3><span lang="de-de">5. Swap überprüfen</span></h3>
<p><span lang="de-de">Mit &#8220;<em>free -m</em>&#8221; oder auch &#8220;<em>top</em>&#8221; swap auf dem system überprüfen:</span></p>
<pre>
root@server:~# free -m
             total       used       free     shared    buffers     cached
Mem:          3529       3427        102          0         21       3198
-/+ buffers/cache:        208       3321
Swap:         1535          0       1535
</pre>
<p><span lang="de-de">Hier sieht man die 1024MB Swapdatei zusammen mit einer bereits existierenden 512MB Swappartition.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/de-de/2009/08/20/add-swap-file-to-a-linux-server-debian-or-ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Servermanagement with puppet – Part 4</title>
		<link>http://www.mogilowski.net/lang/de-de/2009/07/19/servermanagement-with-puppet-%e2%80%93-part-4</link>
		<comments>http://www.mogilowski.net/lang/de-de/2009/07/19/servermanagement-with-puppet-%e2%80%93-part-4#comments</comments>
		<pubDate>Sun, 19 Jul 2009 16:23:32 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Systemadministration]]></category>
		<category><![CDATA[factor]]></category>
		<category><![CDATA[facts]]></category>
		<category><![CDATA[puppet]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=448</guid>
		<description><![CDATA[Puppet facts Bemerkung: Dieser Artikel basiert auf Part 1 &#8211; Part 3 meiner Puppet Artikel. Bitte diese zuerst lesen ! &#8220;Factor&#8221; erlaubt es einem Informationen und Eigenschaften der Nodes zusammen mit der Puppetkonfiguration zu verwenden. Facts sind als Variablen in Puppet verfügbar. Wenn man den &#8220;facter&#8221; Befehl ausführt bekommt man eine Liste mit allen Facts [...]]]></description>
			<content:encoded><![CDATA[<h3>Puppet facts</h3>
<p><span lang="de-de"><strong>Bemerkung:</strong> Dieser Artikel basiert auf <a href="http://www.mogilowski.net/projects/" target="_blank">Part 1 &#8211; Part 3</a> meiner Puppet Artikel. Bitte diese zuerst lesen !</span></p>
<p><span lang="de-de">&#8220;Factor&#8221; erlaubt es einem Informationen und Eigenschaften der Nodes zusammen mit der Puppetkonfiguration zu verwenden.</span><br />
<span lang="de-de">Facts sind als Variablen in Puppet verfügbar. Wenn man den &#8220;facter&#8221; Befehl ausführt bekommt man eine Liste mit allen Facts und ihren Werten:</span></p>
<pre>sebastian@pc1:~$ facter
architecture =&#62; i386
domain =&#62; domain.local
facterversion =&#62; 1.5.1
fqdn =&#62; pc1.domain.local
hardwaremodel =&#62; i686
hostname =&#62; pc1
interfaces =&#62; eth0
ipaddress =&#62; 192.168.0.2
ipaddress_eth0 =&#62; 192.168.0.2
kernel =&#62; Linux
kernelrelease =&#62; 2.6.28-11-server
kernelversion =&#62; 2.6.28
lsbdistcodename =&#62; jaunty
lsbdistdescription =&#62; Ubuntu 9.04
lsbdistid =&#62; Ubuntu
lsbdistrelease =&#62; 9.04
macaddress =&#62; 00:0c:29:7a:37:37
macaddress_eth0 =&#62; 00:0c:29:7a:37:37
memoryfree =&#62; 417.25 MB
memorysize =&#62; 497.37 MB
netmask =&#62; 255.255.255.0
netmask_eth0 =&#62; 255.255.255.0
operatingsystem =&#62; Ubuntu
operatingsystemrelease =&#62; 9.04
processor0 =&#62; Intel(R) Xeon(TM) CPU 2.80GHz
processorcount =&#62; 1
ps =&#62; ps -ef
puppetversion =&#62; 0.24.5
rubysitedir =&#62; /usr/local/lib/site_ruby/1.8
rubyversion =&#62; 1.8.7
swapfree =&#62; 883.99 MB
swapsize =&#62; 883.99 MB
virtual =&#62; vmware</pre>
<p><span lang="de-de">Wie man sieht ist &#8216;pc1&#8242; eine 32-Bit virtuelle Maschine mit Ubuntu 9.04. Nun wollen wir unser &#8220;baseclass template&#8221; so erweitern, dass die vmware-tools automatisch auf allen virtuellen Maschinen installiert werden:</span></p>
<p><span lang="de-de">Bearbeiten von &#8220;/etc/puppet/manifests/templates.pp&#8221;:</span></p>
<pre>#
# templates.pp
#

class baseclass {
include user::admins
include munin::client
include ntp

if $virtual == "vmware" {
include vmware::client
}
case $virtual {
vmware: { include vmware::client }
}

}</pre>
<p><span lang="de-de">vmware Modul anlegen:</span></p>
<pre>mkdir -p /etc/puppet/modules/vmware/manifests/</pre>
<p><span lang="de-de">&#8220;/etc/puppet/modules/vmware/manifests/init.pp&#8221; Datei anlegen:</span></p>
<pre>#
# init.pp
#

class vmware{

}</pre>
<p><span lang="de-de">&#8220;/etc/puppet/modules/vmware/manifests/client.pp&#8221; Datei anlegen:</span></p>
<pre>#
# client.pp
#

class vmware::client inherits vmware{

package { open-vm-tools: ensure =&#62; installed }

}</pre>
<p><span lang="de-de"><strong>Bemerkung:</strong> Dies ist nur ein einfaches Beispiel. Sollte man mehr als ein Betriebssystem in seinem Setup haben benötigt man die &#8220;operatingsystem&#8221; Variable als zweite Bedingung.</span><br />
<a href="http://reductivelabs.com/trac/puppet/wiki/LanguageTutorial#conditionals" target="_blank">http://reductivelabs.com/trac/puppet/wiki/LanguageTutorial#conditionals</a></p>
<h3>Custom Facts</h3>
<p><span lang="de-de">Puppet gibt einem auch die Möglichkeit eigene Facts zu definieren.</span></p>
<p><a href="http://reductivelabs.com/trac/puppet/wiki/AddingFacts" target="_blank">http://reductivelabs.com/trac/puppet/wiki/AddingFacts</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/de-de/2009/07/19/servermanagement-with-puppet-%e2%80%93-part-4/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
