久しぶりにLinuxをいじることに。
目的はbsfilterをchasenで使うため。
普通にnetinst用のisoイメージをマウントしてインストールを実行。
OS設定はdebian5を選択。GUIは使わずCLIのみ。
何も問題なくインストール完了。
vmware-toolsは何もしないでインストーラを起動するとこけるので開発環境とlinux-headersをインストールしてからインストールしました。
$ su
# aptitude install build-essential linux-headers-`uname -r` -y
(VMware PlayerのメニューでVMware Toolsのインストールを選択)
# mount /media/cdrom
# tar zxvf /media/cdrom/VMware-Tools-8.4.5-324285.tar.gz -C /tmp
# cd /tmp/vmware-tools-distrib
# ./vmware-install.pl --default
# rmmod pcnet32
# rmmod vmxnet
# modprobe vmxnet
# /etc/init.d/networking restart
参考にしたページ:Install VMWare Tools from VMWare Workstation 7.1.1 build-282343 on Debian squeeze: complaint about gcc path not valid