<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/templates/default/atom.css" type="text/css" ?>

<feed 
   xmlns="http://www.w3.org/2005/Atom"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <link href="http://blog.yellowback.net/feeds/atom.xml" rel="self" title="yellowback's blog" type="application/atom+xml" />
    <link href="http://blog.yellowback.net/"                        rel="alternate"    title="yellowback's blog" type="text/html" />
    <link href="http://blog.yellowback.net/rss.php?version=2.0"     rel="alternate"    title="yellowback's blog" type="application/rss+xml" />
    <title type="html">yellowback's blog</title>
    <subtitle type="html">linux,bsdのinstall関連ネタを中心に.</subtitle>
    <icon>http://blog.yellowback.net/templates/bulletproof/img/s9y_banner_small.png</icon>
    <id>http://blog.yellowback.net/</id>
    <updated>2010-07-29T03:13:02Z</updated>
    <generator uri="http://www.s9y.org/" version="1.5.3">Serendipity 1.5.3 - http://www.s9y.org/</generator>
    <dc:language>ja</dc:language>

    <entry>
        <link href="http://blog.yellowback.net/archives/460-20100729.html" rel="alternate" title="php 5.3.3へのアップデート" />
        <author>
            <name>Hideki ONO</name>
                    </author>
    
        <published>2010-07-29T03:13:02Z</published>
        <updated>2010-07-29T03:13:02Z</updated>
        <wfw:comment>http://blog.yellowback.net/wfwcomment.php?cid=460</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.yellowback.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=460</wfw:commentRss>
    
    
        <id>http://blog.yellowback.net/archives/460-20100729.html</id>
        <title type="html">php 5.3.3へのアップデート</title>
        <content type="xhtml" xml:base="http://blog.yellowback.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                php 5.3.2からphp 5.3.3へアップデートしました。<br />
drupal, serendipity, concrete5は特に問題ないようです。<br />
 <br /><a href="http://blog.yellowback.net/archives/460-20100729.html#extended">"php 5.3.3へのアップデート" の続きを読む...</a>
            </div>
        </content>
        <dc:subject>amd64</dc:subject>
<dc:subject>netbsd</dc:subject>
<dc:subject>php</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.yellowback.net/archives/427-20100411.html" rel="alternate" title="Mac mini + xen 4.0.0 + linux 2.6.32.10 pvops" />
        <author>
            <name>Hideki ONO</name>
                    </author>
    
        <published>2010-04-11T12:15:42Z</published>
        <updated>2010-07-13T13:53:34Z</updated>
        <wfw:comment>http://blog.yellowback.net/wfwcomment.php?cid=427</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.yellowback.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=427</wfw:commentRss>
    
            <category scheme="http://blog.yellowback.net/categories/7-unknown" label="仮想化" term="仮想化" />
    
        <id>http://blog.yellowback.net/archives/427-20100411.html</id>
        <title type="html">Mac mini + xen 4.0.0 + linux 2.6.32.10 pvops</title>
        <content type="xhtml" xml:base="http://blog.yellowback.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Dom0のlinuxカーネルを2.6.32.10にupdateしたらopensolaris DomUも起動できるようになりました。<br />
これでとくに問題なく動作しています。<br />
 <br /><a href="http://blog.yellowback.net/archives/427-20100411.html#extended">"Mac mini + xen 4.0.0 + linux 2.6.32.10 pvops" の続きを読む...</a>
            </div>
        </content>
        <dc:subject>amd64</dc:subject>
<dc:subject>linux</dc:subject>
<dc:subject>macmini</dc:subject>
<dc:subject>ubuntu</dc:subject>
<dc:subject>virtualization</dc:subject>
<dc:subject>xen</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.yellowback.net/archives/457-20100710.html" rel="alternate" title="PHP 5.2系からPHP 5.3系への移行" />
        <author>
            <name>Hideki ONO</name>
                    </author>
    
        <published>2010-07-10T08:23:50Z</published>
        <updated>2010-07-10T09:07:14Z</updated>
        <wfw:comment>http://blog.yellowback.net/wfwcomment.php?cid=457</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.yellowback.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=457</wfw:commentRss>
    
    
        <id>http://blog.yellowback.net/archives/457-20100710.html</id>
        <title type="html">PHP 5.2系からPHP 5.3系への移行</title>
        <content type="xhtml" xml:base="http://blog.yellowback.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                php 5.2.13からphp 5.3.2へ移行しました。<br />
<br />
うちの環境でphpを利用しているのは、serendipity, drupal, concrete5です。<br />
このうちphp 5.3系でdrupalとconcrete5は特に問題ありませんでした。<br />
serendipityはtimezoneの問題がでたので、<br />
/usr/local/lib/php.iniに以下の設定を追加しました。<br />
<br />
<div class="bb-code">date.timezone&#160;=&#160;Asia/Tokyo
</div><br />
<br />
さらに、serendipity_event_mobile_output pluginが対応してなさそうなので、このpluginを外しました。<br />
 <br /><a href="http://blog.yellowback.net/archives/457-20100710.html#extended">"PHP 5.2系からPHP 5.3系への移行" の続きを読む...</a>
            </div>
        </content>
        <dc:subject>amd64</dc:subject>
<dc:subject>netbsd</dc:subject>
<dc:subject>php</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.yellowback.net/archives/454-20100710.html" rel="alternate" title="NetBSD 5.99.34 on Xen DomU" />
        <author>
            <name>Hideki ONO</name>
                    </author>
    
        <published>2010-07-09T22:22:56Z</published>
        <updated>2010-07-09T22:22:56Z</updated>
        <wfw:comment>http://blog.yellowback.net/wfwcomment.php?cid=454</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.yellowback.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=454</wfw:commentRss>
    
            <category scheme="http://blog.yellowback.net/categories/7-unknown" label="仮想化" term="仮想化" />
    
        <id>http://blog.yellowback.net/archives/454-20100710.html</id>
        <title type="html">NetBSD 5.99.34 on Xen DomU</title>
        <content type="xhtml" xml:base="http://blog.yellowback.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                以下のmmapのWARNINGの件はlibcの問題であることがわかりました。すでに修正されているようなのでUserlandも更新したらでなくなりました。<br />
<br />
WARNING: defaulted mmap() share type to MAP_PRIVATE (pid 277 command ntpd)<br />
<br />
今回はNetBSD 5.99.34 kernelとuserlandインストールしました。<br />
 <br /><a href="http://blog.yellowback.net/archives/454-20100710.html#extended">"NetBSD 5.99.34 on Xen DomU" の続きを読む...</a>
            </div>
        </content>
        <dc:subject>netbsd</dc:subject>
<dc:subject>virtualization</dc:subject>
<dc:subject>xen</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.yellowback.net/archives/450-20100611.html" rel="alternate" title="Mac mini + xen 4.0.0 + linux 2.6.32.15 pvops でxend起動失敗" />
        <author>
            <name>Hideki ONO</name>
                    </author>
    
        <published>2010-06-11T06:42:18Z</published>
        <updated>2010-07-08T22:46:36Z</updated>
        <wfw:comment>http://blog.yellowback.net/wfwcomment.php?cid=450</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.yellowback.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=450</wfw:commentRss>
    
    
        <id>http://blog.yellowback.net/archives/450-20100611.html</id>
        <title type="html">Mac mini + xen 4.0.0 + linux 2.6.32.15 pvops でxend起動失敗</title>
        <content type="xhtml" xml:base="http://blog.yellowback.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Dom0のlinuxカーネルを2.6.32.15にupdateしたら、xendが起動に失敗したので、2.6.32.12に戻しました。<br />
<br />
 <br /><a href="http://blog.yellowback.net/archives/450-20100611.html#extended">"Mac mini + xen 4.0.0 + linux 2.6.32.15 pvops でxend起動失敗" の続きを読む...</a>
            </div>
        </content>
        <dc:subject>amd64</dc:subject>
