From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CzZoD-00008s-MB for qemu-devel@nongnu.org; Fri, 11 Feb 2005 07:22:05 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CzZoC-00008R-1k for qemu-devel@nongnu.org; Fri, 11 Feb 2005 07:22:05 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CzZoB-00008J-Hc for qemu-devel@nongnu.org; Fri, 11 Feb 2005 07:22:03 -0500 Received: from [64.233.170.200] (helo=rproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CzZar-0002bH-PW for qemu-devel@nongnu.org; Fri, 11 Feb 2005 07:08:22 -0500 Received: by rproxy.gmail.com with SMTP id f1so577721rne for ; Fri, 11 Feb 2005 04:08:17 -0800 (PST) Message-ID: <41e41e7a050211040850420672@mail.gmail.com> Date: Fri, 11 Feb 2005 14:08:15 +0200 From: Hetz Ben Hamo Subject: Re: [Qemu-devel] kqemu NOT working with devfs In-Reply-To: <20050211081833.140ed5bf.Jens.Arm@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20050211081833.140ed5bf.Jens.Arm@gmx.de> Reply-To: Hetz Ben Hamo , qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Jens, Look at the mailing list - someone already submitted a patch which changes the major number 254 to something other (some people use 253, other - 250)... Thanks, Hetz On Fri, 11 Feb 2005 08:18:33 +0100, Jens Arm wrote: > Hi > > If I load the module I get: > > kqemu: module license 'unspecified' taints kernel. > QEMU Accelerator Module version 1.0.0, Copyright (c) 2005 Fabrice Bellard > This is a proprietary product. Read the LICENSE file for more information > Redistribution of this module is prohibited without authorization > kqemu: could not get major 254 > > Problem is: > > [root@tux root]# ll /dev/.devfsd > crw------- 1 root root 254, 0 Jan 1 1970 /dev/.devfsd > > The 254 is used by devfs :( > > If I start now qemu I get: > warning: could not create temporary file in '/dev/shm'. > > Must I change the dir /dev/shm so that a normal user can write? > > Jens > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel >