* how to use telnetd of busybox
@ 2006-03-16 6:48 zhuzhenhua
2006-03-16 7:42 ` Franck Bui-Huu
0 siblings, 1 reply; 3+ messages in thread
From: zhuzhenhua @ 2006-03-16 6:48 UTC (permalink / raw)
To: linux-mips
i use busybox-1.0-rc for my board
and i want to run telnetd in buysbox
on the target(192.168.81.100), in start with command:$telnetd
and on host, &telnet 192.168.81.100, it show as follow:
telnet
Trying 192.168.81.100...
Connected to 192.168.81.100 (192.168.81.100).
Escape character is '^]'.
Connection closed by foreign host.
on the target i use netstat to check
$ netstat -l
Active Internet connections (only servers) Proto Recv-Q Send-Q Local
Address Foreign Address State tcp 0 0 *:23 *:* LISTEN udp 0 0 *:800
*:* Active UNIX domain sockets (only servers) Proto RefCnt Flags Type
State I-Node Path
in my rootfs it has /etc/passwd, group
login, telnetd is also in busybox.
and i also have add devfs both for kernel and busybox
do i miss something? maybe need any other service for telnetd?
thanks for any hints
Best Regards!
zhuzhenhua
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: how to use telnetd of busybox
2006-03-16 6:48 how to use telnetd of busybox zhuzhenhua
@ 2006-03-16 7:42 ` Franck Bui-Huu
2006-03-17 0:54 ` zhuzhenhua
0 siblings, 1 reply; 3+ messages in thread
From: Franck Bui-Huu @ 2006-03-16 7:42 UTC (permalink / raw)
To: zhuzhenhua; +Cc: linux-mips
2006/3/16, zhuzhenhua <zzh.hust@gmail.com>:
>
> do i miss something? maybe need any other service for telnetd?
>
Did you enable pty support in your kernel ?
--
Franck
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: how to use telnetd of busybox
2006-03-16 7:42 ` Franck Bui-Huu
@ 2006-03-17 0:54 ` zhuzhenhua
0 siblings, 0 replies; 3+ messages in thread
From: zhuzhenhua @ 2006-03-17 0:54 UTC (permalink / raw)
To: Franck Bui-Huu; +Cc: linux-mips
On 3/16/06, Franck Bui-Huu <vagabon.xyz@gmail.com> wrote:
> 2006/3/16, zhuzhenhua <zzh.hust@gmail.com>:
> >
> > do i miss something? maybe need any other service for telnetd?
> >
>
> Did you enable pty support in your kernel ?
i add the pty support both in kernel and busybox
>
> --
> Franck
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-03-17 0:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-16 6:48 how to use telnetd of busybox zhuzhenhua
2006-03-16 7:42 ` Franck Bui-Huu
2006-03-17 0:54 ` zhuzhenhua
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.