From owner-freebsd-emulation@FreeBSD.ORG Sun Jul 5 08:19:42 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 8482F1065670 for ; Sun, 5 Jul 2009 08:19:42 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from mout3.freenet.de (mout3.freenet.de [IPv6:2001:748:100:40::2:5]) by mx1.freebsd.org (Postfix) with ESMTP id 0FF3B8FC18 for ; Sun, 5 Jul 2009 08:19:42 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from [195.4.92.15] (helo=5.mx.freenet.de) by mout3.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #92) id 1MNMwn-0002fs-Cp; Sun, 05 Jul 2009 10:19:41 +0200 Received: from tb438.t.pppool.de ([89.55.180.56]:29987 helo=ernst.jennejohn.org) by 5.mx.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #79) id 1MNMwl-00058Y-Bg; Sun, 05 Jul 2009 10:19:39 +0200 Date: Sun, 5 Jul 2009 10:19:36 +0200 From: Gary Jennejohn To: rondzierwa@comcast.net Message-ID: <20090705101936.3434ea18@ernst.jennejohn.org> In-Reply-To: <1864081109.283641246727373779.JavaMail.root@sz0128a.westchester.pa.mail.comcast.net> References: <252646496.283281246727198407.JavaMail.root@sz0128a.westchester.pa.mail.comcast.net> <1864081109.283641246727373779.JavaMail.root@sz0128a.westchester.pa.mail.comcast.net> X-Mailer: Claws Mail 3.7.1 (GTK+ 2.16.2; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-purgate-ID: 149285::1246781979-000052E9-CEDDE3F7/0-0/0-0 Cc: freebsd-emulation@freebsd.org Subject: Re: vbox driver X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gary.jennejohn@freenet.de List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jul 2009 08:19:42 -0000 On Sat, 4 Jul 2009 17:09:33 +0000 (UTC) rondzierwa@comcast.net wrote: > I have installed the VirtualBox port my FreeBSD 7.0 system. I had to csup ports and download and install the virtualbox port manually, but eventually everything built and installed. > > kldload has a problem with the vboxdrv module: > > phoenix# kldload vboxdrv > kldload: can't load vboxdrv: No such file or directory > phoenix# kldload vboxdrv.ko > kldload: can't load vboxdrv.ko: No such file or directory > phoenix# kldload /boot/modules/vboxdrv.ko > kldload: can't load /boot/modules/vboxdrv.ko: No such file or directory > phoenix# kldload /boot/modules/vboxdrv > kldload: can't load /boot/modules/vboxdrv: No such file or directory > > the file is there, and kldconfig is set up for the /boot/modules directory: > > phoenix# kldconfig -r > /boot/kernel;/boot/modules > phoenix# ls -l /boot/modules > total 182 > -r-xr-xr-x 1 root wheel 185300 Jul 4 12:57 vboxdrv.ko > > > could it be that there is no vboxdrv.ko.symbols file? all the other modules > are in the /boot/kernel directory, and they all have .symbols files. > This error message is confusing and doesn't necessarily really have anything to do with vboxdrv.ko being present. kldload(2) in the kernel can return a number of errors, but they're all hidden behind the error message "can't load..." kldload(8) should probably use perror(3) so the user can see exactly what the error returned from the kernel was. Are your kernel and user-land in synch with the port? I mean, are your sources newer than what you have installed? This can lead to problems. --- Gary Jennejohn From owner-freebsd-emulation@FreeBSD.ORG Sun Jul 5 15:40:59 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 19B3D106566C; Sun, 5 Jul 2009 15:40:59 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id E2C408FC0C; Sun, 5 Jul 2009 15:40:58 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 31DBD3AC77F; Sun, 5 Jul 2009 11:20:57 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Sun, 05 Jul 2009 11:20:57 -0400 X-Sasl-enc: 4noC5rlNYXYHwuSOGloRXa/4eoc8GeHJrMJBa+JKpgBQ 1246807256 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id 927AE49EA0; Sun, 5 Jul 2009 11:20:56 -0400 (EDT) Message-ID: <4A50C4D3.8000902@incunabulum.net> Date: Sun, 05 Jul 2009 16:20:51 +0100 From: Bruce Simpson User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: Martin Wilke References: <20090611194557.GC98175@bsdcrew.de> In-Reply-To: <20090611194557.GC98175@bsdcrew.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@FreeBSD.org Subject: Re: [Call For Testing] VirtualBox for FreeBSD! take 6 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jul 2009 15:40:59 -0000 Hi, I just tested VirtualBox from ports and it looks excellent. Running on 7-STABLE, amd64, Athlon64 4000+. I was able to run the OpenSolarisApp VMDK image without any problems from this guy's page: http://blogs.sun.com/jkshah/entry/minimal_opensolaris_image_for_virtualbox I also came across this, but haven't tried any of the images here: http://virtualboximages.com/ I had a few issues with NanoBSD, though:- * I had previously built an image for USB boot, and it appears this isn't supported by the Open Source Edition; neither is booting from a SCSI device, or so it appears. * If I try to use either of the SCSI controllers from the OSE GUI, I get an error that the driver can't be loaded in the VBox logs. * The "VBoxManage convertraw" command seems to be needed to convert NanoBSD images into VDI which VBox can understand. * I'll try to find time to rebuild an 8-CURRENT image for ATA/CompactFlash; I'd be very interested in headless support. * Has anyone gotten serial to work? Once again, thank you very much, for all of your hard work on this. cheers, BMS From owner-freebsd-emulation@FreeBSD.ORG Sun Jul 5 17:22:55 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 B557C1065670 for ; Sun, 5 Jul 2009 17:22:55 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from email1.allantgroup.com (email1.emsphone.com [199.67.51.115]) by mx1.freebsd.org (Postfix) with ESMTP id 47F2A8FC15 for ; Sun, 5 Jul 2009 17:22:55 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by email1.allantgroup.com (8.14.0/8.14.0) with ESMTP id n65GeRvI009948 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 5 Jul 2009 11:40:27 -0500 (CDT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (smmsp@localhost [127.0.0.1]) by dan.emsphone.com (8.14.3/8.14.3) with ESMTP id n65GeQ3k080114 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 5 Jul 2009 11:40:27 -0500 (CDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.3/8.14.3/Submit) id n65GePi4080112; Sun, 5 Jul 2009 11:40:25 -0500 (CDT) (envelope-from dan) Date: Sun, 5 Jul 2009 11:40:25 -0500 From: Dan Nelson To: Gary Jennejohn Message-ID: <20090705164025.GB5574@dan.emsphone.com> References: <252646496.283281246727198407.JavaMail.root@sz0128a.westchester.pa.mail.comcast.net> <1864081109.283641246727373779.JavaMail.root@sz0128a.westchester.pa.mail.comcast.net> <20090705101936.3434ea18@ernst.jennejohn.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090705101936.3434ea18@ernst.jennejohn.org> X-OS: FreeBSD 7.2-STABLE User-Agent: Mutt/1.5.19 (2009-01-05) X-Virus-Scanned: ClamAV version 0.94.1, clamav-milter version 0.94.1 on email1.allantgroup.com X-Virus-Status: Clean X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (email1.allantgroup.com [199.67.51.78]); Sun, 05 Jul 2009 11:40:27 -0500 (CDT) X-Scanned-By: MIMEDefang 2.45 Cc: freebsd-emulation@freebsd.org, rondzierwa@comcast.net Subject: Re: vbox driver X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jul 2009 17:22:56 -0000 In the last episode (Jul 05), Gary Jennejohn said: > On Sat, 4 Jul 2009 17:09:33 +0000 (UTC) > rondzierwa@comcast.net wrote: > > I have installed the VirtualBox port my FreeBSD 7.0 system. I had to > > csup ports and download and install the virtualbox port manually, but > > eventually everything built and installed. > > > > kldload has a problem with the vboxdrv module: > > > > phoenix# kldload /boot/modules/vboxdrv.ko > > kldload: can't load /boot/modules/vboxdrv.ko: No such file or directory > > > > the file is there, and kldconfig is set up for the /boot/modules directory: > > > > phoenix# kldconfig -r > > /boot/kernel;/boot/modules > > phoenix# ls -l /boot/modules > > total 182 > > -r-xr-xr-x 1 root wheel 185300 Jul 4 12:57 vboxdrv.ko > > > > could it be that there is no vboxdrv.ko.symbols file? all the other > > modules are in the /boot/kernel directory, and they all have .symbols > > files. > > > > This error message is confusing and doesn't necessarily really have > anything to do with vboxdrv.ko being present. kldload(2) in the kernel > can return a number of errors, but they're all hidden behind the error > message "can't load..." > > kldload(8) should probably use perror(3) so the user can see exactly > what the error returned from the kernel was. kldload did use perror; the kernel returned ENOENT - "No such file or directory". The problem is that the 92 defined errno values are not enough to describe all possible ways a syscall can fail. When loading a module, the most likely cause of ENOENT is a missing symbol preventing the linker from loading the module. The kernel will print a more verbose message to the console, so run dmesg and see what it's complaining about. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-emulation@FreeBSD.ORG Sun Jul 5 17:44:07 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 282BB1065670 for ; Sun, 5 Jul 2009 17:44:07 +0000 (UTC) (envelope-from rondzierwa@comcast.net) Received: from QMTA06.westchester.pa.mail.comcast.net (qmta06.westchester.pa.mail.comcast.net [76.96.62.56]) by mx1.freebsd.org (Postfix) with ESMTP id BCCF18FC16 for ; Sun, 5 Jul 2009 17:44:06 +0000 (UTC) (envelope-from rondzierwa@comcast.net) Received: from OMTA14.westchester.pa.mail.comcast.net ([76.96.62.60]) by QMTA06.westchester.pa.mail.comcast.net with comcast id CGk71c0021HzFnQ56Hk7sL; Sun, 05 Jul 2009 17:44:07 +0000 Received: from sz0128.wc.mail.comcast.net ([76.96.58.192]) by OMTA14.westchester.pa.mail.comcast.net with comcast id CHk61c00C48qnZY3aHk6dY; Sun, 05 Jul 2009 17:44:06 +0000 Date: Sun, 5 Jul 2009 17:44:06 +0000 (UTC) From: rondzierwa@comcast.net To: Dan Nelson Message-ID: <1970692187.410191246815846780.JavaMail.root@sz0128a.westchester.pa.mail.comcast.net> In-Reply-To: <10109645.410031246815787615.JavaMail.root@sz0128a.westchester.pa.mail.comcast.net> MIME-Version: 1.0 X-Originating-IP: [76.111.0.24] X-Mailer: Zimbra 5.0.12_GA_2816.RHEL5_64 (ZimbraWebClient - FF3.0 (Win)/5.0.12_GA_2816.RHEL5_64) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-emulation@freebsd.org, Gary Jennejohn Subject: Re: vbox driver X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jul 2009 17:44:07 -0000 dmesg reveals the real problem: link_elf: symbol smp_rendezvous_cpus undefined I grep'ed the kernel sources (*.c, *.s, even *.h) and found no reference of this symbol. Is my kernel too old? phoenix% uname -a FreeBSD phoenix.hsd1.md.comcast.net 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Mar 8 04:04:40 EDT 2009 root@phoenix.hsd1.md.comcast.net:/usr/src/sys/i386/compile/PHOENIX i386 ----- Original Message ----- From: "Dan Nelson" To: "Gary Jennejohn" Cc: rondzierwa@comcast.net, freebsd-emulation@freebsd.org Sent: Sunday, July 5, 2009 12:40:25 PM (GMT-0500) Auto-Detected Subject: Re: vbox driver In the last episode (Jul 05), Gary Jennejohn said: > On Sat, 4 Jul 2009 17:09:33 +0000 (UTC) > rondzierwa@comcast.net wrote: > > I have installed the VirtualBox port my FreeBSD 7.0 system. I had to > > csup ports and download and install the virtualbox port manually, but > > eventually everything built and installed. > > > > kldload has a problem with the vboxdrv module: > > > > phoenix# kldload /boot/modules/vboxdrv.ko > > kldload: can't load /boot/modules/vboxdrv.ko: No such file or directory > > > > the file is there, and kldconfig is set up for the /boot/modules directory: > > > > phoenix# kldconfig -r > > /boot/kernel;/boot/modules > > phoenix# ls -l /boot/modules > > total 182 > > -r-xr-xr-x 1 root wheel 185300 Jul 4 12:57 vboxdrv.ko > > > > could it be that there is no vboxdrv.ko.symbols file? all the other > > modules are in the /boot/kernel directory, and they all have .symbols > > files. > > > > This error message is confusing and doesn't necessarily really have > anything to do with vboxdrv.ko being present. kldload(2) in the kernel > can return a number of errors, but they're all hidden behind the error > message "can't load..." > > kldload(8) should probably use perror(3) so the user can see exactly > what the error returned from the kernel was. kldload did use perror; the kernel returned ENOENT - "No such file or directory". The problem is that the 92 defined errno values are not enough to describe all possible ways a syscall can fail. When loading a module, the most likely cause of ENOENT is a missing symbol preventing the linker from loading the module. The kernel will print a more verbose message to the console, so run dmesg and see what it's complaining about. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-emulation@FreeBSD.ORG Sun Jul 5 18:46:41 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 458C1106566C for ; Sun, 5 Jul 2009 18:46:41 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from email1.allantgroup.com (email1.emsphone.com [199.67.51.115]) by mx1.freebsd.org (Postfix) with ESMTP id EE6458FC1B for ; Sun, 5 Jul 2009 18:46:40 +0000 (UTC) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by email1.allantgroup.com (8.14.0/8.14.0) with ESMTP id n65Ikdmi022518 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 5 Jul 2009 13:46:40 -0500 (CDT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (smmsp@localhost [127.0.0.1]) by dan.emsphone.com (8.14.3/8.14.3) with ESMTP id n65IkdJq069348 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 5 Jul 2009 13:46:39 -0500 (CDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.14.3/8.14.3/Submit) id n65IMlXf013744; Sun, 5 Jul 2009 13:22:47 -0500 (CDT) (envelope-from dan) Date: Sun, 5 Jul 2009 13:22:47 -0500 From: Dan Nelson To: rondzierwa@comcast.net Message-ID: <20090705182247.GC5574@dan.emsphone.com> References: <10109645.410031246815787615.JavaMail.root@sz0128a.westchester.pa.mail.comcast.net> <1970692187.410191246815846780.JavaMail.root@sz0128a.westchester.pa.mail.comcast.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1970692187.410191246815846780.JavaMail.root@sz0128a.westchester.pa.mail.comcast.net> X-OS: FreeBSD 7.2-STABLE User-Agent: Mutt/1.5.19 (2009-01-05) X-Virus-Scanned: ClamAV version 0.94.1, clamav-milter version 0.94.1 on email1.allantgroup.com X-Virus-Status: Clean X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (email1.allantgroup.com [199.67.51.78]); Sun, 05 Jul 2009 13:46:40 -0500 (CDT) X-Scanned-By: MIMEDefang 2.45 Cc: freebsd-emulation@freebsd.org, Gary Jennejohn Subject: Re: vbox driver X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jul 2009 18:46:41 -0000 In the last episode (Jul 05), rondzierwa@comcast.net said: > dmesg reveals the real problem: > > link_elf: symbol smp_rendezvous_cpus undefined > > I grep'ed the kernel sources (*.c, *.s, even *.h) and found no reference > of this symbol. Is my kernel too old? > > phoenix% uname -a > FreeBSD phoenix.hsd1.md.comcast.net 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Mar 8 04:04:40 EDT 2009 root@phoenix.hsd1.md.comcast.net:/usr/src/sys/i386/compile/PHOENIX i386 Yes, 7.0 (released 2008-02-27) is too old. That symbol was added to the 7-stable tree on 2008-08-27. If you upgrade to 7.2 it will work. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-emulation@FreeBSD.ORG Sun Jul 5 19:53:51 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 DEF6F106566C for ; Sun, 5 Jul 2009 19:53:51 +0000 (UTC) (envelope-from rondzierwa@comcast.net) Received: from QMTA07.westchester.pa.mail.comcast.net (qmta07.westchester.pa.mail.comcast.net [76.96.62.64]) by mx1.freebsd.org (Postfix) with ESMTP id 84FD88FC2C for ; Sun, 5 Jul 2009 19:53:51 +0000 (UTC) (envelope-from rondzierwa@comcast.net) Received: from OMTA23.westchester.pa.mail.comcast.net ([76.96.62.74]) by QMTA07.westchester.pa.mail.comcast.net with comcast id CKHa1c0031c6gX857KtsGd; Sun, 05 Jul 2009 19:53:52 +0000 Received: from sz0128.wc.mail.comcast.net ([76.96.58.192]) by OMTA23.westchester.pa.mail.comcast.net with comcast id CKv81c00448qnZY3jKv8U9; Sun, 05 Jul 2009 19:55:08 +0000 Date: Sun, 5 Jul 2009 19:53:51 +0000 (UTC) From: rondzierwa@comcast.net To: Dan Nelson Message-ID: <461109593.431391246823631913.JavaMail.root@sz0128a.westchester.pa.mail.comcast.net> In-Reply-To: <1081795227.430971246823510341.JavaMail.root@sz0128a.westchester.pa.mail.comcast.net> MIME-Version: 1.0 X-Originating-IP: [76.111.0.24] X-Mailer: Zimbra 5.0.12_GA_2816.RHEL5_64 (ZimbraWebClient - FF3.0 (Win)/5.0.12_GA_2816.RHEL5_64) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-emulation@freebsd.org, Gary Jennejohn Subject: Re: vbox driver X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jul 2009 19:53:52 -0000 I think i got past this one with a quick hack. in mp-r0drv-freebsd.c, there are conditionals for kernel version >= 70000 that will use smp_rendezvous if the conditional is false. I simply hacked all the smp_rendezvous_cpus calls to smp_rendezvous. it loads and vbox seems to work. in osreldate.h my version is 700055, so i probably could have changed to if to be > 700055, but, since I wasn't sure when the smp_rendezvous_cpus function became available, it made no sense to me to come up with a more elegant patch, and i'm not really sure if my system is some sort of odd kludge. I installed 7.0 release, but csup'ed to the most recent kernel a couple of months later to get a more recent zfs. anyhow, I think i got it working on my machine. I'm trying to run a winxp guest that was created on vbox under windoze. I want to use the network adapter in bridged mode, but when i select "Bridged Adapter" on the network settings, a message appears in red in the text area at the bottom that says "no bridged network adapter is selected". There doesn't seem to be any place where I can select an adapter to which the vm can bridge. I do not recall having to specify anything on the windoze vbox when I set to bridged, and the windoze machine that I was running it on has two physical ethernet devices. it seemed to just pick one! The FreeBSD machine has only one physical ethernet device, a bge, so I would think the choices would be rather limited. thanks again, ron. ----- Original Message ----- From: "Dan Nelson" To: "Gary Jennejohn" Cc: rondzierwa@comcast.net, freebsd-emulation@freebsd.org Sent: Sunday, July 5, 2009 12:40:25 PM (GMT-0500) Auto-Detected Subject: Re: vbox driver In the last episode (Jul 05), Gary Jennejohn said: > On Sat, 4 Jul 2009 17:09:33 +0000 (UTC) > rondzierwa@comcast.net wrote: > > I have installed the VirtualBox port my FreeBSD 7.0 system. I had to > > csup ports and download and install the virtualbox port manually, but > > eventually everything built and installed. > > > > kldload has a problem with the vboxdrv module: > > > > phoenix# kldload /boot/modules/vboxdrv.ko > > kldload: can't load /boot/modules/vboxdrv.ko: No such file or directory > > > > the file is there, and kldconfig is set up for the /boot/modules directory: > > > > phoenix# kldconfig -r > > /boot/kernel;/boot/modules > > phoenix# ls -l /boot/modules > > total 182 > > -r-xr-xr-x 1 root wheel 185300 Jul 4 12:57 vboxdrv.ko > > > > could it be that there is no vboxdrv.ko.symbols file? all the other > > modules are in the /boot/kernel directory, and they all have .symbols > > files. > > > > This error message is confusing and doesn't necessarily really have > anything to do with vboxdrv.ko being present. kldload(2) in the kernel > can return a number of errors, but they're all hidden behind the error > message "can't load..." > > kldload(8) should probably use perror(3) so the user can see exactly > what the error returned from the kernel was. kldload did use perror; the kernel returned ENOENT - "No such file or directory". The problem is that the 92 defined errno values are not enough to describe all possible ways a syscall can fail. When loading a module, the most likely cause of ENOENT is a missing symbol preventing the linker from loading the module. The kernel will print a more verbose message to the console, so run dmesg and see what it's complaining about. -- Dan Nelson dnelson@allantgroup.com From owner-freebsd-emulation@FreeBSD.ORG Sun Jul 5 20:55:50 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 2C48B106566C for ; Sun, 5 Jul 2009 20:55:50 +0000 (UTC) (envelope-from rondzierwa@comcast.net) Received: from QMTA02.westchester.pa.mail.comcast.net (qmta02.westchester.pa.mail.comcast.net [76.96.62.24]) by mx1.freebsd.org (Postfix) with ESMTP id 9D0AB8FC0C for ; Sun, 5 Jul 2009 20:55:49 +0000 (UTC) (envelope-from rondzierwa@comcast.net) Received: from OMTA05.westchester.pa.mail.comcast.net ([76.96.62.43]) by QMTA02.westchester.pa.mail.comcast.net with comcast id CLvW1c0040vyq2s52LvqrH; Sun, 05 Jul 2009 20:55:50 +0000 Received: from sz0128.wc.mail.comcast.net ([76.96.58.192]) by OMTA05.westchester.pa.mail.comcast.net with comcast id CLvp1c00p48qnZY3RLvppB; Sun, 05 Jul 2009 20:55:50 +0000 Date: Sun, 5 Jul 2009 20:55:49 +0000 (UTC) From: rondzierwa@comcast.net To: Martin Wilke Message-ID: <1269338285.441561246827349956.JavaMail.root@sz0128a.westchester.pa.mail.comcast.net> In-Reply-To: <1318580966.440881246827137142.JavaMail.root@sz0128a.westchester.pa.mail.comcast.net> MIME-Version: 1.0 X-Originating-IP: [76.111.0.24] X-Mailer: Zimbra 5.0.12_GA_2816.RHEL5_64 (ZimbraWebClient - FF3.0 (Win)/5.0.12_GA_2816.RHEL5_64) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-emulation@freebsd.org, Gary Jennejohn Subject: Re: vbox driver X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jul 2009 20:55:50 -0000 ok, so if i use nat, i can ping and telnet to the bsd machine that is hosting the vm. on the client, ipconfig -all returns an ethernet adapter with an ip address of 10.0.2.15, and a gateway of 10.0.2.2. I can telnet to 10.0.2.2 (the bsd host), but from there I can't get back to the client (10.0.2.2) there are no pseudo network interfaces on the host, and there are no routes to the client defined, so i'm a little stymed as to how the telnet connection from the client to the host is working. is this some sort of one-way-networking, or am i missing a configuration step? how can I connect to network resources that exist outside of the host machine? More importantly, since the client that I am running is a server of sorts, how can other machines on my local network access it? ron. ----- Original Message ----- From: "Martin Wilke" To: rondzierwa@comcast.net Sent: Sunday, July 5, 2009 4:12:53 PM (GMT-0500) Auto-Detected Subject: Re: vbox driver -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sun, Jul 05, 2009 at 07:53:51PM +0000, rondzierwa@comcast.net wrote: > I think i got past this one with a quick hack. in mp-r0drv-freebsd.c, there are > conditionals for kernel version >= 70000 that will use smp_rendezvous if the > conditional is false. I simply hacked all the smp_rendezvous_cpus calls to > smp_rendezvous. it loads and vbox seems to work. in osreldate.h my version > is 700055, so i probably could have changed to if to be > 700055, but, since I > wasn't sure when the smp_rendezvous_cpus function became available, it made > no sense to me to come up with a more elegant patch, and i'm not really > sure if my system is some sort of odd kludge. I installed 7.0 release, but > csup'ed to the most recent kernel a couple of months later to get a more > recent zfs. > > anyhow, I think i got it working on my machine. I'm trying to run a winxp guest > that was created on vbox under windoze. I want to use the network adapter > in bridged mode, but when i select "Bridged Adapter" on the network settings, > a message appears in red in the text area at the bottom that says "no bridged > network adapter is selected". There doesn't seem to be any place where I can > select an adapter to which the vm can bridge. I do not recall having to specify > anything on the windoze vbox when I set to bridged, and the windoze machine > that I was running it on has two physical ethernet devices. it seemed to just > pick one! The FreeBSD machine has only one physical ethernet device, a bge, > so I would think the choices would be rather limited. At the moment not supported by vbox. > > > thanks again, > ron. > > ----- Original Message ----- > From: "Dan Nelson" > To: "Gary Jennejohn" > Cc: rondzierwa@comcast.net, freebsd-emulation@freebsd.org > Sent: Sunday, July 5, 2009 12:40:25 PM (GMT-0500) Auto-Detected > Subject: Re: vbox driver > > In the last episode (Jul 05), Gary Jennejohn said: > > On Sat, 4 Jul 2009 17:09:33 +0000 (UTC) > > rondzierwa@comcast.net wrote: > > > I have installed the VirtualBox port my FreeBSD 7.0 system. I had to > > > csup ports and download and install the virtualbox port manually, but > > > eventually everything built and installed. > > > > > > kldload has a problem with the vboxdrv module: > > > > > > phoenix# kldload /boot/modules/vboxdrv.ko > > > kldload: can't load /boot/modules/vboxdrv.ko: No such file or directory > > > > > > the file is there, and kldconfig is set up for the /boot/modules directory: > > > > > > phoenix# kldconfig -r > > > /boot/kernel;/boot/modules > > > phoenix# ls -l /boot/modules > > > total 182 > > > -r-xr-xr-x 1 root wheel 185300 Jul 4 12:57 vboxdrv.ko > > > > > > could it be that there is no vboxdrv.ko.symbols file? all the other > > > modules are in the /boot/kernel directory, and they all have .symbols > > > files. > > > > > > > This error message is confusing and doesn't necessarily really have > > anything to do with vboxdrv.ko being present. kldload(2) in the kernel > > can return a number of errors, but they're all hidden behind the error > > message "can't load..." > > > > kldload(8) should probably use perror(3) so the user can see exactly > > what the error returned from the kernel was. > > kldload did use perror; the kernel returned ENOENT - "No such file or > directory". The problem is that the 92 defined errno values are not enough > to describe all possible ways a syscall can fail. When loading a module, > the most likely cause of ENOENT is a missing symbol preventing the linker > from loading the module. The kernel will print a more verbose message to > the console, so run dmesg and see what it's complaining about. > > -- > Dan Nelson > dnelson@allantgroup.com > _______________________________________________ > freebsd-emulation@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-emulation > To unsubscribe, send any mail to "freebsd-emulation-unsubscribe@freebsd.org" > - -- +-----------------------+-------------------------------+ | PGP : 0xB1E6FCE9 | Jabber : miwi(at)BSDCrew.de | | Skype : splash_111 | Mail : miwi(at)FreeBSD.org | +-----------------------+-------------------------------+ | Mess with the Best, Die like the Rest! | +-----------------------+-------------------------------+ -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEARECAAYFAkpRCUUACgkQdLJIhLHm/Ol7pwCeP5cpDUVhipZY8fj/EWkaXInt vq4AniCqdvMGw6l4DXq6Eij6NIuisLpi =jELy -----END PGP SIGNATURE----- From owner-freebsd-emulation@FreeBSD.ORG Sun Jul 5 21:39:33 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 CCD141065675 for ; Sun, 5 Jul 2009 21:39:33 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 8A3288FC1C for ; Sun, 5 Jul 2009 21:39:33 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 2ECAF1E002B6; Sun, 5 Jul 2009 23:39:32 +0200 (CEST) Received: from triton.kn-bremen.de (noident@localhost [127.0.0.1]) by triton.kn-bremen.de (8.14.3/8.14.3) with ESMTP id n65LbidD045010; Sun, 5 Jul 2009 23:37:44 +0200 (CEST) (envelope-from nox@triton.kn-bremen.de) Received: (from nox@localhost) by triton.kn-bremen.de (8.14.3/8.14.3/Submit) id n65LbiSw045009; Sun, 5 Jul 2009 23:37:44 +0200 (CEST) (envelope-from nox) Date: Sun, 5 Jul 2009 23:37:44 +0200 (CEST) From: Juergen Lock Message-Id: <200907052137.n65LbiSw045009@triton.kn-bremen.de> To: rondzierwa@comcast.net X-Newsgroups: local.list.freebsd.emulation In-Reply-To: <1269338285.441561246827349956.JavaMail.root@sz0128a.westchester.pa.mail.comcast.net> References: <1318580966.440881246827137142.JavaMail.root@sz0128a.westchester.pa.mail.comcast.net> Organization: home Cc: freebsd-emulation@freebsd.org Subject: vbox nat mode (was: Re: vbox driver) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Jul 2009 21:39:34 -0000 In article <1269338285.441561246827349956.JavaMail.root@sz0128a.westchester.pa.mail.comcast.net> you write: >ok, so if i use nat, i can ping and telnet to the bsd machine that is hosting >the vm. on the client, ipconfig -all returns an ethernet adapter with an ip >address of 10.0.2.15, and a gateway of 10.0.2.2. I can telnet to 10.0.2.2 >(the bsd host), but from there I can't get back to the client (10.0.2.2) > >there are no pseudo network interfaces on the host, and there are no >routes to the client defined, so i'm a little stymed as to how the telnet >connection from the client to the host is working. is this some sort of >one-way-networking, or am i missing a configuration step? > >how can I connect to network resources that exist outside of the host >machine? More importantly, since the client that I am running is a >server of sorts, how can other machines on my local network access it? > >ron. This might help: http://www.virtualbox.org/manual/UserManual.html#networking-nat (I haven't tried nat portforward on FreeBSD vbox myself yet but I see no reason why it shouldn't work. And in nat mode 10.0.2.2 in the guest is redirected to 127.1 on the host and the guest _should_ be able to talk to outside hosts, just ping doesn't work...) Oh and btw nat mode works basically the same as slirp did in the old days, i.e. translating (in this case) guest packets into host socket calls and back. (which also is the reason ping doesn't work since it uses icmp which would need raw sockets which only work as root.) Good luck, Juergen From owner-freebsd-emulation@FreeBSD.ORG Mon Jul 6 00:40:00 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 A057E106564A; Mon, 6 Jul 2009 00:40:00 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by mx1.freebsd.org (Postfix) with ESMTP id 744C08FC0C; Mon, 6 Jul 2009 00:40:00 +0000 (UTC) (envelope-from bms@incunabulum.net) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id C4ACB3AD27F; Sun, 5 Jul 2009 20:39:59 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Sun, 05 Jul 2009 20:39:59 -0400 X-Sasl-enc: 9ETZ6js/xN5oLhFBeIBxxmBkXnR4Yoi2PEDtFVKT0kdk 1246840799 Received: from [192.168.123.18] (82-35-112-254.cable.ubr07.dals.blueyonder.co.uk [82.35.112.254]) by mail.messagingengine.com (Postfix) with ESMTPSA id 322782DDBB; Sun, 5 Jul 2009 20:39:59 -0400 (EDT) Message-ID: <4A5147D9.4070007@incunabulum.net> Date: Mon, 06 Jul 2009 01:39:53 +0100 From: Bruce Simpson User-Agent: Thunderbird 2.0.0.22 (Windows/20090605) MIME-Version: 1.0 To: Martin Wilke References: <20090611194557.GC98175@bsdcrew.de> <4A50C4D3.8000902@incunabulum.net> In-Reply-To: <4A50C4D3.8000902@incunabulum.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@FreeBSD.org Subject: Re: [Call For Testing] VirtualBox for FreeBSD! take 6 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jul 2009 00:40:00 -0000 Woah! I noticed I was losing LOTS of free cpu -- on playing mp3 in XMMS. If I unload vboxdrv.ko, it all gets better. I didn't analyze threads or nuthink. Is something spinning in there? Done there, I just wanted to listen to music. If I see it again I'll let you know... woop BMS From owner-freebsd-emulation@FreeBSD.ORG Mon Jul 6 05:53:05 2009 Return-Path: Delivered-To: freebsd-emulation@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 96DCB1065670; Mon, 6 Jul 2009 05:53:05 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6BF298FC19; Mon, 6 Jul 2009 05:53:05 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n665r5Hl018004; Mon, 6 Jul 2009 05:53:05 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n665r5Oo018000; Mon, 6 Jul 2009 05:53:05 GMT (envelope-from linimon) Date: Mon, 6 Jul 2009 05:53:05 GMT Message-Id: <200907060553.n665r5Oo018000@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-emulation@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/135322: Port graphics/linux_dri has incorrect packaging list causing automatic port update to fail X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jul 2009 05:53:06 -0000 Synopsis: Port graphics/linux_dri has incorrect packaging list causing automatic port update to fail Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-emulation Responsible-Changed-By: linimon Responsible-Changed-When: Mon Jul 6 05:52:19 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=135322 From owner-freebsd-emulation@FreeBSD.ORG Mon Jul 6 05:54:46 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 1082A1065672 for ; Mon, 6 Jul 2009 05:54:46 +0000 (UTC) (envelope-from eingorn777@gmail.com) Received: from mail-bw0-f214.google.com (mail-bw0-f214.google.com [209.85.218.214]) by mx1.freebsd.org (Postfix) with ESMTP id 927CD8FC0A for ; Mon, 6 Jul 2009 05:54:45 +0000 (UTC) (envelope-from eingorn777@gmail.com) Received: by bwz10 with SMTP id 10so3270860bwz.20 for ; Sun, 05 Jul 2009 22:54:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=CkrGx9DShnFbMT4PNixeRDsm4/GbmRU9gWXaIi4gRls=; b=hhKEZ51gP/UyNrhZowEu1FKVFdAnlip4aeulWGWBpOeCi7Y6Fx8pQ49nJQo9zDdbex jq0kMitp2plS0K+lcQMavt7RgViGufq0Vdv4AkEpADopRHnN54nC3B8vjEjINEBUfnge HppXKZSX4alCUQcKBkovZzWZVPqcNJDAO9oJI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=IB/84L6WTMqTiGu6RvRV2pnNoz4dBhvsiLic03yeRdH1/Xl9ihNPLw1KoRWRFKf0Mq YPgLFjKFBkTgSlhvn8/ap9P97eBU3wl3BLffH8TliLKlb4+cwOYZW7bJ+ciQys6MNDMq Vrov0S8a3ExOb3QE9jIbwk1ORpuAm94NUJdR0= MIME-Version: 1.0 Received: by 10.204.100.11 with SMTP id w11mr4198175bkn.32.1246857706900; Sun, 05 Jul 2009 22:21:46 -0700 (PDT) Date: Mon, 6 Jul 2009 05:21:46 +0000 Message-ID: <23ae50da0907052221v61a6ee54x1e643f9bf99df99b@mail.gmail.com> From: Dmitry Lunts To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Sound disappeared when updating linux_base-fc4->linux_base-fc6 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jul 2009 05:54:46 -0000 Hello,all! The problem is as follows. A couple of weeks ago I did transition from linux_base-fc4 (default linux support module) to linux_base-fc6. The purpose was to install skype2, which rquires at least linux_base-fc6 module. Along with this I completely reinstalled ("pkg_delete" then "make install clean" from recently "portsnapped" ports tree) all the dependent ports, including linux-flashplugin-9.0r159 and nspluginwrapper. The rusult is: skype works OK, but sound completely disappeared when watching videos from, say, youtube. Video is OK. Sound system itself works OK (i.e., previously saved movies run with sound= ), as well as skype, too :-)) Could anyone give me a hint, is there any cure? Regards, P.S.OS FreeBSD 7.1 --=20 =D0=A1 =D1=83=D0=B2=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8=D0=B5=D0=BC, =D0=94=D0=BC= =D0=B8=D1=82=D1=80=D0=B8=D0=B9 Best regards, Dmitry email: eingorn777@gmail.com tel#: +7-917-214-6140 ICQ: 462-495-123 Skype: dialect777 From owner-freebsd-emulation@FreeBSD.ORG Mon Jul 6 09:10: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 8AE3D106564A for ; Mon, 6 Jul 2009 09:10:31 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from mout4.freenet.de (mout4.freenet.de [IPv6:2001:748:100:40::2:6]) by mx1.freebsd.org (Postfix) with ESMTP id 15D098FC1A for ; Mon, 6 Jul 2009 09:10:31 +0000 (UTC) (envelope-from gary.jennejohn@freenet.de) Received: from [195.4.92.25] (helo=15.mx.freenet.de) by mout4.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #92) id 1MNkDV-0001PU-Qo for freebsd-emulation@freebsd.org; Mon, 06 Jul 2009 11:10:29 +0200 Received: from tc1fe.t.pppool.de ([89.55.193.254]:10970 helo=ernst.jennejohn.org) by 15.mx.freenet.de with esmtpa (ID gary.jennejohn@freenet.de) (port 25) (Exim 4.69 #79) id 1MNkDV-0008N2-IX for freebsd-emulation@freebsd.org; Mon, 06 Jul 2009 11:10:29 +0200 Date: Mon, 6 Jul 2009 11:10:27 +0200 From: Gary Jennejohn To: freebsd-emulation@freebsd.org Message-ID: <20090706111027.0aebcd18@ernst.jennejohn.org> In-Reply-To: <1970692187.410191246815846780.JavaMail.root@sz0128a.westchester.pa.mail.comcast.net> References: <10109645.410031246815787615.JavaMail.root@sz0128a.westchester.pa.mail.comcast.net> <1970692187.410191246815846780.JavaMail.root@sz0128a.westchester.pa.mail.comcast.net> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.2; amd64-portbld-freebsd8.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-purgate-ID: 149285::1246871429-00006B75-7736D6EE/0-0/0-0 Subject: Re: vbox driver X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: gary.jennejohn@freenet.de List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jul 2009 09:10:31 -0000 On Sun, 5 Jul 2009 17:44:06 +0000 (UTC) rondzierwa@comcast.net wrote: > dmesg reveals the real problem: > > link_elf: symbol smp_rendezvous_cpus undefined > > I grep'ed the kernel sources (*.c, *.s, even *.h) and found no reference of this symbol. > Is my kernel too old? > > phoenix% uname -a > FreeBSD phoenix.hsd1.md.comcast.net 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Mar 8 04:04:40 EDT 2009 root@phoenix.hsd1.md.comcast.net:/usr/src/sys/i386/compile/PHOENIX i386 > Well, I'm running -current and it's in /sys/kern/subr_smp.c. VirtualBox expects to find this in any FreeBSD version >= 7.0. I have no idea why it's not in your kernel sources. --- Gary Jennejohn From owner-freebsd-emulation@FreeBSD.ORG Mon Jul 6 10:57:26 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 B6986106564A for ; Mon, 6 Jul 2009 10:57:26 +0000 (UTC) (envelope-from daichi@ongs.co.jp) Received: from natial.ongs.co.jp (natial.ongs.co.jp [202.216.246.90]) by mx1.freebsd.org (Postfix) with ESMTP id 87E428FC0A for ; Mon, 6 Jul 2009 10:57:26 +0000 (UTC) (envelope-from daichi@ongs.co.jp) Received: from parancell.ongs.co.jp (dullmdaler.ongs.co.jp [202.216.246.94]) by natial.ongs.co.jp (Postfix) with ESMTPSA id AC5AD125424 for ; Mon, 6 Jul 2009 19:39:42 +0900 (JST) Message-ID: <4A51D46E.5070609@ongs.co.jp> Date: Mon, 06 Jul 2009 19:39:42 +0900 From: Daichi GOTO User-Agent: Thunderbird 2.0.0.22 (X11/20090624) MIME-Version: 1.0 To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: patch for VirtualBox 3.0 on FreeBSD 7.2/amd64 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jul 2009 10:57:27 -0000 A blogger posting some patch to run VirtualBox 3.0 on FreeBSD 7.2/amd64. http://d.hatena.ne.jp/akira_you/20090702#p1 -- ONGS Inc. CEO, Daichi GOTO (daichi@ongs.co.jp) TEL: 81-42-316-7945 FAX: 81-42-316-7946 WWW: http://www.ongs.co.jp/ From owner-freebsd-emulation@FreeBSD.ORG Mon Jul 6 11:06:49 2009 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 600D4106566C for ; Mon, 6 Jul 2009 11:06:49 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 328618FC12 for ; Mon, 6 Jul 2009 11:06:49 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n66B6nAW010607 for ; Mon, 6 Jul 2009 11:06:49 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n66B6mhp010603 for emulation@FreeBSD.org; Mon, 6 Jul 2009 11:06:48 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 6 Jul 2009 11:06:48 GMT Message-Id: <200907061106.n66B6mhp010603@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: emulation@FreeBSD.org Cc: Subject: Current problem reports assigned to emulation@FreeBSD.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jul 2009 11:06:49 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/136229 emulation [linux] certain linux apps look for libraries using a 1 problem total. From owner-freebsd-emulation@FreeBSD.ORG Mon Jul 6 11:06:56 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 2D0FE106566C for ; Mon, 6 Jul 2009 11:06:56 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 18F918FC27 for ; Mon, 6 Jul 2009 11:06:56 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n66B6tpk010728 for ; Mon, 6 Jul 2009 11:06:55 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n66B6tmt010724 for freebsd-emulation@FreeBSD.org; Mon, 6 Jul 2009 11:06:55 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 6 Jul 2009 11:06:55 GMT Message-Id: <200907061106.n66B6tmt010724@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-emulation@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-emulation@FreeBSD.org X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jul 2009 11:06:56 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/136321 emulation x11-toolkits/linux-pango: please update linux based po o ports/135341 emulation [PATCH] linux-f10 ports that install manpages: add NOM o ports/135337 emulation [PATCH] emulators/linux_base-f10: incorrect bash usage o ports/135322 emulation Port graphics/linux_dri has incorrect packaging list c o kern/130724 emulation [linprocfs] [patch] cpuinfo in linprocfs is dated, cau o kern/129169 emulation [linux] [patch] Linux Emulation ENOTCONN error using n f ports/127018 emulation Linuxulator incapable of using FreeBSD's LDAP environm o kern/126232 emulation [linux] Linux ioctl TCGETS (0x5401) always fails o kern/97326 emulation [linux] file descriptor leakage in linux emulation o kern/73777 emulation [linux] [patch] linux emulation: root dir special hand a kern/72920 emulation [linux]: path "prefixing" is not done on unix domain s o kern/56451 emulation [linprocfs] /compat/linux/proc/cpuinfo gives wrong CPU o kern/41543 emulation [patch] [request] easier wine/w23 support o kern/39201 emulation [linux] [patch] ptrace(2) and rfork(RFLINUXTHPN) confu o kern/29698 emulation [linux] [patch] linux ipcs doesn'work o kern/21463 emulation [linux] Linux compatability mode should not allow setu o kern/11165 emulation [ibcs2] IBCS2 doesn't work correctly with PID_MAX 9999 17 problems total. From owner-freebsd-emulation@FreeBSD.ORG Mon Jul 6 19:59:42 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 D9BA01065673 for ; Mon, 6 Jul 2009 19:59:42 +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 506728FC17 for ; Mon, 6 Jul 2009 19:59:41 +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 n66JxYtv030649 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 6 Jul 2009 23:59:35 +0400 (MSD) Received: from vova by vbook.fbsd.ru with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1MNuLd-000AVs-Uq; Mon, 06 Jul 2009 23:59:33 +0400 From: Vladimir Grebenschikov To: Hans Petter Selasky In-Reply-To: <200906012241.12019.hselasky@c2i.net> References: <200804142217.17035.beech@FreeBSD.org> <20090530070025.GA2465@current.Sisis.de> <200906012241.12019.hselasky@c2i.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Mon, 06 Jul 2009 23:59:33 +0400 Message-Id: <1246910373.13842.3.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.26.2 FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov Cc: freebsd-multimedia@freebsd.org, freebsd-emulation@freebsd.org, Matthias Apitz Subject: Re: USB webcam++ support for FreeBSD-8-current is soon here X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jul 2009 19:59:43 -0000 On Mon, 2009-06-01 at 22:41 +0200, Hans Petter Selasky wrote: Hi Is there any progress with that ? I've usb cam: ugen4.4: at usbus4, cfg=0 md=HOST spd=HIGH (480Mbps) pwr=ON multimedia/linux-gspca-kmod even did not builds: ... mkdep -f .depend -a -nostdinc -DUSB_DEBUG -DGSPCA_ENABLE_DEBUG -DGSPCA_ENABLE_COMPRESSION -DCONFIG_USB_GSPCA_MODULE=1 -DVID_HARDWARE_GSPCA=0xFF -DGSPCA_VERSION=\"01.00.20\" -D__KERNEL__ -DDRIVER_NAME=gspca -DDEV_NAME=\"video\" -D_KERNEL -DKLD_MODULE -ISunplus -ISunplus-jpeg -ISonix -IConexant -IVimicro -Idecoder -I/usr/local/share/linux-kmod-compat/linux_compat -I. -I@ -I@/contrib/altq gspca_core.c /usr/ports/multimedia/linux-gspca-kmod/work/gspcav1-20071220/decoder/gspcadecoder.c /usr/local/share/linux-kmod-compat/linux_compat/ldev_stub.c /usr/local/share/linux-kmod-compat/linux_compat/linux_compat.c In file included from /usr/local/share/linux-kmod-compat/linux_compat/ldev_stub.c:44: /usr/local/share/linux-kmod-compat/linux_compat/ldev_stub.h:69:30: error: dev/usb/usb_port.h: No such file or directory In file included from /usr/local/share/linux-kmod-compat/linux_compat/linux_compat.c:44: /usr/local/share/linux-kmod-compat/linux_compat/ldev_stub.h:69:30: error: dev/usb/usb_port.h: No such file or directory mkdep: compile failed *** Error code 1 as well as multimedia/pwcbsd ... In file included from pwc.c:27: pwc.h:47:31: error: dev/usb/usb_mfunc.h: No such file or directory pwc.h:48:31: error: dev/usb/usb_error.h: No such file or directory In file included from pwc.h:50, from pwc.c:27: ... Hints will be very appreciated. > During the weekend I have almost finished my Userland Linux kernel wrapper > with full USB support through the new libusb and Linux' V4L API. > > Currently compiling: GSPCA based Webcams, USB video class webcams. > > Technically all V4L Radio/DVB and Webcam devices using USB on Linux can be > supported under FreeBSD in userland with little hassle. The only problem is > that the Linux kernel code is GPL and not LGPL licensed, so there might be a > problem linking with propritary applications ... > > Almost finished code is available from: > > svn --username anonsvn --password anonsvn \ > checkout svn://svn.turbocat.net/i4b/trunk/usbcam/ulinux > > NOTE: Not all files are checked in, so running "make clean all" won't get you > anything yet. > > If you want to help out on getting the rest of the Linux Webcam drivers up and > running on BSD, then please let me know. > > --HPS > _______________________________________________ > freebsd-emulation@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-emulation > To unsubscribe, send any mail to "freebsd-emulation-unsubscribe@freebsd.org" -- Vladimir B. Grebenschikov vova@fbsd.ru From owner-freebsd-emulation@FreeBSD.ORG Tue Jul 7 00:37:05 2009 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 725B8106564A; Tue, 7 Jul 2009 00:37:05 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [217.170.79.85]) by mx1.freebsd.org (Postfix) with ESMTP id 2E19B8FC15; Tue, 7 Jul 2009 00:37:04 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.69) (envelope-from ) id 1MNygB-0007nd-Kp; Tue, 07 Jul 2009 04:37:03 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 5C0ABB842; Tue, 7 Jul 2009 04:37:02 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id 54A9D108842; Tue, 7 Jul 2009 04:37:02 +0400 (MSD) Date: Tue, 7 Jul 2009 04:37:02 +0400 From: Dmitry Marakasov To: bug-followup@FreeBSD.org Message-ID: <20090707003702.GK57922@hades.panopticon> References: <20090608020349.54BDC108840@hades.panopticon> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20090608020349.54BDC108840@hades.panopticon> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: emulation@FreeBSD.org Subject: Re: [PATCH] linux-f10 ports that install manpages: add NOMANCOMPRESS X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jul 2009 00:37:05 -0000 * Dmitry Marakasov (amdmi3@amdmi3.ru) wrote: > >Submitter-Id: current-users > >Originator: Dmitry Marakasov > >Organization: > >Confidential: no > >Synopsis: [PATCH] linux-f10 ports that install manpages: add NOMANCOMPRESS > >Severity: non-critical > >Priority: low > >Category: ports > >Class: sw-bug > >Release: FreeBSD 8.0-CURRENT i386 > >Environment: > System: FreeBSD hades.panopticon 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Mon Jun 1 22:13:51 MSD > >Description: > LINUX_RPM ports install compreesed manpages, but do not set MANCOMPRESSED=yes, so there are gzip errors on installation: `gzip: can't stat: /compat/linux/usr/share/man/manN/foo.N No such file or directory' > > Port maintainer (emulation@FreeBSD.org) is cc'd. > > Generated with FreeBSD Port Tools 0.77 > >How-To-Repeat: > >Fix: > Add MANCOMPRESSED=yes to affected ports, namely: > > databases/linux-f10-sqlite3 > ftp/linux-f10-curl > textproc/linux-f10-libxml2 > > linux-f8 and other linux ports may be affected too. Anyone minds me commiting this after I check whether other linux ports need this change? -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amdmi3@amdmi3.ru ..: jabber: amdmi3@jabber.ru http://www.amdmi3.ru From owner-freebsd-emulation@FreeBSD.ORG Tue Jul 7 00:44:47 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 C6E62106567B for ; Tue, 7 Jul 2009 00:44:47 +0000 (UTC) (envelope-from bill.marquette@ucsecurity.com) Received: from mail.ucsecurity.com (70-88-79-149-BusName-il.chicago.hfc.comcastbusiness.net [70.88.79.149]) by mx1.freebsd.org (Postfix) with ESMTP id 7FFE88FC0C for ; Tue, 7 Jul 2009 00:44:47 +0000 (UTC) (envelope-from bill.marquette@ucsecurity.com) Received: from localhost (localhost [127.0.0.1]) by mail.ucsecurity.com (Postfix) with ESMTP id 7B569352002 for ; Mon, 6 Jul 2009 19:26:28 -0500 (CDT) X-Virus-Scanned: amavisd-new at ucsecurity.com Received: from mail.ucsecurity.com ([127.0.0.1]) by localhost (mail.ucsecurity.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Cj+b15hN2oeS for ; Mon, 6 Jul 2009 19:26:27 -0500 (CDT) Received: from mail.ucsecurity.com (localhost [127.0.0.1]) by mail.ucsecurity.com (Postfix) with ESMTP id 415C9352001 for ; Mon, 6 Jul 2009 19:26:27 -0500 (CDT) Date: Mon, 6 Jul 2009 19:26:27 -0500 (CDT) From: Bill Marquette To: freebsd-emulation@freebsd.org Message-ID: <32277169.121246926387029.JavaMail.root@mail> In-Reply-To: <11557326.101246926062153.JavaMail.root@mail> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [192.168.69.153] X-Mailer: Zimbra 5.0.14_GA_2850.UBUNTU8 (ZimbraWebClient - FF3.0 (Mac)/5.0.14_GA_2850.UBUNTU8) Subject: VirtualBox on 8.0 amd64 segfaulting X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jul 2009 00:44:48 -0000 On an 8.0 build from a couple days ago (ports tree from the same time), I can't get virtualbox to run at all. I don't run a local X server on the machine, however on my Mac I do (XQuartz 2.3.3.2 (xorg-server 1.4.2-apple42)). the missing extension seems to be a red herring to the segfault as if I run Xephyr on the Mac, that error goes away, but I get a segfault in the same location. Not sure what to try, vboxdrv.so is loaded and I've also attempted to run VirtualBox as root. Any hints would be quite helpful! Thanks --Bill macbookpro$ ssh -X vboxhost > uname -a FreeBSD vboxhost.ucsecurity.com 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Sat Jun 27 06:43:03 UTC 2009 root@:/usr/obj/usr/src/sys/GENERIC amd64 > VirtualBox Xlib: extension "Generic Event Extension" missing on display "localhost:14.0". Segmentation fault (core dumped) > sudo gdb /usr/local/bin/VirtualBox VirtualBox.core Password: GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"...(no debugging symbols found)... Core was generated by `VirtualBox'. Program terminated with signal 11, Segmentation fault. Reading symbols from /lib/libthr.so.3...(no debugging symbols found)...done. Loaded symbols for /lib/libthr.so.3 Reading symbols from /usr/lib/libstdc++.so.6...(no debugging symbols found)...done. Loaded symbols for /usr/lib/libstdc++.so.6 Reading symbols from /lib/libm.so.5...(no debugging symbols found)...done. Loaded symbols for /lib/libm.so.5 Reading symbols from /lib/libgcc_s.so.1...(no debugging symbols found)...done. Loaded symbols for /lib/libgcc_s.so.1 Reading symbols from /lib/libc.so.7...(no debugging symbols found)...done. Loaded symbols for /lib/libc.so.7 Reading symbols from /usr/local/lib/virtualbox/VBoxRT.so...done. Loaded symbols for /usr/local/lib/virtualbox/VBoxRT.so Reading symbols from /usr/local/lib/libiconv.so.3...done. Loaded symbols for /usr/local/lib/libiconv.so.3 Reading symbols from /usr/lib/librt.so.1...done. Loaded symbols for /usr/lib/librt.so.1 Reading symbols from /lib/libz.so.4...done. Loaded symbols for /lib/libz.so.4 Reading symbols from /lib/libcrypto.so.5...done. Loaded symbols for /lib/libcrypto.so.5 Reading symbols from /usr/local/lib/libxml2.so.5...done. Loaded symbols for /usr/local/lib/libxml2.so.5 Reading symbols from /usr/local/lib/libcurl.so.5...done. Loaded symbols for /usr/local/lib/libcurl.so.5 Reading symbols from /usr/lib/libssl.so.5...done. Loaded symbols for /usr/lib/libssl.so.5 Reading symbols from /usr/local/lib/virtualbox/VirtualBox.so...done. Loaded symbols for /usr/local/lib/virtualbox/VirtualBox.so Reading symbols from /usr/local/lib/virtualbox/VBoxDDU.so...done. Loaded symbols for /usr/local/lib/virtualbox/VBoxDDU.so Reading symbols from /usr/local/lib/virtualbox/VBoxKeyboard.so...done. Loaded symbols for /usr/local/lib/virtualbox/VBoxKeyboard.so Reading symbols from /usr/local/lib/virtualbox/VBoxREM.so...done. Loaded symbols for /usr/local/lib/virtualbox/VBoxREM.so Reading symbols from /usr/local/lib/virtualbox/VBoxVMM.so...done. Loaded symbols for /usr/local/lib/virtualbox/VBoxVMM.so Reading symbols from /usr/local/lib/libXcursor.so.1...done. Loaded symbols for /usr/local/lib/libXcursor.so.1 Reading symbols from /usr/local/lib/libXext.so.6...done. Loaded symbols for /usr/local/lib/libXext.so.6 Reading symbols from /usr/local/lib/libX11.so.6...done. Loaded symbols for /usr/local/lib/libX11.so.6 Reading symbols from /usr/local/lib/virtualbox/VBoxXPCOM.so...done. Loaded symbols for /usr/local/lib/virtualbox/VBoxXPCOM.so Reading symbols from /usr/local/lib/qt4/libQtCore.so.4...done. Loaded symbols for /usr/local/lib/qt4/libQtCore.so.4 Reading symbols from /usr/local/lib/qt4/libQtGui.so.4...done. Loaded symbols for /usr/local/lib/qt4/libQtGui.so.4 Reading symbols from /usr/local/lib/qt4/libQtNetwork.so.4...done. Loaded symbols for /usr/local/lib/qt4/libQtNetwork.so.4 Reading symbols from /usr/local/lib/libSDL-1.2.so.11...done. Loaded symbols for /usr/local/lib/libSDL-1.2.so.11 Reading symbols from /usr/local/lib/libXrender.so.1...done. Loaded symbols for /usr/local/lib/libXrender.so.1 Reading symbols from /usr/local/lib/libXfixes.so.3...done. Loaded symbols for /usr/local/lib/libXfixes.so.3 Reading symbols from /usr/local/lib/libxcb.so.2...done. Loaded symbols for /usr/local/lib/libxcb.so.2 Reading symbols from /usr/local/lib/libXdmcp.so.6...done. Loaded symbols for /usr/local/lib/libXdmcp.so.6 Reading symbols from /usr/lib/librpcsvc.so.4...done. Loaded symbols for /usr/lib/librpcsvc.so.4 Reading symbols from /usr/local/lib/libXau.so.6...done. Loaded symbols for /usr/local/lib/libXau.so.6 Reading symbols from /usr/local/lib/libgthread-2.0.so.0...done. Loaded symbols for /usr/local/lib/libgthread-2.0.so.0 Reading symbols from /usr/local/lib/libglib-2.0.so.0...done. Loaded symbols for /usr/local/lib/libglib-2.0.so.0 Reading symbols from /usr/local/lib/libpng.so.5...done. Loaded symbols for /usr/local/lib/libpng.so.5 Reading symbols from /usr/local/lib/libSM.so.6...done. Loaded symbols for /usr/local/lib/libSM.so.6 Reading symbols from /usr/local/lib/libICE.so.6...done. Loaded symbols for /usr/local/lib/libICE.so.6 Reading symbols from /usr/local/lib/libXi.so.6...done. Loaded symbols for /usr/local/lib/libXi.so.6 Reading symbols from /usr/local/lib/libXrandr.so.2...done. Loaded symbols for /usr/local/lib/libXrandr.so.2 Reading symbols from /usr/local/lib/libfreetype.so.9...done. Loaded symbols for /usr/local/lib/libfreetype.so.9 Reading symbols from /usr/local/lib/libfontconfig.so.1...done. Loaded symbols for /usr/local/lib/libfontconfig.so.1 Reading symbols from /usr/local/lib/libaa.so.1...done. Loaded symbols for /usr/local/lib/libaa.so.1 Reading symbols from /usr/lib/libusbhid.so.3...done. Loaded symbols for /usr/lib/libusbhid.so.3 Reading symbols from /usr/local/lib/libintl.so.8...done. Loaded symbols for /usr/local/lib/libintl.so.8 Reading symbols from /usr/local/lib/libpcre.so.0...done. Loaded symbols for /usr/local/lib/libpcre.so.0 Reading symbols from /usr/local/lib/libexpat.so.6...done. Loaded symbols for /usr/local/lib/libexpat.so.6 Reading symbols from /lib/libncurses.so.7...done. Loaded symbols for /lib/libncurses.so.7 Reading symbols from /usr/local/lib/libXinerama.so.1...done. Loaded symbols for /usr/local/lib/libXinerama.so.1 Reading symbols from /usr/local/lib/virtualbox/components/VBoxXPCOMIPCC.so...done. Loaded symbols for /usr/local/lib/virtualbox/components/VBoxXPCOMIPCC.so Reading symbols from /usr/local/lib/virtualbox/components/VBoxSVCM.so...done. Loaded symbols for /usr/local/lib/virtualbox/components/VBoxSVCM.so Reading symbols from /libexec/ld-elf.so.1...done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x000000080346c846 in QFontDatabase::load () from /usr/local/lib/qt4/libQtGui.so.4 [New Thread 800df0380 (LWP 100274)] [New Thread 800df0540 (LWP 100273)] [New Thread 800df0700 (LWP 100272)] [New Thread 800d021c0 (LWP 100228)] (gdb) bt #0 0x000000080346c846 in QFontDatabase::load () from /usr/local/lib/qt4/libQtGui.so.4 #1 0x000000080344e17b in QFontPrivate::engineForScript () from /usr/local/lib/qt4/libQtGui.so.4 #2 0x0000000803461b78 in QFontMetrics::height () from /usr/local/lib/qt4/libQtGui.so.4 #3 0x0000000803626cef in QStatusBar::reformat () from /usr/local/lib/qt4/libQtGui.so.4 #4 0x00000008036282d5 in QStatusBar::setSizeGripEnabled () from /usr/local/lib/qt4/libQtGui.so.4 #5 0x000000080362867e in QStatusBar::QStatusBar () from /usr/local/lib/qt4/libQtGui.so.4 #6 0x00000008035e69d8 in QMainWindow::statusBar () from /usr/local/lib/qt4/libQtGui.so.4 #7 0x0000000801c6ceb8 in VBoxSelectorWnd (this=0x800d1dec0, aSelf=0x8020a6908, aParent=Variable "aParent" is not available. ) at /usr/ports/emulators/virtualbox/work/virtualbox-2.2.51r20457/src/VBox/Frontends/VirtualBox/src/VBoxSelectorWnd.cpp:392 #8 0x0000000801bf2665 in VBoxGlobal::selectorWnd (this=0x8020a6860) at /usr/ports/emulators/virtualbox/work/virtualbox-2.2.51r20457/src/VBox/Frontends/VirtualBox/src/VBoxGlobal.cpp:693 #9 0x0000000801bd71d9 in TrustedMain (argc=1, argv=Variable "argv" is not available. ) at /usr/ports/emulators/virtualbox/work/virtualbox-2.2.51r20457/src/VBox/Frontends/VirtualBox/src/main.cpp:475 #10 0x0000000000401b15 in ?? () #11 0x0000000000400fee in ?? () #12 0x000000080053a200 in ?? () #13 0x0000000000000000 in ?? () #14 0x0000000000000000 in ?? () #15 0x0000000000000001 in ?? () #16 0x00007fffffffed80 in ?? () #17 0x0000000000000000 in ?? () #18 0x00007fffffffed8b in ?? () #19 0x00007fffffffed96 in ?? () #20 0x00007fffffffeda4 in ?? () #21 0x00007fffffffedb5 in ?? () #22 0x00007fffffffedca in ?? () #23 0x00007fffffffee27 in ?? () #24 0x00007fffffffee38 in ?? () #25 0x00007fffffffee4d in ?? () #26 0x00007fffffffee59 in ?? () #27 0x00007fffffffee69 in ?? () #28 0x00007fffffffee8c in ?? () #29 0x00007fffffffeec2 in ?? () #30 0x00007fffffffeed5 in ?? () #31 0x00007fffffffeeec in ?? () #32 0x00007fffffffeefd in ?? () #33 0x00007fffffffef0c in ?? () ---Type to continue, or q to quit--- From owner-freebsd-emulation@FreeBSD.ORG Tue Jul 7 02:27:29 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 1F757106564A for ; Tue, 7 Jul 2009 02:27:29 +0000 (UTC) (envelope-from martinrame@yahoo.com) Received: from web35603.mail.mud.yahoo.com (web35603.mail.mud.yahoo.com [66.163.179.142]) by mx1.freebsd.org (Postfix) with SMTP id B99518FC16 for ; Tue, 7 Jul 2009 02:27:28 +0000 (UTC) (envelope-from martinrame@yahoo.com) Received: (qmail 17486 invoked by uid 60001); 7 Jul 2009 02:00:47 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1246932047; bh=vBkNGbHlKl8Paw14tZt97JeMFgZrq4brVBcXh1NxHL4=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=02lcUI39RHSQq0sIXDkMs6Uo1AKq3IBfMHh8rwcxDBVSWpX6rbgQUb1PwW4SvxcYO4lHh5byn0znLUr6yaVqj+PUqZ/Wz6LTHibx0rSuE59njUjoRATqqYtIjOv5vjrS6lHcziJzYiwbUCXjsPZ4ql9eU8pnTXcFFxxRVRMBCHc= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=2Bava9YlYCaj5102q0RhJXpITfcKGCZt75gtGz4Ovye/AmAZwveEacWVf/cE32RHZOWC0aw2+hX2mLmq/Tk8omALoL+YndYqgg0iBKVB3euY4kTtUVlEZpmHo4XE2/azwyGWlq7M243Rw55y4U4IAbeZ4m7+/EMTwKxsFUXCdTI=; Message-ID: <493527.16398.qm@web35603.mail.mud.yahoo.com> X-YMail-OSG: 5GUcqS8VM1nMGF_uPgowlpHhLENF27pAzJhClEaOJEGT0AitqcBSfHVaVPzDf0BwKZZe16LKnzEVTLzIEWcVyL9VRmMKocx8SM.xaFeX.Sfb2PE0VJ6Yng3bxOaSiW7ri5IU8D2rnuBTyh9ijfjTFtNyTBEcwmvlT3kqrjddEr3jCe3j3vhV34qMqGsvN128Y1tv61JyPg.r_APn3r4za5tak1pyErUjnXqQI10_XgFtVH34ww35U4lwDAruAr1220z3z4e.BTiq1hZF63_ZngAo_UfSiGU2C.gidcXwxMZYLWK9YGLGXIuJamcPkemHuGD8XszoUGODdFfIrXNQNwmtapqb54kgwZNd8n13YaRvrxZ3q2gh.A9O.Z4D4N4VpsM- Received: from [201.231.61.15] by web35603.mail.mud.yahoo.com via HTTP; Mon, 06 Jul 2009 19:00:47 PDT X-Mailer: YahooMailRC/1357.22 YahooMailWebService/0.7.289.15 Date: Mon, 6 Jul 2009 19:00:47 -0700 (PDT) From: =?iso-8859-1?Q?Leonardo_M=2E_Ram=E9?= To: freebsd-emulation@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Subject: VirtualBox 2.2.51 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jul 2009 02:27:29 -0000 Hi, I installed VirtualBox on a FreeBSD 7.2-RELEASE i386 and it works almos= t all well, but GuestAdditions. When I try to mount GuestAdditions ISO, VBo= x hangs. If I kill the two VirtualBox processes, then I can't start it agai= n, until I reboot the machine.=0A=0AAnyone can run Guest Additions successf= ully?=0A=0Auname -a: =0AFreeBSD inspiron.local 7.2-RELEASE FreeBSD 7.2-RELE= ASE #0: Fri May 1 08:49:13 UTC 2009root@walker.cse.buffalo.edu:/usr/obj/us= r/src/sys/GENERIC i386=0A=0ALeonardo M. Ram=E9=0Ahttp://leonardorame.blogsp= ot.com=0A=0A=0A From owner-freebsd-emulation@FreeBSD.ORG Tue Jul 7 02:59:39 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 10127106566C; Tue, 7 Jul 2009 02:59:39 +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 69EFE8FC18; Tue, 7 Jul 2009 02:59:37 +0000 (UTC) (envelope-from vova@sw.ru) Received: from vbook.fbsd.ru ([10.24.21.170]) (authenticated bits=0) by relay.sw.ru (8.13.4/8.13.4) with ESMTP id n672xXJN021142 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 7 Jul 2009 06:59:35 +0400 (MSD) Received: from vova by vbook.fbsd.ru with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1MO0u4-000185-Sj; Tue, 07 Jul 2009 06:59:32 +0400 From: Vladimir Grebenschikov To: Bruce Simpson In-Reply-To: <4A5147D9.4070007@incunabulum.net> References: <20090611194557.GC98175@bsdcrew.de> <4A50C4D3.8000902@incunabulum.net> <4A5147D9.4070007@incunabulum.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Tue, 07 Jul 2009 06:59:32 +0400 Message-Id: <1246935572.2484.7.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.26.2 FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov Cc: freebsd-emulation@FreeBSD.org, Martin Wilke Subject: Re: [Call For Testing] VirtualBox for FreeBSD! take 6 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jul 2009 02:59:39 -0000 On Mon, 2009-07-06 at 01:39 +0100, Bruce Simpson wrote: Seen 100% usage by audacious, probably same reason. But did not dig yet. > Woah! > > I noticed I was losing LOTS of free cpu -- on playing mp3 in XMMS. > If I unload vboxdrv.ko, it all gets better. > > I didn't analyze threads or nuthink. Is something spinning in there? > Done there, I just wanted to listen to music. If I see it again I'll let > you know... -- Vladimir B. Grebenschikov vova@fbsd.ru From owner-freebsd-emulation@FreeBSD.ORG Tue Jul 7 08:34:32 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 04429106564A for ; Tue, 7 Jul 2009 08:34:32 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from mail.ebusiness-leidinger.de (mail.ebusiness-leidinger.de [217.11.53.44]) by mx1.freebsd.org (Postfix) with ESMTP id 9F7DF8FC16 for ; Tue, 7 Jul 2009 08:34:31 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (pD9E2EABF.dip.t-dialin.net [217.226.234.191]) by mail.ebusiness-leidinger.de (Postfix) with ESMTPSA id 95AD0844EB5; Tue, 7 Jul 2009 10:34:25 +0200 (CEST) Received: from webmail.leidinger.net (webmail.leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id 4AB50BD7DE; Tue, 7 Jul 2009 10:34:22 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=Leidinger.net; s=outgoing-alex; t=1246955662; bh=UrGV6SqYyloUE67mrvmbIW0K0HHhVe+PxgyqnY7f/CA=; h=Message-ID:Date:From:To:Cc:Subject:References:In-Reply-To: MIME-Version:Content-Type:Content-Transfer-Encoding; b=mM5gRy4+xsSfmtVoUHEx+6btf3Dqj3mk/NYMkA9Exb0BgLvTCKFZOajVWirQw4eYA InpORd9JgDi8iFFkBzn7LGQ5H5yCOD4tj5g2qoJv7DZiEy6OHFxEiHUYiXjpGMtFyu WvsISKPjhq7yYk8JPOnkMPztowcFw0XPrXTT8LAX2n5KOfewMXeRR7Pt5JrfRyG16J sbDQeZnzt2UkHR7RuBiAteph9VUlN9KgGLPnXi8ijjt2JKDV467u3gjLDMjKb8XbiN 6LwlMefXxyFbRSX99F36Dz0gFld1DVQli0ILsEeSZ/9JxeIpkF8inntSOL+1SLdqXL +BIKUqdzv3rOA== Received: (from www@localhost) by webmail.leidinger.net (8.14.3/8.13.8/Submit) id n678YLdf086829; Tue, 7 Jul 2009 10:34:21 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde Framework) with HTTP; Tue, 07 Jul 2009 10:34:21 +0200 Message-ID: <20090707103421.12693ijumiz8zekg@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Tue, 07 Jul 2009 10:34:21 +0200 From: Alexander Leidinger To: Dmitry Lunts References: <23ae50da0907052221v61a6ee54x1e643f9bf99df99b@mail.gmail.com> In-Reply-To: <23ae50da0907052221v61a6ee54x1e643f9bf99df99b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.3.3 / FreeBSD-8.0 X-EBL-MailScanner-Information: Please contact the ISP for more information X-EBL-MailScanner-ID: 95AD0844EB5.EEB48 X-EBL-MailScanner: Found to be clean X-EBL-MailScanner-SpamCheck: not spam, spamhaus-ZEN, SpamAssassin (not cached, score=-0.84, required 6, autolearn=disabled, ALL_TRUSTED -1.44, DKIM_SIGNED 0.00, DKIM_VERIFIED -0.00, J_CHICKENPOX_53 0.60) X-EBL-MailScanner-From: alexander@leidinger.net X-EBL-MailScanner-Watermark: 1247560466.00863@8g1RGrihVGRSxvuJWkpb8g X-EBL-Spam-Status: No Cc: freebsd-emulation@freebsd.org Subject: Re: Sound disappeared when updating linux_base-fc4->linux_base-fc6 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jul 2009 08:34:32 -0000 Quoting Dmitry Lunts (from Mon, 6 Jul 2009 05:21:46 +0000): > Hello,all! > The problem is as follows. > A couple of weeks ago I did transition from linux_base-fc4 (default > linux support module) to linux_base-fc6. The purpose was to install > skype2, which rquires at least linux_base-fc6 module. Along with this > I completely reinstalled ("pkg_delete" then > "make install clean" from recently "portsnapped" ports tree) all the > dependent ports, including > linux-flashplugin-9.0r159 and nspluginwrapper. > The rusult is: skype works OK, > but sound completely disappeared when watching videos from, say, youtube. > Video is OK. This sounds like a flashplugin issue. By default it is using ALSA, but as we do not have support for it, there's a "plugin" for flash, which replaces the ALSA stuff with OSS stuff. Try to find out what it is using. Maybe provide "pkginfo| grep linux" and someone here is able to tell you what is wrong. Bye, Alexander. -- If the ends don't justify the means, then what does? -- Robert Moses http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-emulation@FreeBSD.ORG Tue Jul 7 08:50:59 2009 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CC2851065680 for ; Tue, 7 Jul 2009 08:50:59 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from mail.ebusiness-leidinger.de (mail.ebusiness-leidinger.de [217.11.53.44]) by mx1.freebsd.org (Postfix) with ESMTP id 590278FC1C for ; Tue, 7 Jul 2009 08:50:59 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from outgoing.leidinger.net (pD9E2EABF.dip.t-dialin.net [217.226.234.191]) by mail.ebusiness-leidinger.de (Postfix) with ESMTPSA id B6FC48445A2; Tue, 7 Jul 2009 10:35:47 +0200 (CEST) Received: from webmail.leidinger.net (webmail.leidinger.net [192.168.1.102]) by outgoing.leidinger.net (Postfix) with ESMTP id EC9CFBD801; Tue, 7 Jul 2009 10:35:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=Leidinger.net; s=outgoing-alex; t=1246955745; bh=9YvSEwfCiS13Yg8SImXhiSj2sAgomuhL0drwtEZpYvQ=; h=Message-ID:Date:From:To:Cc:Subject:References:In-Reply-To: MIME-Version:Content-Type:Content-Transfer-Encoding; b=FAJWvfV4PdqlgGqq8fBJZ2f3W/2f0AWR5teNxPBMQGzR2HVANA3RWy92I5xL0Wfrc O2mQLSqbolM26bHEUHgqleBDuLaYdDdovO+MYcDrzvHDuBRQAAM/wcOuBybf756GVF o8WFkIvWN0KD/vh0MhLSNhO2Zcr41qtgIbT5tZYNMzzASKDujAV6yLh3Rrqm+i958F aT0Az0w70Xbw8uLlIGhQadm4tDwAz/T3tZeZ6sCskTAN1kLk3JV7k175eGMvy7EJ23 ZyDWMKh6CBRFIsJe9e+GXSmhZjYg2j50Ep2XTQViahfIRDbqDtJ1ruoeIiJHMIBzI3 JJ9vAMestAZCQ== Received: (from www@localhost) by webmail.leidinger.net (8.14.3/8.13.8/Submit) id n678ZiiR087113; Tue, 7 Jul 2009 10:35:44 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from pslux.cec.eu.int (pslux.cec.eu.int [158.169.9.14]) by webmail.leidinger.net (Horde Framework) with HTTP; Tue, 07 Jul 2009 10:35:44 +0200 Message-ID: <20090707103544.17142pzv7eaoqqio@webmail.leidinger.net> X-Priority: 3 (Normal) Date: Tue, 07 Jul 2009 10:35:44 +0200 From: Alexander Leidinger To: Dmitry Marakasov References: <20090608020349.54BDC108840@hades.panopticon> <20090707003702.GK57922@hades.panopticon> In-Reply-To: <20090707003702.GK57922@hades.panopticon> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.3.3 / FreeBSD-8.0 X-EBL-MailScanner-Information: Please contact the ISP for more information X-EBL-MailScanner-ID: B6FC48445A2.A1685 X-EBL-MailScanner: Found to be clean X-EBL-MailScanner-SpamCheck: not spam, spamhaus-ZEN, SpamAssassin (not cached, score=-1.286, required 6, autolearn=disabled, ALL_TRUSTED -1.44, DKIM_SIGNED 0.00, DKIM_VERIFIED -0.00, TW_BX 0.08, TW_IB 0.08) X-EBL-MailScanner-From: alexander@leidinger.net X-EBL-MailScanner-Watermark: 1247560548.3665@QdTnaNvaIx9n86veGWBalA X-EBL-Spam-Status: No Cc: emulation@freebsd.org Subject: Re: [PATCH] linux-f10 ports that install manpages: add NOMANCOMPRESS X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jul 2009 08:51:00 -0000 Quoting Dmitry Marakasov (from Tue, 7 Jul 2009 04:37:02 +0400): > * Dmitry Marakasov (amdmi3@amdmi3.ru) wrote: > >> >Submitter-Id: current-users >> >Originator: Dmitry Marakasov >> >Organization: >> >Confidential: no >> >Synopsis: [PATCH] linux-f10 ports that install manpages: add NOMANCOMPRESS >> >Severity: non-critical >> >Priority: low >> >Category: ports >> >Class: sw-bug >> >Release: FreeBSD 8.0-CURRENT i386 >> >Environment: >> System: FreeBSD hades.panopticon 8.0-CURRENT FreeBSD 8.0-CURRENT >> #0: Mon Jun 1 22:13:51 MSD >> >Description: >> LINUX_RPM ports install compreesed manpages, but do not set >> MANCOMPRESSED=yes, so there are gzip errors on installation: `gzip: >> can't stat: /compat/linux/usr/share/man/manN/foo.N No such file or >> directory' >> >> Port maintainer (emulation@FreeBSD.org) is cc'd. >> >> Generated with FreeBSD Port Tools 0.77 >> >How-To-Repeat: >> >Fix: >> Add MANCOMPRESSED=yes to affected ports, namely: >> >> databases/linux-f10-sqlite3 >> ftp/linux-f10-curl >> textproc/linux-f10-libxml2 >> >> linux-f8 and other linux ports may be affected too. > > Anyone minds me commiting this after I check whether other linux > ports need this change? If you confirmed that it works and doesn't break something else: go ahead. Bye, Alexander. -- Better dead than mellow. http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-emulation@FreeBSD.ORG Tue Jul 7 09:34:11 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 F37371065674 for ; Tue, 7 Jul 2009 09:34:10 +0000 (UTC) (envelope-from eingorn777@gmail.com) Received: from mail-fx0-f218.google.com (mail-fx0-f218.google.com [209.85.220.218]) by mx1.freebsd.org (Postfix) with ESMTP id 7BAAE8FC1B for ; Tue, 7 Jul 2009 09:34:10 +0000 (UTC) (envelope-from eingorn777@gmail.com) Received: by fxm18 with SMTP id 18so4029951fxm.43 for ; Tue, 07 Jul 2009 02:34:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=7blniN3HpIuUdn8KnL7VaCui3CbTkcVftdjOxYtGqUM=; b=vU0ewABr6Os0CTZB88LSBzdWjjNrGZdpPTQyZ8v9Bdbbl0hW7nWIOwqZ+dvzgLh2S+ iPbz07pXNfPScYMB5+aS8wSzANnHDYzF9tEkvza6smu6vWh0UFLVARoAGnU6DvDEaK4J Ukgu2uQZ/kn1fcWGFhmGfkoqRz912eun/uIIo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=GwOp7029G3Kw+DUOLYQcX0/y7nVYw/TsPkbWC9phljI0C1GMCg3aWgk2FKJZf/kHw0 erCFhR5ztPXb+BSV6RA2jhft2tKuuEvseW4TJHOkBW4VBdmE5c+9cvDq5yq3ybZYYcjt fgZGxDIe/UV/PZt0FLPYXkQEAH4I/5CD1uKc8= MIME-Version: 1.0 Received: by 10.204.123.83 with SMTP id o19mr5568927bkr.12.1246959249289; Tue, 07 Jul 2009 02:34:09 -0700 (PDT) In-Reply-To: <20090707103421.12693ijumiz8zekg@webmail.leidinger.net> References: <23ae50da0907052221v61a6ee54x1e643f9bf99df99b@mail.gmail.com> <20090707103421.12693ijumiz8zekg@webmail.leidinger.net> Date: Tue, 7 Jul 2009 09:34:08 +0000 Message-ID: <23ae50da0907070234q152ed7fbnd0362196c493a973@mail.gmail.com> From: Dmitry Lunts To: Alexander Leidinger Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-emulation@freebsd.org Subject: Re: Sound disappeared when updating linux_base-fc4->linux_base-fc6 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jul 2009 09:34:11 -0000 Thanks for quick replay, Alexander! It seems, ALSA is used only by skype2, because I've never installed the por= t linux-alsa-lib separetely. It was seemingly installed in a tupple with skyp= e2 (this can be seen from pkg_info -R -x linux-alsa-lib, the output is: Required by: skype-2.0.0.72,1 ) Can there be some conflicts? The output of pkg_info|grep linux (all ports are up to date): linux-alsa-lib-1.0.10.3_2 The Advanced Linux Sound Architecture libraries linux-atk-1.9.1_3 Accessibility Toolkit, Linux/i386 binary linux-cairo-1.0.2_2 Linux cairo binary linux-expat-1.95.8_2 Linux/i386 binary port of Expat XML-parsing library linux-flashplugin-9.0r159 Adobe Flash Player NPAPI Plugin linux-fontconfig-2.2.3_9 Linux/i386 binary of Fontconfig linux-gtk2-2.6.10_3 GTK+ library, version 2.X, Linux binary linux-jpeg-6b.34_2 RPM of the JPEG lib linux-libsigc-2.0.17_2 Callback Framework for C++ (linux version) linux-openssl-0.9.7f_2 SSL and crypto library (Linux Version) linux-pango-1.10.2_3 Linux pango binary linux-png-1.2.8_4 RPM of the PNG lib linux-realplayer-10.0.9.809.20070726 Linux RealPlayer 10 from RealNetworks linux-tiff-3.7.1_2 TIFF library, Linux/i386 binary linux-xorg-libs-6.8.2_7 Xorg libraries, linux binaries linux_base-fc6-6_5 Base set of packages needed in Linux mode (for i386/amd= 64) linux_dri-7.0_1 Binary Linux DRI libraries for 3D hardware acceleration= of -- Best regards, Dmitry 2009/7/7, Alexander Leidinger : > Quoting Dmitry Lunts (from Mon, 6 Jul 2009 > 05:21:46 +0000): > >> Hello,all! >> The problem is as follows. >> A couple of weeks ago I did transition from linux_base-fc4 (default >> linux support module) to linux_base-fc6. The purpose was to install >> skype2, which rquires at least linux_base-fc6 module. Along with this >> I completely reinstalled ("pkg_delete" then >> "make install clean" from recently "portsnapped" ports tree) all the >> dependent ports, including >> linux-flashplugin-9.0r159 and nspluginwrapper. >> The rusult is: skype works OK, >> but sound completely disappeared when watching videos from, say, youtub= e. >> Video is OK. > > This sounds like a flashplugin issue. By default it is using ALSA, but > as we do not have support for it, there's a "plugin" for flash, which > replaces the ALSA stuff with OSS stuff. Try to find out what it is > using. Maybe provide "pkginfo| grep linux" and someone here is able to > tell you what is wrong. > > Bye, > Alexander. > > -- > If the ends don't justify the means, then what does? > -- Robert Moses > > http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID =3D B0063FE= 7 > http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID =3D 7207713= 7 > --=20 =D0=A1 =D1=83=D0=B2=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8=D0=B5=D0=BC, =D0=94=D0=BC= =D0=B8=D1=82=D1=80=D0=B8=D0=B9 Best regards, Dmitry email: eingorn777@gmail.com tel#: +7-917-214-6140 ICQ: 462-495-123 Skype: dialect777 From owner-freebsd-emulation@FreeBSD.ORG Tue Jul 7 10:52:14 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 81F5B106564A for ; Tue, 7 Jul 2009 10:52:14 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from QMTA02.westchester.pa.mail.comcast.net (qmta02.westchester.pa.mail.comcast.net [76.96.62.24]) by mx1.freebsd.org (Postfix) with ESMTP id 2DC6E8FC15 for ; Tue, 7 Jul 2009 10:52:13 +0000 (UTC) (envelope-from adamk@voicenet.com) Received: from OMTA05.westchester.pa.mail.comcast.net ([76.96.62.43]) by QMTA02.westchester.pa.mail.comcast.net with comcast id Cyiu1c0060vyq2s52ysEmx; Tue, 07 Jul 2009 10:52:14 +0000 Received: from memory.visualtech.com ([67.103.204.242]) by OMTA05.westchester.pa.mail.comcast.net with comcast id Cys11c0025EJinX3Rys4JS; Tue, 07 Jul 2009 10:52:12 +0000 Message-ID: <4A5328D0.9060701@voicenet.com> Date: Tue, 07 Jul 2009 06:52:00 -0400 From: Adam K Kirchhoff User-Agent: Thunderbird 2.0.0.22 (X11/20090630) MIME-Version: 1.0 To: Dmitry Lunts References: <23ae50da0907052221v61a6ee54x1e643f9bf99df99b@mail.gmail.com> <20090707103421.12693ijumiz8zekg@webmail.leidinger.net> <23ae50da0907070234q152ed7fbnd0362196c493a973@mail.gmail.com> In-Reply-To: <23ae50da0907070234q152ed7fbnd0362196c493a973@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Alexander Leidinger , freebsd-emulation@freebsd.org Subject: Re: Sound disappeared when updating linux_base-fc4->linux_base-fc6 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jul 2009 10:52:14 -0000 I recently had this problem... What's the output of: chroot /compat/linux/ ldd /usr/lib/libflashsupport.so (As root or with sudo). My guess is that libflashsupport.so was built against a different version of libssl. You may need to link /compat/linux/lib/libssl.so.0.9.8g to /compat/linux/lib/libssl.so.5 Adam Dmitry Lunts wrote: > Thanks for quick replay, Alexander! > It seems, ALSA is used only by skype2, because I've never installed the port > linux-alsa-lib separetely. It was seemingly installed in a tupple with skype2 > (this can be seen from pkg_info -R -x linux-alsa-lib, the output is: > Required by: > skype-2.0.0.72,1 > ) > Can there be some conflicts? > The output of pkg_info|grep linux (all ports are up to date): > linux-alsa-lib-1.0.10.3_2 The Advanced Linux Sound Architecture libraries > linux-atk-1.9.1_3 Accessibility Toolkit, Linux/i386 binary > linux-cairo-1.0.2_2 Linux cairo binary > linux-expat-1.95.8_2 Linux/i386 binary port of Expat XML-parsing library > linux-flashplugin-9.0r159 Adobe Flash Player NPAPI Plugin > linux-fontconfig-2.2.3_9 Linux/i386 binary of Fontconfig > linux-gtk2-2.6.10_3 GTK+ library, version 2.X, Linux binary > linux-jpeg-6b.34_2 RPM of the JPEG lib > linux-libsigc-2.0.17_2 Callback Framework for C++ (linux version) > linux-openssl-0.9.7f_2 SSL and crypto library (Linux Version) > linux-pango-1.10.2_3 Linux pango binary > linux-png-1.2.8_4 RPM of the PNG lib > linux-realplayer-10.0.9.809.20070726 Linux RealPlayer 10 from RealNetworks > linux-tiff-3.7.1_2 TIFF library, Linux/i386 binary > linux-xorg-libs-6.8.2_7 Xorg libraries, linux binaries > linux_base-fc6-6_5 Base set of packages needed in Linux mode (for i386/amd64) > linux_dri-7.0_1 Binary Linux DRI libraries for 3D hardware acceleration of > -- > Best regards, Dmitry > > 2009/7/7, Alexander Leidinger : > >> Quoting Dmitry Lunts (from Mon, 6 Jul 2009 >> 05:21:46 +0000): >> >> >>> Hello,all! >>> The problem is as follows. >>> A couple of weeks ago I did transition from linux_base-fc4 (default >>> linux support module) to linux_base-fc6. The purpose was to install >>> skype2, which rquires at least linux_base-fc6 module. Along with this >>> I completely reinstalled ("pkg_delete" then >>> "make install clean" from recently "portsnapped" ports tree) all the >>> dependent ports, including >>> linux-flashplugin-9.0r159 and nspluginwrapper. >>> The rusult is: skype works OK, >>> but sound completely disappeared when watching videos from, say, youtube. >>> Video is OK. >>> >> This sounds like a flashplugin issue. By default it is using ALSA, but >> as we do not have support for it, there's a "plugin" for flash, which >> replaces the ALSA stuff with OSS stuff. Try to find out what it is >> using. Maybe provide "pkginfo| grep linux" and someone here is able to >> tell you what is wrong. >> >> Bye, >> Alexander. >> >> -- >> If the ends don't justify the means, then what does? >> -- Robert Moses >> >> http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 >> http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 >> >> > > > From owner-freebsd-emulation@FreeBSD.ORG Tue Jul 7 16:53:33 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 71994106564A for ; Tue, 7 Jul 2009 16:53:33 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from amailer.gwdg.de (amailer.gwdg.de [134.76.10.18]) by mx1.freebsd.org (Postfix) with ESMTP id 004BE8FC15 for ; Tue, 7 Jul 2009 16:53:32 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from p578b68b8.dip0.t-ipconnect.de ([87.139.104.184] helo=krabat.raven.hur) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1MOD4W-0000ri-LH; Tue, 07 Jul 2009 17:59:09 +0200 Message-ID: <4A5370B9.9030403@gwdg.de> Date: Tue, 07 Jul 2009 17:58:49 +0200 From: Rainer Hurling User-Agent: Thunderbird 2.0.0.22 (X11/20090630) MIME-Version: 1.0 To: Adam K Kirchhoff References: <23ae50da0907052221v61a6ee54x1e643f9bf99df99b@mail.gmail.com> <20090707103421.12693ijumiz8zekg@webmail.leidinger.net> <23ae50da0907070234q152ed7fbnd0362196c493a973@mail.gmail.com> <4A5328D0.9060701@voicenet.com> In-Reply-To: <4A5328D0.9060701@voicenet.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: Alexander Leidinger , freebsd-emulation@freebsd.org, Dmitry Lunts Subject: Re: Sound disappeared when updating linux_base-fc4->linux_base-fc6 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Jul 2009 16:53:33 -0000 I can confirm that this suggestion from Adam is right. After doing ln -s /compat/linux/lib/libssl.so.0.9.8g /compat/linux/lib/libssl.so.5 the sound is back :-) Thanks, Rainer On 07.07.2009 12:52 (UTC+2), Adam K Kirchhoff wrote: > > I recently had this problem... What's the output of: > > chroot /compat/linux/ ldd /usr/lib/libflashsupport.so > > (As root or with sudo). > > My guess is that libflashsupport.so was built against a different > version of libssl. You may need to link > /compat/linux/lib/libssl.so.0.9.8g to /compat/linux/lib/libssl.so.5 > > Adam > > Dmitry Lunts wrote: >> Thanks for quick replay, Alexander! >> It seems, ALSA is used only by skype2, because I've never installed >> the port >> linux-alsa-lib separetely. It was seemingly installed in a tupple with >> skype2 >> (this can be seen from pkg_info -R -x linux-alsa-lib, the output is: >> Required by: >> skype-2.0.0.72,1 >> ) >> Can there be some conflicts? >> The output of pkg_info|grep linux (all ports are up to date): >> linux-alsa-lib-1.0.10.3_2 The Advanced Linux Sound Architecture libraries >> linux-atk-1.9.1_3 Accessibility Toolkit, Linux/i386 binary >> linux-cairo-1.0.2_2 Linux cairo binary >> linux-expat-1.95.8_2 Linux/i386 binary port of Expat XML-parsing library >> linux-flashplugin-9.0r159 Adobe Flash Player NPAPI Plugin >> linux-fontconfig-2.2.3_9 Linux/i386 binary of Fontconfig >> linux-gtk2-2.6.10_3 GTK+ library, version 2.X, Linux binary >> linux-jpeg-6b.34_2 RPM of the JPEG lib >> linux-libsigc-2.0.17_2 Callback Framework for C++ (linux version) >> linux-openssl-0.9.7f_2 SSL and crypto library (Linux Version) >> linux-pango-1.10.2_3 Linux pango binary >> linux-png-1.2.8_4 RPM of the PNG lib >> linux-realplayer-10.0.9.809.20070726 Linux RealPlayer 10 from >> RealNetworks >> linux-tiff-3.7.1_2 TIFF library, Linux/i386 binary >> linux-xorg-libs-6.8.2_7 Xorg libraries, linux binaries >> linux_base-fc6-6_5 Base set of packages needed in Linux mode (for >> i386/amd64) >> linux_dri-7.0_1 Binary Linux DRI libraries for 3D hardware >> acceleration of >> -- >> Best regards, Dmitry >> >> 2009/7/7, Alexander Leidinger : >> >>> Quoting Dmitry Lunts (from Mon, 6 Jul 2009 >>> 05:21:46 +0000): >>> >>> >>>> Hello,all! >>>> The problem is as follows. >>>> A couple of weeks ago I did transition from linux_base-fc4 (default >>>> linux support module) to linux_base-fc6. The purpose was to install >>>> skype2, which rquires at least linux_base-fc6 module. Along with this >>>> I completely reinstalled ("pkg_delete" then >>>> "make install clean" from recently "portsnapped" ports tree) all the >>>> dependent ports, including >>>> linux-flashplugin-9.0r159 and nspluginwrapper. >>>> The rusult is: skype works OK, >>>> but sound completely disappeared when watching videos from, say, >>>> youtube. >>>> Video is OK. >>>> >>> This sounds like a flashplugin issue. By default it is using ALSA, but >>> as we do not have support for it, there's a "plugin" for flash, which >>> replaces the ALSA stuff with OSS stuff. Try to find out what it is >>> using. Maybe provide "pkginfo| grep linux" and someone here is able to >>> tell you what is wrong. >>> >>> Bye, >>> Alexander. >>> >>> -- >>> If the ends don't justify the means, then what does? >>> -- Robert Moses >>> >>> http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 >>> http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 >>> >>> >> >> >> > > _______________________________________________ > freebsd-emulation@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-emulation > To unsubscribe, send any mail to > "freebsd-emulation-unsubscribe@freebsd.org" From owner-freebsd-emulation@FreeBSD.ORG Wed Jul 8 07:31:57 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 2ADB41065673 for ; Wed, 8 Jul 2009 07:31:57 +0000 (UTC) (envelope-from eingorn777@gmail.com) Received: from mail-fx0-f218.google.com (mail-fx0-f218.google.com [209.85.220.218]) by mx1.freebsd.org (Postfix) with ESMTP id B03E58FC14 for ; Wed, 8 Jul 2009 07:31:56 +0000 (UTC) (envelope-from eingorn777@gmail.com) Received: by fxm18 with SMTP id 18so4589223fxm.43 for ; Wed, 08 Jul 2009 00:31:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=RoDs7xgiRJsdKYpUNHvLI4C4WerSayb3IY8CiTGUeYo=; b=iVmESKoNDCr6lzITtSQZQycv0I9agrljA1BNTdvVwLEN1DMdlCYkLObGOdsouaH9zG 4PIZgJB6Nm7y2Kiyme2/V1INfdA8/P4RFtLpX4q5jLd37Wr+4M13hd5ghTOtIV0GXUDz VJEaV6hY1WimrSpyXL6kzJNDL9O06Ju/8lo3Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=v3msikajVrFDfWjr+p+nZ/5tj99YpVyFW/mDjBmxt81vc1c0vU1wQt6g3qgB3+N4su Txm8yr0rzS+77ON+ULX0Xe5N1P6+4z0xMbRlT/sWaSVsnRHNF0vsU0eclrgtl355rX1i 8PMSj7LQhuulE/ERvInJVXAPWXplUim/1KF8k= MIME-Version: 1.0 Received: by 10.204.79.20 with SMTP id n20mr6649168bkk.78.1247038315598; Wed, 08 Jul 2009 00:31:55 -0700 (PDT) In-Reply-To: <4A5370B9.9030403@gwdg.de> References: <23ae50da0907052221v61a6ee54x1e643f9bf99df99b@mail.gmail.com> <20090707103421.12693ijumiz8zekg@webmail.leidinger.net> <23ae50da0907070234q152ed7fbnd0362196c493a973@mail.gmail.com> <4A5328D0.9060701@voicenet.com> <4A5370B9.9030403@gwdg.de> Date: Wed, 8 Jul 2009 07:31:55 +0000 Message-ID: <23ae50da0907080031w724eb773y8c2ec0ac3d2aaeb2@mail.gmail.com> From: Dmitry Lunts To: Rainer Hurling Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Alexander Leidinger , freebsd-emulation@freebsd.org Subject: Re: Sound disappeared when updating linux_base-fc4->linux_base-fc6 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jul 2009 07:31:57 -0000 2009/7/7, Rainer Hurling : > I can confirm that this suggestion from Adam is right. After doing > > ln -s /compat/linux/lib/libssl.so.0.9.8g /compat/linux/lib/libssl.so.5 > > the sound is back :-) > > Thanks, > Rainer Thanks, Rainer! The thing is that soft link already exists: $ ls -al /compat/linux/lib | grep ssl -rwxr-xr-x 1 root wheel 228292 Jun 11 08:30 libssl.so.0.9.7f lrwxrwxrwx 1 root wheel 16 Jun 11 08:30 libssl.so.5 -> libssl.so.0.9.7f The only difference I see is that I have libssl.so.0.9.7f, and in your code snippet libssl.so.0.9.8g appears. (I have FreeBSD 7.1-release installed) Maybe this is the issue? Where else could I search for reason? Regards, Dmitry From owner-freebsd-emulation@FreeBSD.ORG Thu Jul 9 04:19:38 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 9E3A91065977 for ; Thu, 9 Jul 2009 04:19:38 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) Received: from zivm-out3.uni-muenster.de (ZIVM-OUT3.UNI-MUENSTER.DE [128.176.192.18]) by mx1.freebsd.org (Postfix) with ESMTP id 1DFEA8FC23 for ; Thu, 9 Jul 2009 04:19:37 +0000 (UTC) (envelope-from a_best01@uni-muenster.de) X-IronPort-AV: E=Sophos;i="4.42,370,1243807200"; d="scan'208";a="7939106" Received: from zivmaildisp2.uni-muenster.de (HELO ZIVMAILUSER04.UNI-MUENSTER.DE) ([128.176.188.143]) by zivm-relay3.uni-muenster.de with ESMTP; 09 Jul 2009 00:52:23 +0200 Received: by ZIVMAILUSER04.UNI-MUENSTER.DE (Postfix, from userid 149459) id 496E01B008B; Thu, 9 Jul 2009 00:52:23 +0200 (CEST) Date: Thu, 09 Jul 2009 00:52:18 +0200 (CEST) From: Alexander Best Sender: Organization: Westfaelische Wilhelms-Universitaet Muenster To: Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary=+permail-2009070822521880e26a0b00007832-a_best01+ Subject: Gtk-WARNING **: Locale not supported by C library. (fwd) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jul 2009 04:19:39 -0000 This is a MIME encoded multipart message. --+permail-2009070822521880e26a0b00007832-a_best01+ Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit hi there. i wrote this message to freebsd-questions@ but didn't get a reply. maybe someone here can help me with this problem. cheers. alex --+permail-2009070822521880e26a0b00007832-a_best01+ Content-Type: message/rfc822; charset=us-ascii Content-Description: Gtk-WARNING **: Locale not supported by C library. (fwd) Date: Wed, 01 Jul 2009 23:10:46 +0200 (CEST) From: Alexander Best Sender: Organization: Westfaelische Wilhelms-Universitaet Muenster Subject: Gtk-WARNING **: Locale not supported by C library. To: Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-UID: 155 Status: RO Content-Length: 2115 hi there, i've been getting this warning for ages now: (process:7757): Gtk-WARNING **: Locale not supported by C library. Using the fallback 'C' locale. and really like to get rid of it. i searched google but couldn't find a real solution. my locale settings are: LANG=C LC_CTYPE=de_DE.ISO8859-15 LC_COLLATE=en_GB.ISO8859-15 LC_TIME=de_DE.ISO8859-15 LC_NUMERIC=de_DE.ISO8859-15 LC_MONETARY=de_DE.ISO8859-15 LC_MESSAGES=en_GB.ISO8859-15 LC_ALL= i've tried various settings and the only way to get rid of the warning is settings LANG and LC_ALL to "C". if any of the variables isn't set to C the warning will come up again. the app that is triggering the warning is firefox. the strange thing is that all other gtk apps start without this warning except the acrobat reader which is however a linux app. i thought maybe the problem is being caused by linux-gtk2 port. i'm using the native freebsd firefox version but since i'm using linux plugins in firefox they might be causing the gtk warning. i did a `chroot /compat/linux bash` and ran locale (the linux version). this is the output: locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_MESSAGES to default locale: No such file or directory locale: Cannot set LC_ALL to default locale: No such file or directory LANG=C LC_CTYPE=de_DE.ISO8859-15 LC_NUMERIC=de_DE.ISO8859-15 LC_TIME=de_DE.ISO8859-15 LC_COLLATE=en_GB.ISO8859-15 LC_MONETARY=de_DE.ISO8859-15 LC_MESSAGES=en_GB.ISO8859-15 LC_PAPER="C" LC_NAME="C" LC_ADDRESS="C" LC_TELEPHONE="C" LC_MEASUREMENT="C" LC_IDENTIFICATION="C" LC_ALL= if i set LANG and LC_ALL to "C" under the native freebsd ENV and switch to the linux ENV locale's (linux version) output looks just fine: LANG=C LC_CTYPE="C" LC_NUMERIC="C" LC_TIME="C" LC_COLLATE="C" LC_MONETARY="C" LC_MESSAGES="C" LC_PAPER="C" LC_NAME="C" LC_ADDRESS="C" LC_TELEPHONE="C" LC_MEASUREMENT="C" LC_IDENTIFICATION="C" LC_ALL=C so i guess the GTK warning is in fact being triggered by the linux-gtk2 port. can anybody tell me what's wrong with the linux ENV locale settings? thanks in advance. alex --+permail-2009070822521880e26a0b00007832-a_best01+-- From owner-freebsd-emulation@FreeBSD.ORG Thu Jul 9 06:22:28 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 0565B1065676 for ; Thu, 9 Jul 2009 06:22:28 +0000 (UTC) (envelope-from mel.flynn+fbsd.current@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id C47F58FC13 for ; Thu, 9 Jul 2009 06:22:27 +0000 (UTC) (envelope-from mel.flynn+fbsd.current@mailing.thruhere.net) Received: from smoochies.rachie.is-a-geek.net (mailhub.lan.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 51F967E818; Wed, 8 Jul 2009 22:05:30 -0800 (AKDT) From: Mel Flynn To: freebsd-emulation@freebsd.org Date: Wed, 8 Jul 2009 22:05:28 -0800 User-Agent: KMail/1.11.4 (FreeBSD/8.0-CURRENT; KDE/4.2.4; i386; ; ) References: <91942330@ipt.ru> In-Reply-To: <91942330@ipt.ru> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907082205.29119.mel.flynn+fbsd.current@mailing.thruhere.net> Cc: Subject: Re: HEADSUP: the default linux base and infrastructure ports has been changed to Fedora 10 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jul 2009 06:22:28 -0000 On Friday 26 June 2009 09:08:53 Boris Samorodov wrote: > the day of changing a default linux base and infrastructure ports > has happened. For a long time we used to have default linux_base-fc4 > and Fedora Core 4 infrastructure ports. It's too old now and has > some security issues which won't be addressed. Now we have all > needed changes at the base system and we have switched defaults > to Fedora 10 ports. > 4. Remove any OVERRIDE_LINUX_* lines from /etc/make.conf > and ensure that you have compat.linux.osrelease=2.6.16. Does this mean epoll(4) is now implemented? I've got a few people begging me to play regnum online, yet this is the first hurdle I keep stumbling in to. According to http://linux.die.net/man/4/epoll epoll should be in 2.6.x. Since this is basically a kqueue/kevent reimplementation, I was initially surprised to see the "not implemented" notification. -- Mel From owner-freebsd-emulation@FreeBSD.ORG Thu Jul 9 07:44:56 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 90197106566B for ; Thu, 9 Jul 2009 07:44:56 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id 452EC8FC08 for ; Thu, 9 Jul 2009 07:44:56 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id EFE3A9CB0D9; Thu, 9 Jul 2009 09:24:14 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hRC7mFEW40z1; Thu, 9 Jul 2009 09:24:12 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 81A979CB164; Thu, 9 Jul 2009 09:24:12 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id n697OBAr097223; Thu, 9 Jul 2009 09:24:11 +0200 (CEST) (envelope-from rdivacky) Date: Thu, 9 Jul 2009 09:24:11 +0200 From: Roman Divacky To: Mel Flynn Message-ID: <20090709072411.GA91782@freebsd.org> References: <91942330@ipt.ru> <200907082205.29119.mel.flynn+fbsd.current@mailing.thruhere.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="3V7upXqbjpZ4EhLz" Content-Disposition: inline In-Reply-To: <200907082205.29119.mel.flynn+fbsd.current@mailing.thruhere.net> User-Agent: Mutt/1.4.2.3i Cc: freebsd-emulation@freebsd.org Subject: Re: HEADSUP: the default linux base and infrastructure ports has been changed to Fedora 10 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jul 2009 07:44:56 -0000 --3V7upXqbjpZ4EhLz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Jul 08, 2009 at 10:05:28PM -0800, Mel Flynn wrote: > On Friday 26 June 2009 09:08:53 Boris Samorodov wrote: >=20 > > the day of changing a default linux base and infrastructure ports > > has happened. For a long time we used to have default linux_base-fc4 > > and Fedora Core 4 infrastructure ports. It's too old now and has > > some security issues which won't be addressed. Now we have all > > needed changes at the base system and we have switched defaults > > to Fedora 10 ports. >=20 > > 4. Remove any OVERRIDE_LINUX_* lines from /etc/make.conf > > and ensure that you have compat.linux.osrelease=3D2.6.16. >=20 > Does this mean epoll(4) is now implemented? I've got a few people begging= me=20 > to play regnum online, yet this is the first hurdle I keep stumbling in t= o. >=20 > According to http://linux.die.net/man/4/epoll epoll should be in 2.6.x. S= ince=20 > this is basically a kqueue/kevent reimplementation, I was initially surpr= ised=20 > to see the "not implemented" notification. there's a patch: http://www.vlakno.cz/~rdivacky/patches/linux_epoll.patch waiting to be finished. this patch does not work after fork, ie. the epoll() is not present in the child... the fork thing must be done in kqueue and is not completely trivial. if someone wnats to finish this I am willing to hel= p. roman --3V7upXqbjpZ4EhLz Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (FreeBSD) iEYEARECAAYFAkpVmxsACgkQLVEj6D3CBExaowCggo/9B2Lm7Z5V2MZlEey16buC 5SgAnAi4cgtC3GllKzvLw4Lu+HBznE6z =2pG2 -----END PGP SIGNATURE----- --3V7upXqbjpZ4EhLz-- From owner-freebsd-emulation@FreeBSD.ORG Thu Jul 9 16:38:04 2009 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D61F01065686 for ; Thu, 9 Jul 2009 16:38:04 +0000 (UTC) (envelope-from bounces+305227.47129311.578549@icpbounce.com) Received: from smtp2.icpbounce.com (smtp2.icpbounce.com [216.27.93.124]) by mx1.freebsd.org (Postfix) with ESMTP id D5D8D8FC24 for ; Thu, 9 Jul 2009 16:38:01 +0000 (UTC) (envelope-from bounces+305227.47129311.578549@icpbounce.com) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by smtp2.icpbounce.com (Postfix) with ESMTP id 08F2248BD4 for ; Thu, 9 Jul 2009 12:15:23 -0400 (EDT) Date: Thu, 9 Jul 2009 12:15:23 -0400 To: emulation@freebsd.org From: Global Access Travel Message-ID: <59ee99343d80cdb587d979337146f4a2@localhost.localdomain> X-Priority: 3 X-Mailer: PHPMailer [version 1.72] Errors-To: bounces+305227.47129311.578549@icpbounce.com X-List-Unsubscribe: X-Unsubscribe-Web: X-ICPINFO: X-Return-Path-Hint: bounces+305227.47129311.578549@icpbounce.com MIME-Version: 1.0 Content-Type: text/plain; charset = "utf-8" Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Fam Trip to TURKEY for $999 (Refundable) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jul 2009 16:38:05 -0000 [http://www.turkeycallingus.com/] Exclusive Boutique Enterprise Turkey FAM ISTANBUL - CAPPADOCIA - KONYA - ANTALYA - PAMUKKALE - KUSADASI 9 Nights / 11 Days $999 • 5 Continents • 150 Countries Worldwide • 100.000 Hotels • Instant Confirmation [http://www.turkeycallingus.com] [http://www.turkeycallingus.com/turkey-fam/TurkeyFam.htm] [http://www.turkeycallingus.com/turkey-fam/TurkeyFamItinerary.htm] [http://www.turkeycallingus.com/turkey-fam/TurkeyFamRates.htm] [http://www.turkeycallingus.com/turkey-fam/TurkeyFamServices.htm] [http://www.turkeycallingus.com/turkey-fam/TurkeyFamHotels.htm] Global Access proudly presents the biggest FAM Trip of the year, teaming with Turkish Airlines and Turkish Ministry of Tourism and Culture. As the host of ASTA IDE 2010 and European Capital of Culture 2010, Turkey is likely to be the one of the most popular destinations in 2010. Those who act early and get to know this beautiful country better will be able to give a better insight to their clients and secure more bookings. Our specially selected travel agents will stay in best hotels in each town, be escorted by professional, top tour guides, taste exceptionally good examples of Turkish Cuisine, and get to know Turkey in elegant way. Join us for a luxury FAM adventure and be our special guest in our beautiful country! COMBINE WITH World Travel Market! One of the biggest travel shows of Europe and the world, WTM, will be held in London between 9-12 November 2009. Combine your London trip with Turkey and benefit from great agent rates to see one of the most popular tourist destinations from USA and Canada. WE WILL REFUND YOUR MONEY BACK ! Upon booking your 20th passenger on a Global Access Travel Service, we will refund you the whole tour price that you’ve paid for the FAM Trip. If you book 20 or more people on a Global Access Travel Service before the FAM Trip starts, then you will travel for free! About Us Global Access Travel (GA) was founded in Turkey by a group of tourism professionals and marketing experts who recognized the needs to offer online services for accommodations, car rentals, and other travel related services to travel agencies. Through its sophisticated online reservation services, GA offers more than 100,000 hotels, motels, resorts, clubs and apartments all around the world. Other services of GA include car rentals, transfers, special tours, luxury services, city breaks, flight tickets and other services such as tailor made tour packages, exhibition organizations, incentives and other travel related services around the globe at competitive rates. [http://www.TurkeyCallingus.com] www.TurkeyCalling.us [http://www.turkeycallingus.com/turkey-calling-contact-us.htm] Global Access Travel Tel: +90 212 258 58 29 Fax: +90 212 258 34 47 E-mail : [mailto:incoming@gaturkey.com] incoming@gaturkey.com Website: [http://www.turkeycallingus.com/] www.TurkeyCalling.Us This message was sent by: FamTrit turkey, Nüzhetiye Cad., istanbul, besiktas 34357, Turkey To be removed click here: http://app.icontact.com/icp/mmail-mprofile.pl?r=47129311&l=82243&s=DFI3&m=578549&c=305227 Forward to a friend: http://app.icontact.com/icp/sub/forward?m=578549&s=47129311&c=DFI3&cid=305227 From owner-freebsd-emulation@FreeBSD.ORG Thu Jul 9 16:40:34 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 D529E1065745 for ; Thu, 9 Jul 2009 16:40:34 +0000 (UTC) (envelope-from bounces+305227.47129453.578549@icpbounce.com) Received: from smtp2.icpbounce.com (smtp2.icpbounce.com [216.27.93.124]) by mx1.freebsd.org (Postfix) with ESMTP id 6FB468FC14 for ; Thu, 9 Jul 2009 16:40:34 +0000 (UTC) (envelope-from bounces+305227.47129453.578549@icpbounce.com) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by smtp2.icpbounce.com (Postfix) with ESMTP id B89A7F8842 for ; Thu, 9 Jul 2009 12:15:44 -0400 (EDT) Date: Thu, 9 Jul 2009 12:15:44 -0400 To: freebsd-emulation@freebsd.org From: Global Access Travel Message-ID: X-Priority: 3 X-Mailer: PHPMailer [version 1.72] Errors-To: bounces+305227.47129453.578549@icpbounce.com X-List-Unsubscribe: X-Unsubscribe-Web: X-ICPINFO: X-Return-Path-Hint: bounces+305227.47129453.578549@icpbounce.com MIME-Version: 1.0 Content-Type: text/plain; charset = "utf-8" Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Fam Trip to TURKEY for $999 (Refundable) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jul 2009 16:40:36 -0000 [http://www.turkeycallingus.com/] Exclusive Boutique Enterprise Turkey FAM ISTANBUL - CAPPADOCIA - KONYA - ANTALYA - PAMUKKALE - KUSADASI 9 Nights / 11 Days $999 • 5 Continents • 150 Countries Worldwide • 100.000 Hotels • Instant Confirmation [http://www.turkeycallingus.com] [http://www.turkeycallingus.com/turkey-fam/TurkeyFam.htm] [http://www.turkeycallingus.com/turkey-fam/TurkeyFamItinerary.htm] [http://www.turkeycallingus.com/turkey-fam/TurkeyFamRates.htm] [http://www.turkeycallingus.com/turkey-fam/TurkeyFamServices.htm] [http://www.turkeycallingus.com/turkey-fam/TurkeyFamHotels.htm] Global Access proudly presents the biggest FAM Trip of the year, teaming with Turkish Airlines and Turkish Ministry of Tourism and Culture. As the host of ASTA IDE 2010 and European Capital of Culture 2010, Turkey is likely to be the one of the most popular destinations in 2010. Those who act early and get to know this beautiful country better will be able to give a better insight to their clients and secure more bookings. Our specially selected travel agents will stay in best hotels in each town, be escorted by professional, top tour guides, taste exceptionally good examples of Turkish Cuisine, and get to know Turkey in elegant way. Join us for a luxury FAM adventure and be our special guest in our beautiful country! COMBINE WITH World Travel Market! One of the biggest travel shows of Europe and the world, WTM, will be held in London between 9-12 November 2009. Combine your London trip with Turkey and benefit from great agent rates to see one of the most popular tourist destinations from USA and Canada. WE WILL REFUND YOUR MONEY BACK ! Upon booking your 20th passenger on a Global Access Travel Service, we will refund you the whole tour price that you’ve paid for the FAM Trip. If you book 20 or more people on a Global Access Travel Service before the FAM Trip starts, then you will travel for free! About Us Global Access Travel (GA) was founded in Turkey by a group of tourism professionals and marketing experts who recognized the needs to offer online services for accommodations, car rentals, and other travel related services to travel agencies. Through its sophisticated online reservation services, GA offers more than 100,000 hotels, motels, resorts, clubs and apartments all around the world. Other services of GA include car rentals, transfers, special tours, luxury services, city breaks, flight tickets and other services such as tailor made tour packages, exhibition organizations, incentives and other travel related services around the globe at competitive rates. [http://www.TurkeyCallingus.com] www.TurkeyCalling.us [http://www.turkeycallingus.com/turkey-calling-contact-us.htm] Global Access Travel Tel: +90 212 258 58 29 Fax: +90 212 258 34 47 E-mail : [mailto:incoming@gaturkey.com] incoming@gaturkey.com Website: [http://www.turkeycallingus.com/] www.TurkeyCalling.Us This message was sent by: FamTrit turkey, Nüzhetiye Cad., istanbul, besiktas 34357, Turkey To be removed click here: http://app.icontact.com/icp/mmail-mprofile.pl?r=47129453&l=82243&s=L28B&m=578549&c=305227 Forward to a friend: http://app.icontact.com/icp/sub/forward?m=578549&s=47129453&c=L28B&cid=305227 From owner-freebsd-emulation@FreeBSD.ORG Thu Jul 9 22:11:13 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 7E3A0106566C for ; Thu, 9 Jul 2009 22:11:13 +0000 (UTC) (envelope-from vadim.braun@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.157]) by mx1.freebsd.org (Postfix) with ESMTP id 0B5588FC0A for ; Thu, 9 Jul 2009 22:11:12 +0000 (UTC) (envelope-from vadim.braun@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so1420757fgb.12 for ; Thu, 09 Jul 2009 15:11:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:content-type :date:message-id:mime-version:x-mailer:content-transfer-encoding; bh=FxdOSkNqHFxFSOgMKz2S39izvtUzkx3H7vSIWX8bcOY=; b=h/cw4+2Z/Wo9API+ShhcOQARw+dTbilXvGQzrlujw/l/85FrH1lN6fN83GmD77JIos vAhjS+YcMvNVrYsvyDGdBBkrozhE5j36oaRvuZiSRMc+sGuv+RHbI+zVW/Zn1IqDGsTa /5/cEbyqaXN6oLNEdj2InBTVJMxHWcNheZkLc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; b=rFfzbbbqpX2V0bGDikYC9Ul3FBgps4V/k8GpM+hURChN+881V/CGtSJ2+r/gw1+sHX UF1r+yhDlb1XAvh6+LQQ3RH/Fd1cAJIOREYiuhxUrTJlzPCV6z/bDacAmiVJh6rRc261 JY9KS6IqPaYTNAbNdILU3piTd7WjPHjg2SuyM= Received: by 10.86.51.12 with SMTP id y12mr502714fgy.9.1247175864034; Thu, 09 Jul 2009 14:44:24 -0700 (PDT) Received: from ?192.168.0.177? (212-178-27-230.broadband.tenet.odessa.ua [212.178.27.230]) by mx.google.com with ESMTPS id l12sm431089fgb.4.2009.07.09.14.44.23 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 09 Jul 2009 14:44:23 -0700 (PDT) From: Vadim Braun To: freebsd-emulation@freebsd.org Content-Type: text/plain Date: Fri, 10 Jul 2009 00:43:52 +0300 Message-Id: <1247175832.1455.36.camel@zero.mshome.net> Mime-Version: 1.0 X-Mailer: Evolution 2.26.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Subject: VirtualBox WinXP SP2 guest OS black screen X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Jul 2009 22:11:13 -0000 Hi all! I try to install guest OS in VirtualBox (WinXP SP2), but in GUI guest OS window I can see only black screen. Window can repaint OS UI only if I select menu item "Close Virtual Machine". FreeBSD uname -a info: FreeBSD zero.mshome.net 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 07:18:07 UTC 2009 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 VirtualBox version 2.2.51.r20457. Is it a known issue? Thanks. Vadim. From owner-freebsd-emulation@FreeBSD.ORG Fri Jul 10 03:57:01 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 93B701065672 for ; Fri, 10 Jul 2009 03:57:01 +0000 (UTC) (envelope-from npapke@acm.org) Received: from idcmail-mo1so.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10]) by mx1.freebsd.org (Postfix) with ESMTP id 5C4188FC1B for ; Fri, 10 Jul 2009 03:57:01 +0000 (UTC) (envelope-from npapke@acm.org) Received: from pd2ml1so-ssvc.prod.shaw.ca ([10.0.141.139]) by pd2mo1so-svcs.prod.shaw.ca with ESMTP; 09 Jul 2009 21:28:59 -0600 X-Cloudmark-SP-Filtered: true X-Cloudmark-SP-Result: v=1.0 c=1 a=SzpOvH_pvwwA:10 a=VF9RaR9bft6c8SsOr3WyFg==:17 a=DVhq8gW8AAAA:8 a=N54-gffFAAAA:8 a=lvbMJxvVAAAA:8 a=2cYj2uLzN9U2N3ezc2gA:9 a=ogkVpK6WVKpDzzUlhtsA:7 a=AKfgG1wDtWbHlX_MfT7DZOh_TLYA:4 a=nAPXUAfsBmEA:10 Received: from unknown (HELO proven.lan) ([24.85.241.34]) by pd2ml1so-dmz.prod.shaw.ca with ESMTP; 09 Jul 2009 21:28:59 -0600 Received: from proven.lan (localhost [127.0.0.1]) by proven.lan (8.14.3/8.14.3) with ESMTP id n6A3Swvo068134 for ; Thu, 9 Jul 2009 20:28:58 -0700 (PDT) (envelope-from npapke@acm.org) Received: from localhost (localhost [[UNIX: localhost]]) by proven.lan (8.14.3/8.14.3/Submit) id n6A3SwPg068133 for freebsd-emulation@freebsd.org; Thu, 9 Jul 2009 20:28:58 -0700 (PDT) (envelope-from npapke@acm.org) X-Authentication-Warning: proven.lan: npapke set sender to npapke@acm.org using -f From: Norbert Papke Organization: Archaeological Filing To: freebsd-emulation@freebsd.org Date: Thu, 9 Jul 2009 20:28:58 -0700 User-Agent: KMail/1.9.10 References: <1247175832.1455.36.camel@zero.mshome.net> In-Reply-To: <1247175832.1455.36.camel@zero.mshome.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907092028.58457.npapke@acm.org> Subject: Re: VirtualBox WinXP SP2 guest OS black screen X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jul 2009 03:57:02 -0000 On July 9, 2009, Vadim Braun wrote: > I try to install guest OS in VirtualBox (WinXP SP2), but in GUI guest OS > window I can see only black screen. > Window can repaint OS UI only if I select menu item "Close Virtual > Machine". > > FreeBSD uname -a info: > FreeBSD zero.mshome.net 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 > 07:18:07 UTC 2009 > root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 > > VirtualBox version 2.2.51.r20457. Nor sure if it is related, but I too had problems during Windows installation. Disabling "VT-x/AMD-V" during the installation helped. I re-enabled it after installation and have not had any problems. Cheers, -- Norbert Papke. npapke@acm.org http://saveournet.ca Protecting your Internet's level playing field From owner-freebsd-emulation@FreeBSD.ORG Sat Jul 11 00:51:34 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 431A31065674 for ; Sat, 11 Jul 2009 00:51:34 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from mail10.syd.optusnet.com.au (mail10.syd.optusnet.com.au [211.29.132.191]) by mx1.freebsd.org (Postfix) with ESMTP id CC3198FC12 for ; Sat, 11 Jul 2009 00:51:33 +0000 (UTC) (envelope-from peterjeremy@optushome.com.au) Received: from server.vk2pj.dyndns.org (c122-106-247-205.belrs3.nsw.optusnet.com.au [122.106.247.205]) by mail10.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id n6B0pVW8001095 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 11 Jul 2009 10:51:32 +1000 X-Bogosity: Ham, spamicity=0.000000 Received: from server.vk2pj.dyndns.org (localhost.vk2pj.dyndns.org [127.0.0.1]) by server.vk2pj.dyndns.org (8.14.3/8.14.3) with ESMTP id n6B0pUOV010289 for ; Sat, 11 Jul 2009 10:51:30 +1000 (EST) (envelope-from peter@server.vk2pj.dyndns.org) Received: (from peter@localhost) by server.vk2pj.dyndns.org (8.14.3/8.14.3/Submit) id n6B0pU1N010288 for freebsd-emulation@freebsd.org; Sat, 11 Jul 2009 10:51:30 +1000 (EST) (envelope-from peter) Date: Sat, 11 Jul 2009 10:51:30 +1000 From: Peter Jeremy To: freebsd-emulation@freebsd.org Message-ID: <20090711005130.GB43362@server.vk2pj.dyndns.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="b5gNqxB1S1yM7hjW" Content-Disposition: inline X-PGP-Key: http://members.optusnet.com.au/peterjeremy/pubkey.asc User-Agent: Mutt/1.5.19 (2009-01-05) Subject: Linuxolator proc/cpuinfo X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jul 2009 00:51:34 -0000 --b5gNqxB1S1yM7hjW Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I've recently noticed that the 'flags' output from cpuinfo is incomplete. As an example, my Atom N270 reports: flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca = cmov pat b19 b21 mmxext mmx fxsr xmm sse2 b27 b28 b29 3dnow Whereas dmesg reports: Features=3D0xbfe9fbff Features2=3D0x40c39d> AMD Features2=3D0x1 Is there a particular reason why the flags output isn't complete? As an example, I recently tried to run a binary Sage package (www.sagemath.org) in FreeBSD -current. During startup, it verifies that the target CPU supports the instructions used and, on my Atom, complained that 'ssse3', 'pni' and 'sse' are missing - whilst they are missing from cpuinfo flags, they are present in the Atom. --=20 Peter Jeremy --b5gNqxB1S1yM7hjW Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (FreeBSD) iEYEARECAAYFAkpX4hIACgkQ/opHv/APuIf8JwCbBNSaXvG3+Mlc4/TEcZFL32BC IXkAn1//rh/6mioBPODrDBQKrK8AdcYU =sAAc -----END PGP SIGNATURE----- --b5gNqxB1S1yM7hjW-- From owner-freebsd-emulation@FreeBSD.ORG Sat Jul 11 11:44:22 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 C8EE91065670 for ; Sat, 11 Jul 2009 11:44:22 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id 852218FC22 for ; Sat, 11 Jul 2009 11:44:21 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 528739CB0EC; Sat, 11 Jul 2009 13:42:48 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id crmTdqQirbZn; Sat, 11 Jul 2009 13:42:46 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 17A279CB1C4; Sat, 11 Jul 2009 13:42:46 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id n6BBgjme037819; Sat, 11 Jul 2009 13:42:45 +0200 (CEST) (envelope-from rdivacky) Date: Sat, 11 Jul 2009 13:42:45 +0200 From: Roman Divacky To: Peter Jeremy Message-ID: <20090711114245.GA37763@freebsd.org> References: <20090711005130.GB43362@server.vk2pj.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090711005130.GB43362@server.vk2pj.dyndns.org> User-Agent: Mutt/1.4.2.3i Cc: freebsd-emulation@freebsd.org Subject: Re: Linuxolator proc/cpuinfo X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jul 2009 11:44:23 -0000 On Sat, Jul 11, 2009 at 10:51:30AM +1000, Peter Jeremy wrote: > I've recently noticed that the 'flags' output from cpuinfo is > incomplete. As an example, my Atom N270 reports: > flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat b19 b21 mmxext mmx fxsr xmm sse2 b27 b28 b29 3dnow > > Whereas dmesg reports: > Features=0xbfe9fbff > Features2=0x40c39d> > AMD Features2=0x1 > > Is there a particular reason why the flags output isn't complete? > > As an example, I recently tried to run a binary Sage package > (www.sagemath.org) in FreeBSD -current. During startup, it verifies > that the target CPU supports the instructions used and, on my Atom, > complained that 'ssse3', 'pni' and 'sse' are missing - whilst they > are missing from cpuinfo flags, they are present in the Atom. feel free to submit patch :) it should be pretty trivial. I am willing to review/commit From owner-freebsd-emulation@FreeBSD.ORG Sat Jul 11 21:19: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 7964A106566B for ; Sat, 11 Jul 2009 21:19:31 +0000 (UTC) (envelope-from barbara.xxx1975@libero.it) Received: from cp-out2.libero.it (cp-out2.libero.it [212.52.84.102]) by mx1.freebsd.org (Postfix) with ESMTP id 3E0158FC13 for ; Sat, 11 Jul 2009 21:19:30 +0000 (UTC) (envelope-from barbara.xxx1975@libero.it) Received: from libero.it (192.168.17.8) by cp-out2.libero.it (8.5.107) id 4A511541005D4D70; Sat, 11 Jul 2009 23:08:17 +0200 Date: Sat, 11 Jul 2009 23:08:17 +0200 Message-Id: MIME-Version: 1.0 X-Sensitivity: 3 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable From: "barbara" To: "freebsd-emulation" X-XaM3-API-Version: 4.3 (R1) (B3pl25) X-SenderIP: 82.61.68.188 Cc: eingorn777 Subject: Sound disappeared when updating linux_base-fc4->linux_base-fc6 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jul 2009 21:19:31 -0000 Can you try setting the hw.snd.compat_linux_mmap sysctl to 1?