<dc:subject>linux</dc:subject>
<dc:subject>macmini</dc:subject>
<dc:subject>ubuntu</dc:subject>
<dc:subject>virtualization</dc:subject>
<dc:subject>xen</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.yellowback.net/archives/452-20100617.html" rel="alternate" title="NetBSD 5.99.30 on Xen DomUでWARNING" />
        <author>
            <name>Hideki ONO</name>
                    </author>
    
        <published>2010-06-17T08:46:50Z</published>
        <updated>2010-06-17T08:46:50Z</updated>
        <wfw:comment>http://blog.yellowback.net/wfwcomment.php?cid=452</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.yellowback.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=452</wfw:commentRss>
    
            <category scheme="http://blog.yellowback.net/categories/7-unknown" label="仮想化" term="仮想化" />
    
        <id>http://blog.yellowback.net/archives/452-20100617.html</id>
        <title type="html">NetBSD 5.99.30 on Xen DomUでWARNING</title>
        <content type="xhtml" xml:base="http://blog.yellowback.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                DomU用のNetBSD kernelを5.99.29にしたら以下のようなWARNINGが出る件ですが、5.99.30にしても同様の問題が出ました。<br />
一応動いてはいます。<br />
<br />
WARNING: defaulted mmap() share type to MAP_PRIVATE (pid 277 command ntpd)<br />
<br />
5.99.27だとこのメッセージはでません。5.99.29ではWARNING出ました。<br />
 <br /><a href="http://blog.yellowback.net/archives/452-20100617.html#extended">"NetBSD 5.99.30 on Xen DomUでWARNING" の続きを読む...</a>
            </div>
        </content>
        <dc:subject>netbsd</dc:subject>
<dc:subject>virtualization</dc:subject>
<dc:subject>xen</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.yellowback.net/archives/436-20100503.html" rel="alternate" title="Mac mini + xen 4.0.0 + linux 2.6.32.12 pvops" />
        <author>
            <name>Hideki ONO</name>
                    </author>
    
        <published>2010-05-03T09:02:48Z</published>
        <updated>2010-06-11T07:09:19Z</updated>
        <wfw:comment>http://blog.yellowback.net/wfwcomment.php?cid=436</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.yellowback.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=436</wfw:commentRss>
    
            <category scheme="http://blog.yellowback.net/categories/7-unknown" label="仮想化" term="仮想化" />
    
        <id>http://blog.yellowback.net/archives/436-20100503.html</id>
        <title type="html">Mac mini + xen 4.0.0 + linux 2.6.32.12 pvops</title>
        <content type="xhtml" xml:base="http://blog.yellowback.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Dom0のlinuxカーネルを2.6.32.12にupdateしました。<br />
 <br /><a href="http://blog.yellowback.net/archives/436-20100503.html#extended">"Mac mini + xen 4.0.0 + linux 2.6.32.12 pvops" の続きを読む...</a>
            </div>
        </content>
        <dc:subject>amd64</dc:subject>
<dc:subject>linux</dc:subject>
<dc:subject>macmini</dc:subject>
<dc:subject>ubuntu</dc:subject>
<dc:subject>virtualization</dc:subject>
<dc:subject>xen</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.yellowback.net/archives/448-20100611.html" rel="alternate" title="OBS600でbtrfsをroot fsにしてみる" />
        <author>
            <name>Hideki ONO</name>
                    </author>
    
        <published>2010-06-11T05:46:13Z</published>
        <updated>2010-06-11T06:39:56Z</updated>
        <wfw:comment>http://blog.yellowback.net/wfwcomment.php?cid=448</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.yellowback.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=448</wfw:commentRss>
    
    
        <id>http://blog.yellowback.net/archives/448-20100611.html</id>
        <title type="html">OBS600でbtrfsをroot fsにしてみる</title>
        <content type="xhtml" xml:base="http://blog.yellowback.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                OpenBlocks 600 のCFをbtrfsのみの1 partitionにして、これをroot fsとしてDebian Linuxを稼働させてみました。<br />
btrfsではkernel 2.6.34以降がおすすめらしいので2.6.34にしてみました。<br />
<br />
 <br /><a href="http://blog.yellowback.net/archives/448-20100611.html#extended">"OBS600でbtrfsをroot fsにしてみる" の続きを読む...</a>
            </div>
        </content>
        <dc:subject>btrfs</dc:subject>
<dc:subject>debian</dc:subject>
<dc:subject>linux</dc:subject>
<dc:subject>obs600</dc:subject>
<dc:subject>openblocks</dc:subject>
<dc:subject>powerpc</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.yellowback.net/archives/445-20100602.html" rel="alternate" title="serendipity1.5.3インストール" />
        <author>
            <name>Hideki ONO</name>
                    </author>
    
        <published>2010-06-02T00:47:16Z</published>
        <updated>2010-06-03T02:04:12Z</updated>
        <wfw:comment>http://blog.yellowback.net/wfwcomment.php?cid=445</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.yellowback.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=445</wfw:commentRss>
    
            <category scheme="http://blog.yellowback.net/categories/8-CMS" label="CMS" term="CMS" />
    
        <id>http://blog.yellowback.net/archives/445-20100602.html</id>
        <title type="html">serendipity1.5.3インストール</title>
        <content type="xhtml" xml:base="http://blog.yellowback.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                serendipity 1.5.3をインストールしました。<br />
<br />
個人的にはbbcode pluginを少々いじって、横長でもレイアウトがおかしくならないようにしています。<br />
なお、1.5-beta1の環境でlightbox plugin(serendipity_event_lightbox)をいれていると、IEでブラウズした際に問題が発生するためにlightbox pluginは未使用にしました。(問題確認環境はIE8/WinXP, IE6/WinXP)<br />
1.5.3ではまだ未確認です。<br />
 <br /><a href="http://blog.yellowback.net/archives/445-20100602.html#extended">"serendipity1.5.3インストール" の続きを読む...</a>
            </div>
        </content>
        <dc:subject>amd64</dc:subject>
<dc:subject>cms</dc:subject>
<dc:subject>netbsd</dc:subject>
<dc:subject>serendipity</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.yellowback.net/archives/446-20100603.html" rel="alternate" title="drupal 6.17 インストール" />
        <author>
            <name>Hideki ONO</name>
                    </author>
    
        <published>2010-06-03T01:59:15Z</published>
        <updated>2010-06-03T01:59:15Z</updated>
        <wfw:comment>http://blog.yellowback.net/wfwcomment.php?cid=446</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.yellowback.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=446</wfw:commentRss>
    
            <category scheme="http://blog.yellowback.net/categories/8-CMS" label="CMS" term="CMS" />
    
        <id>http://blog.yellowback.net/archives/446-20100603.html</id>
        <title type="html">drupal 6.17 インストール</title>
        <content type="xhtml" xml:base="http://blog.yellowback.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                drupal 6.17をインストールしました。<br />
 <br /><a href="http://blog.yellowback.net/archives/446-20100603.html#extended">"drupal 6.17 インストール" の続きを読む...</a>
            </div>
        </content>
        <dc:subject>cms</dc:subject>
<dc:subject>drupal</dc:subject>
<dc:subject>netbsd</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.yellowback.net/archives/442-20100528.html" rel="alternate" title="redmine 0.9.4 on netbsd" />
        <author>
            <name>Hideki ONO</name>
                    </author>
    
        <published>2010-05-28T13:05:18Z</published>
        <updated>2010-05-28T14:09:15Z</updated>
        <wfw:comment>http://blog.yellowback.net/wfwcomment.php?cid=442</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.yellowback.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=442</wfw:commentRss>
    
    
        <id>http://blog.yellowback.net/archives/442-20100528.html</id>
        <title type="html">redmine 0.9.4 on netbsd</title>
        <content type="xhtml" xml:base="http://blog.yellowback.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                プロジェクト管理ツールredmineをnetbsd上で動かしてみました。 <br /><a href="http://blog.yellowback.net/archives/442-20100528.html#extended">"redmine 0.9.4 on netbsd" の続きを読む...</a>
            </div>
        </content>
        <dc:subject>amd64</dc:subject>
<dc:subject>apache</dc:subject>
<dc:subject>cms</dc:subject>
<dc:subject>netbsd</dc:subject>
<dc:subject>rails</dc:subject>
<dc:subject>ruby</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.yellowback.net/archives/441-20100513.html" rel="alternate" title="NetBSD 5.99.29 on Xen DomUでWARNING" />
        <author>
            <name>Hideki ONO</name>
                    </author>
    
        <published>2010-05-13T11:19:05Z</published>
        <updated>2010-05-13T11:27:08Z</updated>
        <wfw:comment>http://blog.yellowback.net/wfwcomment.php?cid=441</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.yellowback.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=441</wfw:commentRss>
    
            <category scheme="http://blog.yellowback.net/categories/7-unknown" label="仮想化" term="仮想化" />
    
        <id>http://blog.yellowback.net/archives/441-20100513.html</id>
        <title type="html">NetBSD 5.99.29 on Xen DomUでWARNING</title>
        <content type="xhtml" xml:base="http://blog.yellowback.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                DomU用のNetBSDを5.99.27から5.99.29にアップデートしたら以下のようなWARNINGが出るようになってしまいました。<br />
一応動いてはいます。<br />
<br />
WARNING: defaulted mmap() share type to MAP_PRIVATE (pid 5061 command cvs)<br />
<br />
cvsのところはntpd等、他のコマンドの場合もあります。<br />
<br />
5.99.27だとこのメッセージはでません。<br />
4月終わりくらいにsys/uvm/の下が変更されているのが影響してるんでしょうかね?<br />
 <br /><a href="http://blog.yellowback.net/archives/441-20100513.html#extended">"NetBSD 5.99.29 on Xen DomUでWARNING" の続きを読む...</a>
            </div>
        </content>
        <dc:subject>netbsd</dc:subject>
<dc:subject>virtualization</dc:subject>
<dc:subject>xen</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.yellowback.net/archives/439-20100510.html" rel="alternate" title="milter-greylist 4.2.5 へアップデート" />
        <author>
            <name>Hideki ONO</name>
                    </author>
    
        <published>2010-05-09T15:34:25Z</published>
        <updated>2010-05-09T15:45:59Z</updated>
        <wfw:comment>http://blog.yellowback.net/wfwcomment.php?cid=439</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.yellowback.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=439</wfw:commentRss>
    
            <category scheme="http://blog.yellowback.net/categories/6-unknown" label="メール" term="メール" />
    
        <id>http://blog.yellowback.net/archives/439-20100510.html</id>
        <title type="html">milter-greylist 4.2.5 へアップデート</title>
        <content type="xhtml" xml:base="http://blog.yellowback.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                sendmail用greylistフィルターのmilter-greylist を4.2.5にアップデートしました。<br />
IPアドレスから国コードを判断するGeoIP機能を有効にしています。 <br /><a href="http://blog.yellowback.net/archives/439-20100510.html#extended">"milter-greylist 4.2.5 へアップデート" の続きを読む...</a>
            </div>
        </content>
        <dc:subject>i386</dc:subject>
<dc:subject>mail</dc:subject>
<dc:subject>netbsd</dc:subject>
<dc:subject>sendmail</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.yellowback.net/archives/437-20100510.html" rel="alternate" title="opendkim 2.0.3へのアップデート" />
        <author>
            <name>Hideki ONO</name>
                    </author>
    
        <published>2010-05-09T15:26:53Z</published>
        <updated>2010-05-09T15:26:53Z</updated>
        <wfw:comment>http://blog.yellowback.net/wfwcomment.php?cid=437</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.yellowback.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=437</wfw:commentRss>
    
            <category scheme="http://blog.yellowback.net/categories/6-unknown" label="メール" term="メール" />
    
        <id>http://blog.yellowback.net/archives/437-20100510.html</id>
        <title type="html">opendkim 2.0.3へのアップデート</title>
        <content type="xhtml" xml:base="http://blog.yellowback.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                送信者認証技術 DKIMのsendmail用milter opendkim 2.0.3をインストールしました。<br />
