The version of my busybox is 1.1.2,and my board is mpc5200(lite5200) ppc arch.
I build my rootfs,and boot from NFS,busides I copy ""group passwd shadow"from
my radhat9.0 /etc to myrootfs/etc. so I think I use my username "zhu" to
login,when I input my usename and hit enter, I got"Process '/sbin/getty 115200
ttyS0' (pid 12) exited. Scheduling it for restart." (it even didn't ask me for
password)
is there anybody who have met this problem, or does it beacuse my
configuration of busybox?
Thank you for your help,
the files in myrootfs /etc/
(inittab content)
::sysinit:/etc/init.d/rcS
::respawn:/sbin/getty 115200 ttyS0
::restart:/sbin/init
::shutdown:/bin/umount �Ca �Cr
$ mkdir init.d
$ vi init.d/rcS
(rcS content)
#!/bin/sh
/bin/mount -a
$ vi fstab
(fstab content)
# /etc/fstab
# device directory type options
#
none /proc proc defaults
here is the information
Probing IDE interface ide0...
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 2048 buckets, 16Kbytes
TCP: Hash tables configured (established 16384 bind 32768)
eth0: Phy @ 0x0, type LXT971 (0x001378e2)
IP-Config: Gateway not on directly connected network.
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
Looking up port of RPC 100003/2 on 10.212.43.54
Looking up port of RPC 100005/1 on 10.212.43.54
VFS: Mounyted root (nfs fesystem).
Foreeing unused kemory: 76k init
init started: BusyBox v1.1.2 (2008.01.05-09:08+0000) multi-call binary
Starting pid 11, console /dev/console: '/etc/init.d/rcS'
Bummer, could not run '/etc/init.d/rcS': No such file or directory
Bummer, could not run '/etc/init.d/rcS': No such file or directory
Starting pid 12, console /dev/console: '/sbin/getty'
icecube login: zhu
Process '/sbin/getty 115200 ttyS0' (pid 12) exited. Scheduling it for
restart.
Starting pid 13, console /dev/console: '/sbin/getty'
icecube login: root
Process '/sbin/getty 115200 ttyS0' (pid 13) exited. Scheduling it for
restart.
Starting pid 14, console /dev/console: '/sbin/getty'
---------------------------------
雅虎邮箱传递新年祝福,个性贺卡送亲朋! _______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox