<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for #!/bin/blog</title>
	<atom:link href="http://binblog.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://binblog.wordpress.com</link>
	<description>"The last died hard, but there was a backup."</description>
	<lastBuildDate>Fri, 30 Oct 2009 14:16:18 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Packaging OpenSSH on CentOS by Aaron</title>
		<link>http://binblog.wordpress.com/2009/02/27/packaging-openssh-on-centos/#comment-596</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Fri, 30 Oct 2009 14:16:18 +0000</pubDate>
		<guid isPermaLink="false">http://binblog.wordpress.com/?p=546#comment-596</guid>
		<description>The path has changed on the ftp site.  The files are now located in http://ftp.bit.nl/mirror/openssh/portable/</description>
		<content:encoded><![CDATA[<p>The path has changed on the ftp site.  The files are now located in <a href="http://ftp.bit.nl/mirror/openssh/portable/" rel="nofollow">http://ftp.bit.nl/mirror/openssh/portable/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Packaging OpenSSH on CentOS by Mark</title>
		<link>http://binblog.wordpress.com/2009/02/27/packaging-openssh-on-centos/#comment-595</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Wed, 21 Oct 2009 20:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://binblog.wordpress.com/?p=546#comment-595</guid>
		<description>I added this before the &quot;cd /usr/src/redhat/SPECS&quot; to solve the initlog issue in the .rpm file

cd /usr/src/redhat/SOURCES/
tar zxvf openssh-5.*.tar.gz
cp /etc/rc.d/init.d/sshd /usr/src/redhat/SOURCES/openssh-*/contrib/redhat/sshd.init
rm openssh-5.*.tar.gz
tar -czvf openssh-5.3p1.tar.gz openssh-5.3p1
rm -Rf openssh-5.3p1</description>
		<content:encoded><![CDATA[<p>I added this before the &#8220;cd /usr/src/redhat/SPECS&#8221; to solve the initlog issue in the .rpm file</p>
<p>cd /usr/src/redhat/SOURCES/<br />
tar zxvf openssh-5.*.tar.gz<br />
cp /etc/rc.d/init.d/sshd /usr/src/redhat/SOURCES/openssh-*/contrib/redhat/sshd.init<br />
rm openssh-5.*.tar.gz<br />
tar -czvf openssh-5.3p1.tar.gz openssh-5.3p1<br />
rm -Rf openssh-5.3p1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Packaging OpenSSH on CentOS by Cris</title>
		<link>http://binblog.wordpress.com/2009/02/27/packaging-openssh-on-centos/#comment-594</link>
		<dc:creator>Cris</dc:creator>
		<pubDate>Sun, 18 Oct 2009 17:06:33 +0000</pubDate>
		<guid isPermaLink="false">http://binblog.wordpress.com/?p=546#comment-594</guid>
		<description>Instead of reverting back to an old version of /etc/init.d/sshd, just fix
the line that references initlog in the start() function:

OLD:
      initlog -c &quot;$SSHD $OPTIONS&quot; &amp;&amp; success &#124;&#124; failure

NEW: 
      $SSHD $OPTIONS &amp;&amp; success &#124;&#124; failure</description>
		<content:encoded><![CDATA[<p>Instead of reverting back to an old version of /etc/init.d/sshd, just fix<br />
the line that references initlog in the start() function:</p>
<p>OLD:<br />
      initlog -c &#8220;$SSHD $OPTIONS&#8221; &amp;&amp; success || failure</p>
<p>NEW:<br />
      $SSHD $OPTIONS &amp;&amp; success || failure</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Packaging OpenSSH on CentOS by Nick White</title>
		<link>http://binblog.wordpress.com/2009/02/27/packaging-openssh-on-centos/#comment-593</link>
		<dc:creator>Nick White</dc:creator>
		<pubDate>Thu, 24 Sep 2009 20:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://binblog.wordpress.com/?p=546#comment-593</guid>
		<description>Doug, e-mail me at nick,at,aryfi.com, and I can send you the RPMS my system built.</description>
		<content:encoded><![CDATA[<p>Doug, e-mail me at nick,at,aryfi.com, and I can send you the RPMS my system built.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Packaging OpenSSH on CentOS by Doug</title>
		<link>http://binblog.wordpress.com/2009/02/27/packaging-openssh-on-centos/#comment-592</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Thu, 24 Sep 2009 20:25:35 +0000</pubDate>
		<guid isPermaLink="false">http://binblog.wordpress.com/?p=546#comment-592</guid>
		<description>Anybody want to share their RPM? (a good one of course)</description>
		<content:encoded><![CDATA[<p>Anybody want to share their RPM? (a good one of course)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Packaging OpenSSH on CentOS by Nick White</title>
		<link>http://binblog.wordpress.com/2009/02/27/packaging-openssh-on-centos/#comment-590</link>
		<dc:creator>Nick White</dc:creator>
		<pubDate>Tue, 15 Sep 2009 14:34:24 +0000</pubDate>
		<guid isPermaLink="false">http://binblog.wordpress.com/?p=546#comment-590</guid>
		<description>Thanks for this article! - I followed this process on CentOS 5.3 i386 to get ChrootDirectory working for SFTP. Worked perfectly the first time. This will at least hold me over until some official RH RPMS with OpenSSH 4.8pm+ come out.</description>
		<content:encoded><![CDATA[<p>Thanks for this article! &#8211; I followed this process on CentOS 5.3 i386 to get ChrootDirectory working for SFTP. Worked perfectly the first time. This will at least hold me over until some official RH RPMS with OpenSSH 4.8pm+ come out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Packaging OpenSSH on CentOS by sean</title>
		<link>http://binblog.wordpress.com/2009/02/27/packaging-openssh-on-centos/#comment-589</link>
		<dc:creator>sean</dc:creator>
		<pubDate>Mon, 14 Sep 2009 23:42:54 +0000</pubDate>
		<guid isPermaLink="false">http://binblog.wordpress.com/?p=546#comment-589</guid>
		<description>This worked great (on CentOS 5.3), except it doesn&#039;t install under CentOS 4 which was the purpose I am testing it.  I am building under CentOS 5 and deploying under CentOS 4.4 and 4.7.   I would assume I need to included possible dependencies for other glibc versions (I just don&#039;t know how to), because here is the output I get under CentOS 4.

error: Failed dependencies:
        libc.so.6(GLIBC_2.4)(64bit) is needed by openssh-5.2p1-1.x86_64
        libcrypto.so.6()(64bit) is needed by openssh-5.2p1-1.x86_64
        rtld(GNU_HASH) is needed by openssh-5.2p1-1.x86_64
        libc.so.6(GLIBC_2.4)(64bit) is needed by openssh-clients-5.2p1-1.x86_64
        libcrypto.so.6()(64bit) is needed by openssh-clients-5.2p1-1.x86_64
        rtld(GNU_HASH) is needed by openssh-clients-5.2p1-1.x86_64
        libc.so.6(GLIBC_2.4)(64bit) is needed by openssh-server-5.2p1-1.x86_64
        libcrypto.so.6()(64bit) is needed by openssh-server-5.2p1-1.x86_64
        libpam.so.0(LIBPAM_1.0)(64bit) is needed by openssh-server-5.2p1-1.x86_64
        rtld(GNU_HASH) is needed by openssh-server-5.2p1-1.x86_64

CentOS 4 has included libraries for glibc-2.3 NOT glibc-2.4


thanks.</description>
		<content:encoded><![CDATA[<p>This worked great (on CentOS 5.3), except it doesn&#8217;t install under CentOS 4 which was the purpose I am testing it.  I am building under CentOS 5 and deploying under CentOS 4.4 and 4.7.   I would assume I need to included possible dependencies for other glibc versions (I just don&#8217;t know how to), because here is the output I get under CentOS 4.</p>
<p>error: Failed dependencies:<br />
        libc.so.6(GLIBC_2.4)(64bit) is needed by openssh-5.2p1-1.x86_64<br />
        libcrypto.so.6()(64bit) is needed by openssh-5.2p1-1.x86_64<br />
        rtld(GNU_HASH) is needed by openssh-5.2p1-1.x86_64<br />
        libc.so.6(GLIBC_2.4)(64bit) is needed by openssh-clients-5.2p1-1.x86_64<br />
        libcrypto.so.6()(64bit) is needed by openssh-clients-5.2p1-1.x86_64<br />
        rtld(GNU_HASH) is needed by openssh-clients-5.2p1-1.x86_64<br />
        libc.so.6(GLIBC_2.4)(64bit) is needed by openssh-server-5.2p1-1.x86_64<br />
        libcrypto.so.6()(64bit) is needed by openssh-server-5.2p1-1.x86_64<br />
        libpam.so.0(LIBPAM_1.0)(64bit) is needed by openssh-server-5.2p1-1.x86_64<br />
        rtld(GNU_HASH) is needed by openssh-server-5.2p1-1.x86_64</p>
<p>CentOS 4 has included libraries for glibc-2.3 NOT glibc-2.4</p>
<p>thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Das Internet ist ein rechtsfreier Raum. by Was ich loswerden will (9) &#171; Duestere-Grenze Blog</title>
		<link>http://binblog.wordpress.com/2009/09/04/das-internet-ist-ein-rechtsfreier-raum/#comment-588</link>
		<dc:creator>Was ich loswerden will (9) &#171; Duestere-Grenze Blog</dc:creator>
		<pubDate>Thu, 10 Sep 2009 12:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://binblog.wordpress.com/?p=661#comment-588</guid>
		<description>[...] Das Internet ist ein rechtsfreier Raum [...]</description>
		<content:encoded><![CDATA[<p>[...] Das Internet ist ein rechtsfreier Raum [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Das Internet ist ein rechtsfreier Raum. by sebhoff</title>
		<link>http://binblog.wordpress.com/2009/09/04/das-internet-ist-ein-rechtsfreier-raum/#comment-587</link>
		<dc:creator>sebhoff</dc:creator>
		<pubDate>Sat, 05 Sep 2009 09:09:57 +0000</pubDate>
		<guid isPermaLink="false">http://binblog.wordpress.com/?p=661#comment-587</guid>
		<description>Doch diese scheinbare Anonymität, und die Möglichkeit alles zu publizieren was man möchte verleitet die Leute dazu, dass sie sich gern Probleme mit irgendwelchen Anwaltskanzleien, oder viel eher mit dem Arbeitgeber einhandeln.
Wofür benötigt man dann noch &quot;petzen&quot; wenn man seine Gedanken zum Thema Staat, Politik, Arbeit öffentlich macht. Ob auf Facebook, Twitter oder Blogs.

Ich will ja nur sagen, dass viele die Tragweite ihrer Beiträge unterschätzen da man sich im Internet mehr oder weniger unbeobachtet fühlt.</description>
		<content:encoded><![CDATA[<p>Doch diese scheinbare Anonymität, und die Möglichkeit alles zu publizieren was man möchte verleitet die Leute dazu, dass sie sich gern Probleme mit irgendwelchen Anwaltskanzleien, oder viel eher mit dem Arbeitgeber einhandeln.<br />
Wofür benötigt man dann noch &#8220;petzen&#8221; wenn man seine Gedanken zum Thema Staat, Politik, Arbeit öffentlich macht. Ob auf Facebook, Twitter oder Blogs.</p>
<p>Ich will ja nur sagen, dass viele die Tragweite ihrer Beiträge unterschätzen da man sich im Internet mehr oder weniger unbeobachtet fühlt.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Das Internet ist ein rechtsfreier Raum. by martin</title>
		<link>http://binblog.wordpress.com/2009/09/04/das-internet-ist-ein-rechtsfreier-raum/#comment-586</link>
		<dc:creator>martin</dc:creator>
		<pubDate>Sat, 05 Sep 2009 05:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://binblog.wordpress.com/?p=661#comment-586</guid>
		<description>Wie bitte? Erstens ging es hier nicht um Anonymität, und zweitens ist das einzige wirkliche Problem mit der Anonymität, daß sie fast unmöglich zu bekommen ist.</description>
		<content:encoded><![CDATA[<p>Wie bitte? Erstens ging es hier nicht um Anonymität, und zweitens ist das einzige wirkliche Problem mit der Anonymität, daß sie fast unmöglich zu bekommen ist.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
