[Buildroot] httpd question

hartleys hartleys at visionengravers.com
Mon May 12 17:26:32 UTC 2008


I don't actually have a /etc/init.d/ directory.  There is only one
script (/etc/rc.sysinit) that gets called at boot time.
 
My /etc/inittab starts up the system with a couple mounts and setting up
lo then calling the  rc.sysinit script.
 
# /etc/inittab
# Startup the system
::sysinit:/bin/mount -t proc none /proc
::sysinit:/bin/mount -t usbfs usbfs /proc/bus/usb
::sysinit:/bin/mount -t sysfs none /sys
::sysinit:/bin/mount -t devpts devpts /dev/pts
::sysinit:/sbin/ifconfig lo 127.0.0.1 up
::sysinit:/sbin/route add -net 127.0.0.0 netmask 255.0.0.0 lo
::sysinit:/etc/rc.sysinit
 
*snip*
 
My rc.sysinit sets the PATH, does a couple other mounts, then starts the
following:
 
syslogd -C m 0
klogd
udhcpc -i eth0 -b -p /var/run/edhcpc.eth0.pid >/dev/null 2>&1
inetd
crond
 
A 'ps' shows that initd is running. Also telnet is working fine.
 
This was working fine with busybox-1.1.3. It stopped working when I went
to the latest busybox 1.10.2.
 
Hartley
 
 
________________________________

From: rexonator at gmail.com [mailto:rexonator at gmail.com] On Behalf Of Rex
Ashbaugh
Sent: Monday, May 12, 2008 9:54 AM
To: hartleys
Cc: buildroot at uclibc.org
Subject: Re: [Buildroot] httpd question


what scripts are in your /etc/init.d/ directory?
do you have the inetd daemon installed?
-Rex


On Mon, May 12, 2008 at 9:15 AM, hartleys <hartleys at visionengravers.com>
wrote:


	On Friday, May 09, 2008 9:48 PM, Tony Borras wrote:
	> > when I try to access the web interface I get the following
message
	in
	> > my browser:
	> >
	> > httpd: bind: Address already in use
	> >
	
	> > For the life of me I can't figure out what might already be
bound to
	
	> > port 80. Any ideas?
	>
	> try:   nmap -p80 localhost
	>
	> or instead of localhost the name or ip of your host.
	
	I don't think nmap is available as a package in buildroot. At
least I
	can't locate it.
	
	_______________________________________________
	buildroot mailing list
	buildroot at uclibc.org
	http://busybox.net/mailman/listinfo/buildroot
	


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.busybox.net/pipermail/buildroot/attachments/20080512/aa4b8ffe/attachment-0002.htm 


More information about the buildroot mailing list