[BusyBox] Problems with login

Vladimir N. Oleynik dzo at simtreas.ru
Thu Jan 8 13:49:10 UTC 2004


happrak2,

> I also have problems with inetd. If I start httpd manual,
> everything works fine, but with inetd I don't get a
> connection to the webserver.
> 
> This are my config files:
> 
> # /etc/inetd.conf
> telnet	stream	tcp	nowait	0	/sbin/telnetd
> http	stream	tcp	nowait	0	/sbin/httpd	-h /usr/html

Its not true config.
Change to:

telnet	stream	tcp	nowait	0	/sbin/telnetd telnetd
http	stream	tcp	nowait	0	/sbin/httpd 	httpd	-h /usr/html

> 
> # /etc/protocols
> tcp		6	TCP		# transmission control protocol
> 
> 
> # /etc/services
> telnet		23/tcp		# Telnet
> telnet		23/udp		# Telnet
> 
> http		80/tcp		# World Wide Web HTTP
> http		80/udp		# World Wide Web HTTP
> www			80/tcp		# World Wide Web HTTP
> www			80/udp		# World Wide Web HTTP
> www-http	80/tcp		# World Wide Web HTTP
> www-http	80/udp		# World Wide Web HTTP

For small files all */udp lines and last two lines not require ;-)

--w
vodz




More information about the busybox mailing list