From owner-freebsd-newbies Fri Oct 30 09:15:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA02183 for freebsd-newbies-outgoing; Fri, 30 Oct 1998 09:15:29 -0800 (PST) (envelope-from owner-freebsd-newbies@FreeBSD.ORG) Received: from as5200-01-254.no.neosoft.com (as5200-01-254.no.neosoft.com [206.27.167.254]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA02149 for ; Fri, 30 Oct 1998 09:15:24 -0800 (PST) (envelope-from conrads@as5200-01-254.no.neosoft.com) Received: (from conrads@localhost) by as5200-01-254.no.neosoft.com (8.9.1/8.9.1) id LAA08402; Fri, 30 Oct 1998 11:11:07 -0600 (CST) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <001801be0285$b5059360$2ae57ccf@chinatown.itacom.com.py> Date: Fri, 30 Oct 1998 11:11:06 -0600 (CST) Reply-To: conrads@neosoft.com Organization: NeoSoft, Inc. From: Conrad Sabatier To: Gregorio Faraldo Subject: RE: Running Linux aplications Cc: freebsd-newbies@FreeBSD.ORG Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On 28-Oct-98 Gregorio Faraldo wrote: > Hi again > I has do this > When i type modstat i can see > linux_mod !! > > I want to run the game doom and i get a error message that say > Oct 28 12:10:21 myhostname /kernel: cmd xdoom pid 3847 tried to use > non-present SYSVMSG > Bad system call - core dumped > Could not open /dev/dsp > ioctl(dsp,-1073459190,arg) failed > errno=9 Well, the bad news is: you're going to have to build a new kernel. The good news is: it's really not that hard to do. See the handbook section on building a custom kernel. You'll want to make sure to include all of the SYSV options (this is what's causing the error above). See /sys/i386/conf/LINT for examples of all possible kernel configuration options you can use. Good luck. -- Conrad Sabatier All true wisdom is found on T-shirts. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message