From owner-freebsd-hackers Thu Aug 31 10:56: 3 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from smtp.tor3.targetnet.com (smtp.tor3.targetnet.com [207.176.132.71]) by hub.freebsd.org (Postfix) with ESMTP id 682EB37B423 for ; Thu, 31 Aug 2000 10:55:57 -0700 (PDT) Received: from ccuzner by smtp.tor3.targetnet.com with local (Exim 3.16 #1) id 13UYZA-000IhO-00 for hackers@freebsd.org; Thu, 31 Aug 2000 13:55:56 -0400 Date: Thu, 31 Aug 2000 13:55:56 -0400 From: Chris Cuzner To: hackers@freebsd.org Subject: [ccuzner@targetnet.com: msgget errors] Message-ID: <20000831135556.A64919@targetnet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Organization: Targetnet.com Inc. Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ----- Forwarded message from Chris Cuzner ----- Date: Mon, 28 Aug 2000 18:18:07 -0400 From: Chris Cuzner 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