opendkimはdkim-milterからforkしたプロジェクトです。<br />
<br />
NetBSD3.1付属のopenssl-0.9.7では、アルゴリズムrsa-sha256が扱えないのでopenssl-1.0.0をリンクしてrsa-sha256対応にしています。 <br /><a href="http://blog.yellowback.net/archives/437-20100510.html#extended">"opendkim 2.0.3へのアップデート" の続きを読む...</a>
            </div>
        </content>
        <dc:subject>dkim</dc:subject>
<dc:subject>i386</dc:subject>
<dc:subject>mail</dc:subject>
<dc:subject>netbsd</dc:subject>
<dc:subject>sendmail</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.yellowback.net/archives/432-20100413.html" rel="alternate" title="NetBSD 5.99.27をXen DomUにする" />
        <author>
            <name>Hideki ONO</name>
                    </author>
    
        <published>2010-04-13T10:57:28Z</published>
        <updated>2010-04-13T11:32:35Z</updated>
        <wfw:comment>http://blog.yellowback.net/wfwcomment.php?cid=432</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.yellowback.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=432</wfw:commentRss>
    
            <category scheme="http://blog.yellowback.net/categories/7-unknown" label="仮想化" term="仮想化" />
    
        <id>http://blog.yellowback.net/archives/432-20100413.html</id>
        <title type="html">NetBSD 5.99.27をXen DomUにする</title>
        <content type="xhtml" xml:base="http://blog.yellowback.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                最近のlinux pvopsカーネルのxennetはfrontend, backendともにrx-copyモードにのみ対応しています(rx-flipモードはobsolete?)。<br />
一方、NetBSDは5.99.27現在、backendはrx-copy,rx-flip両方対応していますが、frontendはrx-flipにのみ対応しています。<br />
そのため、LinuxをDom0、NetBSDをDomUとしたときには、networkが動作しません。<br />
<br />
そこでNetBSDのfrontendでrx-copyを動作できるようにするためのパッチをつくりました。<br />
このパッチは数ヶ月前から使用していますが、今回はkernel, userlandともにNetBSD 5.99.27に置き換えました。<br />
以下インストールメモです。 <br /><a href="http://blog.yellowback.net/archives/432-20100413.html#extended">"NetBSD 5.99.27をXen DomUにする" の続きを読む...</a>
            </div>
        </content>
        <dc:subject>netbsd</dc:subject>
<dc:subject>virtualization</dc:subject>
<dc:subject>xen</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.yellowback.net/archives/422-20100325.html" rel="alternate" title="opendkim 2.0.1へのアップデート" />
        <author>
            <name>Hideki ONO</name>
                    </author>
    
        <published>2010-03-25T02:37:30Z</published>
        <updated>2010-04-13T09:43:37Z</updated>
        <wfw:comment>http://blog.yellowback.net/wfwcomment.php?cid=422</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.yellowback.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=422</wfw:commentRss>
    
            <category scheme="http://blog.yellowback.net/categories/6-unknown" label="メール" term="メール" />
    
        <id>http://blog.yellowback.net/archives/422-20100325.html</id>
        <title type="html">opendkim 2.0.1へのアップデート</title>
        <content type="xhtml" xml:base="http://blog.yellowback.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                送信者認証技術 DKIMのsendmail用milter opendkim 2.0.1をインストールしました。<br />
opendkimはdkim-milterからforkしたプロジェクトのようです。<br />
<br />
NetBSD3.1付属のopenssl-0.9.7では、アルゴリズムrsa-sha256が扱えないのでopenssl-0.9.8をリンクしてrsa-sha256対応にしています。 <br /><a href="http://blog.yellowback.net/archives/422-20100325.html#extended">"opendkim 2.0.1へのアップデート" の続きを読む...</a>
            </div>
        </content>
        <dc:subject>dkim</dc:subject>
