-->

kuro-box + debian linux ... woody to sarge

玄箱うぉううぉう♪さんのdistを頂いてきて、展開、IPなどを修正して、tmpimage.tgz化、image.zip化、して玄箱HG[kurog101]で、色々調べて7回ほど失敗を重ねた…できぬorz。

8回目
…もういい…もういい!(池野めだか調)

そう心がぼやいていたが、玄箱debian化あきらめるのも嫌だったので、玄箱で遊ぼう!!さんの192.168.11.63版を頂いてきて、image.zipに名を変え、kurog101を使った。問題なくdebian化…。凹んだけど、まぁいい。

/etc/apt/source.list

aptソースリストがwoodyになってるのを確かめて、

apt-get update

したが、ftp.dti.ad.jpでどうもくじく…。sarge傾向なのでやはりwoodyがないのかなぁなどと気楽に探った。玄箱 Debian を Sarge へアップグレード - bnoteさんを参考に、
viで':%s@woody@stable@g'した。でも何度かくじく。閉じてしまったので参考元忘れてしまったけど、
普通に':%s@woody@sarge@g'で良いようだったので、それにした…すんなり。
bnoteさんの記事のように進む事で、無事debian3.1化完了w
(途中メールの設定?みたいので焦ったけどw)

とりあえず記事をスクラップ
※文字が長くなるので少々簡略化(勝手に申し訳ない)
([o]=[Enter])
([z]=[Zを押してEnter、バックアップを作成する])
([y]=[Yを押してEnter])
([#]=[その選択に該当する値を入力してEnter])
([.]=[上の実行に関する許可や設定])
(...=[省略])

◆sarge化
$ su
# apt-get update
# apt-get dist-upgrade

Configuring Debconf [o]
[.] See only ... higher? [o]
Configuring Console-data [o]
[.] What policy ... keymaps? [o]
Adduser [o]
ProFTPd configuration [o]
Run proftpd from inetd or standalone? [o]
Configuring Setserial [o]
Type of automatic serial port ... use? [o]
Do you want to upgrade glibc now? [Y/n] [o]
Do you wish to restart services? [Y/n] [o]

Configuration file `/etc/init.d/halt'
...
*** halt (Y/I/N/O/D/Z) [default=N] ? [z]
# cp -p\
/etc/init.d/halt /etc/init.d/halt.org
# exit
Configuration file `/etc/init.d/halt'
...
*** halt (Y/I/N/O/D/Z) [default=N] ? [y]

Configuration file `/etc/securetty'
...
*** securetty (Y/I/N/O/D/Z) [default=N] ? [z]
# cp -p\
/etc/securetty /etc/securetty.org
# exit
Configuration file `/etc/securetty'
...
*** securetty (Y/I/N/O/D/Z) [default=N] ? [y]

May I update your system? [Y/n] [o]

Configuration file `/etc/modutils/aliases'
...
*** aliases (Y/I/N/O/D/Z) [default=N] ? [z]
# cp -p\
/etc/modutils/aliases /etc/modutils/aliases.org
# exit
Configuration file `/etc/modutils/aliases'
...
*** aliases (Y/I/N/O/D/Z) [default=N] ? [y]

ProFTPd configuration
install the package maintainer's version [#]

◆haltの修正
PATHの初期化のあとに次を追加
# vi /etc/init.d/halt
echo -n "EEEE" > /dev/AVR00
sleep 3

◆proftpdのエラー回避
ホスト名の修正
# vi /etc/hosts
127.0.0.1 hostname localhost localhost.localdomain

または次を修正
# vi /etc/proftpd.conf
UseReverseDNS off


以上


◆追記
bnoteさんの記事は参考になるので右リンクに追加。