LinkStation v2.30改造の記録

[ホーム][戻る][次へ] 13 by A.Sato


■おまけ・・・Debianを入手してみる(メモ)

Debianをダウンロード
http://www.debian.org/CD/netinst/
112MBで202KB/秒MSIEのFTP

「安定版 (stable)」リリースの公式なネットワークインストール CD のイメージ
[i386]をダウンロードする

これはCDイメージなのでどうやってCD-ROMを作るかを調べる
http://www.debian.org/CD/faq/#what-is

ISO Recorder でisoイメージファイルをCDに焼く
http://isorecorder.alexfeinman.com/isorecorder.htm


■おまけ・・・以下は未使用(NGだった)

●init.d(LinkStaion MIPSel用)
http://ftp.ch.debian.org/pub/debian-local/pool/main/n/netkit-base/
の「netkit-inetd_0.10-9_mipsel.deb」から7-Zipで「init.d」を取り出す

netkit-inetd_0.10-9_mips.debをダブルクリック
data.tar.gz
data.tar
フォルダアイコン.
etc
init.d
inetdを選択して「解凍」

●telnetlogin,in.telnetd(LinkStaion MIPSel用)
http://lists.debian.or.jp/debian-users/200503/msg00203.html
の「telnetd_0.17-18woody3_mipsel.deb」から7-Zipで「telnetlogin」と「in.telnetd」を取り出す

telnetd_0.17-18woody3_mipsel.debをダブルクリックして
data.tar.gz
data.tar
フォルダアイコン.
usr
lib
telnetloginを選択して「解凍」

telnetd_0.17-18woody3_mipsel.debをダブルクリックして
data.tar.gz
data.tar
フォルダアイコン.
usr
sbin
in.telnetdを選択して「解凍」
--------------------------------
telnet サーバをいれる、その他設定を行う
linux-debian-mipsel から
netkit-inetd_0.10-9_mipsel.deb
telnetd_0.17-18woody3_mipsel.deb
をもってきて7-Zip File Managerで解凍
inetd, in.telnted, telnetlogin を取り出し

下記場所に入れる

inetd→ /mnt/usbhdd1/usr/sbin
#cp /root/tool/inetd /mnt/usbhdd1/usr/sbin
#cp /root/tool/inetd /mnt/usbhdd1/etc/init.d

in.telnetd→ /mnt/usbhdd1/usr/sbin
#cp /root/tool/in.telnetd /mnt/usbhdd1/usr/sbin

telnetlogin→ /mnt/usbhdd1/usr/lib
#cp /root/tool/telnetlogin /mnt/usbhdd1/usr/lib

/mnt/usbhdd1/etc/inetd.confを作る
(中身は telnet stream tcp nowait root /usr/sbin/tcpd in.telnetd)

cd /mnt/usbhdd1/etc/init.d
? cp httpd inetd
とし、inetdをinetd用に編集
chmod a+x inetd
cd /mnt/usbhdd1/etc/rc.d/rc2.d
ln -s ../init.d/inetd S88inetd

なぜかこの方法では、うんともすんとも言わずTelnetはできなかった。どこが悪かったのか?


[ホーム][戻る][次へ] 13 by A.Sato