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 <[EMAIL PROTECTED]> In linux /sbin/init is Job #1
My musings on technology and security at http://techsec.blog.ca
-- 
gentoo-user@gentoo.org mailing list

Reply via email to