From owner-freebsd-emulation@FreeBSD.ORG Tue Jul 21 06:55:31 2009 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFADF106564A for ; Tue, 21 Jul 2009 06:55:31 +0000 (UTC) (envelope-from vova@sw.ru) Received: from relay.sw.ru (mailhub.sw.ru [195.214.232.25]) by mx1.freebsd.org (Postfix) with ESMTP id 2E6FE8FC12 for ; Tue, 21 Jul 2009 06:55:30 +0000 (UTC) (envelope-from vova@sw.ru) Received: from vbook.fbsd.ru ([10.30.1.111]) (authenticated bits=0) by relay.sw.ru (8.13.4/8.13.4) with ESMTP id n6L6tQA4014857 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 21 Jul 2009 10:55:27 +0400 (MSD) Received: from vova by vbook.fbsd.ru with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1MT9G1-0000W3-NI; Tue, 21 Jul 2009 10:55:25 +0400 From: Vladimir Grebenschikov To: Boris In-Reply-To: References: <1247175832.1455.36.camel@zero.mshome.net> <1247480074.1664.140.camel@localhost> <1247602161.2105.14.camel@localhost> <301c9e6c36d74e0c66ee5731638691d1.squirrel@webmail.itac.at> <1247658678.5135.6.camel@localhost> <1248092972.1756.7.camel@localhost> <90e3c9587dbba03b2b7d253fa26adca1.squirrel@cygnus.homeunix.com> <1248112074.1756.39.camel@localhost> <0eef4f4e9462e4fc86429b96ee215a37.squirrel@cygnus.homeunix.com> Content-Type: text/plain; charset="KOI8-R" Content-Transfer-Encoding: quoted-printable Date: Tue, 21 Jul 2009 10:55:25 +0400 Message-Id: <1248159325.1695.17.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov Cc: freebsd-emulation Subject: Re: VirtualBox - no screen refresh X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vova@fbsd.ru List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jul 2009 06:55:31 -0000 =F7 =D0=CE, 20/07/2009 =D7 22:54 +0100, Boris =D0=C9=DB=C5=D4: > No luck for me. I have recompiled my kernel with the latest from CVS (I > noticed the pmap.c version 1.665 previous I used was 1.664). > I recompiled virtualbox rev427 as well. Same pmap here. > VirtualBox starts but whenever I launch a VM the system crashes just afte= r > hitting the start button, with and without VT-x enabled. Did you reload kernel module after rebuild of port ? I am sure it will be good to have virtualbox-kmod port. Rebuild whole virtualbox after each kernel update - is too long task. Truly speaking I've recompiled whole world. But can't suggest to try it now due to libraries changes. (every port should be rebuilt) > Worse thing is the memory dump does not complete so I have got no trace t= o > analyse. >=20 > Vladimir, >=20 > Could you confirm a few things for me please? >=20 > - did you upgrade from 7.2 to 8-CURRENT? or did you do a fresh install fr= om > snapshot? I live on -CURRENT for long time. (since 3-CURRENT I guess) > - I am using a customer kernel, I noticed you do it as well. Could you po= st > a diff -ruN GENERIC VBOOK for me please? No much sense to put diff - almost everything was changed, my configuration lives too long with just minor changes. Whole kernel config below. > Thanks, >=20 > Boris machine "i386" ident VBOOK maxusers 0 options SCHED_4BSD #options SCHED_ULE #ULE scheduler=20 options INCLUDE_CONFIG_FILE # Include this file in kernel cpu "I686_CPU" # aka Pentium Pro(tm) options COMPAT_43 options COMPAT_FREEBSD4 # Enable FreeBSD4 compatibility syscalls options COMPAT_FREEBSD5 options COMPAT_FREEBSD7 makeoptions DEBUG=3D-g =20 #makeoptions KERNEL=3Datang #device mem # Memory and kernel memory devices #device io # I/O device #options SMP # Symmetric MultiProcessor Kernel device apic device acpi options INET #Internet communications protocols device ether #Generic Ethernet device loop #Network loopback device device bpf #Berkeley packet filter options IPFIREWALL #firewall options IPFIREWALL_VERBOSE #print information about dropped pa= ckets options IPFIREWALL_FORWARD #options "IPFIREWALL_VERBOSE_LIMIT=3D100" #limit verbosity options IPDIVERT #divert sockets options DUMMYNET #options IPSEC #options IPSEC_ESP options FFS #Fast filesystem options PSEUDOFS options PROCFS #Process filesystem options SOFTUPDATES # Allow this many swap-devices. device scbus #base SCSI code device da #SCSI direct access devices (aka disks) device sa #SCSI tapes device cd #SCSI CD-ROMs device pass #CAM passthrough driver options SCSI_DELAY=3D1000=09 device pty #Pseudo ttys - can go as high as 256 device speaker #Play IBM BASIC-style noises out your speaker device md # Memory "disks" #device isa device atkbdc device atkbd=20 device psm device vga device sc options MAXCONS=3D16 # number of virtual consoles #options SC_DFLT_FONT # compile font in #makeoptions SC_DFLT_FONT=3D"cp866-vio" options SC_HISTORY_SIZE=3D1024 # number of history buffer lines #options SC_DISABLE_REBOOT # disable reboot key sequence options SC_NO_SUSPEND_VTYSWITCH options TEKEN_UTF8 options TEKEN_XTERM device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives #device atapifd # ATAPI floppy drives #device atapist # ATAPI tape drives #device atapicam #device fdc=09 #device sio device uart device puc device pci #device apm device smbus device intpm device smb device iicbus device iicbb device ic device iic device iicsmb=09 device pmtimer options KTRACE #kernel tracing options DDB options KDB options GDB options BREAK_TO_DEBUGGER #a BREAK on a comconsole goes to #DDB, if available. options KDB_UNATTENDED options SC_PIXEL_MODE # OLDCARD #device pcic #device card 1 # NEWCARD # Pcmcia and cardbus bridge support device cbb # cardbus (yenta) bridge device pccard device cardbus device random options _KPOSIX_PRIORITY_SCHEDULING #device acpica #options ACPI_DEBUG options KBD_INSTALL_CDEV #device firewire #device fwohci #device sbp options PREEMPTION #options FULL_PREEMPTION options AH_SUPPORT_AR5416 --=20 Vladimir B. Grebenschikov vova@fbsd.ru