----- Forwarded message from Chris Cuzner <[EMAIL PROTECTED]> -----
Date: Mon, 28 Aug 2000 18:18:07 -0400
From: Chris Cuzner <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: msgget errors
Pardon me, i'm a little new when it comes to C, can someone please explain why/how
this would be occuring after a 4.1-SNAP buildworld to 4.1-Stable (FreeBSD).
[967495548] NetSaint 0.0.5 starting... (PID=78299)
[967495548] Error: Could not initialize IPC message queue!
I added a few lines of code to ipc.c, which gave me this output when built with
--enable-DEBUG0:
#ifdef DEBUG0
if( queue_id == -1 ) {
printf("msgget failed, errno is %d\n", errno);
}
#endif
init_message_queue() start
msgget failed, errno is 28
init_message_queue() end
Netsaint was up and functioning properlly before the buildworld was performed.
Started getting the stated "Error: Could not initialize IPC message queue!" message,
so i decided to rebuild netsaint. The build works fine, but for some reason i get an
errno 28 when i try to run it.
help ;P
TIA
--
Chris Cuzner ccuzner(at)targetnet(dot)com
Systems Administrator 416/306.0466x916
TargetNet Inc. http://www.targetnet.com
----- End forwarded message -----
--
Chris Cuzner ccuzner(at)targetnet(dot)com
Systems Administrator 416/306.0466x916
TargetNet Inc. http://www.targetnet.com
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message