Xymon Mailing List Archive search

Problem with BBWin 0.12 module

7 messages in this thread

list Fredbo · Wed, 20 Jan 2010 10:06:04 +0100 (CET) ·
Hello,

I have a problem using BBWin with "externals"

With this parameter in bbwin.cfg BBwin starts but not working :


    


Without eit works well !

The DOS / Cywin script works fine under DOS prompt

Did someone already have this problem ?

Regards,

Fred.
list Malcolm Hunter · Wed, 20 Jan 2010 11:09:36 +0100 ·
quoted from Fredbo
I have a problem using BBWin with "externals"

With this parameter in bbwin.cfg BBwin starts but not working :


    


Without eit works well !

The DOS / Cywin script works fine under DOS prompt

Did someone already have this problem ?
What is the line in your BBWin.cfg?

Malcolm


-- 
Technical copy-editor & proofreader

KDE Proofreading Team
KDE British English Translation Team

http://l10n.kde.org/team-infos.php?teamcode=en_GB

Facebook: http://www.facebook.com/FriendlyAtheist

Preisknaller: GMX DSL Flatrate für nur 16,99 Euro/mtl.!
http://portal.gmx.net/de/go/dsl02
list Fredbo · Wed, 20 Jan 2010 11:20:26 +0100 (CET) ·
sorry :


     


Fred.
quoted from Malcolm Hunter

 I have a problem using BBWin with "externals"
 
 With this parameter in bbwin.cfg BBwin starts but not working :
 
 
     
 
 
 
 Without eit works well !
 
 The DOS / Cywin script works fine under DOS prompt
 
 Did someone already have this problem ?
What is the line in your BBWin.cfg?

Malcolm


-- 
Technical copy-editor & proofreader

KDE Proofreading Team
KDE British English Translation Team

http://l10n.kde.org/team-infos.php?teamcode=en_GB

Facebook: http://www.facebook.com/FriendlyAtheist

Preisknaller: GMX DSL Flatrate für nur 16,99 Euro/mtl.!
http://portal.gmx.net/de/go/dsl02

To unsubscribe from the hobbit list, send an e-mail to
user-095ef1c764a2@xymon.invalid
list Fredbo · Wed, 20 Jan 2010 11:50:09 +0100 (CET) ·
Sorry my webmail sux :
quoted from Fredbo


     


sorry :


     


Fred.

 I have a problem using BBWin with "externals"
 
 With this parameter in bbwin.cfg BBwin starts but not working :
 
 
     
 
 
 
 Without eit works well !
 
 The DOS / Cywin script works fine under DOS prompt
 
 Did someone already have this problem ?
What is the line in your BBWin.cfg?

Malcolm


-- 
Technical copy-editor & proofreader

KDE Proofreading Team
KDE British English Translation Team

http://l10n.kde.org/team-infos.php?teamcode=en_GB

Facebook: http://www.facebook.com/FriendlyAtheist

Preisknaller: GMX DSL Flatrate für nur 16,99 Euro/mtl.!
http://portal.gmx.net/de/go/dsl02

To unsubscribe from the hobbit list, send an e-mail to
user-095ef1c764a2@xymon.invalid
list Malcolm Hunter · Wed, 20 Jan 2010 11:52:13 +0100 ·
sorry :


     

Fred.
I'm not seeing any text there.
quoted from Fredbo

Malcolm

-- 
Technical copy-editor & proofreader

KDE Proofreading Team
KDE British English Translation Team

http://l10n.kde.org/team-infos.php?teamcode=en_GB

Facebook: http://www.facebook.com/FriendlyAtheist

Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 -
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/atbrowser
list Malcolm Hunter · Wed, 20 Jan 2010 12:07:05 +0100 ·
quoted from Fredbo
 I have a problem using BBWin with "externals"
 
 With this parameter in bbwin.cfg BBwin starts but not working :
 
 
     
 
 
 
 Without eit works well !
 
 The DOS / Cywin script works fine under DOS prompt
 
 Did someone already have this problem ?
<externals>
    <load name="nida" value="c:\monitoring\cygwin\bin\sh.exe "C:\Program Files\BBWin\ext\nida.nocr" timer="90s"/>
</externals>
The problem is the quotes around the script name - the quote before C:\Program Files closes the string. Try using the shortname:

value="c:\monitoring\cygwin\bin\sh.exe C:\PROGRA~1\BBWin\ext\nida.nocr"
quoted from Malcolm Hunter

Malcolm

-- 
Technical copy-editor & proofreader

KDE Proofreading Team
KDE British English Translation Team

http://l10n.kde.org/team-infos.php?teamcode=en_GB

Facebook: http://www.facebook.com/FriendlyAtheist

Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 -
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/atbrowser
list Richard Finegold · Thu, 21 Jan 2010 16:40:03 -0800 ·
quoted from Malcolm Hunter
On Wed, Jan 20, 2010 at 03:07, Malcolm Hunter <user-b3e590ffeb6d@xymon.invalid> wrote:
<externals>
   <load name="nida" value="c:\monitoring\cygwin\bin\sh.exe "C:\Program Files\BBWin\ext\nida.nocr" timer="90s"/>
</externals>
The problem is the quotes around the script name - the quote before C:\Program Files closes the string. Try using the shortname:

value="c:\monitoring\cygwin\bin\sh.exe C:\PROGRA~1\BBWin\ext\nida.nocr"

Malcolm
Alternatively, since bbwin runs externals from BBWin\bin, you could
use a relative path (works here):
  value="c:\monitoring\cygwin\bin\sh.exe ..\ext\nida.nocr"
(You can similarly set the logpath relative, e.g. value="..\logs\BBWin.log")