<dc:subject>i386</dc:subject>
<dc:subject>mail</dc:subject>
<dc:subject>netbsd</dc:subject>
<dc:subject>sendmail</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.yellowback.net/archives/431-20100413.html" rel="alternate" title="opendkim 2.0.2へのアップデート" />
        <author>
            <name>Hideki ONO</name>
                    </author>
    
        <published>2010-04-13T09:35:32Z</published>
        <updated>2010-04-13T09:35:32Z</updated>
        <wfw:comment>http://blog.yellowback.net/wfwcomment.php?cid=431</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.yellowback.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=431</wfw:commentRss>
    
            <category scheme="http://blog.yellowback.net/categories/6-unknown" label="メール" term="メール" />
    
        <id>http://blog.yellowback.net/archives/431-20100413.html</id>
        <title type="html">opendkim 2.0.2へのアップデート</title>
        <content type="xhtml" xml:base="http://blog.yellowback.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                送信者認証技術 DKIMのsendmail用milter opendkim 2.0.2をインストールしました。<br />
opendkimはdkim-milterからforkしたプロジェクトです。<br />
<br />
NetBSD3.1付属のopenssl-0.9.7では、アルゴリズムrsa-sha256が扱えないのでopenssl-1.0.0をリンクしてrsa-sha256対応にしています。 <br /><a href="http://blog.yellowback.net/archives/431-20100413.html#extended">"opendkim 2.0.2へのアップデート" の続きを読む...</a>
            </div>
        </content>
        <dc:subject>dkim</dc:subject>
<dc:subject>i386</dc:subject>
<dc:subject>mail</dc:subject>
<dc:subject>netbsd</dc:subject>
<dc:subject>sendmail</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.yellowback.net/archives/429-20100413.html" rel="alternate" title="openssl 1.0.0のインストール" />
        <author>
            <name>Hideki ONO</name>
                    </author>
    
        <published>2010-04-13T09:32:57Z</published>
        <updated>2010-04-13T09:32:57Z</updated>
        <wfw:comment>http://blog.yellowback.net/wfwcomment.php?cid=429</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.yellowback.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=429</wfw:commentRss>
    
    
        <id>http://blog.yellowback.net/archives/429-20100413.html</id>
        <title type="html">openssl 1.0.0のインストール</title>
        <content type="xhtml" xml:base="http://blog.yellowback.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                ついにopenssl 1.0.0がリリースされましたので0.9.8系からアップデートしました。<br />
 <br /><a href="http://blog.yellowback.net/archives/429-20100413.html#extended">"openssl 1.0.0のインストール" の続きを読む...</a>
            </div>
        </content>
        <dc:subject>i386</dc:subject>
<dc:subject>netbsd</dc:subject>
<dc:subject>security</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.yellowback.net/archives/426-20100411.html" rel="alternate" title="Mac mini + xen 4.0.0" />
        <author>
            <name>Hideki ONO</name>
                    </author>
    
        <published>2010-04-11T11:01:22Z</published>
        <updated>2010-04-11T12:22:26Z</updated>
        <wfw:comment>http://blog.yellowback.net/wfwcomment.php?cid=426</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.yellowback.net/rss.php?version=atom1.0&amp;type=comments&amp;cid=426</wfw:commentRss>
    
            <category scheme="http://blog.yellowback.net/categories/7-unknown" label="仮想化" term="仮想化" />
    
        <id>http://blog.yellowback.net/archives/426-20100411.html</id>
        <title type="html">Mac mini + xen 4.0.0</title>
        <content type="xhtml" xml:base="http://blog.yellowback.net/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                xen 4.0.0がリリースされたのでMacMiniに導入しているxen のバージョンをXen 4.0.0にアップデートしました。<br />
Dom0のLinuxは前回のものを使用しています。<br />
これでとくに問題なく動作しています。<br />
 <br /><a href="http://blog.yellowback.net/archives/426-20100411.html#extended">"Mac mini + xen 4.0.0" の続きを読む...</a>
            </div>
        </content>
        <dc:subject>amd64</dc:subject>
<dc:subject>linux</dc:subject>
<dc:subject>macmini</dc:subject>
<dc:subject>ubuntu</dc:subject>
<dc:subject>virtualization</dc:subject>
<dc:subject>xen</dc:subject>

    </entry>

</feed>