由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - busybox ined problem
相关主题
[help] insmod error message: no symbol version for module_layout为啥机器能ping但是不能wget?
Symbolic Link: ln 和 cp -s 是一样的么?tar问题
家里的Linux based设备最近满眼都是Linux
linux 网络高手请帮忙,help config OpenWrt[合集] 在 SD/USB 上运行你的 ubuntu
你们又胡说了,牛人明明都是用cat做编辑器的dd-wrt的web interface不见了
dd-wrt 挂移动硬盘中文乱码的问题请问有没有一两百k左右的linux系统?
grub的问题??怎样让没有显卡的机器运行Fedora 14?
问个ubuntu安装的问题讨论:linux终端下的表格数据处理?
相关话题的讨论汇总
话题: telnetd话题: inetd话题: busybox话题: ftpd话题: nowait
进入Linux版参与讨论
1 (共1页)
b**r
发帖数: 352
1
MontaVista Linux running on ARM9.
after system starts up, busybox's inetd is started, I can remotely ftp to
this system, but telnet is not working. contents of inetd.conf
ftp stream tcp nowait root /usr/sbin/ftpd ftpd
telnet stream tcp nowait root /usr/sbin/telnetd telnetd
the telnetd and ftpd are all symbolic links to busybox.
One more clue: if i kill the inetd, and manually start telnetd, it will work
.But restart inetd wont help.
Anybody got any clue?
q**d
发帖数: 16
2
seems like your telnetd was complied to run as server and accept connections
- it doesn't work with inetd unless there is option to specify or re-
compile as default to be invoked by inetd
b**r
发帖数: 352
3
inetd,telnetd, so as ftpd,httpd are all busybox functions.
telnetd will work itself, but looks like inetd is not spawning it.
curiously, both ftpd and httpd work properly.

connections

【在 q**d 的大作中提到】
: seems like your telnetd was complied to run as server and accept connections
: - it doesn't work with inetd unless there is option to specify or re-
: compile as default to be invoked by inetd

b**r
发帖数: 352
4
problem solved:
changed inetd.conf to this:
telnet stream tcp nowait root /usr/sbin/telnetd telnetd -i
the -i option is so called inetd mode.

work

【在 b**r 的大作中提到】
: MontaVista Linux running on ARM9.
: after system starts up, busybox's inetd is started, I can remotely ftp to
: this system, but telnet is not working. contents of inetd.conf
: ftp stream tcp nowait root /usr/sbin/ftpd ftpd
: telnet stream tcp nowait root /usr/sbin/telnetd telnetd
: the telnetd and ftpd are all symbolic links to busybox.
: One more clue: if i kill the inetd, and manually start telnetd, it will work
: .But restart inetd wont help.
: Anybody got any clue?

1 (共1页)
进入Linux版参与讨论
相关主题
讨论:linux终端下的表格数据处理?你们又胡说了,牛人明明都是用cat做编辑器的
syslog.conf doesn't work for kernel 2.6.38.8 ?dd-wrt 挂移动硬盘中文乱码的问题
问两个debian linux的问题grub的问题??
move cable from eth1 to eth0, but cannot ping eth0问个ubuntu安装的问题
[help] insmod error message: no symbol version for module_layout为啥机器能ping但是不能wget?
Symbolic Link: ln 和 cp -s 是一样的么?tar问题
家里的Linux based设备最近满眼都是Linux
linux 网络高手请帮忙,help config OpenWrt[合集] 在 SD/USB 上运行你的 ubuntu
相关话题的讨论汇总
话题: telnetd话题: inetd话题: busybox话题: ftpd话题: nowait