<?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>blog/shl@INTERDOSE &#187; OpenAFS</title>
	<atom:link href="http://blogs.interdose.com/sebastian/topics/afs/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.interdose.com/sebastian</link>
	<description>Interdose Ltd. &#38; Co KG</description>
	<lastBuildDate>Wed, 17 Mar 2010 22:58:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>OpenAFS 1.4.12 released</title>
		<link>http://blogs.interdose.com/sebastian/2010/03/14/openafs-1-4-12-released/</link>
		<comments>http://blogs.interdose.com/sebastian/2010/03/14/openafs-1-4-12-released/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 09:47:47 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[OpenAFS]]></category>

		<guid isPermaLink="false">http://blogs.interdose.com/sebastian/?p=2728</guid>
		<description><![CDATA[
The OpenAFS Gatekeepers are pleased to announce the availability of OpenAFS version 1.4.12.

[...]
OpenAFS 1.4.12 is the current recommended release for all Unix platforms; For Windows, we recommend use of the current 1.5 series release for best performance, and we do not expect to provide OpenAFS 1.4 series binaries for Windows.

[Quelle: Derrick via openafs-annouce]
]]></description>
			<content:encoded><![CDATA[<blockquote><p>
The OpenAFS Gatekeepers are pleased to announce the availability of <a href="http://www.openafs.org/dl/openafs/1.4.12/">OpenAFS version 1.4.12</a>.
</p></blockquote>
<p>[...]</p>
<blockquote><p>OpenAFS 1.4.12 is the current recommended release for all Unix platforms; For Windows, we recommend use of the current 1.5 series release for best performance, and we do not expect to provide OpenAFS 1.4 series binaries for Windows.
</p></blockquote>
<p><font size=-2>[Quelle: <a href="http://openafs.org/credits.html">Derrick</a> via <a href="http://lists.openafs.org/mailman/listinfo/openafs-announce">openafs-annouce</a>]</font></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.interdose.com/sebastian/2010/03/14/openafs-1-4-12-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenAFS 1.4.12 release candidate 4</title>
		<link>http://blogs.interdose.com/sebastian/2010/02/26/openafs-1-4-12-release-candidate-4/</link>
		<comments>http://blogs.interdose.com/sebastian/2010/02/26/openafs-1-4-12-release-candidate-4/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 08:50:59 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[OpenAFS]]></category>

		<guid isPermaLink="false">http://blogs.interdose.com/sebastian/?p=2688</guid>
		<description><![CDATA[
The OpenAFS Gatekeepers announce the availability of the fourth release candidate for OpenAFS version 1.4.12.

[...]
 A large number of bugfixes, including in the Linux cache manager and the fileserver, are included, as well as a Preferences Pane for MacOS.
Since 1.4.12pre3, an issue which could trigger a MacOS bug and hang Finder, an issue with Linux [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>
The OpenAFS Gatekeepers announce the availability of the fourth release candidate for <a href="http://www.openafs.org/release/openafs-1.4.12pre4.html">OpenAFS version 1.4.12</a>.
</p></blockquote>
<p>[...]</p>
<blockquote><p> A large number of bugfixes, including in the Linux cache manager and the fileserver, are included, as well as a Preferences Pane for MacOS.<br />
Since <a href="http://blogs.interdose.com/sebastian/2010/02/12/openafs-1-4-12-release-candidate-3/">1.4.12pre3</a>, an issue which could trigger a MacOS bug and hang Finder, an issue with Linux file locking, an issue with Linux 2.6.33 kernel module builds, an erroneous crash in the fileserver when checking for corruption in the host list, a race on detecting deleted hosts in the fileserver host list, and a client retry issue for idle Rx connections have been addressed.
</p></blockquote>
<p><font size=-2>[Quelle: <a href="http://openafs.org/credits.html">Derrick</a> via <a href="http://lists.openafs.org/mailman/listinfo/openafs-announce">openafs-annouce</a>]</font></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.interdose.com/sebastian/2010/02/26/openafs-1-4-12-release-candidate-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenAFS git mirrored to github</title>
		<link>http://blogs.interdose.com/sebastian/2010/02/16/openafs-git-mirrored-to-github/</link>
		<comments>http://blogs.interdose.com/sebastian/2010/02/16/openafs-git-mirrored-to-github/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 10:23:17 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[OpenAFS]]></category>

		<guid isPermaLink="false">http://blogs.interdose.com/sebastian/?p=2619</guid>
		<description><![CDATA[In 2009, OpenAFS converted to git for our revision control needs, and it has greatly improved code submission and review.
However, for those of you who wish to create repository forks for development, wish to collaborate on it, but do not wish to maintain your own git installation, things were a bit harder.
To improve this situation [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>In 2009, <a href="http://www.openafs.org">OpenAFS</a> converted to git for our revision control needs, and it has greatly improved code submission and review.</p>
<p>However, for those of you who wish to create repository forks for development, wish to collaborate on it, but do not wish to maintain your own git installation, things were a bit harder.</p>
<p>To improve this situation as well as to make available github&#8217;s visualization tools, OpenAFS git changes are now being pushed to github upon commit. You can visit</p>
<p><a href="http://github.com/openafs/openafs">http://github.com/openafs/openafs</a></p>
<p>to view any changes as well as to create a fork to develop on, and then push changes to OpenAFS gerrit later when you are ready for review and submission. The <a href="http://git.openafs.org">git.openafs.org</a> tree remains the canonical repository.</p></blockquote>
<p><font size=-2>[Quelle: <a href="http://openafs.org/credits.html">Derrick</a> via <a href="http://lists.openafs.org/mailman/listinfo/openafs-announce">openafs-annouce</a>]</font></p>
<p>Clone-URL: <code><a href="http://github.com/openafs/openafs.git">git://github.com/openafs/openafs.git</a></code><br />
<code>git clone git://github.com/openafs/openafs.git</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.interdose.com/sebastian/2010/02/16/openafs-git-mirrored-to-github/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenAFS 1.5.72 released</title>
		<link>http://blogs.interdose.com/sebastian/2010/02/16/openafs-1-5-72-released/</link>
		<comments>http://blogs.interdose.com/sebastian/2010/02/16/openafs-1-5-72-released/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 08:25:12 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[OpenAFS]]></category>

		<guid isPermaLink="false">http://blogs.interdose.com/sebastian/?p=2617</guid>
		<description><![CDATA[1.5.72 is the recommended production-ready release of OpenAFS for Microsoft Windows users.  It supports all Microsoft Windows operating systems from Windows 2000 through Windows 7 and Windows Server 2008 R2 including both 32-bit and 64-bit architectures.  The 1.5.72 release restores AFSDB support for kaserver users.  The 1.5.72 Windows client is fully compatible [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>1.5.72 is the recommended production-ready release of OpenAFS for Microsoft Windows users.  It supports all Microsoft Windows operating systems from Windows 2000 through Windows 7 and Windows Server 2008 R2 including both 32-bit and 64-bit architectures.  The 1.5.72 release restores AFSDB support for kaserver users.  The 1.5.72 Windows client is fully compatible with all AFS server versions.</p>
<p>For UNIX, Linux, and MacOS X (including Snow Leopard) the recommended production-ready release of OpenAFS is <a href="http://blogs.interdose.com/sebastian/2009/07/15/openafs-1-4-11-release/">1.4.11</a>.</p>
<p>Please visit <a href="http://www.openafs.org/windows.html">openafs.org/windows</a> for up to date information on the status of the OpenAFS for Windows client.</p></blockquote>
<p><font size=-2>[Quelle: <a href="http://openafs.org/credits.html">Derrick</a> via <a href="http://lists.openafs.org/mailman/listinfo/openafs-announce">openafs-annouce</a>]</font></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.interdose.com/sebastian/2010/02/16/openafs-1-5-72-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenAFS 1.4.12 release candidate 3</title>
		<link>http://blogs.interdose.com/sebastian/2010/02/12/openafs-1-4-12-release-candidate-3/</link>
		<comments>http://blogs.interdose.com/sebastian/2010/02/12/openafs-1-4-12-release-candidate-3/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 08:50:04 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[OpenAFS]]></category>

		<guid isPermaLink="false">http://blogs.interdose.com/sebastian/?p=2608</guid>
		<description><![CDATA[
The OpenAFS Gatekeepers announce the availability of the third release candidate for OpenAFS version 1.4.12.

[...]
 A large number of bugfixes, including in the Linux cache manager and the fileserver, are included, as well as a Preferences Pane for MacOS.
Since 1.4.12pre2, a Linux bug regarding cache access when SELinux is enabled, and a MacOS issue when [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>
The OpenAFS Gatekeepers announce the availability of the third release candidate for <a href="http://www.openafs.org/release/openafs-1.4.12pre3.html">OpenAFS version 1.4.12</a>.
</p></blockquote>
<p>[...]</p>
<blockquote><p> A large number of bugfixes, including in the Linux cache manager and the fileserver, are included, as well as a Preferences Pane for MacOS.<br />
Since <a href="http://blogs.interdose.com/sebastian/2010/02/01/openafs-1-4-12-release-candidate-2/">1.4.12pre2</a>, a Linux bug regarding cache access when SELinux is enabled, and a MacOS issue when enumerating <code>/afs</code> in Finder have been addressed.
</p></blockquote>
<p><font size=-2>[Quelle: <a href="http://openafs.org/credits.html">Derrick</a> via <a href="http://lists.openafs.org/mailman/listinfo/openafs-announce">openafs-annouce</a>]</font></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.interdose.com/sebastian/2010/02/12/openafs-1-4-12-release-candidate-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenAFS-Client on Ubuntu 9.10 &#8211; the dkms way</title>
		<link>http://blogs.interdose.com/sebastian/2010/02/02/openafs-client-on-ubuntu-9-10-%e2%80%9ckarmic-koala%e2%80%9d-the-dkms-way/</link>
		<comments>http://blogs.interdose.com/sebastian/2010/02/02/openafs-client-on-ubuntu-9-10-%e2%80%9ckarmic-koala%e2%80%9d-the-dkms-way/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 09:45:32 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[Kerberos]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenAFS]]></category>

		<guid isPermaLink="false">http://blogs.interdose.com/sebastian/?p=2571</guid>
		<description><![CDATA[With sur5r&#8217;s dkms-hint, let&#8217;s write this article again:
The installation of the client on modern Linux distributions is pretty straight forward. 

get the packages
compile the kernel module
mess around in some config files

First step: get the packages
sudo apt-get install
openafs-client openafs-doc openafs-modules-dkms openafs-krb5 krb5-clients krb5-config krb5-user krb5-doc
(Yes, we&#8217;ll install the -doc-Packages, because everyone likes documentation)
Last step: the config [...]]]></description>
			<content:encoded><![CDATA[<p>With <a href="http://blogs.noname-ev.de/sur5r">sur5r</a>&#8217;s <code>dkms</code>-hint, let&#8217;s write <a href="http://blogs.interdose.com/sebastian/2010/01/31/openafs-client-on-ubuntu-9-10-“karmic-koala”/">this article</a> again:</p>
<p>The installation of the client on modern Linux distributions is pretty straight forward. </p>
<ol>
<li>get the packages</li>
<li><s>compile the kernel module</s></li>
<li>mess around in some config files</li>
</ol>
<p><em>First step:</em> <strong>get the packages</strong><br />
<code>sudo apt-get install<br />
openafs-client openafs-doc openafs-modules-dkms openafs-krb5 krb5-clients krb5-config krb5-user krb5-doc</code><br />
(Yes, we&#8217;ll install the <code>-doc</code>-Packages, because everyone likes documentation)</p>
<p><em>Last step:</em> <strong>the config files</strong><br />
Open <code>/etc/krb5.conf</code> and edit the sections containing the following:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>libdefaults<span style="color: #7a0874; font-weight: bold;">&#93;</span>
        default_realm = MYCELL.NET
<span style="color: #7a0874; font-weight: bold;">&#91;</span>realms<span style="color: #7a0874; font-weight: bold;">&#93;</span>
        MYCELL.NET = <span style="color: #7a0874; font-weight: bold;">&#123;</span>
                kdc = kdc1.mycell.net
                kdc = kdc2.mycell.net
                admin_server = kdc1.mycell.net
                default_domain = mycell.net
        <span style="color: #7a0874; font-weight: bold;">&#125;</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span>domain_realm<span style="color: #7a0874; font-weight: bold;">&#93;</span>
        .mycell.net = MYCELL.NET
        mycell.net = MYCELL.NET</pre></td></tr></table></div>

<p>You should translate <em>mycell.net</em> to your local cell settings, but you already knew that, right? Ask your AFS Admin, if you are not sure about the correct values.</p>
<p>You may also take a look at <code>/etc/openafs/afs.conf.client</code>, <code>/etc/openafs/ThisCell</code> and <code>/etc/openafs/CellServDB</code>, but in most cases there&#8217;s no need to change something within these three files. If you need to get an updated version of <code>/etc/openafs/CellServDB</code>, just get it via FTP from <a href="http://grand.central.org">grand.central.org</a>.<br />
<code> wget -O /etc/openafs/CellServDB<br />
ftp://ftp.central.org/pub/cellservdb/CellServDB</code></p>
<p><em>The very last step:</em> <strong>restart the client</strong><br />
<code>sudo /etc/init.d/openafs-client restart</code><br />
Now the magic happens. The missing kernel module will be compiled <em>in time</em> and the OpenAFS-Client gets started. The benefit: remember updating your kernel and updating every single module again and again? <code>dkms</code> will help you, that you only need to update the kernel &#8211; the modules will be upgraded automagicly.</p>
<p>You&#8217;re done! <code>kinit</code> and <code>aklog</code> will be your best friends from now on! <img src='http://blogs.interdose.com/sebastian/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.interdose.com/sebastian/2010/02/02/openafs-client-on-ubuntu-9-10-%e2%80%9ckarmic-koala%e2%80%9d-the-dkms-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenAFS 1.5.71 &#8211; &#8220;released&#8221;?</title>
		<link>http://blogs.interdose.com/sebastian/2010/02/02/openafs-1-5-71-preview-released/</link>
		<comments>http://blogs.interdose.com/sebastian/2010/02/02/openafs-1-5-71-preview-released/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 09:09:00 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[OpenAFS]]></category>

		<guid isPermaLink="false">http://blogs.interdose.com/sebastian/?p=2567</guid>
		<description><![CDATA[Per Twitter kam heute Nacht noch eine weitere Meldung zum Thema OpenAFS:
OpenAFS 1.5.71 is also up on OpenAFS.org. We don&#8217;t recommend updating Linux clients at this time, though.
Dies war allerdings kein offizielles Announcement, daher wohl auch die Empfehlung Linux-Maschinen noch nicht upzudaten (denglisch, olé). Wer sich&#8217;s trotzdem schon ansehen möchte, 1.5.71 befindet sich bei den [...]]]></description>
			<content:encoded><![CDATA[<p>Per <a href="http://www.twitter.com/openafs">Twitter</a> kam heute Nacht noch eine weitere Meldung zum Thema <a href="http://www.openafs.org">OpenAFS</a>:</p>
<blockquote><p><a href="http://twitter.com/openafs/status/8527856201">OpenAFS 1.5.71 is also up on OpenAFS.org. We don&#8217;t recommend updating Linux clients at this time, though.</a></p></blockquote>
<p>Dies war allerdings kein offizielles Announcement, daher wohl auch <strong>die Empfehlung Linux-Maschinen noch nicht upzudaten</strong> (denglisch, olé). Wer sich&#8217;s trotzdem schon ansehen möchte, <a href="http://openafs.org/release/latest-unstable.html">1.5.71</a> befindet sich bei den <a href="http://openafs.org/release/latest-unstable.html">unstable</a> releases.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.interdose.com/sebastian/2010/02/02/openafs-1-5-71-preview-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenAFS 1.4.12 release candidate 2</title>
		<link>http://blogs.interdose.com/sebastian/2010/02/01/openafs-1-4-12-release-candidate-2/</link>
		<comments>http://blogs.interdose.com/sebastian/2010/02/01/openafs-1-4-12-release-candidate-2/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 21:54:22 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[OpenAFS]]></category>

		<guid isPermaLink="false">http://blogs.interdose.com/sebastian/?p=2560</guid>
		<description><![CDATA[
The OpenAFS Gatekeepers announce the availability of the second release candidate for OpenAFS version 1.4.12.

[...]
 A large number of bugfixes, including in the Linux cache manager and the fileserver, are included, as well as a Preferences Pane for MacOS.
Since 1.4.12 pre1, several Rx bugs including computing connection idle times have been fixed; support for Kerberos [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>
The OpenAFS Gatekeepers announce the availability of the second release candidate for <a href="http://www.openafs.org/release/openafs-1.4.12pre2.html">OpenAFS version 1.4.12</a>.
</p></blockquote>
<p>[...]</p>
<blockquote><p> A large number of bugfixes, including in the Linux cache manager and the fileserver, are included, as well as a Preferences Pane for MacOS.<br />
Since <a href="http://blogs.interdose.com/sebastian/2010/01/13/openafs-1-4-12-release-candidate-1/">1.4.12 pre1</a>, several Rx bugs including computing connection idle times have been fixed; support for Kerberos 1.8 DES enabling has been added; and support for updated Linux kernel kmem cache creation is now available.
</p></blockquote>
<p><font size=-2>[Quelle: <a href="http://openafs.org/credits.html">Derrick</a> via <a href="http://lists.openafs.org/mailman/listinfo/openafs-announce">openafs-annouce</a>]</font></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.interdose.com/sebastian/2010/02/01/openafs-1-4-12-release-candidate-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenAFS-Client on Ubuntu 9.10 “Karmic Koala”</title>
		<link>http://blogs.interdose.com/sebastian/2010/01/31/openafs-client-on-ubuntu-9-10-%e2%80%9ckarmic-koala%e2%80%9d/</link>
		<comments>http://blogs.interdose.com/sebastian/2010/01/31/openafs-client-on-ubuntu-9-10-%e2%80%9ckarmic-koala%e2%80%9d/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 15:18:28 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[Kerberos]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OpenAFS]]></category>

		<guid isPermaLink="false">http://blogs.interdose.com/sebastian/?p=2536</guid>
		<description><![CDATA[After installing my favourite window manager, next thing I&#8217;ll need is the OpenAFS-Client.  
The installation of the client on modern Linux distributions is pretty straight forward. 

get the packages
compile the kernel module
mess around in some config files

First step: get the packages
sudo apt-get install
openafs-client openafs-doc openafs-modules-source openafs-krb5 krb5-clients krb5-config krb5-user krb5-doc
(Yes, we&#8217;ll install the -doc-Packages, [...]]]></description>
			<content:encoded><![CDATA[<p>After installing my favourite <a href="http://blogs.interdose.com/sebastian/2010/01/31/enlightenment-e17-on-ubuntu-9-10-karmic-koala/">window manager</a>, next thing I&#8217;ll need is the <a href="http://www.openafs.org">OpenAFS</a>-Client.  </p>
<p>The installation of the client on modern Linux distributions is pretty straight forward. </p>
<ol>
<li>get the packages</li>
<li>compile the kernel module</li>
<li>mess around in some config files</li>
</ol>
<p><em>First step:</em> <strong>get the packages</strong><br />
<code>sudo apt-get install<br />
openafs-client openafs-doc openafs-modules-source openafs-krb5 krb5-clients krb5-config krb5-user krb5-doc</code><br />
(Yes, we&#8217;ll install the <code>-doc</code>-Packages, because everyone likes documentation)</p>
<p><em>Next step:</em> <strong>build the kernel module</strong><br />
Maybe you&#8217;ll need some more packages for this step:<br />
<code>sudo apt-get install module-assistant build-essential</code><br />
Now start the <em>module assistant</em>, to build the <code>openafs</code>-module.<br />
<code>sudo module-assistant</code></p>
<p><a href="http://upload.blogs.interdose.com/sebastian//2010/01/m-a.png"><img src="http://upload.blogs.interdose.com/sebastian//2010/01/m-a-300x200.png" alt="m-a" title="m-a" width="300" height="200" class="aligncenter size-medium wp-image-2537" /></a></p>
<p>The first entries &#8220;UPDATE&#8221; and &#8220;PREPARE&#8221; could take a few minutes, because eventually missing packages (e.g. kernel sources or headers, or the compiler-chain) will be installed. &#8220;SELECT&#8221; will open the next window, where you should search the module and select it. </p>
<p><a href="http://upload.blogs.interdose.com/sebastian//2010/01/build.png"><img src="http://upload.blogs.interdose.com/sebastian//2010/01/build-300x200.png" alt="build" title="build" width="300" height="200" class="aligncenter size-medium wp-image-2538" /></a></p>
<p>Now build the module. The next question will be &#8220;would you like to install the build module?&#8221;, but you should now have a guess what to do <img src='http://blogs.interdose.com/sebastian/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
You should now exit the <em>module assistant</em>.</p>
<p><em>Last step:</em> <strong>the config files</strong><br />
Open <code>/etc/krb5.conf</code> and edit the sections containing the following:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>libdefaults<span style="color: #7a0874; font-weight: bold;">&#93;</span>
        default_realm = MYCELL.NET
<span style="color: #7a0874; font-weight: bold;">&#91;</span>realms<span style="color: #7a0874; font-weight: bold;">&#93;</span>
        MYCELL.NET = <span style="color: #7a0874; font-weight: bold;">&#123;</span>
                kdc = kdc1.mycell.net
                kdc = kdc2.mycell.net
                admin_server = kdc1.mycell.net
                default_domain = mycell.net
        <span style="color: #7a0874; font-weight: bold;">&#125;</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span>domain_realm<span style="color: #7a0874; font-weight: bold;">&#93;</span>
        .mycell.net = MYCELL.NET
        mycell.net = MYCELL.NET</pre></td></tr></table></div>

<p>You should translate <em>mycell.net</em> to your local cell settings, but you already knew that, right? Ask your AFS Admin, if you are not sure about the correct values.</p>
<p>You may also take a look at <code>/etc/openafs/afs.conf.client</code>, <code>/etc/openafs/ThisCell</code> and <code>/etc/openafs/CellServDB</code>, but in most cases there&#8217;s no need to change something within these three files. If you need to get an updated version of <code>/etc/openafs/CellServDB</code>, just get it via FTP from <a href="http://grand.central.org">grand.central.org</a>.<br />
<code> wget -O /etc/openafs/CellServDB<br />
ftp://ftp.central.org/pub/cellservdb/CellServDB</code></p>
<p><em>The very last step:</em> <strong>restart the client</strong><br />
<code>sudo /etc/init.d/openafs-client restart<br />
Stopping AFS services:.<br />
Starting AFS services: openafs afsd.<br />
afsd: All AFS daemons started.</code></p>
<p>You&#8217;re done! <code>kinit</code> and <code>aklog</code> will be your best friends from now on! <img src='http://blogs.interdose.com/sebastian/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.interdose.com/sebastian/2010/01/31/openafs-client-on-ubuntu-9-10-%e2%80%9ckarmic-koala%e2%80%9d/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>OpenAFS 1.5.69 released</title>
		<link>http://blogs.interdose.com/sebastian/2010/01/20/openafs-1-5-69-released/</link>
		<comments>http://blogs.interdose.com/sebastian/2010/01/20/openafs-1-5-69-released/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 08:57:30 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[OpenAFS]]></category>

		<guid isPermaLink="false">http://blogs.interdose.com/sebastian/?p=2315</guid>
		<description><![CDATA[1.5.69 is the recommended production-ready release of OpenAFS for Microsoft Windows users.  It supports all Microsoft Windows operating systems from Windows 2000 through Windows 7 and Windows Server 2008 R2 including both 32-bit and 64-bit architectures.  The 1.5.69 release continues the recent efforts at optimizing the performance of the Windows client and improving [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>1.5.69 is the recommended production-ready release of OpenAFS for Microsoft Windows users.  It supports all Microsoft Windows operating systems from Windows 2000 through Windows 7 and Windows Server 2008 R2 including both 32-bit and 64-bit architectures.  The 1.5.69 release continues the recent efforts at optimizing the performance of the Windows client and improving its scalability. The 1.5.69 Windows client is fully compatible with all AFS server versions.</p>
<p>For UNIX, Linux, and MacOS X (including Snow Leopard) the recommended production-ready release of OpenAFS is <a href="http://blogs.interdose.com/sebastian/2009/07/15/openafs-1-4-11-release/">1.4.11</a>.</p>
<p>Please visit <a href="http://www.openafs.org/windows.html">openafs.org/windows</a> for up to date information on the status of the OpenAFS for Windows client.</p></blockquote>
<p><font size=-2>[Quelle: <a href="http://openafs.org/credits.html">Derrick</a> via <a href="http://lists.openafs.org/mailman/listinfo/openafs-announce">openafs-annouce</a>]</font></p>
<p>Das <a href="http://openafs.org/frameset/dl/openafs/1.5.69/ChangeLog">Changelog</a> findet sich wie immer auf <a href="http://www.openafs.org">openafs.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.interdose.com/sebastian/2010/01/20/openafs-1-5-69-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenAFS 1.4.12 release candidate 1</title>
		<link>http://blogs.interdose.com/sebastian/2010/01/13/openafs-1-4-12-release-candidate-1/</link>
		<comments>http://blogs.interdose.com/sebastian/2010/01/13/openafs-1-4-12-release-candidate-1/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 04:33:12 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[OpenAFS]]></category>

		<guid isPermaLink="false">http://blogs.interdose.com/sebastian/?p=2301</guid>
		<description><![CDATA[
The OpenAFS Gatekeepers announce the availability of the first release candidate for OpenAFS version 1.4.12.

[...]
 A large number of bugfixes, including in the Linux cache manager and the fileserver, are included, as well as a Preferences Pane for MacOS. 
[Quelle: Derrick via openafs-annouce]
]]></description>
			<content:encoded><![CDATA[<blockquote><p>
The OpenAFS Gatekeepers announce the availability of the first release candidate for <a href="http://www.openafs.org/release/openafs-1.4.12pre1.html">OpenAFS version 1.4.12</a>.
</p></blockquote>
<p>[...]</p>
<blockquote><p> A large number of bugfixes, including in the Linux cache manager and the fileserver, are included, as well as a Preferences Pane for MacOS. </p></blockquote>
<p><font size=-2>[Quelle: <a href="http://openafs.org/credits.html">Derrick</a> via <a href="http://lists.openafs.org/mailman/listinfo/openafs-announce">openafs-annouce</a>]</font></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.interdose.com/sebastian/2010/01/13/openafs-1-4-12-release-candidate-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenAFS Newsletter &#8211; Dezember 2009</title>
		<link>http://blogs.interdose.com/sebastian/2009/12/15/openafs-newsletter-dezember-2009/</link>
		<comments>http://blogs.interdose.com/sebastian/2009/12/15/openafs-newsletter-dezember-2009/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 13:49:51 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[OpenAFS]]></category>

		<guid isPermaLink="false">http://blogs.interdose.com/sebastian/?p=2224</guid>
		<description><![CDATA[Eine neue Ausgabe des OpenAFS Newsletters ist online: Dezember 2009.
]]></description>
			<content:encoded><![CDATA[<p>Eine neue Ausgabe des OpenAFS <a href="http://blogs.interdose.com/sebastian/2007/12/17/openafs-newsletter/">Newsletters</a> ist online: <a href="http://openafs.org/newsletter/newsletter-2009-12-volume001-issue08.html">Dezember 2009</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.interdose.com/sebastian/2009/12/15/openafs-newsletter-dezember-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenAFS 1.5.68 released</title>
		<link>http://blogs.interdose.com/sebastian/2009/12/09/openafs-1-5-68-released/</link>
		<comments>http://blogs.interdose.com/sebastian/2009/12/09/openafs-1-5-68-released/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 09:17:22 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[OpenAFS]]></category>

		<guid isPermaLink="false">http://blogs.interdose.com/sebastian/?p=2166</guid>
		<description><![CDATA[1.5.68 is the recommended production-ready release of OpenAFS for Microsoft Windows users.  It supports all Microsoft Windows operating systems from Windows 2000 through Windows Vista SP1 and Windows Server 2008 including both 32-bit and 64-bit architectures.  The 1.5.68 release continues the recent efforts at optimizing the performance of the Windows client and improving [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><a href="http://www.openafs.org/windows.html">1.5.68</a> is the recommended production-ready release of OpenAFS for Microsoft Windows users.  It supports all Microsoft Windows operating systems from Windows 2000 through Windows Vista SP1 and Windows Server 2008 including both 32-bit and 64-bit architectures.  The 1.5.68 release continues the recent efforts at optimizing the performance of the Windows client and improving its scalability.</p>
<p>For UNIX, Linux, and MacOS X (including Snow Leopard) the recommended production-ready release of OpenAFS is 1.4.11.  The 1.5.68 Windows client is fully compatible with all AFS server versions.
</p></blockquote>
<p><font size=-2>[Quelle: <a href="http://openafs.org/credits.html">Jeff</a> via <a href="http://lists.openafs.org/mailman/listinfo/openafs-announce">openafs-annouce</a>]</font></p>
<blockquote><p>
This production release is a major release.  Important changes since<br />
1.5.66 (there was <em>no</em> 1.5.67) include:</p>
<ul>
<li>Set the DOS Readonly attribute on a file/directory whenever the unix mode combined with the mask 0200 is true.  Previously there was a discrepency between the mask used for test</li>
</ul>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blogs.interdose.com/sebastian/2009/12/09/openafs-1-5-68-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenAFS: NetInfo &amp; NetRestrict</title>
		<link>http://blogs.interdose.com/sebastian/2009/11/25/openafs-netinfo-netrestrict/</link>
		<comments>http://blogs.interdose.com/sebastian/2009/11/25/openafs-netinfo-netrestrict/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 18:51:25 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[IPv4]]></category>
		<category><![CDATA[OpenAFS]]></category>

		<guid isPermaLink="false">http://blogs.interdose.com/sebastian/?p=2129</guid>
		<description><![CDATA[Wenn ein Volume-Server an mehr als ein IP-Netz angebunden ist, bindet sich der OpenAFS Dienst an alle verfügbaren IP-Interfaces. Leider kann dies zu ungewollten und recht schlecht debugbaren Problemen in der VLDB führen.
# vos listaddrs
volserver01.standort1.example.com
192.168.0.1
volserver02.standort1.example.com
192.168.0.2
volserver01.standort2.example.com
Die Lösung bieten hier die zwei Dateien NetInfo und NetRestrict, unter Debian in /var/lib/openafs/local/ zu finden.
# cat /var/lib/openafs/local/NetInfo
1.2.3.4
# cat /var/lib/openafs/local/NetRestrict
192.168.0.1
Die Einträge [...]]]></description>
			<content:encoded><![CDATA[<p>Wenn ein Volume-Server an mehr als ein IP-Netz angebunden ist, bindet sich der OpenAFS Dienst an alle verfügbaren IP-Interfaces. Leider kann dies zu ungewollten und recht schlecht <em>debug</em>baren Problemen in der VLDB führen.</p>
<pre># vos listaddrs
volserver01.standort1.example.com
<font color="red">192.168.0.1</font>
volserver02.standort1.example.com
<font color="red">192.168.0.2</font>
volserver01.standort2.example.com</pre>
<p>Die Lösung bieten hier die zwei Dateien <code>NetInfo</code> und <code>NetRestrict</code>, unter Debian in <code>/var/lib/openafs/local/</code> zu finden.</p>
<pre># cat /var/lib/openafs/local/NetInfo
1.2.3.4
# cat /var/lib/openafs/local/NetRestrict
<a href="http://blogs.interdose.com/sebastian/2008/02/05/ipv4-subnetze-ohne-schmerzen/">192.168.0.1</a></pre>
<p>Die Einträge in diesen beiden Dateien sagen in etwa folgendes:<br />
<em>Lieber vos, Du darfst Dich an die IP-Adresse 1.2.3.4 binden, aber lass&#8217; die Finger weg von 192.168.0.1!</em></p>
<p>Mehrere IP-Adressen einfach in mehrere Zeilen schreiben, <a href="http://www.imdb.com/title/tt0079470/">jeder nur ein Kreuz</a>. Ob die Konfiguration funktioniert hat, sieht man nach einem Neustart z.B. mittels <code>/etc/init.d/openafs-fileserver restart</code> mit dem Befehl <code>vos listaddrs</code>.</p>
<pre># vos listaddrs
volserver01.standort1.example.com
volserver02.standort1.example.com
volserver01.standort2.example.com</pre>
<p>Wer sich sein OpenAFS-Paket selbst gebaut hat, und/oder auf <a href="http://www.dementia.org/twiki/bin/view/AFSLore/HowToBuildOpenAFSFromSource">transarc</a>-Pfade steht, der findet den richtigen Ort für die beiden Files in <code>/usr/afs/local</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.interdose.com/sebastian/2009/11/25/openafs-netinfo-netrestrict/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>European AFS &amp; Kerberos Conference 2010</title>
		<link>http://blogs.interdose.com/sebastian/2009/11/17/european-afs-kerberos-conference-2010/</link>
		<comments>http://blogs.interdose.com/sebastian/2009/11/17/european-afs-kerberos-conference-2010/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 23:55:37 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[OpenAFS]]></category>
		<category><![CDATA[Veranstaltungen]]></category>

		<guid isPermaLink="false">http://blogs.interdose.com/sebastian/?p=2103</guid>
		<description><![CDATA[Der Termin und der Ort für die europäische OpenAFS-Konferenz 2010 stehen fest:
Zeit: 13.-15. September 2010 
Ort: Pilsen, Czech Republic
Mehr Informationen
Who should attend?

Everyone interested in deploying a globally accessible file system.
Everyone interested in learning more about real-world usage of Kerberos authentication in a single realm and federated single sign-on environments.

Everyone who wants to share their knowledge [...]]]></description>
			<content:encoded><![CDATA[<p>Der Termin und der Ort für die europäische <a href="http://www.openafs.org">OpenAFS</a>-Konferenz 2010 stehen fest:</p>
<p>Zeit: <strong>13.-15. September 2010 </strong><br />
Ort: <strong>Pilsen, Czech Republic</strong></p>
<p><a href="http://afs2010.civ.zcu.cz">Mehr Informationen</a></p>
<blockquote><p><strong>Who should attend?</strong>
<ul>
<li>Everyone interested in deploying a globally accessible file system.</li>
<li>Everyone interested in learning more about real-world usage of Kerberos authentication in a single realm and federated single sign-on environments.
</li>
<li>Everyone who wants to share their knowledge and experience with other members of the AFS and Kerberos communities.
</li>
<li>Everyone who wants to find out sbout the latest developments affecting AFS and Kerberos.
</li>
<li>Everyone who wants to enjoy great time and finest beer from Pilsen. <img src='http://blogs.interdose.com/sebastian/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </li>
</ul>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blogs.interdose.com/sebastian/2009/11/17/european-afs-kerberos-conference-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>zum HELDENFunk Folge 38</title>
		<link>http://blogs.interdose.com/sebastian/2009/11/04/zum-heldenfunk-folge-38/</link>
		<comments>http://blogs.interdose.com/sebastian/2009/11/04/zum-heldenfunk-folge-38/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 14:41:36 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[OpenAFS]]></category>
		<category><![CDATA[Interdose]]></category>
		<category><![CDATA[Systemhelden]]></category>

		<guid isPermaLink="false">http://blogs.interdose.com/sebastian/?p=2033</guid>
		<description><![CDATA[HELDENFunk
Der Podcast von systemhelden.com
Echte Systemhelden haben immer ein offenes Ohr für echte Lösungen. Darum hört die Stimmen der Energie und Ihr werdet lernen.
&#160;&#160; 


Folge 38 noch nicht angehört?! Ab zu iTunes oder auf der Website anhören, dann zurück hier her, wir warten so lange &#8230;
So &#8230; angehört? Willkommen zurück!
Unter anderem haben Constantin und ich uns [...]]]></description>
			<content:encoded><![CDATA[<div style="border:2px solid #0000a0; margin-bottom:5px; margin-top:5px; margin-left:5px; margin-right:5px; padding-top: 15px; padding-left: 15px; padding-right: 15px; padding-bottom: 15px;"><strong><a href="http://www.systemhelden.com/?cat=13">HELDENFunk</a></strong><br />
Der Podcast von <a href="http://www.systemhelden.com">systemhelden.com</a><br />
<em>Echte Systemhelden haben immer ein offenes Ohr für echte Lösungen. Darum hört die Stimmen der Energie und Ihr werdet lernen.</em><br />
<a href="http://feeds.feedburner.com/Heldenfunk"><img src="http://upload.blogs.interdose.com/sebastian//2009/10/rss-feed-3.jpg" border="0"/></a>&nbsp;&nbsp; <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=262268127"><img src="http://upload.blogs.interdose.com/sebastian//2009/10/itunes.gif" border="0"/></a>
</div>
<p></p>
<p><a href="http://www.systemhelden.com/?p=230">Folge 38</a> noch nicht <a href="http://blogs.interdose.com/sebastian/2009/10/10/podcast-empfehlungen/">angehört</a>?! Ab zu <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=262268127">iTunes</a> oder auf der <a href="http://www.heldenfunk.de">Website</a> anhören, dann zurück <a href="http://blogs.interdose.com/sebastian">hier</a> her, wir warten so lange &#8230;<br />
So &#8230; angehört? Willkommen zurück!</p>
<p>Unter anderem haben <a href="http://blogs.sun.com/constantin">Constantin</a> und ich uns über Cloud Computing unterhalten, über den Ansatz den <a href="http://www.interdose.com">meine Firma</a> gewählt hat und über Lösungsansätze von anderen Firmen. Doch leider bin ich bei der Erklärung unseres Setups etwas vom eigentlichen Gedanken abgekommen.<br />
Dann muß ich das wohl nach liefern <img src='http://blogs.interdose.com/sebastian/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  </p>
<p>Ein einfaches <em>wolkiges</em> Setup sieht in etwa so aus:<br />
(&#8230; und ja, genau genommen ist ein solches Setup bereits eine <em>Cloud</em>!)<br />
<a href="http://upload.blogs.interdose.com/sebastian//2009/11/simple.png"><img src="http://upload.blogs.interdose.com/sebastian//2009/11/simple-300x270.png" alt="simple" title="simple" width="300" height="270" class="aligncenter size-medium wp-image-2036" /></a><br />
<a href="http://www.packetpro.de">Load Balancer</a> bringen Anfragen aus dem Internet auf eine Anzahl von Web-Servern die sich &#8211; je nach Applikation und Sicherheitsregeln &#8211; auf Datenbanken oder besser gleich Cluster verbinden. Eigentlich recht einfach, jedoch skaliert das in meinen Augen nicht weit genug, allein schon, weil man zig Web-Server aktualisieren muß, wenn sich z.B. ein Wordpress Update ankündigt.</p>
<p>Hier heißt die Lösung &#8220;<strong>shared storage</strong>&#8220;:<a href="http://upload.blogs.interdose.com/sebastian//2009/11/shared.png"><img src="http://upload.blogs.interdose.com/sebastian//2009/11/shared-300x239.png" alt="shared" title="shared" width="300" height="239" class="aligncenter size-medium wp-image-2037" /></a><br />
Wir nutzen <a href="http://www.openafs.org">OpenAFS</a> um diesen <strong>shared storage</strong> bereit zu stellen. OpenAFS skaliert nahezu unbegrenzt und enthält von Haus aus alle Mittel um globalen Storage zu betreiben.</p>
<blockquote><p>AFS is a distributed filesystem product, pioneered at Carnegie Mellon University and supported and developed as a product by Transarc Corporation (now IBM Pittsburgh Labs). It offers a client-server architecture for federated file sharing and replicated read-only content distribution, providing location independence, scalability, security, and transparent migration capabilities. AFS is available for a broad range of heterogeneous systems including UNIX, Linux, MacOS X, and Microsoft Windows<br />
IBM branched the source of the AFS product, and made a copy of the source available for community development and maintenance. They called the release OpenAFS.</p></blockquote>
<p><script type="text/javascript" src="http://www.ohloh.net/p/4467/widgets/project_factoids.js"></script></p>
<p><em>Genug Werbung</em>! Mehr Details gibt&#8217;s in den <a href="http://blogs.interdose.com/sebastian/tags/openafs/">anderen Beiträgen</a> zu AFS die man hier so findet. <img src='http://blogs.interdose.com/sebastian/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Wer sich für den Einstieg in diese Materie interessiert, dem sei das Buch &#8220;<a href="http://www.amazon.de/Distributed-Services-OpenAFS-Enterprise-Education/dp/3540366334/ref=sr_1_1?ie=UTF8&#038;s=books-intl-de&#038;qid=1257340240&#038;sr=8-1">Distributed Services with OpenAFS: For Enterprise and Education</a>&#8221; von Wolfgang Gehrke ans Herz gelegt. </p>
<p><a href="http://www.amazon.de/Distributed-Services-OpenAFS-Enterprise-Education/dp/3540366334/ref=sr_1_1?ie=UTF8&#038;s=books-intl-de&#038;qid=1257340240&#038;sr=8-1"><img src="http://upload.blogs.interdose.com/sebastian//2009/11/411sYCG87nL._BO2204203200_PIsitb-sticker-arrow-clickTopRight35-76_AA240_SH20_OU03_.jpg" alt="411sYCG87nL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA240_SH20_OU03_" title="411sYCG87nL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA240_SH20_OU03_" width="240" height="240" class="aligncenter size-full wp-image-2041" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.interdose.com/sebastian/2009/11/04/zum-heldenfunk-folge-38/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>OpenAFS 1.5.66 released</title>
		<link>http://blogs.interdose.com/sebastian/2009/10/26/openafs-1-5-66-released/</link>
		<comments>http://blogs.interdose.com/sebastian/2009/10/26/openafs-1-5-66-released/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 16:00:20 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[OpenAFS]]></category>

		<guid isPermaLink="false">http://blogs.interdose.com/sebastian/?p=2006</guid>
		<description><![CDATA[1.5.66 is the recommended production-ready release of OpenAFS for Microsoft Windows users.  It supports all Microsoft Windows operating systems from Windows 2000 through Windows Vista SP1 and Windows Server 2008 including both 32-bit and 64-bit architectures.  The 1.5.66 release continues the recent efforts at optimizing the performance of the Windows client and improving [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><a href="http://www.openafs.org/windows.html">1.5.66</a> is the recommended production-ready release of OpenAFS for Microsoft Windows users.  It supports all Microsoft Windows operating systems from Windows 2000 through Windows Vista SP1 and Windows Server 2008 including both 32-bit and 64-bit architectures.  The 1.5.66 release continues the recent efforts at optimizing the performance of the Windows client and improving its scalability.</p>
<p>For UNIX, Linux, and MacOS X (including Snow Leopard) the recommended production-ready release of OpenAFS is 1.4.11.  The 1.5.66 Windows client is fully compatible with all AFS server versions.
</p></blockquote>
<p><font size=-2>[Quelle: <a href="http://openafs.org/credits.html">Jeff</a> via <a href="http://lists.openafs.org/mailman/listinfo/openafs-announce">openafs-annouce</a>]</font></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.interdose.com/sebastian/2009/10/26/openafs-1-5-66-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AFS-Volumes verschieben</title>
		<link>http://blogs.interdose.com/sebastian/2009/10/15/afs-volumes-verschieben/</link>
		<comments>http://blogs.interdose.com/sebastian/2009/10/15/afs-volumes-verschieben/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 07:42:48 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[OpenAFS]]></category>

		<guid isPermaLink="false">http://blogs.interdose.com/sebastian/?p=1873</guid>
		<description><![CDATA[Regelmäßig aufräumen, auch wenn&#8217;s niemand wirklich gerne macht &#8211; es muß gelegentlich sein. Und leider will auch eine AFS-Zelle aufgeräumt werden.
Welche Möglichkeiten gibt es denn ein Volume von einem Server auf einen anderen Server zu verschieben, respektive in eine andere Partition auf dem gleichen Server?
OpenAFS bringt hier das vos move-Kommando mit, was eigentlich genau diesen [...]]]></description>
			<content:encoded><![CDATA[<p>Regelmäßig aufräumen, auch wenn&#8217;s niemand wirklich gerne macht &#8211; es muß gelegentlich sein. Und leider will auch eine AFS-Zelle aufgeräumt werden.</p>
<p><strong>Welche Möglichkeiten gibt es denn ein Volume von einem Server auf einen anderen Server zu verschieben, respektive in eine andere Partition auf dem gleichen Server?</strong></p>
<p><a href="http://www.openafs.org">OpenAFS</a> bringt hier das <code>vos move</code>-Kommando mit, was eigentlich genau diesen Job erledigt. Sogar die Syntax ist relativ einfach:<br />
<code>vos move data.$foo -fromserver A -frompartition a -toserver B -topartition a</code><br />
<a href="http://upload.blogs.interdose.com/sebastian//2009/10/vos-move.png"><img src="http://upload.blogs.interdose.com/sebastian//2009/10/vos-move-300x137.png" alt="vos-move" title="vos-move" width="300" height="137" class="aligncenter size-medium wp-image-1877" /></a></p>
<p>Allerdings scheint das &#8211; zumindest in meiner Zelle &#8211; nur mit kleinen Volumes zu funktionieren. Bei größeren Volumes bricht <code>vos move</code> mit einer wenig aussagekräftigen Meldung ab:</p>
<pre>Failed to move data for the volume 0815
   : No such file or directory
vos move: operation interrupted, cleanup in progress...
clear transaction contexts
move incomplete - attempt cleanup of target partition - no guarantee
cleanup complete - user verify desired result</pre>
<p>Ein etwas umständlicher, aber zumindest hier erfolgreicher Weg ist das ganze in drei Schritte aufzusplitten:</p>
<ol>
<li><code>vos addsite</code></li>
<li><code>vos convertROtoRW</code></li>
<li><code>vos remsite</code></li>
</ol>
<p>Im ersten Schritt wird auf dem üblichen Weg eine RO-Kopie des Volumes <code>data.$foo</code> erstellt:<br />
<code>vos addsite -server B -partition a -id data.$foo</code><br />
<a href="http://upload.blogs.interdose.com/sebastian//2009/10/vos-cop1.png"><img src="http://upload.blogs.interdose.com/sebastian//2009/10/vos-cop1-300x137.png" alt="vos-cop1" title="vos-cop1" width="300" height="137" class="aligncenter size-medium wp-image-1874" /></a></p>
<p>Nun wird diese RO-Kopie zum RW promoted:<br />
<code>vos convertROtoRW -server B -partition a -id data.$foo</code><br />
<a href="http://upload.blogs.interdose.com/sebastian//2009/10/vos-cop2.png"><img src="http://upload.blogs.interdose.com/sebastian//2009/10/vos-cop2-300x124.png" alt="vos-cop2" title="vos-cop2" width="300" height="124" class="aligncenter size-medium wp-image-1875" /></a></p>
<p>Und letzendlich das alte RW-Volume &#8211; nun ja eine RO-Kopie &#8211; entfernt:<br />
<code>vos remsite -server A -partition a -id data.$foo</code><br />
<a href="http://upload.blogs.interdose.com/sebastian//2009/10/vos-cop3.png"><img src="http://upload.blogs.interdose.com/sebastian//2009/10/vos-cop3-300x118.png" alt="vos-cop3" title="vos-cop3" width="300" height="118" class="aligncenter size-medium wp-image-1876" /></a></p>
<p>Etwas umständlicher, ja. Aber es funktioniert.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.interdose.com/sebastian/2009/10/15/afs-volumes-verschieben/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenAFS 1.5.65 released</title>
		<link>http://blogs.interdose.com/sebastian/2009/10/06/openafs-1-5-65-released/</link>
		<comments>http://blogs.interdose.com/sebastian/2009/10/06/openafs-1-5-65-released/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 21:55:06 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[OpenAFS]]></category>

		<guid isPermaLink="false">http://blogs.interdose.com/sebastian/?p=1766</guid>
		<description><![CDATA[1.5.65 is the recommended production-ready release of OpenAFS for Microsoft Windows users.  It supports all Microsoft Windows operating systems from Windows 2000 through Windows Vista SP1 and Windows Server 2008 including both 32-bit and 64-bit architectures.  The 1.5.65 release continues the recent efforts at optimizing the performance of the Windows client and improving [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><a href="http://www.openafs.org/windows.html">1.5.65</a> is the recommended production-ready release of OpenAFS for Microsoft Windows users.  It supports all Microsoft Windows operating systems from Windows 2000 through Windows Vista SP1 and Windows Server 2008 including both 32-bit and 64-bit architectures.  The 1.5.65 release continues the recent efforts at optimizing the performance of the Windows client and improving its scalability.</p>
<p>For UNIX, Linux, and MacOS X (including Snow Leopard) the recommended production-ready release of OpenAFS is 1.4.11.  The 1.5.65 Windows client is fully compatible with all AFS server versions.
</p></blockquote>
<p><font size=-2>[Quelle: <a href="http://openafs.org/credits.html">Jeff</a> via <a href="http://lists.openafs.org/mailman/listinfo/openafs-announce">openafs-annouce</a>]</font></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.interdose.com/sebastian/2009/10/06/openafs-1-5-65-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IP-based ACLs in OpenAFS</title>
		<link>http://blogs.interdose.com/sebastian/2009/10/02/ip-based-acls-in-openafs/</link>
		<comments>http://blogs.interdose.com/sebastian/2009/10/02/ip-based-acls-in-openafs/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 16:57:35 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[OpenAFS]]></category>
		<category><![CDATA[Shells & Scripting]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://blogs.interdose.com/sebastian/?p=1700</guid>
		<description><![CDATA[Wiedermal hat mich Jakob auf die richtige Idee gebracht. ACLs innerhalb einer AFS-Zelle können auch IP-basiert genutzt werden.
Was bedeutet das nun:
Hier wird nicht der User bzw. Kerberos-Prinzipal mit ACLs versehen, sondern die Quell-IP des anfragenden Systems. 
Anstatt 
pts createuser JohnDoe
pts adduser JohnDoe Marketing
fs setacl $foo $bar $baz
wird für eine einzelne IP (z.B. einen dedizierten Server [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blogs.interdose.com/sebastian/2009/09/28/video-stream-zum-openafs-workshop-in-rom/">Wie</a><a href="http://blogs.interdose.com/sebastian/2009/05/26/quota-consistency-check-for-afs/">der</a><a href="http://blogs.interdose.com/sebastian/2008/08/08/ro-vs-rw/">mal</a> hat mich <a href="http://blogs.noname-ev.de/sur5r">Jakob</a> auf die richtige Idee gebracht. <strong>ACLs innerhalb einer <a href="http://blogs.interdose.com/sebastian/tags/openafs/">AFS</a>-Zelle können auch IP-basiert genutzt werden.</strong></p>
<p><strong>Was bedeutet das nun:<br />
</strong>Hier wird nicht der User bzw. <a href="http://blogs.interdose.com/sebastian/tags/kerberos/">Kerberos</a>-Prinzipal mit ACLs versehen, sondern die Quell-IP des anfragenden Systems. </p>
<p>Anstatt </p>
<p><code>pts createuser <em>JohnDoe</em><br />
pts adduser <em>JohnDoe Marketing</em><br />
fs setacl <em>$foo $bar $baz</em></code></p>
<p>wird für eine einzelne IP (z.B. einen dedizierten Server für einen Dienst, der sich nicht wirklich <em>kerberisieren</em> lässt)</p>
<p><code>pts creategroup <em>HardToKerberize</em><br />
pts createuser <em><a href="http://blogs.interdose.com/sebastian/2008/02/05/ipv4-subnetze-ohne-schmerzen/">172.23.42.</a><a href="http://blogs.interdose.com/sebastian/2008/07/19/kleiner-hinweis/">666</a></em><br />
pts adduser <em><a href="http://blogs.interdose.com/sebastian/2008/02/05/ipv4-subnetze-ohne-schmerzen/">172.23.42.</a><a href="http://blogs.interdose.com/sebastian/2008/07/19/kleiner-hinweis/">666</a></em> <em>HardToKerberize</em><br />
fs setacl <em>$foo $bar $baz</em></code></p>
<p>Um die Übersicht zu behalten bietet es sich an, neben exzessiver Dokumentation der eigenen Zelle (ja, das war ein <strong>Zaunpfahl</strong>), für IPs Gruppen zu erstellen, allein schon weil <a href="http://www.openafs.org">OpenAFS</a> nicht mit der <a href="http://de.wikipedia.org/wiki/Classless_Inter-Domain_Routing">CIDR</a>-Notation klar kommt. </p>
<p>Und bevor nun jemand ganze IP-Ranges von Hand eintippt:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
</pre></td><td class="code"><pre class="python" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">#!/usr/bin/env python</span>
<span style="color: #808080; font-style: italic;"># encoding: utf-8</span>
&nbsp;
<span style="color: #ff7700;font-weight:bold;">def</span> main<span style="color: black;">&#40;</span><span style="color: black;">&#41;</span>:
  <span style="color: #ff7700;font-weight:bold;">print</span> <span style="color: #483d8b;">&quot;pts creategroup LAN-172.31&quot;</span>
  <span style="color: #ff7700;font-weight:bold;">for</span> i <span style="color: #ff7700;font-weight:bold;">in</span> <span style="color: #008000;">range</span><span style="color: black;">&#40;</span><span style="color: #ff4500;">0</span>, <span style="color: #ff4500;">256</span><span style="color: black;">&#41;</span>:
    <span style="color: #ff7700;font-weight:bold;">for</span> j <span style="color: #ff7700;font-weight:bold;">in</span> <span style="color: #008000;">range</span><span style="color: black;">&#40;</span><span style="color: #ff4500;">0</span>, <span style="color: #ff4500;">256</span><span style="color: black;">&#41;</span>:
      <span style="color: #ff7700;font-weight:bold;">print</span> <span style="color: #483d8b;">&quot;pts createuser 172.31.&quot;</span> + <span style="color: #008000;">str</span><span style="color: black;">&#40;</span>i<span style="color: black;">&#41;</span> + <span style="color: #483d8b;">&quot;.&quot;</span> + <span style="color: #008000;">str</span><span style="color: black;">&#40;</span>j<span style="color: black;">&#41;</span>
      <span style="color: #ff7700;font-weight:bold;">print</span> <span style="color: #483d8b;">&quot;pts adduser 172.31.&quot;</span> + <span style="color: #008000;">str</span><span style="color: black;">&#40;</span>i<span style="color: black;">&#41;</span> + <span style="color: #483d8b;">&quot;.&quot;</span> + <span style="color: #008000;">str</span><span style="color: black;">&#40;</span>j<span style="color: black;">&#41;</span> + <span style="color: #483d8b;">&quot; LAN-172.31&quot;</span>
&nbsp;
<span style="color: #ff7700;font-weight:bold;">if</span> __name__ == <span style="color: #483d8b;">'__main__'</span>:
	main<span style="color: black;">&#40;</span><span style="color: black;">&#41;</span></pre></td></tr></table></div>

<p>Natürlich &#8211; wie immer &#8211; erst denken, dann anpassen, dann abtippen, dann ausführen.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.interdose.com/sebastian/2009/10/02/ip-based-acls-in-openafs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video-Stream zum OpenAFS Workshop in Rom</title>
		<link>http://blogs.interdose.com/sebastian/2009/09/28/video-stream-zum-openafs-workshop-in-rom/</link>
		<comments>http://blogs.interdose.com/sebastian/2009/09/28/video-stream-zum-openafs-workshop-in-rom/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 09:57:48 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[OpenAFS]]></category>
		<category><![CDATA[Veranstaltungen]]></category>

		<guid isPermaLink="false">http://blogs.interdose.com/sebastian/?p=1675</guid>
		<description><![CDATA[Per Jakob, der in Rom beim europärischen OpenAFS-Workshop sitzt:
11:44 < sur5r> shl: es gibt btw. nen video stream
11:44 < shl> wooh, cool
11:44 < sur5r> link is auf der agenda-seite
11:45 < sur5r> dann im linken formular nen nick eintragen und den butten klicken
11:47 < sur5r> und das is schnell
11:47 < sur5r> wenn man das hier aufruft [...]]]></description>
			<content:encoded><![CDATA[<p>Per <a href="http://blogs.noname-ev.de/sur5r">Jakob</a>, der in Rom beim <a href="http://blogs.interdose.com/sebastian/2009/04/01/openafs-meeting-2009-in-rom-update/">europärischen OpenAFS-Workshop</a> sitzt:</p>
<pre>11:44 < sur5r> shl: es gibt btw. nen video stream
11:44 < shl> wooh, cool
11:44 < sur5r> link is auf der <a href="http://www.dia.uniroma3.it/~afscon09/agenda/">agenda</a>-seite
11:45 < sur5r> dann im linken formular nen nick eintragen und den butten klicken
11:47 < sur5r> und das is schnell
11:47 < sur5r> wenn man das hier aufruft is das vllt. 0.5 sek hinter echtzeit
</pre>
<p>Zu finden auf <a href="http://www.dia.uniroma3.it/~afscon09/agenda/">der Agenda-Seite</a>.</p>
<p><a href="http://upload.blogs.interdose.com/sebastian//2009/09/stream.png"><img src="http://upload.blogs.interdose.com/sebastian//2009/09/stream-300x233.png" alt="stream" title="stream" width="300" height="233" class="aligncenter size-medium wp-image-1676" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.interdose.com/sebastian/2009/09/28/video-stream-zum-openafs-workshop-in-rom/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OpenAFS 1.5.64 released</title>
		<link>http://blogs.interdose.com/sebastian/2009/09/22/openafs-1-5-64-released/</link>
		<comments>http://blogs.interdose.com/sebastian/2009/09/22/openafs-1-5-64-released/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 11:53:14 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[OpenAFS]]></category>

		<guid isPermaLink="false">http://blogs.interdose.com/sebastian/?p=1657</guid>
		<description><![CDATA[1.5.64 is the recommended production-ready release of OpenAFS for Microsoft Windows users.  It supports all Microsoft Windows operating systems from Windows 2000 through Windows Vista SP1 and Windows Server 2008 including both 32-bit and 64-bit architectures.  The 1.5.64 release continues the recent efforts at optimizing the performance of the Windows client and improving [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><a href="http://www.openafs.org/windows.html">1.5.64</a> is the recommended production-ready release of OpenAFS for Microsoft Windows users.  It supports all Microsoft Windows operating systems from Windows 2000 through Windows Vista SP1 and Windows Server 2008 including both 32-bit and 64-bit architectures.  The 1.5.64 release continues the recent efforts at optimizing the performance of the Windows client and improving its scalability.</p>
<p>For UNIX, Linux, and MacOS X (including <a href="http://blogs.interdose.com/sebastian/2009/08/28/openafs-1-5-62-support-fur-macos-10-6/">Snow Leopard</a>) the recommended production-ready release of OpenAFS is 1.4.11.  The 1.5.64 Windows client is fully compatible with all AFS server versions.
</p></blockquote>
<p><font size=-2>[Quelle: <a href="http://openafs.org/credits.html">Derrick</a> via <a href="http://lists.openafs.org/mailman/listinfo/openafs-announce">openafs-annouce</a>]</font></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.interdose.com/sebastian/2009/09/22/openafs-1-5-64-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenAFS 1.5.63 released</title>
		<link>http://blogs.interdose.com/sebastian/2009/09/12/openafs-1-5-63-released/</link>
		<comments>http://blogs.interdose.com/sebastian/2009/09/12/openafs-1-5-63-released/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 08:16:57 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[OpenAFS]]></category>

		<guid isPermaLink="false">http://blogs.interdose.com/sebastian/?p=1616</guid>
		<description><![CDATA[1.5.63 is the recommended production-ready release of OpenAFS for Microsoft Windows users.  It supports all Microsoft Windows operating systems from Windows 2000 through Windows Vista SP1 and Windows Server 2008 including both 32-bit and 64-bit architectures.  The 1.5.63 release continues the recent efforts at optimizing the performance of the Windows client and improving [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p><a href="http://www.openafs.org/windows.html">1.5.63</a> is the recommended production-ready release of OpenAFS for Microsoft Windows users.  It supports all Microsoft Windows operating systems from Windows 2000 through Windows Vista SP1 and Windows Server 2008 including both 32-bit and 64-bit architectures.  The 1.5.63 release continues the recent efforts at optimizing the performance of the Windows client and improving its scalability.</p>
<p>For UNIX, Linux, and MacOS X (including <a href="http://blogs.interdose.com/sebastian/2009/08/28/openafs-1-5-62-support-fur-macos-10-6/">Snow Leopard</a>) the recommended production-ready release of OpenAFS is 1.4.11.  The 1.5.63 Windows client is fully compatible with all AFS server versions.
</p></blockquote>
<p><font size=-2>[Quelle: <a href="http://openafs.org/credits.html">Jeff</a> via <a href="http://lists.openafs.org/mailman/listinfo/openafs-announce">openafs-annouce</a>]</font></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.interdose.com/sebastian/2009/09/12/openafs-1-5-63-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade auf 10.6 &#8211; was ist nun z.B. mit AFS?</title>
		<link>http://blogs.interdose.com/sebastian/2009/09/03/upgrade-auf-10-6-was-ist-nun-z-b-mit-afs/</link>
		<comments>http://blogs.interdose.com/sebastian/2009/09/03/upgrade-auf-10-6-was-ist-nun-z-b-mit-afs/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 21:43:35 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[OpenAFS]]></category>
		<category><![CDATA[ZFS]]></category>

		<guid isPermaLink="false">http://blogs.interdose.com/sebastian/?p=1574</guid>
		<description><![CDATA[Nach meinem erfolgreichen Update auf MacOS 10.6 ein kurzer Zwischenstand zum Thema OpenAFS:
Mit dem Update auf OpenAFS 10.5.62 funktioniert der OpenAFS-Client absolut zufriedenstellend. Ich habe vorsorglich zuerst den OpenAFS-Client und danach das Betriebssystem geupdated, aber das sollte relativ egal sein. Was leider nicht funktioniert, ist der AFS-Commander. Hier wird sicherlich recht zeitnah ein Update erscheinen, [...]]]></description>
			<content:encoded><![CDATA[<p>Nach meinem erfolgreichen Update auf MacOS 10.6 ein kurzer Zwischenstand zum Thema <a href="http://www.openafs.org">OpenAFS</a>:</p>
<p>Mit dem Update auf <a href="http://blogs.interdose.com/sebastian/2009/08/29/openafs-1-5-62-released/">OpenAFS 10.5.62</a> funktioniert der OpenAFS-Client absolut zufriedenstellend. Ich habe vorsorglich zuerst den OpenAFS-Client und danach das Betriebssystem geupdated, aber das sollte relativ egal sein. Was leider nicht funktioniert, ist der <a href="http://blogs.interdose.com/sebastian/2008/07/29/afs-commander-fur-macos-x/">AFS-Commander</a>. Hier wird sicherlich recht zeitnah ein Update erscheinen, aber Stand heute: es funktioniert nicht. Schade &#8211; aber damit sollte man leben können. </p>
<p>Was mich wirklich trifft, ist die Tatsache, daß Apple <a href="http://blogs.interdose.com/sebastian/2009/08/24/zfs-rw-support-mit-macos-10-5/">ZFS</a> wirklich komplett aus Snow Leopard entfernt hat. Selbst mit tiefem graben findet man keine Überreste, es ist alles weg &#8211; so als hätte es in 10.5 nie Support gegeben.</p>
<p>Aber noch eine gute Nachricht: <a href="http://de.wikipedia.org/wiki/StarCraft">StarCraft</a> läuft immernoch. <img src='http://blogs.interdose.com/sebastian/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.interdose.com/sebastian/2009/09/03/upgrade-auf-10-6-was-ist-nun-z-b-mit-afs/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>OpenAFS 1.5.62 released</title>
		<link>http://blogs.interdose.com/sebastian/2009/08/29/openafs-1-5-62-released/</link>
		<comments>http://blogs.interdose.com/sebastian/2009/08/29/openafs-1-5-62-released/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 12:51:50 +0000</pubDate>
		<dc:creator>Sebastian</dc:creator>
				<category><![CDATA[OpenAFS]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blogs.interdose.com/sebastian/?p=1552</guid>
		<description><![CDATA[Bereits angekündigt, aber heute über openafs-announce gekommen.

Production Version for Windows
Test Version for other platforms

1.5.62 is the recommended production-ready release of OpenAFS for Microsoft Windows users.  It supports all Microsoft Windows operating systems from Windows 2000 through Windows Vista SP1 and Windows Server 2008 including both 32-bit and 64-bit architectures.  The 1.5.62 release continues [...]]]></description>
			<content:encoded><![CDATA[<p>Bereits <a href="http://blogs.interdose.com/sebastian/2009/08/28/openafs-1-5-62-support-fur-macos-10-6/">angekündigt</a>, aber heute über <a href="http://lists.openafs.org/mailman/listinfo/openafs-announce">openafs-announce</a> gekommen.</p>
<ul>
<li>Production Version for Windows</li>
<li>Test Version for other platforms</li>
</ul>
<blockquote><p><a href="http://www.openafs.org/dl/openafs/1.5.62/winxp/ReleaseNotes/html/index.html">1.5.62</a> is the recommended production-ready release of OpenAFS for Microsoft Windows users.  It supports all Microsoft Windows operating systems from Windows 2000 through Windows Vista SP1 and Windows Server 2008 including both 32-bit and 64-bit architectures.  The 1.5.62 release continues the recent efforts at optimizing the performance of the Windows client and improving its scalability.</p>
<p>For UNIX, Linux, and MacOS X (including <a href="http://blogs.interdose.com/sebastian/2009/08/28/openafs-1-5-62-support-fur-macos-10-6/">Snow Leopard</a>) the recommended production-ready release of OpenAFS is 1.4.11.  The 1.5.62 Windows client is fully compatible with all AFS server versions.
</p></blockquote>
<p><font size=-2>[Quelle: <a href="http://openafs.org/credits.html">Jeff</a> via <a href="http://lists.openafs.org/mailman/listinfo/openafs-announce">openafs-annouce</a>]</font></p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.interdose.com/sebastian/2009/08/29/openafs-1-5-62-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
