Date: Thu, 31 Aug 2000 13:55:56 -0400 From: Chris Cuzner <ccuzner@targetnet.com> To: hackers@freebsd.org Subject: [ccuzner@targetnet.com: msgget errors] Message-ID: <20000831135556.A64919@targetnet.com>
next in thread | raw e-mail | index | archive | help
----- Forwarded message from Chris Cuzner <ccuzner@targetnet.com> -----
Date: Mon, 28 Aug 2000 18:18:07 -0400
From: Chris Cuzner <ccuzner@targetnet.com>
To: netsaint-users@lists.sourceforge.net
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 majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000831135556.A64919>
