Xymon Mailing List Archive search

Todays Snapshot 25/1-07

list Lars Ebeling
Fri, 26 Jan 2007 12:56:15 +0100
Message-Id: <008101c74140$fbc1e850$user-a73ca09b698f@xymon.invalid>

$ bb --debug 127.0.0.1 hobbitdboard
2007-01-26 12:53:31 Transport setup is:
2007-01-26 12:53:31 bbdportnumber = 1984
2007-01-26 12:53:31 bbdispproxyhost = NONE
2007-01-26 12:53:31 bbdispproxyport = 0
2007-01-26 12:53:31 Recipient listed as '127.0.0.1'
2007-01-26 12:53:31 Unix domain protocol
2007-01-26 12:53:31 Will connect to address local/unix port 0
2007-01-26 12:53:31 connect to bbd failed - No such file or directory
2007-01-26 12:53:31 Whoops ! bb failed to send message - Connection failed


$ pwd
/home/hobbit
$ ls ./server/bin/bbd
./server/bin/bbd not found
$

Lars

----- Original Message ----- 
From: "Henrik Stoerner" <user-ce4a2c883f75@xymon.invalid>
To: <user-ae9b8668bcde@xymon.invalid>
Sent: Friday, January 26, 2007 10:39 AM
Subject: Re: [hobbit] Todays Snapshot 25/1-07

On Fri, Jan 26, 2007 at 06:03:04AM +0100, lars ebeling wrote:
Does a "bb 127.0.0.1 hobbitboard" return any data ?
No, nothing.
Hmm .... could you apply this patch and run the command again, with
debugging this time - i.e.

  bb --debug 127.0.0.1 hobbitdboard

The output should look like

$ bb --debug 127.0.0.1 hobbitdboard
2007-01-26 10:37:43 Transport setup is:
2007-01-26 10:37:43 bbdportnumber = 1984
2007-01-26 10:37:43 bbdispproxyhost = NONE
2007-01-26 10:37:43 bbdispproxyport = 0
2007-01-26 10:37:43 Recipient listed as '127.0.0.1'
2007-01-26 10:37:43 Unix domain protocol
2007-01-26 10:37:43 Will connect to address local/unix port 0
2007-01-26 10:37:43 Connect status is 0
2007-01-26 10:37:43 Sent 12 bytes
2007-01-26 10:37:43 Read 765 bytes

followed by the normal hobbitdboard output.


Regards,
Henrik