<?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>Honza's perspective &#187; shibboleth</title>
	<atom:link href="http://blog.stastnarodina.com/honza-en/tag/shibboleth/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stastnarodina.com/honza-en</link>
	<description></description>
	<lastBuildDate>Mon, 03 May 2010 09:30:45 +0000</lastBuildDate>
	<language>cs</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Shibboleth Ubuntu</title>
		<link>http://blog.stastnarodina.com/honza-en/spot/shibboleth-ubuntu/</link>
		<comments>http://blog.stastnarodina.com/honza-en/spot/shibboleth-ubuntu/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 11:18:38 +0000</pubDate>
		<dc:creator>honza</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[shibboleth]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.stastnarodina.com/honza-en/?p=40</guid>
		<description><![CDATA[
<p>SP2 Installation I switched one server from Fedora Core to Ubuntu yesterday.
Shibboleth 2 SP installation is a bit more tricky under Ubuntu than Fedora
Core. The packages are not available in the Ubuntu repositories, but
Satya's blog serves a working howto. failed to bind to socket Shibboleth seemed
to be working well after installation, but today it […]</p>
]]></description>
			<content:encoded><![CDATA[
<h3>SP2 Installation</h3>

<p>I switched one server from Fedora Core to Ubuntu yesterday. Shibboleth 2 SP
installation is a bit more tricky under Ubuntu than Fedora Core. The packages
are not available in the Ubuntu repositories, but Satya's blog serves <a
href="http://www.thesatya.com/blog/2009/06/shibboleth2.html">a working
howto</a>.</p>

<h3>failed to bind to socket</h3>

<p>Shibboleth seemed to be working well after installation, but today it was
down dumping</p>

<blockquote>
	<p>2009–06–23 12:51:53 ERROR Shibboleth.Listener : socket call resulted in
	error (2): no message 2009–06–23 12:51:53 CRIT Shibboleth.Listener : failed
	to bind to socket.</p>
</blockquote>

<p>into the <code>/var/log/shibboleth/shibd.log</code>. I luckily found a
solution in quite a short time. The problem was that the shibd was trying to
create socket in <code>/var/run/shibboleth</code> directory, which did not
exist. Creating it once does not help because Ubuntu removes content of
<code>/var/run/</code> at every reboot. <strong>To fix it this has to be added
to <code>/etc/init.d/shibd</code></strong></p>

<pre>if [ ! -e /var/run/shibboleth ]
then
   mkdir /var/run/shibboleth
fi</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.stastnarodina.com/honza-en/spot/shibboleth-ubuntu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
