<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>hana  saki  hoko  ru: Tag debian</title>
    <link>http://hana.sakihoko.ru/articles/tag/debian?tag=debian</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>ruby rails debian daily</description>
    <item>
      <title>openldap  bdb_db_open: 「alock package is unstable」</title>
      <description>&lt;pre&gt;
slapd[28191]: bdb_db_open: alock package is unstable
slapd[28191]: backend_startup_one: bi_db_open failed! (-1)
slapd[28191]: slapd stopped.
slapd[28191]: connections_destroy: nothing to destroy.
&lt;/pre&gt;

&lt;p&gt;こんなエラーが出たのでなんだ？と思ったら、パーミッションが無いだけだった。。debianだとopenldap:openldapの権限になるので、/var/lib/ldap配下のファイルもoepnldap:openldapじゃないとうまくいかない。。。。。&lt;/p&gt;

&lt;pre&gt;
/var/lib/ldap# ls -al
-rw-r--r--  1 root     root          2048 2007-12-15 23:50 alock
-rw-------  1 root     root        200704 2007-12-15 23:50 cn.bdb
-rw-------  1 root     root          8192 2007-12-15 23:50 __db.001

/var/lib/ldap# chown openldap:openldap *
/var/lib/ldap# ls -al
total 11684
-rw-r--r--  1 openldap openldap      2048 2007-12-15 23:50 alock
-rw-------  1 openldap openldap    200704 2007-12-15 23:50 cn.bdb
-rw-------  1 openldap openldap      8192 2007-12-15 23:50 __db.001
&lt;/pre&gt;</description>
      <pubDate>Sat, 15 Dec 2007 23:57:00 +0900</pubDate>
      <guid isPermaLink="false">urn:uuid:2e957b66-15fa-42fb-b0bd-e25ff9dfbe10</guid>
      <author>ryusendo</author>
      <link>http://hana.sakihoko.ru/articles/2007/12/15/openldap-bdb_db_open-%E3%80%8Calock-package-is-unstable%E3%80%8D</link>
      <category>linux and debian</category>
      <category>ldap</category>
      <category>debian</category>
      <trackback:ping>http://hana.sakihoko.ru/articles/trackback/6456</trackback:ping>
    </item>
    <item>
      <title>debianのaptitudeなどでソフトインストール時のダイアログをコントロールしたい場合</title>
      <description>&lt;pre&gt;
$sudo dpkg-reconfigure debconf
&lt;/pre&gt;

&lt;p&gt;&lt;img src="/files/debconf1.png"  alt="debconf インタフェース"&gt;&lt;/img&gt;
&lt;img src="/files/debconf2.png"  alt="debconf 優先度"&gt;&lt;/img&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 15 Dec 2007 23:17:00 +0900</pubDate>
      <guid isPermaLink="false">urn:uuid:8df410a9-4f34-4378-b811-7da687df137d</guid>
      <author>ryusendo</author>
      <link>http://hana.sakihoko.ru/articles/2007/12/15/debian%E3%81%AEaptitude%E3%81%AA%E3%81%A9%E3%81%A7%E3%82%BD%E3%83%95%E3%83%88%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB%E6%99%82%E3%81%AE%E3%83%80%E3%82%A4%E3%82%A2%E3%83%AD%E3%82%B0%E3%82%92%E3%82%B3%E3%83%B3%E3%83%88%E3%83%AD%E3%83%BC%E3%83%AB%E3%81%97%E3%81%9F%E3%81%84%E5%A0%B4%E5%90%88</link>
      <category>linux and debian</category>
      <category>debconf</category>
      <category>debian</category>
      <trackback:ping>http://hana.sakihoko.ru/articles/trackback/6455</trackback:ping>
    </item>
    <item>
      <title>debianでlocaleを変えたい場合のメモ</title>
      <description>&lt;pre&gt;
$sudo dpkg-reconfigure locales
&lt;/pre&gt;</description>
      <pubDate>Sat, 15 Dec 2007 23:15:00 +0900</pubDate>
      <guid isPermaLink="false">urn:uuid:f4b35be0-5869-458c-9312-a17f166ffa38</guid>
      <author>ryusendo</author>
      <link>http://hana.sakihoko.ru/articles/2007/12/15/debian%E3%81%A7</link>
      <category>linux and debian</category>
      <category>debian</category>
      <category>locales</category>
      <trackback:ping>http://hana.sakihoko.ru/articles/trackback/6454</trackback:ping>
    </item>
  </channel>
</rss>
