From owner-freebsd-hackers Fri Nov 3 15:42:06 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA18851 for hackers-outgoing; Fri, 3 Nov 1995 15:42:06 -0800 Received: from palmer.demon.co.uk (palmer.demon.co.uk [158.152.50.150]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id PAA18834 ; Fri, 3 Nov 1995 15:41:59 -0800 Received: from localhost (localhost [127.0.0.1]) by palmer.demon.co.uk (8.6.11/8.6.11) with SMTP id XAA01075 ; Fri, 3 Nov 1995 23:37:32 GMT To: Jean-Marc Zucconi cc: erich@lodgenet.com, freebsd-ports@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: cvs commit: ports/emulators/linux_lib - Imported sources In-reply-to: Your message of "Sat, 04 Nov 1995 00:00:30 +0100." <9511032300.AA15505@cabri.obs-besancon.fr> Date: Fri, 03 Nov 1995 23:37:27 +0000 Message-ID: <1073.815441847@palmer.demon.co.uk> From: Gary Palmer Sender: owner-hackers@freebsd.org Precedence: bulk Jean-Marc Zucconi wrote in message ID <9511032300.AA15505@cabri.obs-besancon.fr>: > Using MITSHM extension > LINUX: 'ioctl' fd=5, typ=0x450(P), num=0xa not implemented > ioctl(dsp,-1073459190,arg) failed > errno=22 > shared memory id=131072, addr=0x802c000 Recognise this one - it's running the sndserver app... delete it or move it out of the execution path and it'll work fine... > And if I try to restart the program, it ends immediatly with > ... > Using MITSHM extension > errno=17 > Error: Could not get any shared memory There's a way to clear shmem, but I can never remember... Jordan? You told me how last time :-) Gary