potato -> woody

会社サーバーを potato -> woody に変更

* courier-imap

そのままだと認証に失敗するので、/etc/courier/imapd を変更

 *** imapd.orig  Tue Sep  3 12:24:10 2002
 --- imapd       Tue Sep  3 12:21:43 2002
 ***************
 *** 53,59 ****
   # The default is set during the initial configuration.
   #
 ! AUTHMODULES="authcram authuserdb authpam authldap authmysql"
 
   #
   # If this version of Courier-IMAP includes support for CRAM-MD5
 --- 53,60 ----
   # The default is set during the initial configuration.
   #
 
 ! #AUTHMODULES="authcram authuserdb authpam authldap authmysql"
 ! AUTHMODULES="authdaemon"
 
   #
   # If this version of Courier-IMAP includes support for CRAM-MD5

* grub

 ==> /etc/kernel-img.conf <==
do_initrd = Yes
postinst_hook = /sbin/update-grub
postrm_hook = /sbin/update-grub
do_bootloader = no
 ==> /boot/grub/device.map <==
(fd0)   /dev/fd0
(hd0)   /dev/ida/c0d0

した後に、/sbin/grub-install & /sbin/update-grub し /boot/grub/menu.lst を編集し kopt 行を修正。

* DBD::Oracle

perl のバージョンがあがったため、リコンパイルが必要な用である。なぜか古いのとインストール場所が変わったので、古いのは手で消した。

 $ wget http://search.cpan.org/CPAN/authors/id/T/TI/TIMB/DBD-Oracle-1.12.tar.gz
 $ tar xvzf DBD-Oracle-1.12.tar.gz
 $ cd DBD-Oracle-1.12
 $ perl Makefile.PL
 $ make
 $ sudo make install
 $ cd /usr/local/lib/site_perl/
 $ sudo rm -r DBD auto/DBD Oraperl.pm oraperl.ph