[Armadillo:03168] CF起動でftp通信ができない

email@hidden
2008年 7月 20日 (日) 22:40:06 JST


初めましてtakemituと申します。
armadillo-9を触り始め3ヶ月位です。
linuxは初めて使います。

早速ですが、CFにシステムを構築し、
ログインするところまではできましたが、
ftp通信ができないことが判明しました。

行った内容は下記になります。

1. Armadillo-9にCFを挿しJP1、JP2をオープンに設定して起動
2. ログイン
login: root
password: root
3. パーティションの設定
# fdisk /dev/hdc
hdc: hdc1

Command (m for help): d
Selected partition 1

Command (m for help): n
Command action
e extended
p primary partition (1-4)
p
Partition number (1-4): 1
First cylinder (1-1992, default 1): 1
Last cylinder or +size or +sizeM or +sizeK (1-1992, default 1992): 1992

Command (m for help): t
Selected partition 1
Hex code (type L to list codes): 83

Command (m for help): w
The partition table has been altered!

Calling ioctl() to re-read partition table.
hdc: hdc1
hdc: hdc1
Syncing disks.
4. パーティションの初期化
# mke2fs -O none /dev/hdc1
5. CFと転送ファイル用のramfsをマウント
# mount /dev/hdc1 /mnt
# mount -t ramfs none /home/ftp/pub
# chmod 777 /home/ftp/pub
6. CFにDebianのイメージファイルをFTP通信で/home/ftp/pubに送信し、
   armadilloで展開削除をファイルの数だけ繰り返す。
pc$ ftp 192.168.1.13
login: ftp
password: なし
ftp>bin
ftp>cd pub
ftp>put debian-etch-a9-1.tgz

# tar zxvf /home/ftp/pub/debian-etch-a9-1.tgz -C /mnt
# rm -f /home/ftp/pub/debian-etch-a9-1.tgz
1から5まで繰り返し

7. FTP通信で/home/ftp/pubにカーネルイメージをアップロードし/mnt/boot/にコピー
ftp>put linux-2.6.12.3-a9-13.bin.gz
# cp /home/ftp/pub/linux-2.6.12.3-a9-1.bin.gz /mnt/boot/Image.gz
8.  CFのアンマウント後電源を切る
# umount /mnt
9. CFからブート
JP1をオープン、JP2をショートに設定し、CFを挿入してArmadillo-9を再起動。
CFのカーネルイメージからブート。
10. ログイン
Debian GNU/Linux 4.0 debian ttyAM0

debian login: root
Last login: Sat Jan 15 06:32:41 2000 on tty1
Linux debian 2.6.12.3-a9-13 #1 Thu Dec 13 19:57:52 JST 2007 armv4tl

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
debian:~#

11. IPアドレスを調べる
debian:~#ifconfig
 192.168.1.13 
12. ftp通信試みる
PC$ ftp 192.168.1.13
ftp: connect: Connection refused
ftp>
結果 通信確立しない

気になるところ
1.CF起動時のminicomのログでfailedが起きていること
INIT: version 2.86 booting
* udev requires a kernel >= 2.6.15, not started.
 failed!

2.CF起動後、guestでログインできない
(Passwordは guestとEnterのみを試みました)

Debian GNU/Linux 4.0 debian ttyAM0

debian login: guest
Password:

Login incorrect
debian login:

以上です。








armadillo メーリングリストの案内