From owner-freebsd-questions@FreeBSD.ORG Wed Mar 1 21:22:02 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3CA716A420 for ; Wed, 1 Mar 2006 21:22:02 +0000 (GMT) (envelope-from scrappy@hub.org) Received: from hub.org (hub.org [200.46.204.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59CF843D53 for ; Wed, 1 Mar 2006 21:22:02 +0000 (GMT) (envelope-from scrappy@hub.org) Received: from localhost (unknown [200.46.204.144]) by hub.org (Postfix) with ESMTP id F0D5662C8AE for ; Wed, 1 Mar 2006 17:22:01 -0400 (AST) Received: from hub.org ([200.46.204.220]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 94385-07 for ; Wed, 1 Mar 2006 17:22:01 -0400 (AST) Received: from ganymede.hub.org (blk-222-82-85.eastlink.ca [24.222.82.85]) by hub.org (Postfix) with ESMTP id 9A18462C7E5 for ; Wed, 1 Mar 2006 17:22:01 -0400 (AST) Received: by ganymede.hub.org (Postfix, from userid 1000) id AEA4A3AE4C; Wed, 1 Mar 2006 17:21:59 -0400 (AST) Received: from localhost (localhost [127.0.0.1]) by ganymede.hub.org (Postfix) with ESMTP id ADA8B3A484 for ; Wed, 1 Mar 2006 17:21:59 -0400 (AST) Date: Wed, 1 Mar 2006 17:21:59 -0400 (AST) From: "Marc G. Fournier" To: freebsd-questions@freebsd.org Message-ID: <20060301171916.H1058@ganymede.hub.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: by amavisd-new at hub.org Subject: How are ppl running QEMU under FreeBSD 6.x .. ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2006 21:22:03 -0000 'k, I'm doing something wrong here, cause I just can't get it to run ... I downloaded a netbsd img from oszoo, and type: qemu and it just hangs ... if I try it as: qemu -nographic it Seg Faults ... So, obviously I'm doing *something* wrong :( If I run 'truss' on the first, I get a bunch of file not founds, or ioctl issues: ioctl(0,CONS_MODEINFO,0xbfbfc070) ERR#25 'Inappropriate ioctl for device' ioctl(0,CONS_MODEINFO,0xbfbfc070) ERR#25 'Inappropriate ioctl for device' open("/dev/svga",0x0,00) ERR#2 'No such file or directory' geteuid() = 0 (0x0) stat("/proc/bus/pci",0xbfbfc130) ERR#2 'No such file or directory' open("/usr/local/etc/vga/libvga.config",0x0,0666) = 4 (0x4) fstat(4,0xbfbfc070) = 0 (0x0) fstat(4,0xbfbf7f70) = 0 (0x0) break(0x9b1f000) = 0 (0x0) read(0x4,0x9b1e000,0x1000) = 4096 (0x1000) read(0x4,0x9b1e000,0x1000) = 4096 (0x1000) read(0x4,0x9b1e000,0x1000) = 4096 (0x1000) read(0x4,0x9b1e000,0x1000) = 3984 (0xf90) close(4) = 0 (0x0) open("/root/.svgalibrc",0x0,0666) ERR#2 'No such file or directory' open("/dev/io",0x0,00) = 4 (0x4) fcntl(0,F_GETFD,0x280fe4a9) = 0 (0x0) fcntl(1,F_GETFD,0x280fe4a9) = 0 (0x0) fcntl(2,F_GETFD,0x280fe4a9) = 0 (0x0) open("/dev/mem",0x2,00) = 5 (0x5) fcntl(0,F_GETFD,0x1) = 0 (0x0) fcntl(1,F_GETFD,0x1) = 0 (0x0) fcntl(2,F_GETFD,0x1) = 0 (0x0) fstat(0,0xbfbfc0e0) = 0 (0x0) ioctl(0,VT_GETMODE,0xbfbfc038) ERR#25 'Inappropriate ioctl for device' fstat(1,0xbfbfc0e0) = 0 (0x0) ioctl(1,VT_GETMODE,0xbfbfc038) ERR#25 'Inappropriate ioctl for device' fstat(2,0xbfbfc0e0) = 0 (0x0) ioctl(2,VT_GETMODE,0xbfbfc038) ERR#25 'Inappropriate ioctl for device' ^CSIGNAL 2 (SIGINT) open("/dev/console",0x2,00) = 6 (0x6) SIGNAL 2 (SIGINT) SIGNAL 2 (SIGINT) process exit, rval = 2 Help? ---- Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email: scrappy@hub.org Yahoo!: yscrappy ICQ: 7615664