Re: [bwm-tools-tech] error during #bwmd --foreground
Brought to you by:
nkukard
From: Larry S. <le...@ec...> - 2006-02-24 13:08:46
|
On Friday 24 February 2006 06:47, rajveer singh wrote: > Hello guys, > > when i tried to run #bwmd --foreground command. it's shows some error as > below.. Please guide me why r these problems and how to shor out. > > linux:~ # bwmd --foreground > BWM Daemon v0.2.2 - Copyright (c) 2003-2005 Linux Based Systems Design > > BWMD: Loaded 9 flows and 8 queues > BWMD: Found 0 modules to load > IPQ runner started... > Received error message: IPQ = Unknown error, SYSTEM = Success > Flow runner started... > flowControl: Error binding to socket: Address already in use > Report runner started... > Creating report file /var/bwm_tools/out_dsl.dat > Stat error on "/var/bwm_tools/out_dsl.dat": No such file or directory > Creating report file /var/bwm_tools/out_jane.dat > Stat error on "/var/bwm_tools/out_jane.dat": No such file or directory > Creating report file /var/bwm_tools/out_niels.dat > Stat error on "/var/bwm_tools/out_niels.dat": No such file or directory > Creating report file /var/bwm_tools/out_kobe.dat > Stat error on "/var/bwm_tools/out_kobe.dat": No such file or directory > Creating report file /var/bwm_tools/out_ron.dat > Stat error on "/var/bwm_tools/out_ron.dat": No such file or directory > Creating report file /var/bwm_tools/out_hendrik.dat > Stat error on "/var/bwm_tools/out_hendrik.dat": No such file or directory > Creating report file /var/bwm_tools/out_icarus.dat > Stat error on "/var/bwm_tools/out_icarus.dat": No such file or directory > Creating report file /var/bwm_tools/out_xabbu.dat > Stat error on "/var/bwm_tools/out_xabbu.dat": No such file or directory > Creating report file /var/bwm_tools/out_other.dat > Stat error on "/var/bwm_tools/out_other.dat": No such file or directory > Rajveer, > BWMD: Found 0 modules to load Looks like two errors. First is that it found no modules to load. Believe you require at least "ip_queue". Mine looks like this: <modules> <load name="ip_queue"/> </modules> in the <global> section of your firewall.xml The second error is that BWM defaults to using /var/bwm_tools directory for its logging/data files. This directory _must_ exist before you start bwmd. It can create the flow files as necessary, but cannot create the directory. Try "mkdir /var/bwm_tools" and it should fix the second error. -- Larry Smith SysAd ECSIS.NET sy...@ec... |