2004-05-31 8713歩

λ プリペイド携帯電話の達人

ドコモとauのプリペイドは着信できなかったのか! 信じられん。Vodafoneかツーカーしかありえない。

λ Debian ふたたび

Woody のインストールだと Intel Pro/1000MT を自動認識してくれなかった。そのまま Pro/100 に指し換え。 modprobe net/\* とやると一応認識するけどリブートすると認識してくれない。 とりあえず手動でネットが見える状態で2.4系カーネルへの更新作業をした。

  • apt-get kernel-image-2.4.18-686
  • 注意書きで言われるままに /etc/lilo.conf の中に initrd=/initrd.img という行を追加

カーネル更新後もいまいち釈然としないまま、以下の作業でNICを自動認識するようになった。

  • echo eepro100 >> /etc/modules

NICの設定は /etc/network/interfaces に書く。

auto lo eth0
iface lo inet loopback
iface eth0 inet static
      address 192.168.0.9
      netmask 255.255.255.0
      gateway 192.168.0.73
      dns-nameservers 192.168.0.34

ここまでくれば後は簡単。/etc/apt/sources.list に以下のように記述。

deb http://ring.asahi-net.or.jp/pub/linux/debian/debian stable main contrib non-free
deb http://ring.asahi-net.or.jp/pub/linux/debian/debian-non-US stable/non-US main contrib non-free
deb http://ring.asahi-net.or.jp/pub/linux/debian/debian-jp stable-jp main contrib non-free
deb http://ring.asahi-net.or.jp/pub/linux/debian/debian proposed-updates main contrib non-free
deb http://ring.asahi-net.or.jp/pub/linux/debian/debian-non-US proposed-updates/non-US main contrib non-free
deb http://ring.asahi-net.or.jp/pub/linux/debian/debian-jp dists/proposed-updates-jp/
deb http://security.debian.org/ stable/updates main contrib non-free

そしたらひたすらapt-get!

  • apt-get install ftp
  • apt-get install ssh
  • apt-get install ntp
  • apt-get install jless
  • apt-get remove exim
  • apt-get install tcsh
  • apt-get install zsh
  • apt-get install postgresql
  • apt-get install perl-5.6
  • apt-get install perl-5.6-suid

λ OCN障害発生

OCNにぶらさがっているので障害発生発生中はここも見えません。 …それはともかく、仕事関係でOCNなしでもサービス続行できるよういろいろアドホックな対応。めんどい。

特別の対処をしていないネットワークで「メールは外に出てないんじゃない」とか回答していたら、 OSPFで冗長構成になっててちゃんとメールの送受信が通っていたのに我ながら驚いた。

[]