Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 15184] New: ntop init script uses old netconf setup

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 15184] New: ntop init script uses old netconf setup
  • Date: 19 Apr 2009 04:41:14 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=15184

Summary: ntop init script uses old netconf setup
Product: Codex
Version: stable grimoire
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: net
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: sandalle AT sourcemage.org


To figure out the interfaces to monitor, ntop uses the following in
/etc/init.d/runlevels/%3/ntop:
if [ -d /etc/sysconfig/network ] ; then
for i in /etc/sysconfig/network/*.dev ; do
i=$( basename ${i%.dev} )
[ "$i" = "lo" -a "$IGNORE_LO" = "yes" ] && continue
IFACES="${IFACES},$i"
done
IFACES="${IFACES#,}" # Remove comma from beginning of list
fi

This should be changed to use /etc/network/interfaces.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




Archive powered by MHonArc 2.6.24.

Top of Page