<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>tdtshのブログ &#187; linux</title>
	<atom:link href="http://www.tdtsh.com/blog/archives/category/%e3%82%a4%e3%83%b3%e3%83%95%e3%83%a9/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tdtsh.com/blog</link>
	<description>java とか ソーシャルウェブとか Google App Engine とかの事の備忘録</description>
	<lastBuildDate>Wed, 08 Sep 2010 04:31:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.tdtsh.com/blog/archives/category/%e3%82%a4%e3%83%b3%e3%83%95%e3%83%a9/linux/feed" />
		<item>
		<title>daemontools のオプション</title>
		<link>http://www.tdtsh.com/blog/archives/778</link>
		<comments>http://www.tdtsh.com/blog/archives/778#comments</comments>
		<pubDate>Mon, 05 Jul 2010 15:05:42 +0000</pubDate>
		<dc:creator>tdtsh</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[インフラ]]></category>

		<guid isPermaLink="false">http://www.tdtsh.com/blog/?p=778</guid>
		<description><![CDATA[daemontools のオプション をすぐ忘れるので、備忘録です。
svc オプション サービス名


オプション
意味
備考


-u
Up
サービスが起動していなければ開始(サービスが停止していれば再開する)


 [...]]]></description>
			<content:encoded><![CDATA[<p>daemontools のオプション をすぐ忘れるので、備忘録です。</p>
<p>svc オプション サービス名</p>
<table border="1">
<tr>
<th>オプション</th>
<th>意味</th>
<th>備考</th>
</tr>
<tr>
<td><tt>-u</tt></td>
<td>Up</td>
<td>サービスが起動していなければ開始(サービスが停止していれば再開する)</td>
</tr>
<tr>
<td><tt>-d</tt></td>
<td>Down</td>
<td>サービスが起動していればTERM シグナル送信、その後 CONT シグナル送信(停止後再開しない)</td>
</tr>
<tr>
<td><tt>-o</tt></td>
<td>Once</td>
<td>サービスが起動していなければ開始(サービスが停止していれば再開しない)</td>
</tr>
<tr>
<td><tt>-p</tt></td>
<td>Pause</td>
<td>サービスに STOP シグナル送信</td>
</tr>
<tr>
<td><tt>-c</tt></td>
<td>Continue</td>
<td>サービスに CONT シグナル送信</td>
</tr>
<tr>
<td><tt>-h</tt></td>
<td>Hangup</td>
<td>サービスに HUP シグナル送信</td>
</tr>
<tr>
<td><tt>-a</tt></td>
<td>Alarm</td>
<td>サービスに ALRM シグナル送信</td>
</tr>
<tr>
<td><tt>-i</tt></td>
<td>Interrupt</td>
<td>サービスに INT シグナル送信</td>
</tr>
<tr>
<td><tt>-t</tt></td>
<td>Terminate</td>
<td>サービスに TERM シグナル送信</td>
</tr>
<tr>
<td><tt>-k</tt></td>
<td>Kill</td>
<td>サービスに KILL シグナル送信</td>
</tr>
<tr>
<td><tt>-x</tt></td>
<td>Exit</td>
<td>サービスがダウンしたらすぐに <tt>supervise</tt> を終了</td>
</tr>
</table>
<p>参考サイト<br />
<a href="http://www.emaillab.org/djb/daemontools/daemontools-howto.html" onclick="javascript:urchinTracker ('/outbound/article/www.emaillab.org');">daemontools howto</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tdtsh.com/blog/archives/778/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.tdtsh.com/blog/archives/778" />
	</item>
		<item>
		<title>Subversion のリポジトリを移動する</title>
		<link>http://www.tdtsh.com/blog/archives/537</link>
		<comments>http://www.tdtsh.com/blog/archives/537#comments</comments>
		<pubDate>Tue, 19 Jan 2010 07:58:10 +0000</pubDate>
		<dc:creator>tdtsh</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[インフラ]]></category>

		<guid isPermaLink="false">http://www.tdtsh.com/blog/?p=537</guid>
		<description><![CDATA[前回、急ごしらえでSubversionサーバを復旧しました。その続きです。
急場しのぎで間に合わせの古いPCに作ったSubversionサーバ のリポジトリを、別のちゃんとしたサーバに移動した時のメモです。
例によって、 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.tdtsh.com/blog/archives/535" >前回、急ごしらえでSubversionサーバを復旧しました。</a>その続きです。</p>
<p>急場しのぎで間に合わせの古いPCに作ったSubversionサーバ のリポジトリを、別のちゃんとしたサーバに移動した時のメモです。<br />
例によって、個人的なメモなので超不親切です。</p>
<p>&nbsp;</p>
<hr />
<h4>移動元のサーバで</h4>
<pre>
svnadmin dump /home/svn/repos > /home/myuser/repos.dmp
scp /home/myuser/repos.dmp myuser@dest_server:/home/myuser/
</pre>
<p>&nbsp;</p>
<hr />
<h4>新しい(移動先の)サーバで</h4>
<pre>
svnadmin create /home/svn/repos
svnadmin load /home/svn/repos < /home/myuser/repos.dmp
</pre>
<p>基本的に、これだけです。</p>
<p>あとは、認証の設定とかの内容を、忘れずにコピペする位です。</p>
<p>私の環境では、この2つのファイルの中身を一部新サーバのそれにコピーしました。</p>
<p>vi /home/svn/repos/conf/svnserve.conf</p>
<p>vi /home/svn/repos/conf/passwd</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tdtsh.com/blog/archives/537/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.tdtsh.com/blog/archives/537" />
	</item>
		<item>
		<title>Subversion 1.4.2をインストールした時のメモ</title>
		<link>http://www.tdtsh.com/blog/archives/535</link>
		<comments>http://www.tdtsh.com/blog/archives/535#comments</comments>
		<pubDate>Mon, 18 Jan 2010 09:04:52 +0000</pubDate>
		<dc:creator>tdtsh</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[インフラ]]></category>
		<category><![CDATA[開発環境]]></category>

		<guid isPermaLink="false">http://www.tdtsh.com/blog/?p=535</guid>
		<description><![CDATA[ちょっと前に、Subversion用のサーバが壊れました。
幸い、リポジトリのHDDが生きていたので、別のサーバに構築した時のメモ書いておきます。
めったにSubversion構築しないんで。
Subversionの最新 [...]]]></description>
			<content:encoded><![CDATA[<p>ちょっと前に、Subversion用のサーバが壊れました。<br />
幸い、リポジトリのHDDが生きていたので、別のサーバに構築した時のメモ書いておきます。<br />
めったにSubversion構築しないんで。</p>
<p><a href="http://subversion.tigris.org/" onclick="javascript:urchinTracker ('/outbound/article/subversion.tigris.org');">Subversionの最新バージョンは1.6.6</a>らしいけど、壊れたサーバにあわせて1.4.2をインストールします。<br />
2～3年前から更新とまっているような。</p>
<p>個人的なメモなので超不親切です。</p>
<p>&nbsp;</p>
<hr />
<h4>Berkeley DB 4.5.20 をインストール</h4>
<pre>
cd /usr/local/src
wget http://download.oracle.com/berkeley-db/db-4.5.20.tar.gz
tar zxfv db-4.5.20.tar.gz

cd /usr/local/src/db-4.5.20/build_unix/
../dist/configure
make
make install

ls /usr/local/BerkeleyDB.4.5

vi /etc/ld.so.conf
#--------------------------------------------------------------------
include /usr/local/BerkeleyDB.4.5/lib
#--------------------------------------------------------------------

/sbin/ldconfig
</pre>
<p>&nbsp;</p>
<hr />
<h4>Subversion 1.4.2 をインストール</h4>
<pre>
cd /usr/local/src
wget http://subversion.tigris.org/downloads/subversion-1.4.2.tar.gz

cd /usr/local/src
tar zxfv subversion-1.4.2.tar.gz
cd /usr/local/src/subversion-1.4.2

./configure --with-berkeley-db=/usr/local/BerkeleyDB.4.5
</pre>
<p>ここでエラーが発生。</p>
<pre>
	configure: error: APR-UTIL was installed independently,
	it won't be possible to use the specified Berkeley DB: /usr/local/BerkeleyDB.4.5
</pre>
<p><a href="http://www.saiin.net/~silphire/tips/svninstall.html" onclick="javascript:urchinTracker ('/outbound/article/www.saiin.net');">参考サイト</a>を参考に、以前インストールしたApache2.2.4があったので、それを流用したらインストールできました。</p>
<pre>
cd /usr/local/src/subversion-1.4.2
cp -a ../httpd-2.2.4/srclib/{apr,apr-util} .
./configure --with-berkeley-db=/usr/local/BerkeleyDB.4.5
cd /usr/local/src/db-4.5.20/build_unix/
../dist/configure
make
make install

vi /etc/sysconfig/iptables
---------------------------------------------------------------------
# subversion
-A RH-Firewall-1-INPUT -s 192.168.0.0/16 -m state --state NEW -m tcp -p tcp --dport 3690 -j ACCEPT
---------------------------------------------------------------------
/etc/init.d/iptables restart

vi /home/svn/repos/conf/svnserve.conf
---------------------------------------------------------------------
[general]
anon-access = none
auth-access = write
password-db = passwd
realm = My First Repository
---------------------------------------------------------------------

vi /home/svn/repos/conf/passwd
	※適宜
---------------------------------------------------------------------
svnuser = pass
---------------------------------------------------------------------

vi /etc/rc.d/rc.local
---------------------------------------------------------------------
/usr/local/bin/svnserve -d -r /home/svn/repos &#038;
---------------------------------------------------------------------

#壊れたPCから救出したHDDの /share/svn/repos のシンボリックリンクを作って終わり
chown -R nobody:dev /share/svn
ln -s /share/svn /home/svn
</pre>
<p>こんどちゃんと再構築しよう。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tdtsh.com/blog/archives/535/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.tdtsh.com/blog/archives/535" />
	</item>
		<item>
		<title>GParted Live 0.4.6-1 のブータブルUSBメモリを作る</title>
		<link>http://www.tdtsh.com/blog/archives/527</link>
		<comments>http://www.tdtsh.com/blog/archives/527#comments</comments>
		<pubDate>Thu, 17 Dec 2009 07:35:13 +0000</pubDate>
		<dc:creator>tdtsh</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[インフラ]]></category>

		<guid isPermaLink="false">http://www.tdtsh.com/blog/?p=527</guid>
		<description><![CDATA[だいぶ前に作ったGNU Parted (usb-live 0.3.1)のブータブルUSBメモリが、SATAとかSSDとかに対応できないみたいなので、久しぶりに作り直します。
USBメモリでブータブルなGPartedがある [...]]]></description>
			<content:encoded><![CDATA[<p>だいぶ前に作ったGNU Parted (usb-live 0.3.1)のブータブルUSBメモリが、SATAとかSSDとかに対応できないみたいなので、久しぶりに作り直します。</p>
<p>USBメモリでブータブルなGPartedがあると、何かと便利です。</p>
<p><a href="http://gparted.sourceforge.net/liveusb.php" onclick="javascript:urchinTracker ('/outbound/article/gparted.sourceforge.net');">サイトのドキュメント</a>では、Linux上でのLive on USBの作り方を説明していますが、作業はWindows機でも行えます。</p>
<p>200MB以上の容量のUSBメモリを用意し、FAT32でフォーマットする。</p>
<p>USBメモリをWindows機に接続する。(ドライブレターは仮にD:とする)</p>
<p><a href="http://gparted.sourceforge.net/download.php" onclick="javascript:urchinTracker ('/outbound/article/gparted.sourceforge.net');">ここ</a>からSourceforgeのダウンロードページへとぶ。</p>
<p>gparted-live-0.4.6-1.zip をダウンロードする。</p>
<p>ダウンロードしたzipファイルを、USBメモリ(D:\)に解凍する。</p>
<p>D:\util\win32\makeboot.batを実行し、指示に従う。(ここでsyslinuxが実行され、USBがブータブルに変身します)</p>
<p>USBメモリによってはブータブルにならないものもあります。<br />
私の場合USBメモリを2つ試して、1つ成功でした。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tdtsh.com/blog/archives/527/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.tdtsh.com/blog/archives/527" />
	</item>
		<item>
		<title>CygwinでOpenSSHの鍵ペアを作成</title>
		<link>http://www.tdtsh.com/blog/archives/467</link>
		<comments>http://www.tdtsh.com/blog/archives/467#comments</comments>
		<pubDate>Thu, 26 Nov 2009 04:04:25 +0000</pubDate>
		<dc:creator>tdtsh</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[インフラ]]></category>
		<category><![CDATA[開発環境]]></category>

		<guid isPermaLink="false">http://www.tdtsh.com/blog/archives/467</guid>
		<description><![CDATA[Cygwinのインストール時に、opensslとopensshを追加すれば、
ssh_keygenが使えます。
パスフレーズ無し、1024ビット鍵フレーズのSSH2 DSA鍵を作成
ssh-keygen -b 1024  [...]]]></description>
			<content:encoded><![CDATA[<p>Cygwinのインストール時に、opensslとopensshを追加すれば、<br />
ssh_keygenが使えます。</p>
<p>パスフレーズ無し、1024ビット鍵フレーズのSSH2 DSA鍵を作成<br />
ssh-keygen -b 1024 -t dsa -f id_dsa</p>
<p>パスフレーズ&#8217;passphrase&#8217;、1024ビット鍵フレーズのSSH2 DSA鍵を作成<br />
ssh-keygen -b 1024 -t dsa -N passphrase -f id_dsa</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tdtsh.com/blog/archives/467/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.tdtsh.com/blog/archives/467" />
	</item>
		<item>
		<title>CentOS 5.3 + Apache2.2.14 で configure: error: &#8230;No recognized SSL/TLS toolkit detected</title>
		<link>http://www.tdtsh.com/blog/archives/396</link>
		<comments>http://www.tdtsh.com/blog/archives/396#comments</comments>
		<pubDate>Fri, 09 Oct 2009 05:12:47 +0000</pubDate>
		<dc:creator>tdtsh</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[インフラ]]></category>

		<guid isPermaLink="false">http://www.tdtsh.com/blog/?p=396</guid>
		<description><![CDATA[configure: error: &#8230;No recognized SSL/TLS toolkit detected
CentOS 5.3 で、Apache2.2.14をコンパイルしようと、 ./configu [...]]]></description>
			<content:encoded><![CDATA[<p>configure: error: &#8230;No recognized SSL/TLS toolkit detected</p>
<p>CentOS 5.3 で、Apache2.2.14をコンパイルしようと、 ./configure したら、<br />
こんなん出ました。</p>
<pre>
configure: error: ...No recognized SSL/TLS toolkit detected
</pre>
<p>どーやら、OpenSSLが入ってなかった模様。</p>
<pre>
yum install openssl-devel
</pre>
<p>で入れたらOKだった。</p>
<p>不思議なのは、4台程同時に構築してたのに、このエラーが出たのは1台だけ。<br />
何を間違ったんだろうか・・・。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tdtsh.com/blog/archives/396/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.tdtsh.com/blog/archives/396" />
	</item>
		<item>
		<title>SSHポートフォワードで open failed: administratively prohibited: open failed</title>
		<link>http://www.tdtsh.com/blog/archives/389</link>
		<comments>http://www.tdtsh.com/blog/archives/389#comments</comments>
		<pubDate>Wed, 16 Sep 2009 01:38:05 +0000</pubDate>
		<dc:creator>tdtsh</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[インフラ]]></category>

		<guid isPermaLink="false">http://www.tdtsh.com/blog/?p=389</guid>
		<description><![CDATA[CentOS(4.2)のサーバを踏み台にして、SSHポートフォワード

ssh -L 3389:rdphost:3389 tadatoshi_hanazaki@remotehost -v

で、リモートデスクトップに接続 [...]]]></description>
			<content:encoded><![CDATA[<p>CentOS(4.2)のサーバを踏み台にして、SSHポートフォワード</p>
<pre>
ssh -L 3389:rdphost:3389 tadatoshi_hanazaki@remotehost -v
</pre>
<p>で、リモートデスクトップに接続しようとしたら、</p>
<pre>
open failed: administratively prohibited: open failed
</pre>
<p>と怒られる。</p>
<p>CentOS側の/etc/ssh/sshd_config が、</p>
<pre>
AllowTcpForwarding=no
</pre>
<p>になってた事が原因。覚えてない・・・</p>
<pre>
AllowTcpForwarding=yes
</pre>
<p>にしたらOKでした。</p>
<p>参考サイト<br />
<a href="http://nippondanji.blogspot.com/2009/03/mysql10.html" onclick="javascript:urchinTracker ('/outbound/article/nippondanji.blogspot.com');">漢(オトコ)のコンピュータ道: MySQLレプリケーションを安全に利用するための10のテクニック</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tdtsh.com/blog/archives/389/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.tdtsh.com/blog/archives/389" />
	</item>
		<item>
		<title>CentOS 5.3でcifsでマウントしたWindows共有を、Apache(2.2)のAliasにすると画像が表示されない</title>
		<link>http://www.tdtsh.com/blog/archives/382</link>
		<comments>http://www.tdtsh.com/blog/archives/382#comments</comments>
		<pubDate>Mon, 14 Sep 2009 03:10:40 +0000</pubDate>
		<dc:creator>tdtsh</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[インフラ]]></category>

		<guid isPermaLink="false">http://www.tdtsh.com/blog/?p=382</guid>
		<description><![CDATA[以前に書きましたが、CentOS 5.3にするとsmbfs が使えず、cifsでマウントしなくてはいけない、の続編です。
WEBサービスで、複数のApache WEBサーバ(物理サーバ)から、共有の画像置き場を参照してい [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.tdtsh.com/blog/archives/341" >以前に書きました</a>が、CentOS 5.3にするとsmbfs が使えず、cifsでマウントしなくてはいけない、の続編です。</p>
<p>WEBサービスで、複数のApache WEBサーバ(物理サーバ)から、共有の画像置き場を参照していて、fstabでマウントして、ApacheのAliasを使って参照してます。</p>
<p>そしたら、画像が表示されないじゃないですか。<br />
テキストはOKなので、パーミッションではない。<br />
CentOS 5.3にしたついでに、Apacheも2.0 -> 2.2 にしたし、TomcatやらJDKやらmod_jkその他色々最新にマイグレーションしました。なので、解決にかなり時間がかかりました。</p>
<p>なにやら、sendfileシステムコールなるものがいけないそうで。</p>
<p>httpd.confにこれを追記したら、あっさりと解決しました。</p>
<pre>
<Directory "/images">
   EnableSendfile Off
</Directory>
</pre>
<p>詳細は、<a href="http://d.hatena.ne.jp/cvyan/20071204/1196780711" onclick="javascript:urchinTracker ('/outbound/article/d.hatena.ne.jp');">参考サイト</a>をご覧ください。</p>
<p>なんでCIFSで、なんでWindows共有で、は聞かないで・・・</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tdtsh.com/blog/archives/382/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.tdtsh.com/blog/archives/382" />
	</item>
		<item>
		<title>AVG Anti-Virus Free Edition 8.5 for Linux を CentOSにインストール</title>
		<link>http://www.tdtsh.com/blog/archives/379</link>
		<comments>http://www.tdtsh.com/blog/archives/379#comments</comments>
		<pubDate>Fri, 11 Sep 2009 02:23:32 +0000</pubDate>
		<dc:creator>tdtsh</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[インフラ]]></category>
		<category><![CDATA[開発環境]]></category>

		<guid isPermaLink="false">http://www.tdtsh.com/blog/?p=379</guid>
		<description><![CDATA[Windowsでも個人的にお世話になっている AVG アンチウィルス無償版.
非商業的な目的でなら、無償です。
我が家ではもっぱら「ブラジル」と呼んでます。アイコンが国旗みたいだから。
その無償版のLinux版、AVG  [...]]]></description>
			<content:encoded><![CDATA[<p>Windowsでも個人的にお世話になっている AVG アンチウィルス無償版.<br />
非商業的な目的でなら、無償です。<br />
我が家ではもっぱら「ブラジル」と呼んでます。アイコンが国旗みたいだから。</p>
<p>その無償版のLinux版、AVG Anti-Virus Free Edition for Linux版が、8.5になってた。</p>
<p><a href="http://free.avg.com/jp.5390" onclick="javascript:urchinTracker ('/outbound/article/free.avg.com');">AVG Anti-Virus Free Edition 8.5 for Linux</a></p>
<p>開発機として構築中のCentOS 5.3に入れてみた。<br />
といっても、上記サイトからrpm版と取ってきて、rpm -vh するだけ。</p>
<p>以前のバージョン(7.5)では、プロセスが1個やったけど、8.5からは色んなデーモンが稼動している。</p>
<p>/opt/avg/avg8/doc/READMEより</p>
<pre>
   avgd       -- general AVG daemon; starts first, manages other AVG daemons
   avgavid    -- AVI daemon; loads AVI into shared memory
   avgsched   -- scheduler for planning periodic events (update etc.)
   avgtcpd    -- e-mail scanning daemon; supports SMTP, AVG, and Milter protocol
   avgupam    -- updatspam daemon
   avgscand   -- anti-virus daemon
   avgup      -- update daemon
   avgoad     -- on-access daemon
</pre>
<p>avgoadはリアルタイム保護、avgupはアップデートを行うデーモンに読み取れる。</p>
<p>つーことは、cron で avgupdate を定期的に行う必要が無いのか。</p>
<p>そうだとしたら、インストールがとっても楽なんですけど。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tdtsh.com/blog/archives/379/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.tdtsh.com/blog/archives/379" />
	</item>
		<item>
		<title>CentOS で unknown filesystem type &#8217;smbfs&#8217;</title>
		<link>http://www.tdtsh.com/blog/archives/341</link>
		<comments>http://www.tdtsh.com/blog/archives/341#comments</comments>
		<pubDate>Fri, 04 Sep 2009 10:51:00 +0000</pubDate>
		<dc:creator>tdtsh</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[インフラ]]></category>
		<category><![CDATA[開発環境]]></category>

		<guid isPermaLink="false">http://www.tdtsh.com/blog/?p=341</guid>
		<description><![CDATA[CentOS5 で、smbfs でSAMBAサーバの共有を

mount -t smbfs //172.10.X.X/Share /Share

こんな風にマウントしようとしたら、
unknown filesystem  [...]]]></description>
			<content:encoded><![CDATA[<p>CentOS5 で、smbfs でSAMBAサーバの共有を</p>
<pre>
mount -t smbfs //172.10.X.X/Share /Share
</pre>
<p>こんな風にマウントしようとしたら、</p>
<p>unknown filesystem type &#8217;smbfs&#8217;</p>
<p>こんな感じで怒られた。<br />
CentOS4の頃はいけた様な。</p>
<p>smbfs じゃ無くて cifs にして解決。</p>
<pre>
mount -t cifs //172.10.X.X/Share /Share
</pre>
<p>単に呼び方が変わったのか、プロトコルそのものがSMBからCIFSに変わっているのかは不明。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tdtsh.com/blog/archives/341/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.tdtsh.com/blog/archives/341" />
	</item>
	</channel>
</rss>
