* [gentoo-user] Boa server depends on net.eth0?
@ 2006-11-15 13:02 Mick
2006-11-15 13:20 ` Neil Bothwick
2006-11-19 17:45 ` Walter Dnes
0 siblings, 2 replies; 5+ messages in thread
From: Mick @ 2006-11-15 13:02 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 448 bytes --]
Hi All,
I am trying to start boa while connected to dial-up (ppp0) and what I am
getting is this network related error:
================================================================
rc-scripts: WARNING: boa is scheduled to start when net.eth0 has started
================================================================
Any idea why this is so? Do I need to change something to let it start up on
any iface?
--
Regards,
Mick
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Boa server depends on net.eth0?
2006-11-15 13:02 [gentoo-user] Boa server depends on net.eth0? Mick
@ 2006-11-15 13:20 ` Neil Bothwick
2006-11-15 14:43 ` Mick
2006-11-19 17:45 ` Walter Dnes
1 sibling, 1 reply; 5+ messages in thread
From: Neil Bothwick @ 2006-11-15 13:20 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 618 bytes --]
On Wed, 15 Nov 2006 13:02:58 +0000, Mick wrote:
> I am trying to start boa while connected to dial-up (ppp0) and what I
> am getting is this network related error:
> ================================================================
> rc-scripts: WARNING: boa is scheduled to start when net.eth0 has
> started ================================================================
>
> Any idea why this is so? Do I need to change something to let it start
> up on any iface?
What is RC_NET_STRICT_CHECKING set to in /etc/conf.d/rc?
--
Neil Bothwick
If you smoke after sex, you're doing it too fast.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Boa server depends on net.eth0?
2006-11-15 13:20 ` Neil Bothwick
@ 2006-11-15 14:43 ` Mick
0 siblings, 0 replies; 5+ messages in thread
From: Mick @ 2006-11-15 14:43 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 864 bytes --]
On Wednesday 15 November 2006 13:20, Neil Bothwick wrote:
> On Wed, 15 Nov 2006 13:02:58 +0000, Mick wrote:
> > I am trying to start boa while connected to dial-up (ppp0) and what I
> > am getting is this network related error:
> > ================================================================
> > rc-scripts: WARNING: boa is scheduled to start when net.eth0 has
> > started ================================================================
> >
> > Any idea why this is so? Do I need to change something to let it start
> > up on any iface?
>
> What is RC_NET_STRICT_CHECKING set to in /etc/conf.d/rc?
RC_NET_STRICT_CHECKING="no"
Worth noting that I also have ifplugd running. My ppp0 seems to start and run
nicely using kppp alone, so I have not configured it in /etc/conf.d/net.
Could this be related in any way?
--
Regards,
Mick
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Boa server depends on net.eth0?
2006-11-15 13:02 [gentoo-user] Boa server depends on net.eth0? Mick
2006-11-15 13:20 ` Neil Bothwick
@ 2006-11-19 17:45 ` Walter Dnes
2006-11-19 18:31 ` Mick
1 sibling, 1 reply; 5+ messages in thread
From: Walter Dnes @ 2006-11-19 17:45 UTC (permalink / raw
To: gentoo-user
On Wed, Nov 15, 2006 at 01:02:58PM +0000, Mick wrote
> Hi All,
>
> I am trying to start boa while connected to dial-up (ppp0) and what I am
> getting is this network related error:
> ================================================================
> rc-scripts: WARNING: boa is scheduled to start when net.eth0 has started
> ================================================================
>
> Any idea why this is so? Do I need to change something to let it start up on
> any iface?
[m3000][root][~] head -11 /etc/init.d/boa
#!/sbin/runscript
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-servers/boa/files/boa.rc6,v 1.2
# 2005/07/28 14:24:36 tigger Exp $
# NB: Standard config is in /etc/boa/boa.conf
# NB: Arguments to pass to boa are in /etc/conf.d/boa
depend() {
need net
}
The init script says so. Do you try "/etc/init.d/boa restart" *AFTER*
connecting via dialup? Another thing to check is whether you have the
"listen" address hard-coded to your eth0 address in your boa.conf file.
--
Walter Dnes <waltdnes@waltdnes.org> In linux /sbin/init is Job #1
My musings on technology and security at http://techsec.blog.ca
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-user] Boa server depends on net.eth0?
2006-11-19 17:45 ` Walter Dnes
@ 2006-11-19 18:31 ` Mick
0 siblings, 0 replies; 5+ messages in thread
From: Mick @ 2006-11-19 18:31 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 2188 bytes --]
On Sunday 19 November 2006 17:45, Walter Dnes wrote:
> On Wed, Nov 15, 2006 at 01:02:58PM +0000, Mick wrote
>
> > Hi All,
> >
> > I am trying to start boa while connected to dial-up (ppp0) and what I am
> > getting is this network related error:
> > ================================================================
> > rc-scripts: WARNING: boa is scheduled to start when net.eth0 has started
> > ================================================================
> >
> > Any idea why this is so? Do I need to change something to let it start
> > up on any iface?
>
> [m3000][root][~] head -11 /etc/init.d/boa
> #!/sbin/runscript
> # Copyright 1999-2004 Gentoo Foundation
> # Distributed under the terms of the GNU General Public License v2
> # $Header: /var/cvsroot/gentoo-x86/www-servers/boa/files/boa.rc6,v 1.2
> # 2005/07/28 14:24:36 tigger Exp $
>
> # NB: Standard config is in /etc/boa/boa.conf
> # NB: Arguments to pass to boa are in /etc/conf.d/boa
>
> depend() {
> need net
> }
>
> The init script says so. Do you try "/etc/init.d/boa restart" *AFTER*
> connecting via dialup?
Yes, I did. The same error comes up. I see the script but cannot understand
why only eth0 counts as a net iface. It may be worth noting that I do not
have configured ppp0 through /etc/conf.d/net. Somehow kppp picks it up and
runs fine. Could this have something to do with it?
Also, under /proc/sys/net/ipv4/conf/ I only have:
ls -la /proc/sys/net/ipv4/conf/
total 0
dr-xr-xr-x 6 root root 0 Nov 19 18:15 .
dr-xr-xr-x 6 root root 0 Nov 19 18:15 ..
dr-xr-xr-x 2 root root 0 Nov 19 18:15 all
dr-xr-xr-x 2 root root 0 Nov 19 18:15 default
dr-xr-xr-x 2 root root 0 Nov 19 18:15 eth0
dr-xr-xr-x 2 root root 0 Nov 19 18:15 lo
I don't have any other ifaces listed there. Shouldn't there be more, like
wlan0, ppp0, etc.?
> Another thing to check is whether you have the
> "listen" address hard-coded to your eth0 address in your boa.conf file.
I do. It's like so:
Listen 192.168.0.5
but I don't define an iface in the boa.conf file and I don't have
a /etc/conf.d/boa file. Any more ideas please?
--
Regards,
Mick
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-11-19 18:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-15 13:02 [gentoo-user] Boa server depends on net.eth0? Mick
2006-11-15 13:20 ` Neil Bothwick
2006-11-15 14:43 ` Mick
2006-11-19 17:45 ` Walter Dnes
2006-11-19 18:31 ` Mick
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox