Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Boa server depends on net.eth0?
Date: Sun, 19 Nov 2006 17:51:49
Message-Id: 20061119174552.GA12871@waltdnes.org
In Reply to: [gentoo-user] Boa server depends on net.eth0? by Mick
1 On Wed, Nov 15, 2006 at 01:02:58PM +0000, Mick wrote
2 > Hi All,
3 >
4 > I am trying to start boa while connected to dial-up (ppp0) and what I am
5 > getting is this network related error:
6 > ================================================================
7 > rc-scripts: WARNING: boa is scheduled to start when net.eth0 has started
8 > ================================================================
9 >
10 > Any idea why this is so? Do I need to change something to let it start up on
11 > any iface?
12
13 [m3000][root][~] head -11 /etc/init.d/boa
14 #!/sbin/runscript
15 # Copyright 1999-2004 Gentoo Foundation
16 # Distributed under the terms of the GNU General Public License v2
17 # $Header: /var/cvsroot/gentoo-x86/www-servers/boa/files/boa.rc6,v 1.2
18 # 2005/07/28 14:24:36 tigger Exp $
19
20 # NB: Standard config is in /etc/boa/boa.conf
21 # NB: Arguments to pass to boa are in /etc/conf.d/boa
22
23 depend() {
24 need net
25 }
26
27 The init script says so. Do you try "/etc/init.d/boa restart" *AFTER*
28 connecting via dialup? Another thing to check is whether you have the
29 "listen" address hard-coded to your eth0 address in your boa.conf file.
30
31 --
32 Walter Dnes <waltdnes@××××××××.org> In linux /sbin/init is Job #1
33 My musings on technology and security at http://techsec.blog.ca
34 --
35 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Boa server depends on net.eth0? Mick <michaelkintzios@×××××.com>