Xymon Mailing List Archive search

page.log

3 messages in this thread

list Dominique Frise · Mon, 07 Aug 2006 09:13:54 +0200 ·
Hi,

What does these line means:


2006-08-07 08:51:02 Semaphore wait aborted: Interrupted system call
2006-08-07 08:51:20 Setting up page channel (id=3)
2006-08-07 08:51:20 calling ftok('/soft/pub/BB/hobbit/server',3)
2006-08-07 08:51:20 ftok() returns: 0x3000A01
2006-08-07 08:51:20 shmget() returns: 0x25B


Dominique
UNIL - University of Lausanne
list Henrik Størner · Mon, 7 Aug 2006 09:18:00 +0200 ·
quoted from Dominique Frise
On Mon, Aug 07, 2006 at 09:13:54AM +0200, Dominique Frise wrote:
2006-08-07 08:51:02 Semaphore wait aborted: Interrupted system call
2006-08-07 08:51:20 Setting up page channel (id=3)
2006-08-07 08:51:20 calling ftok('/soft/pub/BB/hobbit/server',3)
2006-08-07 08:51:20 ftok() returns: 0x3000A01
2006-08-07 08:51:20 shmget() returns: 0x25B
They are debugging output from the startup of one of the hobbitd_*
modules, probably hobbitd_alert. You must be running it with
"hobbitd_channel --channel=page --debug hobbitd_alert" ...


Regards,
Henrik
list Dominique Frise · Mon, 07 Aug 2006 09:26:52 +0200 ·
quoted from Henrik Størner
Henrik Stoerner wrote:
On Mon, Aug 07, 2006 at 09:13:54AM +0200, Dominique Frise wrote:
2006-08-07 08:51:02 Semaphore wait aborted: Interrupted system call
2006-08-07 08:51:20 Setting up page channel (id=3)
2006-08-07 08:51:20 calling ftok('/soft/pub/BB/hobbit/server',3)
2006-08-07 08:51:20 ftok() returns: 0x3000A01
2006-08-07 08:51:20 shmget() returns: 0x25B
They are debugging output from the startup of one of the hobbitd_*
modules, probably hobbitd_alert. You must be running it with
"hobbitd_channel --channel=page --debug hobbitd_alert" ...
That was it :-)

Thanks Henrik.

Dominique
UNIL - University of Lausanne