coLinuxを無目的にインスコしてみたメモ

正直言って資料が充実しているので特記することは特にない。ネットワーク設定についてはcoLinuxのメモ - coLinuxのインストール[その5]を参照。
はまったのはDNSpingが通るのに名前が解決できない点で、これはkerio personal firewallが悪さをしていた。これはKPFの設定のnetwork security/gateway modeをONに(これたしか、フリー版だと試用期間終わると使えなくなるんだよね。どうしよ)
あとapt-get updateでProblem with MergeListとか言うエラーが出て、という話は散々既出で/etc/apt/apt.confでcache-limitを指定してやる

あ、そのまえにsources.listを更新する。apt-get install base-configでなんかする。
http://www.ss.ics.tut.ac.jp/oda/wiki/wiki.cgi?page=Memo%2FcoLinux

apt-get install dhcpしたら

E: This installation run will require temporarily removing the essential package
 e2fsprogs due to a Conflicts/Pre-Depends loop. This is often bad, but if you re
ally want to do it, activate the APT::Force-LoopBreak option.
E: Internal Error, Could not early remove e2fsprogs

なるエラーが。これはAPT::Force(略
で、再度実行すると

dpkg: `update-rc.d' not found on PATH.
dpkg: 1 expected program(s) not found on PATH.
NB: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin.
E: Sub-process /usr/bin/dpkg returned an error code (2)

update-rc.dがないと文句を言われる。どうしたものか。
えーと、dist-upgradeを先にやるべきなのか→やっぱりupdate-rc.dがなくて止まる!FUCK
Weblog for Grimnar - pcmcia help needed.
ないものはどうしようもないのでどっかから拾ってくる必要がある。適当に検索して拾ってきた。うごいた。

で、dhcp。apt-get install dhcpで/etc/network/interfacesを編集。

auto eth0
iface eth0 inet dhcp

/etc/init.d/networking restartしておわり。

で、なんに使おう。