<?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>OpenGroove &#187; Linux</title>
	<atom:link href="http://open-groove.net/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://open-groove.net</link>
	<description>Linux,MySQL,Apache. . . and more!</description>
	<lastBuildDate>Sun, 05 Feb 2012 11:09:51 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Scientific Linux 6.1でハマったこと</title>
		<link>http://open-groove.net/linux/note-of-scientific-linux6/</link>
		<comments>http://open-groove.net/linux/note-of-scientific-linux6/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 06:11:19 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=10692</guid>
		<description><![CDATA[Scientific Linux 6.1をいじる機会があったので、ハマったことのメモなんぞを。ミニマムインストールだと普通入っているはずのツールが入ってなくていちいちつまづく。まずscpが使えなかったので、以下実行。]]></description>
		<wfw:commentRss>http://open-groove.net/linux/note-of-scientific-linux6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crond segfault error</title>
		<link>http://open-groove.net/linux/crond-segfault-error/</link>
		<comments>http://open-groove.net/linux/crond-segfault-error/#comments</comments>
		<pubDate>Sun, 29 May 2011 07:30:29 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=10335</guid>
		<description><![CDATA[/var/log/messagesにこんなエラーが吐かれたら。 May 10 13:10:11 kernel: crond[3880]: segfault at 00000000000000b0 rip 00002b8b07ed4e47 rsp 00007fff99a52fc0 error 4]]></description>
		<wfw:commentRss>http://open-groove.net/linux/crond-segfault-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sshdが落ちたまま起動しない時</title>
		<link>http://open-groove.net/linux/stop-sshd/</link>
		<comments>http://open-groove.net/linux/stop-sshd/#comments</comments>
		<pubDate>Mon, 23 May 2011 13:26:57 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=10299</guid>
		<description><![CDATA[sshd_configの設定は問題ない。なのに、リスタートをかけたら落ちたまま上がってこなくなった、、、という、信じ難いことも、世の中起こる時は起こる。]]></description>
		<wfw:commentRss>http://open-groove.net/linux/stop-sshd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ディレクトリのシンボリックリンクでハマったこと</title>
		<link>http://open-groove.net/linux/directory-symbolic-link/</link>
		<comments>http://open-groove.net/linux/directory-symbolic-link/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 15:00:06 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=9766</guid>
		<description><![CDATA[ファイルのシンボリックリンク作成でハマった記憶はあまりないが、ディレクトリでつまづいた。ディレクトリのシンボリックリンクは「/（スラッシュ）」のありなしで挙動が全然違うので、要注意。]]></description>
		<wfw:commentRss>http://open-groove.net/linux/directory-symbolic-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PAMによるアクセス制限</title>
		<link>http://open-groove.net/linux/pam-sshd/</link>
		<comments>http://open-groove.net/linux/pam-sshd/#comments</comments>
		<pubDate>Fri, 29 Oct 2010 15:30:07 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=9734</guid>
		<description><![CDATA[sshでのアクセス制限は、sshd_configに直接記述する他、PAMの設定でも可能。sshd_configに記述する方法は、変更の都度sshdを再起動しなくてはいけない。]]></description>
		<wfw:commentRss>http://open-groove.net/linux/pam-sshd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sshd_config＆PAMの設定</title>
		<link>http://open-groove.net/linux/sshd_config-option/</link>
		<comments>http://open-groove.net/linux/sshd_config-option/#comments</comments>
		<pubDate>Sun, 12 Sep 2010 05:00:09 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=9670</guid>
		<description><![CDATA[sshd_configの設定チェックはLinuxサーバ構築に欠かせない。何のことかわかっていない項目も実はあったりするので、おさらいしてみた。PAMについてもひと言。]]></description>
		<wfw:commentRss>http://open-groove.net/linux/sshd_config-option/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ssh&amp;sudoでエラーになったら</title>
		<link>http://open-groove.net/linux/sudo-requiretty/</link>
		<comments>http://open-groove.net/linux/sudo-requiretty/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 13:00:53 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=9664</guid>
		<description><![CDATA[sshでリモートホストにアクセスしてsudoする処理があるスクリプトをcronにしかけると、sudo: sorry,you must have a tty to run sudo.とエラーになってしまう。]]></description>
		<wfw:commentRss>http://open-groove.net/linux/sudo-requiretty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LinuxでIPv6を無効化する（意外と苦戦）</title>
		<link>http://open-groove.net/linux/disable-ipv6/</link>
		<comments>http://open-groove.net/linux/disable-ipv6/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 10:00:15 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=9629</guid>
		<description><![CDATA[Linuxカーネル2.6は、デフォルトでIPv6が有効となっている。無効にするための設定は多くネットで公開されているが、ディストリやそのバージョンにより異なってくるようだ。]]></description>
		<wfw:commentRss>http://open-groove.net/linux/disable-ipv6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sshdを再起動する時は</title>
		<link>http://open-groove.net/linux/sshd-restart/</link>
		<comments>http://open-groove.net/linux/sshd-restart/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 11:30:05 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=9595</guid>
		<description><![CDATA[/etc/ssh/sshd_configを編集したら、sshdを再起動する。この時に注意しないと、万が一の場合ログアウト後にsshログインが出来なくなってしまう。]]></description>
		<wfw:commentRss>http://open-groove.net/linux/sshd-restart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>showmount時のエラー &#8220;RPC:Program not registered&#8221;</title>
		<link>http://open-groove.net/linux/showmount-error/</link>
		<comments>http://open-groove.net/linux/showmount-error/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 01:30:15 +0000</pubDate>
		<dc:creator>Le Blue</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://open-groove.net/?p=9590</guid>
		<description><![CDATA[showmount -e nfshostnameコマンドで、NFSサーバがエクスポートしているディレクトリ一覧を取得できる。もしこの時に"RPC:Program not registered."エラーになったら。]]></description>
		<wfw:commentRss>http://open-groove.net/linux/showmount-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

