From owner-freebsd-emulation@FreeBSD.ORG Sun Jun 7 05:20: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 9D8461065672 for ; Sun, 7 Jun 2009 05:20:22 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell.rawbw.com (shell.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 726A48FC16 for ; Sun, 7 Jun 2009 05:20:22 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from eagle.syrec.org (ppp-71-139-35-171.dsl.snfc21.pacbell.net [71.139.35.171]) (authenticated bits=0) by shell.rawbw.com (8.13.6/8.13.6) with ESMTP id n575KLwx012538 for ; Sat, 6 Jun 2009 22:20:21 -0700 (PDT) Message-ID: <4A2B4E14.9040809@rawbw.com> Date: Sat, 06 Jun 2009 22:20:20 -0700 From: Yuri User-Agent: Thunderbird 2.0.0.21 (X11/20090419) MIME-Version: 1.0 To: freebsd-emulation@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Port linux_dri has incorrect packaging list X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yuri@rawbw.com List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jun 2009 05:20:22 -0000 I have linux_dri-7.0_1 installed. pkg-plist has the line /compat/linux/usr/X11R6/lib/libGL.so.1 and 'pkg_info -L linux_dri-7.0_1' shows /compat/linux/usr/X11R6/lib/libGL.so.1 but there no such file in the file system. Insteas there is: ls -l /compat/linux/usr/lib/libGL.so.1 lrwxr-xr-x 1 root users 15 Jun 6 13:05 /compat/linux/usr/lib/libGL.so.1 -> libGL.so.180.60 As a result automatic port upgrade of may ports depending on Linux libGL.so fails and attempts to reinstall linux_dri and fails because it's already installed. portupdate looks for /compat/linux/usr/X11R6/lib/libGL.so.1 for some reason, it's not there and it decides to install linux_dri and fails. Please fix this, Yuri From owner-freebsd-emulation@FreeBSD.ORG Sun Jun 7 09:18: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 21B52106564A for ; Sun, 7 Jun 2009 09:18:28 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id D2EC58FC1A for ; Sun, 7 Jun 2009 09:18:27 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1MDEWH-000LRF-KQ; Sun, 07 Jun 2009 13:18:25 +0400 To: yuri@rawbw.com References: <4A2B4E14.9040809@rawbw.com> From: Boris Samorodov Date: Sun, 07 Jun 2009 13:18:28 +0400 In-Reply-To: <4A2B4E14.9040809@rawbw.com> (yuri@rawbw.com's message of "Sat\, 06 Jun 2009 22\:20\:20 -0700") Message-ID: <36843755@bb.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-emulation@FreeBSD.org Subject: Re: Port linux_dri has incorrect packaging list 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, 07 Jun 2009 09:18:28 -0000 On Sat, 06 Jun 2009 22:20:20 -0700 Yuri wrote: > I have linux_dri-7.0_1 installed. > pkg-plist has the line /compat/linux/usr/X11R6/lib/libGL.so.1 and > pkg_info -L linux_dri-7.0_1' shows > /compat/linux/usr/X11R6/lib/libGL.so.1 but there no such file in the > file system. > Insteas there is: > ls -l /compat/linux/usr/lib/libGL.so.1 > lrwxr-xr-x 1 root users 15 Jun 6 13:05 > /compat/linux/usr/lib/libGL.so.1 -> libGL.so.180.60 I'm sure that file was installed by a x11/nvidia-driver* port. Please show us an output of: % pkg_info -W /compat/linux/usr/lib/libGL.so.180.60 The above mentioned port seems to be replacing linux libGL files whether they exist. > As a result automatic port upgrade of may ports depending on Linux > libGL.so fails and attempts to reinstall linux_dri and fails because > it's already installed. > portupdate looks for /compat/linux/usr/X11R6/lib/libGL.so.1 for some > reason, it's not there and it decides to install linux_dri and fails. > Please fix this, Seems that there should be a CONFLICTS knob for the port. Can you show: % pkg_info -xI linux WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-emulation@FreeBSD.ORG Sun Jun 7 09: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 6DEC81065670 for ; Sun, 7 Jun 2009 09:27:29 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell.rawbw.com (shell.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 40EAF8FC0A for ; Sun, 7 Jun 2009 09:27:29 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from eagle.syrec.org (ppp-71-139-35-171.dsl.snfc21.pacbell.net [71.139.35.171]) (authenticated bits=0) by shell.rawbw.com (8.13.6/8.13.6) with ESMTP id n579RSAT050450; Sun, 7 Jun 2009 02:27:28 -0700 (PDT) Message-ID: <4A2B87FF.3080009@rawbw.com> Date: Sun, 07 Jun 2009 02:27:27 -0700 From: Yuri User-Agent: Thunderbird 2.0.0.21 (X11/20090419) MIME-Version: 1.0 To: Boris Samorodov References: <4A2B4E14.9040809@rawbw.com> <36843755@bb.ipt.ru> In-Reply-To: <36843755@bb.ipt.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@FreeBSD.org Subject: Re: Port linux_dri has incorrect packaging list X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yuri@rawbw.com List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jun 2009 09:27:29 -0000 Boris Samorodov wrote: > On Sat, 06 Jun 2009 22:20:20 -0700 Yuri wrote: > > > I'm sure that file was installed by a x11/nvidia-driver* port. > Please show us an output of: > % pkg_info -W /compat/linux/usr/lib/libGL.so.180.60 > > The above mentioned port seems to be replacing linux libGL files > whether they exist. > > > pkg_info -W /compat/linux/usr/lib/libGL.so.180.60 /compat/linux/usr/lib/libGL.so.180.60 was installed by package nvidia-driver-180.60 Yuri From owner-freebsd-emulation@FreeBSD.ORG Sun Jun 7 09:49: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 F314E1065672 for ; Sun, 7 Jun 2009 09:49:25 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id AF6788FC18 for ; Sun, 7 Jun 2009 09:49:25 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1MDF0G-000LpE-I5; Sun, 07 Jun 2009 13:49:24 +0400 To: yuri@rawbw.com References: <4A2B4E14.9040809@rawbw.com> <36843755@bb.ipt.ru> <4A2B87FF.3080009@rawbw.com> From: Boris Samorodov Date: Sun, 07 Jun 2009 13:49:26 +0400 In-Reply-To: <4A2B87FF.3080009@rawbw.com> (yuri@rawbw.com's message of "Sun\, 07 Jun 2009 02\:27\:27 -0700") Message-ID: <54766361@bb.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-emulation@FreeBSD.org Subject: Re: Port linux_dri has incorrect packaging list 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, 07 Jun 2009 09:49:26 -0000 On Sun, 07 Jun 2009 02:27:27 -0700 Yuri wrote: > Boris Samorodov wrote: > > On Sat, 06 Jun 2009 22:20:20 -0700 Yuri wrote: > > > > I'm sure that file was installed by a x11/nvidia-driver* port. > > Please show us an output of: > > % pkg_info -W /compat/linux/usr/lib/libGL.so.180.60 > > > > The above mentioned port seems to be replacing linux libGL files > > whether they exist. > > pkg_info -W /compat/linux/usr/lib/libGL.so.180.60 > /compat/linux/usr/lib/libGL.so.180.60 was installed by package > nvidia-driver-180.60 What about second command I mentioned? WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-emulation@FreeBSD.ORG Sun Jun 7 10:01:09 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 D26301065676 for ; Sun, 7 Jun 2009 10:01:09 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell.rawbw.com (shell.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id BE8148FC1B for ; Sun, 7 Jun 2009 10:01:09 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from eagle.syrec.org (ppp-71-139-35-171.dsl.snfc21.pacbell.net [71.139.35.171]) (authenticated bits=0) by shell.rawbw.com (8.13.6/8.13.6) with ESMTP id n57A16pM054849; Sun, 7 Jun 2009 03:01:07 -0700 (PDT) Message-ID: <4A2B8FE1.8050205@rawbw.com> Date: Sun, 07 Jun 2009 03:01:05 -0700 From: Yuri User-Agent: Thunderbird 2.0.0.21 (X11/20090419) MIME-Version: 1.0 To: Boris Samorodov References: <4A2B4E14.9040809@rawbw.com> <36843755@bb.ipt.ru> <4A2B87FF.3080009@rawbw.com> <54766361@bb.ipt.ru> In-Reply-To: <54766361@bb.ipt.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@FreeBSD.org Subject: Re: Port linux_dri has incorrect packaging list X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yuri@rawbw.com List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jun 2009 10:01:10 -0000 Boris Samorodov wrote: >> nvidia-driver-180.60 >> > > What about second command I mentioned? > > > WBR > > pkg_info -xI linux 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-fontconfig-2.2.3_9 Linux/i386 binary of Fontconfig linux-gtk2-2.6.10_3 GTK+ library, version 2.X, Linux binary linux-hicolor-icon-theme-0.5_3 A high-color icon theme shell from the FreeDesktop project linux-jpeg-6b.34_2 RPM of the JPEG lib linux-libsigc-2.0.17_2 Callback Framework for C++ (linux version) linux-nvu-1.0_1 A complete Web Authoring System linux-pango-1.10.2_3 Linux pango binary linux-png-1.2.8_4 RPM of the PNG lib linux-scim-gtk-fc4-1.4.4_2 Smart Common Input Method platform, gtk module, Linux binar linux-scim-libs-fc4-1.4.4_3 Smart Common Input Method platform, library part, Linux bin 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 Yuri From owner-freebsd-emulation@FreeBSD.ORG Sun Jun 7 10:14: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 356DF1065670 for ; Sun, 7 Jun 2009 10:14:32 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id E4CEE8FC08 for ; Sun, 7 Jun 2009 10:14:31 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1MDFOY-000M8u-Vo; Sun, 07 Jun 2009 14:14:30 +0400 To: yuri@rawbw.com References: <4A2B4E14.9040809@rawbw.com> <36843755@bb.ipt.ru> <4A2B87FF.3080009@rawbw.com> <54766361@bb.ipt.ru> <4A2B8FE1.8050205@rawbw.com> From: Boris Samorodov Date: Sun, 07 Jun 2009 14:14:33 +0400 In-Reply-To: <4A2B8FE1.8050205@rawbw.com> (yuri@rawbw.com's message of "Sun\, 07 Jun 2009 03\:01\:05 -0700") Message-ID: <88684854@bb.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-emulation@FreeBSD.org Subject: Re: Port linux_dri has incorrect packaging list 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, 07 Jun 2009 10:14:32 -0000 On Sun, 07 Jun 2009 03:01:05 -0700 Yuri wrote: > Boris Samorodov wrote: > >> nvidia-driver-180.60 > >> > > > > What about second command I mentioned? > > > > > > WBR > > > > pkg_info -xI linux > 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-fontconfig-2.2.3_9 Linux/i386 binary of Fontconfig > linux-gtk2-2.6.10_3 GTK+ library, version 2.X, Linux binary > linux-hicolor-icon-theme-0.5_3 A high-color icon theme shell from the > FreeDesktop project > linux-jpeg-6b.34_2 RPM of the JPEG lib > linux-libsigc-2.0.17_2 Callback Framework for C++ (linux version) > linux-nvu-1.0_1 A complete Web Authoring System > linux-pango-1.10.2_3 Linux pango binary > linux-png-1.2.8_4 RPM of the PNG lib > linux-scim-gtk-fc4-1.4.4_2 Smart Common Input Method platform, gtk > module, Linux binar > linux-scim-libs-fc4-1.4.4_3 Smart Common Input Method platform, > library part, Linux bin > 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 This seems OK. Can you file a PR on the case? WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-emulation@FreeBSD.ORG Sun Jun 7 10:32: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 176B6106564A for ; Sun, 7 Jun 2009 10:32:46 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell.rawbw.com (shell.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id DD45C8FC14 for ; Sun, 7 Jun 2009 10:32:45 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from eagle.syrec.org (ppp-71-139-35-171.dsl.snfc21.pacbell.net [71.139.35.171]) (authenticated bits=0) by shell.rawbw.com (8.13.6/8.13.6) with ESMTP id n57AWj18059968; Sun, 7 Jun 2009 03:32:45 -0700 (PDT) Message-ID: <4A2B974C.3090401@rawbw.com> Date: Sun, 07 Jun 2009 03:32:44 -0700 From: Yuri User-Agent: Thunderbird 2.0.0.21 (X11/20090419) MIME-Version: 1.0 To: Boris Samorodov References: <4A2B4E14.9040809@rawbw.com> <36843755@bb.ipt.ru> <4A2B87FF.3080009@rawbw.com> <54766361@bb.ipt.ru> <4A2B8FE1.8050205@rawbw.com> <88684854@bb.ipt.ru> In-Reply-To: <88684854@bb.ipt.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@FreeBSD.org Subject: Re: Port linux_dri has incorrect packaging list X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yuri@rawbw.com List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jun 2009 10:32:46 -0000 Boris Samorodov wrote: > This seems OK. Can you file a PR on the case? > > > WBR > Already: http://www.freebsd.org/cgi/query-pr.cgi?pr=135322 Yuri From owner-freebsd-emulation@FreeBSD.ORG Sun Jun 7 10:40:48 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 C771C106566C for ; Sun, 7 Jun 2009 10:40:48 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 824DF8FC17 for ; Sun, 7 Jun 2009 10:40:48 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1MDFnz-000MTa-FV; Sun, 07 Jun 2009 14:40:47 +0400 To: yuri@rawbw.com References: <4A2B4E14.9040809@rawbw.com> <36843755@bb.ipt.ru> <4A2B87FF.3080009@rawbw.com> <54766361@bb.ipt.ru> <4A2B8FE1.8050205@rawbw.com> <88684854@bb.ipt.ru> <4A2B974C.3090401@rawbw.com> From: Boris Samorodov Date: Sun, 07 Jun 2009 14:40:49 +0400 In-Reply-To: <4A2B974C.3090401@rawbw.com> (yuri@rawbw.com's message of "Sun\, 07 Jun 2009 03\:32\:44 -0700") Message-ID: <90443278@bb.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-emulation@FreeBSD.org Subject: Re: Port linux_dri has incorrect packaging list 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, 07 Jun 2009 10:40:49 -0000 On Sun, 07 Jun 2009 03:32:44 -0700 Yuri wrote: > Boris Samorodov wrote: > > This seems OK. Can you file a PR on the case? > Already: http://www.freebsd.org/cgi/query-pr.cgi?pr=135322 The synopsis is wrong. As I've said it's x11/nvidia-driver who had replaced a file from linux_dri port. WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-emulation@FreeBSD.ORG Sun Jun 7 11:05: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 918531065670 for ; Sun, 7 Jun 2009 11:05:26 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell.rawbw.com (shell.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 6262C8FC1D for ; Sun, 7 Jun 2009 11:05:26 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from eagle.syrec.org (ppp-71-139-35-171.dsl.snfc21.pacbell.net [71.139.35.171]) (authenticated bits=0) by shell.rawbw.com (8.13.6/8.13.6) with ESMTP id n57B5QZM065473; Sun, 7 Jun 2009 04:05:26 -0700 (PDT) Message-ID: <4A2B9EF5.7010101@rawbw.com> Date: Sun, 07 Jun 2009 04:05:25 -0700 From: Yuri User-Agent: Thunderbird 2.0.0.21 (X11/20090419) MIME-Version: 1.0 To: Boris Samorodov References: <4A2B4E14.9040809@rawbw.com> <36843755@bb.ipt.ru> <4A2B87FF.3080009@rawbw.com> <54766361@bb.ipt.ru> <4A2B8FE1.8050205@rawbw.com> <88684854@bb.ipt.ru> <4A2B974C.3090401@rawbw.com> <90443278@bb.ipt.ru> In-Reply-To: <90443278@bb.ipt.ru> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@FreeBSD.org Subject: Re: Port linux_dri has incorrect packaging list X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: yuri@rawbw.com List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Jun 2009 11:05:26 -0000 Boris Samorodov wrote: > The synopsis is wrong. As I've said it's x11/nvidia-driver > who had replaced a file from linux_dri port. > > > WBR > I added description in this PR. Yuri From owner-freebsd-emulation@FreeBSD.ORG Sun Jun 7 11:13:06 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 29D2A1065670; Sun, 7 Jun 2009 11:13:06 +0000 (UTC) (envelope-from que_deseja@hotmail.com) Received: from blu0-omc1-s31.blu0.hotmail.com (blu0-omc1-s31.blu0.hotmail.com [65.55.116.42]) by mx1.freebsd.org (Postfix) with ESMTP id E38D08FC08; Sun, 7 Jun 2009 11:13:05 +0000 (UTC) (envelope-from que_deseja@hotmail.com) Received: from BLU126-W26 ([65.55.116.7]) by blu0-omc1-s31.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Sun, 7 Jun 2009 04:00:01 -0700 Message-ID: X-Originating-IP: [98.192.204.41] From: Desmond da Peoples To: , Date: Sun, 7 Jun 2009 11:00:01 +0000 Importance: Normal In-Reply-To: <20090605185932.GA7964@triton.kn-bremen.de> References: <20090605185932.GA7964@triton.kn-bremen.de> MIME-Version: 1.0 X-OriginalArrivalTime: 07 Jun 2009 11:00:01.0453 (UTC) FILETIME=[1AD02DD0:01C9E75F] Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: RE: plans to retire kqemu (poll) 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, 07 Jun 2009 11:13:06 -0000 Sound a bit stupid to retire it in favor of options such as Xen or VirtualB= ox. Kqemu is non-obtrusive=2C tested=2C and easily ported between systems. = For some of us=2C good hardware or new hardware is not an option.=20 > From: nox@jelal.kn-bremen.de > Date: Fri=2C 5 Jun 2009 20:59:32 +0200 > To: freebsd-emulation@FreeBSD.org=3B freebsd-ports@FreeBSD.org > CC:=20 > Subject: plans to retire kqemu (poll) >=20 > Hi! >=20 > If you are using kqemu you might want to fill out this little poll set u= p > by Anthony Liguori=2C a qemu developer: > http://www.micropoll.com/akira/mpview/604126-172373 >=20 > Here is his original posting on the qemu list: > http://lists.gnu.org/archive/html/qemu-devel/2009-06/msg00151.html >=20 > And here is one of the threads discussing reasons for the plans: > http://lists.gnu.org/archive/html/qemu-devel/2009-06/msg00019.html >=20 > Just so you know... > Juergen > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe=2C send any mail to "freebsd-ports-unsubscribe@freebsd.org= " _________________________________________________________________ Windows Live=99 SkyDrive=99: Get 25 GB of free online storage. http://windowslive.com/online/skydrive?ocid=3DTXT_TAGLM_WL_SD_25GB_062009= From owner-freebsd-emulation@FreeBSD.ORG Sun Jun 7 12:44:58 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 6AB2B1065676 for ; Sun, 7 Jun 2009 12:44:58 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 27E718FC29 for ; Sun, 7 Jun 2009 12:44:58 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1MDHk8-000O1c-Gq; Sun, 07 Jun 2009 16:44:56 +0400 To: yuri@rawbw.com References: <4A2B4E14.9040809@rawbw.com> From: Boris Samorodov Date: Sun, 07 Jun 2009 16:44:55 +0400 In-Reply-To: <4A2B4E14.9040809@rawbw.com> (yuri@rawbw.com's message of "Sat\, 06 Jun 2009 22\:20\:20 -0700") Message-ID: <47563512@bb.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-emulation@FreeBSD.org Subject: Re: Port linux_dri has incorrect packaging list 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, 07 Jun 2009 12:44:58 -0000 On Sat, 06 Jun 2009 22:20:20 -0700 Yuri wrote: > I have linux_dri-7.0_1 installed. > pkg-plist has the line /compat/linux/usr/X11R6/lib/libGL.so.1 and > pkg_info -L linux_dri-7.0_1' shows > /compat/linux/usr/X11R6/lib/libGL.so.1 but there no such file in the > file system. > Insteas there is: > ls -l /compat/linux/usr/lib/libGL.so.1 > lrwxr-xr-x 1 root users 15 Jun 6 13:05 > /compat/linux/usr/lib/libGL.so.1 -> libGL.so.180.60 Take two. As danfe@ said at ports@ x11/driver-nvidia does not touch files at LINUXNASE/usr/x11/lib, it installs libraries to LINUXBASE/usr/lib. I can only quess here but by any chance did you experiment with non default linux base/ports at this host? The question if all nvidia-drivers should be marked as conflict with all linux dri ports remains. Even though some of those ports use different files/directories it seems that libraries should not exist at a system at one time... > As a result automatic port upgrade of may ports depending on Linux > libGL.so fails and attempts to reinstall linux_dri and fails because > it's already installed. > portupdate looks for /compat/linux/usr/X11R6/lib/libGL.so.1 for some > reason, it's not there and it decides to install linux_dri and fails. > Please fix this, I'd say that you may try to deinstall/reinstall linux_dri port. WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-emulation@FreeBSD.ORG Sun Jun 7 12:49:04 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 4574E1065673; Sun, 7 Jun 2009 12:49:04 +0000 (UTC) (envelope-from doublef-ctm@yandex.ru) Received: from forwards4.yandex.ru (forwards4.yandex.ru [77.88.32.20]) by mx1.freebsd.org (Postfix) with ESMTP id A9EF98FC1B; Sun, 7 Jun 2009 12:49:03 +0000 (UTC) (envelope-from doublef-ctm@yandex.ru) Received: from smtp5.yandex.ru (smtp5.yandex.ru [77.88.32.24]) by forwards4.yandex.ru (Yandex) with ESMTP id DF822193139; Sun, 7 Jun 2009 16:33:58 +0400 (MSD) Received: from coltel-gw-vpdn-p340.coltel.ru ([83.167.73.87]:52346 "EHLO shark" smtp-auth: "doublef-ctm" TLS-CIPHER: TLS-PEER-CN1: ) by mail.yandex.ru with ESMTP id S6144107AbZFGMd5 (ORCPT + 3 others); Sun, 7 Jun 2009 16:33:57 +0400 X-Yandex-TimeMark: 1244378037 X-Yandex-Spam: 1 X-Yandex-Front: smtp5 X-BornDate: 1161464400 X-Yandex-Karma: 0 X-Yandex-KarmaStatus: 0 X-MsgDayCount: 4 X-Comment: RFC 2476 MSA function at smtp5.yandex.ru logged sender identity as: doublef-ctm Received: by shark (Postfix, from userid 1000) id C1A3A1420E6; Sun, 7 Jun 2009 16:33:55 +0400 (MSD) Date: Sun, 7 Jun 2009 16:33:54 +0400 From: Sergey Zaharchenko To: Martin Wilke Message-ID: <20090607123354.GA2645@shark.localdomain> References: <20090527134343.GB1104@bsdcrew.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/9DWx/yDrRhgMJTb" Content-Disposition: inline In-Reply-To: <20090527134343.GB1104@bsdcrew.de> X-Listening-To: Silence User-Agent: Mutt/1.5.18 (2008-05-17) Cc: ports@FreeBSD.org, freebsd-emulation@FreeBSD.org, freebsd-current@FreeBSD.org Subject: Re: [Call For Testing] VirtualBox for FreeBSD! take 4 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, 07 Jun 2009 12:49:05 -0000 --/9DWx/yDrRhgMJTb Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello Martin! Wed, May 27, 2009 at 03:43:43PM +0200 you wrote: >=20 > Howdy, >=20 > First of all sorry for all unanswered mails, I got a stupid flu, > but now i feel better... ok now back to vbox, time for a new call > for testing :-) >=20 > http://people.freebsd.org/~miwi/vbox/virtualbox_5.tgz I'm running -CURRENT (yesterday's kernel) on i386, single-processor. I've tried this out, it works OK (including a WinXP install + installation of VS2005 under it), but there's a problem when I try to shut down the VM: the host system reproducibly panics:(. Here's what I've managed to get: Unread portion of the kernel message buffer: panic: vm_page_dirty: page is invalid! (kgdb) bt #0 doadump () at pcpu.h:246 #1 0xc086270e in boot (howto=3D260) at /home/df/checkouts/freebsd/src/sys/= kern/kern_shutdown.c:420 #2 0xc08629e2 in panic (fmt=3DVariable "fmt" is not available. ) at /home/df/checkouts/freebsd/src/sys/kern/kern_shutdown.c:576 #3 0xc0a9fdf2 in vm_page_dirty (m=3D0x0) at /home/df/checkouts/freebsd/src= /sys/vm/vm_page.c:574 #4 0xc0b685ad in pmap_remove_pte (pmap=3D0xc87bb358, ptq=3DVariable "ptq" = is not available. ) at /home/df/checkouts/freebsd/src/sys/i386/i386/pmap.c:2478 #5 0xc0b68f1a in pmap_remove (pmap=3D0xc87bb358, sva=3D2945187840, eva=3D2= 945318912) at /home/df/checkouts/freebsd/src/sys/i386/i386/pmap.c:2607 #6 0xc0a967bc in vm_map_delete (map=3D0xc87bb2ac, start=3D2945187840, end= =3D2945318912) at /home/df/checkouts/freebsd/src/sys/vm/vm_map.c:2579 #7 0xc0a969c1 in vm_map_remove (map=3D0xc87bb2ac, start=3D2945187840, end= =3D2945318912) at /home/df/checkouts/freebsd/src/sys/vm/vm_map.c:2608 #8 0xc19ef55c in rtR0MemObjNativeFree () from /boot/modules/vboxdrv.ko #9 0xc19edbb2 in RTR0MemObjFree () from /boot/modules/vboxdrv.ko #10 0xc19dc4ac in supdrvMemRelease () from /boot/modules/vboxdrv.ko #11 0xc19df52e in supdrvIOCtl () from /boot/modules/vboxdrv.ko #12 0xc19dadca in VBoxDrvFreeBSDIOCtl () from /boot/modules/vboxdrv.ko #13 0xc07e73f8 in devfs_ioctl_f (fp=3D0xc7c54508, com=3D3317652896, data=3D= 0xc5bf5da0, cred=3D0xc87c1800, td=3D0xc8257900) at /home/df/checkouts/freeb= sd/src/sys/fs/devfs/devfs_vnops.c:660 #14 0xc08a59ad in kern_ioctl (td=3D0xc8257900, fd=3D22, com=3D3223082507, d= ata=3D0xc5bf5da0 "birddrib\034") at file.h:262 #15 0xc08a5b34 in ioctl (td=3D0xc8257900, uap=3D0xe6d33cf8) at /home/df/che= ckouts/freebsd/src/sys/kern/sys_generic.c:677 #16 0xc0b6c853 in syscall (frame=3D0xe6d33d38) at /home/df/checkouts/freebs= d/src/sys/i386/i386/trap.c:1073 #17 0xc0b4fab0 in Xint0x80_syscall () at /home/df/checkouts/freebsd/src/sys= /i386/i386/exception.s:261 #18 0x00000033 in ?? () Still, thanks a lot for your hard work! VirtualBox is such a nice thing... --=20 DoubleF No virus detected in this message. Ehrm, wait a minute... /kernel: pid 56921 (antivirus), uid 32000: exited on signal 9 Oh yes, no virus:) --/9DWx/yDrRhgMJTb Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.11 (FreeBSD) iEYEARECAAYFAkors7EACgkQwo7hT/9lVdzXQgCeN5v37Y0EDRKZhH2nBt1hZyB7 Z9AAniSBfIHf5C6GlfIl2rOmsCd2cftH =QP50 -----END PGP SIGNATURE----- --/9DWx/yDrRhgMJTb-- From owner-freebsd-emulation@FreeBSD.ORG Sun Jun 7 12:55:00 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 735F81065676; Sun, 7 Jun 2009 12:55:00 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from pointyhat.freebsd.org (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by mx1.freebsd.org (Postfix) with ESMTP id 5FBA98FC15; Sun, 7 Jun 2009 12:55:00 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from pointyhat.freebsd.org (localhost [127.0.0.1]) by pointyhat.freebsd.org (8.14.3/8.14.3) with ESMTP id n57CtQYZ091246; Sun, 7 Jun 2009 12:55:26 GMT (envelope-from erwin@pointyhat.freebsd.org) Received: (from erwin@localhost) by pointyhat.freebsd.org (8.14.3/8.14.3/Submit) id n57CtPeD091237; Sun, 7 Jun 2009 12:55:25 GMT (envelope-from erwin) Date: Sun, 7 Jun 2009 12:55:25 GMT From: Erwin Lansing Message-Id: <200906071255.n57CtPeD091237@pointyhat.freebsd.org> To: az@freebsd.org, bsam@freebsd.org, emulation@freebsd.org, gahr@freebsd.org, girgen@freebsd.org, kevlo@freebsd.org, neal@nelson.name, ports@mark.reidel.info, ru@freebsd.org, wenheping@gmail.com X-Mailman-Approved-At: Sun, 07 Jun 2009 13:34:32 +0000 Cc: Subject: Ports with duplicate LATEST_LINKS 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, 07 Jun 2009 12:55:00 -0000 Dear port maintainers, The following list includes ports maintained by you that have duplicate LATEST_LINK values. They should either be modified to use a unique LATEST_LINK or suppressed using NO_LATEST_LINK, to avoid overwriting each other in the packages/Latest directory. If your ports conflict with ports maintained by another person, please coordinate your efforts with them. Thanks, Erwin "Annoying Reminder Guy III" Lansing LATEST_LINK PORTNAME MAINTAINER ========================================================================== emulators/linux_base-f7 bsam@FreeBSD.org emulators/linux_base-f8 bsam@FreeBSD.org emulators/linux_base-fc6 bsam@FreeBSD.org emulators/linux_base-f10 emulation@FreeBSD.org emulators/linux_base-f9 emulation@FreeBSD.org dcd net-p2p/dcd az@freebsd.org dcd audio/dcd gahr@FreeBSD.org deco archivers/deco kevlo@FreeBSD.org deco misc/deco ru@FreeBSD.org mod_jk-ap2 www/mod_jk girgen@FreeBSD.org mod_jk-ap2 www/mod_jk-apache2 girgen@FreeBSD.org mpc audio/mpc ports@mark.reidel.info mpc math/mpc wenheping@gmail.com py25-wxPython x11-toolkits/py-wxPython26 neal@nelson.name py25-wxPython x11-toolkits/py-wxPython28 neal@nelson.name py25-wxPython-common x11-toolkits/py-wxPython26-common neal@nelson.name py25-wxPython-common x11-toolkits/py-wxPython28-common neal@nelson.name py25-wxPython-unicode x11-toolkits/py-wxPython26-unicode neal@nelson.name py25-wxPython-unicode x11-toolkits/py-wxPython28-unicode neal@nelson.name Total: 19 ports From owner-freebsd-emulation@FreeBSD.ORG Sun Jun 7 14:25:27 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 C46E51065674 for ; Sun, 7 Jun 2009 14:25:27 +0000 (UTC) (envelope-from sebosik@demax.sk) Received: from mail.demax.sk (mail.demax.sk [213.215.102.234]) by mx1.freebsd.org (Postfix) with ESMTP id 811388FC16 for ; Sun, 7 Jun 2009 14:25:27 +0000 (UTC) (envelope-from sebosik@demax.sk) Received: from localhost (localhost [127.0.0.1]) by mail.demax.sk (Postfix) with ESMTP id 71186873F6 for ; Sun, 7 Jun 2009 16:06:34 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.demax.sk Received: from mail.demax.sk ([127.0.0.1]) by localhost (mail.demax.sk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id h32aYPN3bLzy for ; Sun, 7 Jun 2009 16:06:34 +0200 (CEST) Received: from [192.168.0.2] (2D204.demax.sk [195.62.17.204]) by mail.demax.sk (Postfix) with ESMTP id 48CF187357 for ; Sun, 7 Jun 2009 16:06:34 +0200 (CEST) Message-ID: <4A2BC96B.9010209@demax.sk> Date: Sun, 07 Jun 2009 16:06:35 +0200 From: Jan Sebosik User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit Subject: flash10 vs f10; em(4) now broken in -current in qemu/vbox 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, 07 Jun 2009 14:25:28 -0000 Hi I think its caused by internal control of MAC address validity in freebsd-sources ( sys/dev/e1000/if_em.c ) on line 4950. You can safely remove references to that function + function itself and than happily use if_em undex VBox as before. Wishing all the best -- Jan Sebosik, Slovakia sebosik@demax.sk From owner-freebsd-emulation@FreeBSD.ORG Sun Jun 7 16:06: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 4503C1065670 for ; Sun, 7 Jun 2009 16:06:46 +0000 (UTC) (envelope-from wirasto@gorontaloindie.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.174]) by mx1.freebsd.org (Postfix) with ESMTP id 25D838FC14 for ; Sun, 7 Jun 2009 16:06:45 +0000 (UTC) (envelope-from wirasto@gorontaloindie.com) Received: by wf-out-1314.google.com with SMTP id 24so964384wfg.7 for ; Sun, 07 Jun 2009 09:06:45 -0700 (PDT) Received: by 10.142.217.3 with SMTP id p3mr1860164wfg.191.1244389042472; Sun, 07 Jun 2009 08:37:22 -0700 (PDT) Received: from ?192.168.212.212? ([222.124.222.178]) by mx.google.com with ESMTPS id 30sm6311443wfc.38.2009.06.07.08.37.18 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 07 Jun 2009 08:37:20 -0700 (PDT) Message-ID: <4A2C4ED4.9090504@gorontaloindie.com> Date: Sun, 07 Jun 2009 23:35:48 +0000 From: Abdul Gani User-Agent: Thunderbird 2.0.0.21 (X11/20090423) MIME-Version: 1.0 To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: VirtualBox Network 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, 07 Jun 2009 16:06:46 -0000 Who use VirtualBox on FreeBSD 7.2 and Network work ? I'm get virtualbox port from here http://wiki.freebsd.org/VirtualBox but network not work :-( I see this screenshot http://www.flickr.com/photos/h_u_p/3503683389/, the network run well.. Regard, -- --------------------------------------------------------------------------------------------------------------------------- http://wirastokarim.wordpress.com From owner-freebsd-emulation@FreeBSD.ORG Sun Jun 7 17:10:19 2009 Return-Path: Delivered-To: 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 5D398106566B; Sun, 7 Jun 2009 17:10:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 32DD48FC15; Sun, 7 Jun 2009 17:10:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n57HAJDb060469; Sun, 7 Jun 2009 17:10:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n57HAJ30060459; Sun, 7 Jun 2009 17:10:19 GMT (envelope-from edwin) Date: Sun, 7 Jun 2009 17:10:19 GMT Message-Id: <200906071710.n57HAJ30060459@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, emulation@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/135328: [repocopy] audio/linux-f8-mikmod -> audio/linux-f10-mikmod 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, 07 Jun 2009 17:10:19 -0000 Synopsis: [repocopy] audio/linux-f8-mikmod -> audio/linux-f10-mikmod Responsible-Changed-From-To: freebsd-ports-bugs->emulation Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 7 17:10:18 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=135328 From owner-freebsd-emulation@FreeBSD.ORG Sun Jun 7 17:21:51 2009 Return-Path: Delivered-To: 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 BCDFA10656C8; Sun, 7 Jun 2009 17:21:51 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 93E888FC23; Sun, 7 Jun 2009 17:21:51 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from freefall.freebsd.org (bsam@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n57HLp2u074183; Sun, 7 Jun 2009 17:21:51 GMT (envelope-from bsam@freefall.freebsd.org) Received: (from bsam@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n57HLpqF074179; Sun, 7 Jun 2009 17:21:51 GMT (envelope-from bsam) Date: Sun, 7 Jun 2009 17:21:51 GMT Message-Id: <200906071721.n57HLpqF074179@freefall.freebsd.org> To: bsam@freebsd.org, bsam@FreeBSD.org, emulation@FreeBSD.org, portmgr@FreeBSD.org From: bsam@FreeBSD.org Cc: Subject: Re: ports/135328: [repocopy] audio/linux-f8-mikmod -> audio/linux-f10-mikmod 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, 07 Jun 2009 17:21:52 -0000 Synopsis: [repocopy] audio/linux-f8-mikmod -> audio/linux-f10-mikmod State-Changed-From-To: open->repocopy State-Changed-By: bsam State-Changed-When: Sun Jun 7 17:20:04 UTC 2009 State-Changed-Why: It's is a portmgr@ territory. Please, do a repocopy and assign the PR to me. Thanks! Responsible-Changed-From-To: emulation->portmgr Responsible-Changed-By: bsam Responsible-Changed-When: Sun Jun 7 17:20:04 UTC 2009 Responsible-Changed-Why: It's is a portmgr@ territory. Please, do a repocopy and assign the PR to me. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=135328 From owner-freebsd-emulation@FreeBSD.ORG Sun Jun 7 17:30:45 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 E6FFF1065697 for ; Sun, 7 Jun 2009 17:30:45 +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 A6B908FC19 for ; Sun, 7 Jun 2009 17:30:45 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 4B1CA1E00236; Sun, 7 Jun 2009 19:30:44 +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 n57HRDP9012511; Sun, 7 Jun 2009 19:27:13 +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 n57HRCZK012510; Sun, 7 Jun 2009 19:27:12 +0200 (CEST) (envelope-from nox) Date: Sun, 7 Jun 2009 19:27:12 +0200 (CEST) From: Juergen Lock Message-Id: <200906071727.n57HRCZK012510@triton.kn-bremen.de> To: sebosik@demax.sk X-Newsgroups: local.list.freebsd.emulation In-Reply-To: <4A2BC96B.9010209@demax.sk> Organization: home Cc: freebsd-emulation@freebsd.org Subject: em(4) patch for qemu/kvm/vbox guests (was: Re: flash10 vs f10; em(4) now broken in -current in qemu/vbox) 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, 07 Jun 2009 17:30:46 -0000 In article <4A2BC96B.9010209@demax.sk> you write: >Hi > >I think its caused by internal control of MAC address validity in >freebsd-sources ( sys/dev/e1000/if_em.c ) on line 4950. >You can safely remove references to that function + function itself and than >happily use if_em undex VBox as before. Actually that wasn't it, in fact commit 190872 changed the way mac addresses are read (e1000_read_mac_addr_generic() in sys/dev/e1000/e1000_nvm.c) - if I add the old way back for the case that the new code gets all zeros em(4) works again: Index: sys/dev/e1000/e1000_nvm.c @@ -820,20 +820,45 @@ u32 rar_high; u32 rar_low; u16 i; + s32 ret_val = E1000_SUCCESS; + + DEBUGFUNC("e1000_read_mac_addr"); rar_high = E1000_READ_REG(hw, E1000_RAH(0)); rar_low = E1000_READ_REG(hw, E1000_RAL(0)); - for (i = 0; i < E1000_RAL_MAC_ADDR_LEN; i++) - hw->mac.perm_addr[i] = (u8)(rar_low >> (i*8)); + /* Fall back to reading from actual EEPROM like this code used to do + * in case we got all zeroes. (This fixes qemu/kvm/vbox guests.) + */ + if (!rar_low && !rar_high) { + u16 offset, nvm_data; + + for (i = 0; i < ETH_ADDR_LEN; i += 2) { + offset = i >> 1; + ret_val = hw->nvm.ops.read(hw, offset, 1, &nvm_data); + if (ret_val) { + DEBUGOUT("NVM Read Error\n"); + goto out; + } + hw->mac.perm_addr[i] = (u8)(nvm_data & 0xFF); + hw->mac.perm_addr[i+1] = (u8)(nvm_data >> 8); + } - for (i = 0; i < E1000_RAH_MAC_ADDR_LEN; i++) - hw->mac.perm_addr[i+4] = (u8)(rar_high >> (i*8)); + /* Flip last bit of mac address if we're on second port */ + if (hw->bus.func == E1000_FUNC_1) + hw->mac.perm_addr[5] ^= 1; + } else { + for (i = 0; i < E1000_RAL_MAC_ADDR_LEN; i++) + hw->mac.perm_addr[i] = (u8)(rar_low >> (i*8)); + for (i = 0; i < E1000_RAH_MAC_ADDR_LEN; i++) + hw->mac.perm_addr[i+4] = (u8)(rar_high >> (i*8)); + } for (i = 0; i < ETH_ADDR_LEN; i++) hw->mac.addr[i] = hw->mac.perm_addr[i]; - return E1000_SUCCESS; +out: + return ret_val; } /** From owner-freebsd-emulation@FreeBSD.ORG Sun Jun 7 19:46:12 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 10877106567C for ; Sun, 7 Jun 2009 19:46:12 +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 C2DEF8FC0A for ; Sun, 7 Jun 2009 19:46:11 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id B7BA41E001DD; Sun, 7 Jun 2009 21:46:10 +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 n57JgvRT017656; Sun, 7 Jun 2009 21:42:57 +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 n57JguFt017655; Sun, 7 Jun 2009 21:42:56 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Sun, 7 Jun 2009 21:42:56 +0200 To: freebsd-emulation@freebsd.org Message-ID: <20090607194256.GA17327@triton.kn-bremen.de> References: <4A2BC96B.9010209@demax.sk> <200906071727.n57HRCZK012510@triton.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200906071727.n57HRCZK012510@triton.kn-bremen.de> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: sebosik@demax.sk Subject: qemu patch (was: em(4) patch for qemu/kvm/vbox guests) 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, 07 Jun 2009 19:46:12 -0000 On Sun, Jun 07, 2009 at 07:27:12PM +0200, Juergen Lock wrote: > In article <4A2BC96B.9010209@demax.sk> you write: > >Hi > > > >I think its caused by internal control of MAC address validity in > >freebsd-sources ( sys/dev/e1000/if_em.c ) on line 4950. > >You can safely remove references to that function + function itself and than > >happily use if_em undex VBox as before. > > Actually that wasn't it, in fact commit 190872 changed the way mac addresses > are read (e1000_read_mac_addr_generic() in sys/dev/e1000/e1000_nvm.c) - if I > add the old way back for the case that the new code gets all zeros em(4) > works again: And I just submitted a qemu git patch for this problem on the qemu list; here is a version for 0.10.5, you can put it in /usr/ports/emulators/qemu/files/patch-e1000-fbsd8 : Index: qemu/hw/e1000.c @@ -1100,6 +1100,16 @@ pci_e1000_init(PCIBus *bus, NICInfo *nd, memmove(d->phy_reg, phy_reg_init, sizeof phy_reg_init); memset(d->mac_reg, 0, sizeof d->mac_reg); memmove(d->mac_reg, mac_reg_init, sizeof mac_reg_init); + /* + * FreeBSD 8.0-current svn rev >= 190872 expects the mac address here, + * see e1000_read_mac_addr_generic() in sys/dev/e1000/if_em.c: + * http://svn.freebsd.org/viewvc/base/head/sys/dev/e1000/e1000_nvm.c?view=markup&pathrev=190872 + * http://svn.freebsd.org/viewvc/base?view=revision&revision=190872 + */ + d->mac_reg[RA] = (nd->macaddr[3]<<24) | (nd->macaddr[2]<<16) | + (nd->macaddr[1]<<8) | nd->macaddr[0]; + d->mac_reg[RA+1] = (nd->macaddr[5]<<8) | nd->macaddr[4]; + d->rxbuf_min_shift = 1; memset(&d->tx, 0, sizeof d->tx); From owner-freebsd-emulation@FreeBSD.ORG Sun Jun 7 23:50:11 2009 Return-Path: Delivered-To: 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 C9A38106564A; Sun, 7 Jun 2009 23:50:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9F2BC8FC1C; Sun, 7 Jun 2009 23:50:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n57NoBBN062085; Sun, 7 Jun 2009 23:50:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n57NoBS5062075; Sun, 7 Jun 2009 23:50:11 GMT (envelope-from edwin) Date: Sun, 7 Jun 2009 23:50:11 GMT Message-Id: <200906072350.n57NoBS5062075@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, emulation@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/135337: [PATCH] emulators/linux_base-f10: incorrect bash usage 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, 07 Jun 2009 23:50:12 -0000 Synopsis: [PATCH] emulators/linux_base-f10: incorrect bash usage Responsible-Changed-From-To: freebsd-ports-bugs->emulation Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jun 7 23:50:11 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=135337 From owner-freebsd-emulation@FreeBSD.ORG Mon Jun 8 00:12: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 85E201065677 for ; Mon, 8 Jun 2009 00:12:49 +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 4623D8FC1B for ; Mon, 8 Jun 2009 00:12:49 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1MDS2y-0002Wy-Qe; Mon, 08 Jun 2009 03:45:04 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id AC748B861; Mon, 8 Jun 2009 03:44:58 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id A1831108840; Mon, 8 Jun 2009 03:44:58 +0400 (MSD) To: FreeBSD-gnats-submit@freebsd.org From: Dmitry Marakasov X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20090607234458.A1831108840@hades.panopticon> Date: Mon, 8 Jun 2009 03:44:58 +0400 (MSD) Cc: emulation@FreeBSD.org Subject: [PATCH] emulators/linux_base-f10: incorrect bash usage 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, 08 Jun 2009 00:12:49 -0000 >Submitter-Id: current-users >Originator: Dmitry Marakasov >Organization: >Confidential: no >Synopsis: [PATCH] emulators/linux_base-f10: incorrect bash usage >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-base install bunch of scripts with #!/bin/bash shebang. That is obviously wrong. Port maintainer (emulation@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: run /usr/compat/linux/usr/bin/ldd >Fix: Either: - shebang should be changed to ${LINUXBASE}/bin/bash (but that won't work in chroot) - the port should depend on native bash - shebang should be changed to #!/bin/sh if there are no compatibility problems From owner-freebsd-emulation@FreeBSD.ORG Mon Jun 8 00:19:31 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 E0DFF106566B; Mon, 8 Jun 2009 00:19:31 +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 6005E8FC14; Mon, 8 Jun 2009 00:19:31 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1MDSaJ-0002nF-BH; Mon, 08 Jun 2009 04:19:31 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 8CDBBB861; Mon, 8 Jun 2009 04:19:26 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id 859B0108840; Mon, 8 Jun 2009 04:19:26 +0400 (MSD) To: FreeBSD-gnats-submit@freebsd.org From: Dmitry Marakasov X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20090608001926.859B0108840@hades.panopticon> Date: Mon, 8 Jun 2009 04:19:26 +0400 (MSD) Cc: emulation@FreeBSD.org Subject: [PATCH] graphics/linux-f10-sdl_image: incomplete dependencies 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, 08 Jun 2009 00:19:32 -0000 >Submitter-Id: current-users >Originator: Dmitry Marakasov >Organization: >Confidential: no >Synopsis: [PATCH] graphics/linux-f10-sdl_image: incomplete dependencies >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-f10-sdl_image only depends on sdl12, while the library actually depends on png, jpeg and tiff: % objdump -x usr/lib/libSDL_image-1.2.so.0 | grep NEEDED NEEDED libpng12.so.0 NEEDED libjpeg.so.62 NEEDED libtiff.so.3 NEEDED libz.so.1 NEEDED libSDL-1.2.so.0 NEEDED libpthread.so.0 NEEDED libc.so.6 Port maintainer (emulation@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- linux-f10-sdl_image-1.2.6_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/graphics/linux-f10-sdl_image/Makefile,v retrieving revision 1.15 diff -u -u -r1.15 Makefile --- Makefile 1 Jun 2009 17:26:17 -0000 1.15 +++ Makefile 7 Jun 2009 23:50:47 -0000 @@ -7,6 +7,7 @@ PORTNAME= sdl_image PORTVERSION= 1.2.6 +PORTREVISION= 1 CATEGORIES= graphics linux PKGNAMEPREFIX= linux-f10- DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION} @@ -18,7 +19,7 @@ ONLY_FOR_ARCHS= i386 amd64 USE_LINUX_RPM= yes -USE_LINUX_APPS= sdl12 +USE_LINUX_APPS= sdl12 png tiff jpeg LINUX_NAME= SDL_image LINUX_DIST_VER= 10 RPMVERSION= 6.fc9 --- linux-f10-sdl_image-1.2.6_1.patch ends here --- From owner-freebsd-emulation@FreeBSD.ORG Mon Jun 8 00:20:12 2009 Return-Path: Delivered-To: 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 89A671065674; Mon, 8 Jun 2009 00:20:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 5F6218FC14; Mon, 8 Jun 2009 00:20:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n580KCCE084149; Mon, 8 Jun 2009 00:20:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n580KCIn084139; Mon, 8 Jun 2009 00:20:12 GMT (envelope-from edwin) Date: Mon, 8 Jun 2009 00:20:12 GMT Message-Id: <200906080020.n580KCIn084139@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, emulation@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/135339: [PATCH] graphics/linux-f10-sdl_image: incomplete dependencies 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, 08 Jun 2009 00:20:12 -0000 Synopsis: [PATCH] graphics/linux-f10-sdl_image: incomplete dependencies Responsible-Changed-From-To: freebsd-ports-bugs->emulation Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 8 00:20:11 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=135339 From owner-freebsd-emulation@FreeBSD.ORG Mon Jun 8 02:03:57 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 C2BE6106564A; Mon, 8 Jun 2009 02:03:57 +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 827FB8FC0A; Mon, 8 Jun 2009 02:03:57 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1MDUDM-0003eB-RP; Mon, 08 Jun 2009 06:03:56 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 5F8ABB861; Mon, 8 Jun 2009 06:03:49 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id 54BDC108840; Mon, 8 Jun 2009 06:03:49 +0400 (MSD) To: FreeBSD-gnats-submit@freebsd.org From: Dmitry Marakasov X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20090608020349.54BDC108840@hades.panopticon> Date: Mon, 8 Jun 2009 06:03:49 +0400 (MSD) Cc: emulation@FreeBSD.org Subject: [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: Mon, 08 Jun 2009 02:03:58 -0000 >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. From owner-freebsd-emulation@FreeBSD.ORG Mon Jun 8 02:08:34 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 33368106566B; Mon, 8 Jun 2009 02:08:34 +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 E71648FC0A; Mon, 8 Jun 2009 02:08:33 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1MDUHp-0003fx-IR; Mon, 08 Jun 2009 06:08:33 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 13647B861; Mon, 8 Jun 2009 06:08:32 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id 0BB06108840; Mon, 8 Jun 2009 06:08:32 +0400 (MSD) To: FreeBSD-gnats-submit@freebsd.org From: Dmitry Marakasov X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20090608020832.0BB06108840@hades.panopticon> Date: Mon, 8 Jun 2009 06:08:32 +0400 (MSD) Cc: emulation@FreeBSD.org Subject: [PATCH] ftp/linux-f10-curl: hardly fetches 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, 08 Jun 2009 02:08:34 -0000 >Submitter-Id: current-users >Originator: Dmitry Marakasov >Organization: >Confidential: no >Synopsis: [PATCH] ftp/linux-f10-curl: hardly fetches >Severity: serious >Priority: low >Category: ports >Class: change-request >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: The port does not fetch from most of mirrors, so fetch takes up to 30 minutes. The cause is that most mirrors have RPM's for version 7.18.2-7 (curl-7.18.2-7.fc10.i386.rpm, libcurl-7.18.2-7.fc10.i386.rpm), not 7.19.4-4 (curl-7.19.4-4.fc10.i386.rpm, libcurl-7.19.4-4.fc10.i386.rpm). Port maintainer (emulation@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: Downgrade port, or resort mirror list. From owner-freebsd-emulation@FreeBSD.ORG Mon Jun 8 02:10:22 2009 Return-Path: Delivered-To: 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 C10E0106566C; Mon, 8 Jun 2009 02:10:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 977398FC1F; Mon, 8 Jun 2009 02:10:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n582AMje067782; Mon, 8 Jun 2009 02:10:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n582AM98067772; Mon, 8 Jun 2009 02:10:22 GMT (envelope-from edwin) Date: Mon, 8 Jun 2009 02:10:22 GMT Message-Id: <200906080210.n582AM98067772@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, emulation@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/135342: [PATCH] ftp/linux-f10-curl: hardly fetches 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, 08 Jun 2009 02:10:23 -0000 Synopsis: [PATCH] ftp/linux-f10-curl: hardly fetches Responsible-Changed-From-To: freebsd-ports-bugs->emulation Responsible-Changed-By: edwin Responsible-Changed-When: Mon Jun 8 02:10:22 UTC 2009 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=135342 From owner-freebsd-emulation@FreeBSD.ORG Mon Jun 8 03:49:24 2009 Return-Path: Delivered-To: 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 03FC6106566C; Mon, 8 Jun 2009 03:49:24 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CCF978FC17; Mon, 8 Jun 2009 03:49:23 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from freefall.freebsd.org (amdmi3@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n583nNxK043848; Mon, 8 Jun 2009 03:49:23 GMT (envelope-from amdmi3@freefall.freebsd.org) Received: (from amdmi3@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n583nN37043844; Mon, 8 Jun 2009 03:49:23 GMT (envelope-from amdmi3) Date: Mon, 8 Jun 2009 03:49:23 GMT Message-Id: <200906080349.n583nN37043844@freefall.freebsd.org> To: amdmi3@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, emulation@FreeBSD.org From: amdmi3@FreeBSD.org Cc: Subject: Re: ports/135341: [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: Mon, 08 Jun 2009 03:49:24 -0000 Synopsis: [PATCH] linux-f10 ports that install manpages: add NOMANCOMPRESS Responsible-Changed-From-To: freebsd-ports-bugs->emulation Responsible-Changed-By: amdmi3 Responsible-Changed-When: Mon Jun 8 03:49:15 UTC 2009 Responsible-Changed-Why: Emulation's PR as well. http://www.freebsd.org/cgi/query-pr.cgi?pr=135341 From owner-freebsd-emulation@FreeBSD.ORG Mon Jun 8 11:06:44 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 B14FF1065693 for ; Mon, 8 Jun 2009 11:06:44 +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 9EBF68FC28 for ; Mon, 8 Jun 2009 11:06:44 +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 n58B6ifZ020475 for ; Mon, 8 Jun 2009 11:06:44 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n58B6iom020471 for emulation@FreeBSD.org; Mon, 8 Jun 2009 11:06:44 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 8 Jun 2009 11:06:44 GMT Message-Id: <200906081106.n58B6iom020471@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, 08 Jun 2009 11:06:45 -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/135342 emulation [PATCH] ftp/linux-f10-curl: hardly fetches o ports/135341 emulation [PATCH] linux-f10 ports that install manpages: add NOM o ports/135339 emulation [PATCH] graphics/linux-f10-sdl_image: incomplete depen o ports/135337 emulation [PATCH] emulators/linux_base-f10: incorrect bash usage 4 problems total. From owner-freebsd-emulation@FreeBSD.ORG Mon Jun 8 11:06: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 26B871065697 for ; Mon, 8 Jun 2009 11:06:51 +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 126F08FC29 for ; Mon, 8 Jun 2009 11:06:51 +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 n58B6oPq020598 for ; Mon, 8 Jun 2009 11:06:50 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n58B6oTn020594 for freebsd-emulation@FreeBSD.org; Mon, 8 Jun 2009 11:06:50 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 8 Jun 2009 11:06:50 GMT Message-Id: <200906081106.n58B6oTn020594@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, 08 Jun 2009 11:06:52 -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 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 13 problems total. From owner-freebsd-emulation@FreeBSD.ORG Mon Jun 8 13:38: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 6EDF8106566C; Mon, 8 Jun 2009 13:38:59 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from pointyhat.freebsd.org (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by mx1.freebsd.org (Postfix) with ESMTP id 5ADD98FC0C; Mon, 8 Jun 2009 13:38:59 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from pointyhat.freebsd.org (localhost [127.0.0.1]) by pointyhat.freebsd.org (8.14.3/8.14.3) with ESMTP id n58DdRtc009626; Mon, 8 Jun 2009 13:39:28 GMT (envelope-from erwin@pointyhat.freebsd.org) Received: (from erwin@localhost) by pointyhat.freebsd.org (8.14.3/8.14.3/Submit) id n58DdRlt009569; Mon, 8 Jun 2009 13:39:27 GMT (envelope-from erwin) Date: Mon, 8 Jun 2009 13:39:27 GMT From: Erwin Lansing Message-Id: <200906081339.n58DdRlt009569@pointyhat.freebsd.org> To: az@freebsd.org, bsam@freebsd.org, emulation@freebsd.org, gahr@freebsd.org, girgen@freebsd.org, kevlo@freebsd.org, neal@nelson.name, ports@mark.reidel.info, ru@freebsd.org, wenheping@gmail.com X-Mailman-Approved-At: Mon, 08 Jun 2009 15:16:42 +0000 Cc: Subject: Ports with duplicate LATEST_LINKS 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, 08 Jun 2009 13:38:59 -0000 Dear port maintainers, The following list includes ports maintained by you that have duplicate LATEST_LINK values. They should either be modified to use a unique LATEST_LINK or suppressed using NO_LATEST_LINK, to avoid overwriting each other in the packages/Latest directory. If your ports conflict with ports maintained by another person, please coordinate your efforts with them. Thanks, Erwin "Annoying Reminder Guy III" Lansing LATEST_LINK PORTNAME MAINTAINER ========================================================================== emulators/linux_base-f7 bsam@FreeBSD.org emulators/linux_base-f8 bsam@FreeBSD.org emulators/linux_base-fc6 bsam@FreeBSD.org emulators/linux_base-f10 emulation@FreeBSD.org emulators/linux_base-f9 emulation@FreeBSD.org dcd net-p2p/dcd az@freebsd.org dcd audio/dcd gahr@FreeBSD.org deco archivers/deco kevlo@FreeBSD.org deco misc/deco ru@FreeBSD.org mod_jk-ap2 www/mod_jk girgen@FreeBSD.org mod_jk-ap2 www/mod_jk-apache2 girgen@FreeBSD.org mpc audio/mpc ports@mark.reidel.info mpc math/mpc wenheping@gmail.com py25-wxPython x11-toolkits/py-wxPython26 neal@nelson.name py25-wxPython x11-toolkits/py-wxPython28 neal@nelson.name py25-wxPython-common x11-toolkits/py-wxPython26-common neal@nelson.name py25-wxPython-common x11-toolkits/py-wxPython28-common neal@nelson.name py25-wxPython-unicode x11-toolkits/py-wxPython26-unicode neal@nelson.name py25-wxPython-unicode x11-toolkits/py-wxPython28-unicode neal@nelson.name Total: 19 ports From owner-freebsd-emulation@FreeBSD.ORG Mon Jun 8 15:55: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 18B2C1065673 for ; Mon, 8 Jun 2009 15:55:51 +0000 (UTC) (envelope-from mrkvrg@acm.org) Received: from xena.bway.net (xena.bway.net [216.220.96.26]) by mx1.freebsd.org (Postfix) with ESMTP id ACEEE8FC1E for ; Mon, 8 Jun 2009 15:55:50 +0000 (UTC) (envelope-from mrkvrg@acm.org) Received: (qmail 69795 invoked by uid 0); 8 Jun 2009 15:29:08 -0000 Received: from unknown (HELO gecko3.bs.net) (216.220.115.26) by smtp.bway.net with (DHE-RSA-AES256-SHA encrypted) SMTP; 8 Jun 2009 15:29:08 -0000 From: mfv To: freebsd-emulation@freebsd.org Date: Mon, 8 Jun 2009 11:29:08 -0400 User-Agent: KMail/1.11.4 (FreeBSD/7.2-STABLE; KDE/4.2.4; i386; ; ) References: <4A2C4ED4.9090504@gorontaloindie.com> In-Reply-To: <4A2C4ED4.9090504@gorontaloindie.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906081129.08194.mrkvrg@acm.org> Subject: Re: VirtualBox Network 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, 08 Jun 2009 15:55:51 -0000 Hello Abdul, Yesterday, I was able to successfully compile VirtualBox using the Make file from this address: http://people.freebsd.org/~miwi/vbox/virtualbox_5.tgz I am running version 7.2 in i386 mode on an amd64 cpu. I installed windows98 as my guest operating system. After its installation I discovered that my LAN was automatically found without any intervention from me. I was able to access the web without any problems at all. I was pleasantly surprised how easy it went. Kudos to the FreeBSD team who ported VirtualBox! However, I am still experimenting with it. I do not have access to my serial, parallel and usb devices. Perhaps there is some settings in hald that I need to work on. Good luck with your efforts... Marek On Sunday, 7 June 2009 19:35:48 Abdul Gani wrote: > Who use VirtualBox on FreeBSD 7.2 and Network work ? > > I'm get virtualbox port from here http://wiki.freebsd.org/VirtualBox but > network not work :-( > > I see this screenshot http://www.flickr.com/photos/h_u_p/3503683389/, > the network run well.. > > > Regard, From owner-freebsd-emulation@FreeBSD.ORG Mon Jun 8 18:40: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 EA4C5106566B for ; Mon, 8 Jun 2009 18:40:14 +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 AABD08FC08 for ; Mon, 8 Jun 2009 18:40:14 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 651F61E001E0; Mon, 8 Jun 2009 20:40:13 +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 n58IW2SZ020803 for ; Mon, 8 Jun 2009 20:32:02 +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 n58IW2MR020802 for freebsd-emulation@FreeBSD.org; Mon, 8 Jun 2009 20:32:02 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Mon, 8 Jun 2009 20:32:01 +0200 To: freebsd-emulation@FreeBSD.org Message-ID: <20090608183201.GA20790@triton.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.19 (2009-01-05) Cc: Subject: VBoxManage physical disk size patch 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, 08 Jun 2009 18:40:15 -0000 I wanted to pass a physical disk to vbox today as per this info, http://www.virtualbox.org/manual/UserManual.html#rawdisk and found out there is code missing to get the size of physical disks in VBoxManage; the following patch seems to work for me: Index: src/VBox/Frontends/VBoxManage/VBoxInternalManage.cpp @@ -54,7 +54,8 @@ #ifdef RT_OS_WINDOWS # include # include -#elif defined(RT_OS_LINUX) || defined(RT_OS_DARWIN) || defined(RT_OS_SOLARIS) +#elif defined(RT_OS_LINUX) || defined(RT_OS_DARWIN) \ + || defined(RT_OS_SOLARIS) || defined(RT_OS_FREEBSD) # include # include # include @@ -76,6 +77,9 @@ # include # include #endif /* RT_OS_SOLARIS */ +#ifdef RT_OS_FREEBSD +# include +#endif /* RT_OS_FREEBSD */ using namespace com; @@ -1010,6 +1014,28 @@ vrc = VERR_INVALID_PARAMETER; goto out; } +#elif defined(RT_OS_FREEBSD) + struct stat DevStat; + if (!fstat(RawFile, &DevStat) && S_ISCHR(DevStat.st_mode)) + { + off_t cMediasize = 0; + if (!ioctl(RawFile, DIOCGMEDIASIZE, &cMediasize)) + { + cbSize = cMediasize; + } + else + { + vrc = RTErrConvertFromErrno(errno); + RTPrintf("Cannot get the block count for file '%s': %Rrc", rawdisk.raw(), vrc); + goto out; + } + } + else + { + RTPrintf("File '%s' is no character device\n", rawdisk.raw()); + vrc = VERR_INVALID_PARAMETER; + goto out; + } #else /* all unrecognized OSes */ /* Hopefully this works on all other hosts. If it doesn't, it'll just fail * creating the VMDK, so no real harm done. */ From owner-freebsd-emulation@FreeBSD.ORG Tue Jun 9 02:51:27 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 BFB86106566C for ; Tue, 9 Jun 2009 02:51:27 +0000 (UTC) (envelope-from wirasto@gorontaloindie.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.235]) by mx1.freebsd.org (Postfix) with ESMTP id 9D58B8FC19 for ; Tue, 9 Jun 2009 02:51:27 +0000 (UTC) (envelope-from wirasto@gorontaloindie.com) Received: by rv-out-0506.google.com with SMTP id k40so1628660rvb.43 for ; Mon, 08 Jun 2009 19:51:27 -0700 (PDT) Received: by 10.142.99.13 with SMTP id w13mr2637742wfb.322.1244515887008; Mon, 08 Jun 2009 19:51:27 -0700 (PDT) Received: from ?192.168.212.212? ([222.124.222.178]) by mx.google.com with ESMTPS id 30sm1178539wff.29.2009.06.08.19.51.23 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 08 Jun 2009 19:51:25 -0700 (PDT) Message-ID: <4A2E3E4E.4010204@gorontaloindie.com> Date: Tue, 09 Jun 2009 10:49:50 +0000 From: Abdul Gani User-Agent: Thunderbird 2.0.0.21 (X11/20090423) MIME-Version: 1.0 To: freebsd-emulation@freebsd.org References: <4A2C4ED4.9090504@gorontaloindie.com> <200906081129.08194.mrkvrg@acm.org> In-Reply-To: <200906081129.08194.mrkvrg@acm.org> Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: VirtualBox Network 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, 09 Jun 2009 02:51:28 -0000 virtualbox (GUI) that can not always run fast. Sometimes I must interupt and try repeatedly. # VirtualBox Qt WARNING: Qt: Session management error: None of the authentication protocols specified are supported ^C # VirtualBox Qt WARNING: Qt: Session management error: None of the authentication protocols specified are supported ^C # VirtualBox Qt WARNING: Qt: Session management error: None of the authentication protocols specified are supported ^C # VirtualBox Qt WARNING: Qt: Session management error: None of the authentication protocols specified are supported ^C # VirtualBox Qt WARNING: Qt: Session management error: None of the authentication protocols specified are supported ^C # VirtualBox Qt WARNING: Qt: Session management error: None of the authentication protocols specified are supported Yeah, I run as general user for convenience. I have try make with Debug option. but freebsd freeze and automatical reboot where vboxdrv loaded. I don't know why... :( > Hello Abdul, > > Yesterday, I was able to successfully compile VirtualBox using the Make file > from this address: > > http://people.freebsd.org/~miwi/vbox/virtualbox_5.tgz > > I am running version 7.2 in i386 mode on an amd64 cpu. > > I installed windows98 as my guest operating system. After its installation I > discovered that my LAN was automatically found without any intervention from > me. I was able to access the web without any problems at all. I was > pleasantly surprised how easy it went. > > Kudos to the FreeBSD team who ported VirtualBox! > > However, I am still experimenting with it. I do not have access to my serial, > parallel and usb devices. Perhaps there is some settings in hald that I need > to work on. > > Good luck with your efforts... > > Marek > > On Sunday, 7 June 2009 19:35:48 Abdul Gani wrote: > >> Who use VirtualBox on FreeBSD 7.2 and Network work ? >> >> I'm get virtualbox port from here http://wiki.freebsd.org/VirtualBox but >> network not work :-( >> >> I see this screenshot http://www.flickr.com/photos/h_u_p/3503683389/, >> the network run well.. >> >> >> Regard, >> > > _______________________________________________ > 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" > > -- ------------------------------------------------------------------------------------------------------------------ http://wirastokarim.wordpress.com Tak ada hukum yang bisa mengatur Bloger dan Millister. From owner-freebsd-emulation@FreeBSD.ORG Tue Jun 9 13:34:30 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 223701065677; Tue, 9 Jun 2009 13:34:30 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from pointyhat.freebsd.org (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by mx1.freebsd.org (Postfix) with ESMTP id 0E7DA8FC19; Tue, 9 Jun 2009 13:34:30 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from pointyhat.freebsd.org (localhost [127.0.0.1]) by pointyhat.freebsd.org (8.14.3/8.14.3) with ESMTP id n59DZ1WA024454; Tue, 9 Jun 2009 13:35:01 GMT (envelope-from erwin@pointyhat.freebsd.org) Received: (from erwin@localhost) by pointyhat.freebsd.org (8.14.3/8.14.3/Submit) id n59DZ04k024391; Tue, 9 Jun 2009 13:35:00 GMT (envelope-from erwin) Date: Tue, 9 Jun 2009 13:35:00 GMT From: Erwin Lansing Message-Id: <200906091335.n59DZ04k024391@pointyhat.freebsd.org> To: az@freebsd.org, bsam@freebsd.org, emulation@freebsd.org, gahr@freebsd.org, girgen@freebsd.org, kevlo@freebsd.org, neal@nelson.name, ports@mark.reidel.info, ru@freebsd.org, wenheping@gmail.com X-Mailman-Approved-At: Tue, 09 Jun 2009 14:09:59 +0000 Cc: Subject: Ports with duplicate LATEST_LINKS 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, 09 Jun 2009 13:34:30 -0000 Dear port maintainers, The following list includes ports maintained by you that have duplicate LATEST_LINK values. They should either be modified to use a unique LATEST_LINK or suppressed using NO_LATEST_LINK, to avoid overwriting each other in the packages/Latest directory. If your ports conflict with ports maintained by another person, please coordinate your efforts with them. Thanks, Erwin "Annoying Reminder Guy III" Lansing LATEST_LINK PORTNAME MAINTAINER ========================================================================== emulators/linux_base-f7 bsam@FreeBSD.org emulators/linux_base-f8 bsam@FreeBSD.org emulators/linux_base-fc6 bsam@FreeBSD.org emulators/linux_base-f10 emulation@FreeBSD.org emulators/linux_base-f9 emulation@FreeBSD.org dcd net-p2p/dcd az@freebsd.org dcd audio/dcd gahr@FreeBSD.org deco archivers/deco kevlo@FreeBSD.org deco misc/deco ru@FreeBSD.org mod_jk-ap2 www/mod_jk girgen@FreeBSD.org mod_jk-ap2 www/mod_jk-apache2 girgen@FreeBSD.org mpc audio/mpc ports@mark.reidel.info mpc math/mpc wenheping@gmail.com py25-wxPython x11-toolkits/py-wxPython26 neal@nelson.name py25-wxPython x11-toolkits/py-wxPython28 neal@nelson.name py25-wxPython-common x11-toolkits/py-wxPython26-common neal@nelson.name py25-wxPython-common x11-toolkits/py-wxPython28-common neal@nelson.name py25-wxPython-unicode x11-toolkits/py-wxPython26-unicode neal@nelson.name py25-wxPython-unicode x11-toolkits/py-wxPython28-unicode neal@nelson.name Total: 19 ports From owner-freebsd-emulation@FreeBSD.ORG Tue Jun 9 17:52: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 98FC71065693; Tue, 9 Jun 2009 17:52:32 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id A7BAB8FC13; Tue, 9 Jun 2009 17:52:31 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id UAA20867; Tue, 09 Jun 2009 20:52:28 +0300 (EEST) (envelope-from avg@icyb.net.ua) Message-ID: <4A2EA15C.200@icyb.net.ua> Date: Tue, 09 Jun 2009 20:52:28 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.21 (X11/20090406) MIME-Version: 1.0 To: Vladimir Grebenschikov References: <4A251E0A.2050307@icyb.net.ua> <4A25205E.5030907@icyb.net.ua> <1244020967.26991.3.camel@localhost> In-Reply-To: <1244020967.26991.3.camel@localhost> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=KOI8-U Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org Subject: Re: virtualbox: clipboard sharing 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, 09 Jun 2009 17:52:33 -0000 on 03/06/2009 12:22 Vladimir Grebenschikov said the following: > Hi > > Can you share port patch ? > I've just tried to add freebsd here and get library installed but I > still have no sharing. Unfortunately I don't have any patches handy right now - I simply hacked the files in the working directory of the port. You can select "Show Log" in the context menu of the particular machine and see if there is anything interesting about VBoxSharedClipboard. And, BTW, I think that for shared clipboard to work you have to install Guest Additions in the guest OS (if supported). > -----Original Message----- > From: Andriy Gapon > To: freebsd-emulation@freebsd.org, Martin Wilke > Subject: Re: virtualbox: clipboard sharing > Date: Tue, 02 Jun 2009 15:51:42 +0300 > > on 02/06/2009 15:41 Andriy Gapon said the following: >> It seems that currently virtualbox port doesn't build/install VBoxSharedClipboard.so. >> >> It seems that fixing this should be as simple as removing wrapping if1of check in >> src/VBox/HostServices/Makefile.kmk (or adding freebsd to the list). >> The same operation is then needed in >> src/VBox/HostServices/SharedClipboard/Makefile.kmk where VBoxSharedClipboard_LIBS >> is set, so that VBoxSharedClipboard.so is linked with libXt and libX11. > > BTW, I've just tested this to work with XP guest (with Guest Additions installed) > - in both directions. > > -- Andriy Gapon From owner-freebsd-emulation@FreeBSD.ORG Tue Jun 9 18:35:54 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 88EBF106566C; Tue, 9 Jun 2009 18:35:54 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from mail-pz0-f195.google.com (mail-pz0-f195.google.com [209.85.222.195]) by mx1.freebsd.org (Postfix) with ESMTP id 54B8E8FC17; Tue, 9 Jun 2009 18:35:54 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by pzk33 with SMTP id 33so191835pzk.3 for ; Tue, 09 Jun 2009 11:35:54 -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; bh=mVHdKstJKtwblw2IYKlZyUHxSGDoziM8p9ogeOAb7YI=; b=BdA4lA/TirzdFDQiZEY8HQBlTa9jVpx4G7OyEXCXlrJWqmE4xAfHbKROAXyQhmVgKK 8OoViVJ90JP/xlIFQ1Xfb0lNbpGNQmxi0w1PgzPL9jP1Gt7wkc8vv6aw3/yA4qUpQ5no bEgvYi6FJxNgaS4pXBz9Gi479O71JTm7Z7s1U= 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; b=s+x9H8hkd/rbeZNZsZXvb1D17skqCpo+yCg7aqDa9DKphSzN/mdW7O8drTL698hAty khD397bvZBBtGXc7DKcZRkBZG5cQXv6hBvPBSaN+JAnqiIqs6n9761Agp1ZmBHw5JCYW ESskRiehl8gnUaf1/sRvTu69ErEEQYXMiQVDc= MIME-Version: 1.0 Received: by 10.142.211.7 with SMTP id j7mr140917wfg.165.1244570686816; Tue, 09 Jun 2009 11:04:46 -0700 (PDT) In-Reply-To: <20090606162235.GA49444@triton.kn-bremen.de> References: <20090606162235.GA49444@triton.kn-bremen.de> Date: Tue, 9 Jun 2009 11:04:46 -0700 Message-ID: <2a41acea0906091104q17aeb174l8a34bf7464a80509@mail.gmail.com> From: Jack Vogel To: Juergen Lock Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-emulation@freebsd.org, freebsd-current@freebsd.org Subject: Re: flash10 vs f10; em(4) now broken in -current in qemu/vbox 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, 09 Jun 2009 18:35:54 -0000 There is a change coming that will resolve this, stay tuned. Jack On Sat, Jun 6, 2009 at 9:22 AM, Juergen Lock wrote: > Hi! > > I just made a new vbox/qemu -current guest to look at flash10 vs f10 > (I made a raw image using qemu-img and gave that to vbox as per this > description, > http://www.virtualbox.org/manual/UserManual.html#rawdisk > so that I can also mount it from the host using mdconfig and boot it > in qemu too), and noticed em(4) in both vbox and qemu now report > `Invalid MAC address' and consequently don't attach: > > vbox: > em0: port 0xd010-0xd017 mem > 0xf0000 > 000-0xf001ffff irq 19 at device 3.0 on pci0 > em0: Reserved 0x20000 bytes for rid 0x10 type 3 at 0xf0000000 > em0: Reserved 0x8 bytes for rid 0x18 type 4 at 0xd010 > em0: Invalid MAC address > device_attach: em0 attach returned 5 > > qemu: > em0: port 0xc040-0xc07f mem > 0xf2020 > 000-0xf203ffff irq 11 at device 3.0 on pci0 > em0: Reserved 0x20000 bytes for rid 0x10 type 3 at 0xf2020000 > em0: Reserved 0x40 bytes for rid 0x14 type 4 at 0xc040 > em0: Invalid MAC address > device_attach: em0 attach returned 5 > > I had to switch to PCnet-PCI II in vbox and model=pcnet in qemu, both > driven by le(4) in the guest. Btw, PCnet-FAST III in vbox also doesn't > work (driven by pcn(4)), it fails to dhcp, but that breakage also exists > in 7.2 so its much older. > > head snapshot where em(4) works: 8.0-HEAD-20090403-JPSNAP > head snapshot where em(4) is broken: 8.0-HEAD-20090605-JPSNAP > > Anyway, on to www/linux-f8-flashplugin10 with OVERRIDE_LINUX_BASE_PORT > and OVERRIDE_LINUX_NONBASE_PORTS both f10: I got that going after > removing libidn from the port's USE_LINUX_APPS (its part of linux_base-f10) > and installing two new dependencies of f10's libcurl: > libldap-2.4.so.2 in openldap-2.4.12-1.fc10.i386.rpm > and > libsasl2.so.2 in cyrus-sasl-lib-2.1.22-19.fc10.i386.rpm > (so we'll need two new ports for these), and then finally to get > libflashsupport working too (i.e., audio) I had to > ln -s libssl.so.7 /compat/linux/lib/libssl.so.6 > - so we probably need a new linux-f10-flashsupport too if we want to > avoid that symlink. > > Oh and btw I got a weird audio issue in vbox also: most of the times > audio plays too fast and sounds ugly (using snd_ich; this stays until > guest reboot), but I also had the guest boot a few times with proper > audio... > > Cheers, > Juergen > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" > From owner-freebsd-emulation@FreeBSD.ORG Tue Jun 9 19:56:10 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 028E31065673 for ; Tue, 9 Jun 2009 19:56:10 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from mail.itac.at (mail.itac.at [213.47.211.116]) by mx1.freebsd.org (Postfix) with ESMTP id B00EA8FC13 for ; Tue, 9 Jun 2009 19:56:08 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from localhost ([127.0.0.1] helo=webmail.itac.at) by mail.itac.at with esmtpa (Exim 4.63) (envelope-from ) id 1ME7QR-0007yY-Ay; Tue, 09 Jun 2009 21:56:03 +0200 Received: from 78.142.74.81 (SquirrelMail authenticated user decke@bluelife.at) by webmail.itac.at with HTTP; Tue, 9 Jun 2009 21:56:03 +0200 (CEST) Message-ID: In-Reply-To: <4A2EA15C.200@icyb.net.ua> References: <4A251E0A.2050307@icyb.net.ua> <4A25205E.5030907@icyb.net.ua> <1244020967.26991.3.camel@localhost> <4A2EA15C.200@icyb.net.ua> Date: Tue, 9 Jun 2009 21:56:03 +0200 (CEST) From: Bernhard =?iso-8859-1?Q?Fr=F6hlich?= To: "Andriy Gapon" User-Agent: SquirrelMail/1.4.15 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: freebsd-emulation@freebsd.org Subject: Re: virtualbox: clipboard sharing 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, 09 Jun 2009 19:56:10 -0000 On Tue, June 9, 2009 7:52 pm, Andriy Gapon wrote: > on 03/06/2009 12:22 Vladimir Grebenschikov said the following: >> Hi >> >> Can you share port patch ? >> I've just tried to add freebsd here and get library installed but I >> still have no sharing. > > Unfortunately I don't have any patches handy right now - I simply hacked > the files > in the working directory of the port. > You can select "Show Log" in the context menu of the particular machine > and see if > there is anything interesting about VBoxSharedClipboard. > And, BTW, I think that for shared clipboard to work you have to install > Guest > Additions in the guest OS (if supported). Thanks, i've created a patch based on your description and added it to the vbox port. Compiles fine but i can't test the functionality at the moment because newer vbox builds are somehow broken. -- Bernhard Fröhlich http://www.bluelife.at/ From owner-freebsd-emulation@FreeBSD.ORG Tue Jun 9 19:56:23 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 58DA6106566C; Tue, 9 Jun 2009 19:56:23 +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 155358FC13; Tue, 9 Jun 2009 19:56:22 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 5005D1E001C2; Tue, 9 Jun 2009 21:56:21 +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 n59Jpgkf005177; Tue, 9 Jun 2009 21:51:42 +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 n59JpffP005176; Tue, 9 Jun 2009 21:51:41 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Tue, 9 Jun 2009 21:51:41 +0200 To: Jack Vogel Message-ID: <20090609195141.GA4982@triton.kn-bremen.de> References: <20090606162235.GA49444@triton.kn-bremen.de> <2a41acea0906091104q17aeb174l8a34bf7464a80509@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2a41acea0906091104q17aeb174l8a34bf7464a80509@mail.gmail.com> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: freebsd-emulation@freebsd.org, freebsd-current@freebsd.org Subject: Re: flash10 vs f10; em(4) now broken in -current in qemu/vbox 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, 09 Jun 2009 19:56:23 -0000 On Tue, Jun 09, 2009 at 11:04:46AM -0700, Jack Vogel wrote: > There is a change coming that will resolve this, stay tuned. Cool, thanx! :) Btw I posted patches too a few days later, in case you didn't see: (I just noticed -current appears to have been dropped from the Cc somehow so they only went to -emulation...) http://lists.freebsd.org/pipermail/freebsd-emulation/2009-June/006292.html and for qemu: http://lists.freebsd.org/pipermail/freebsd-emulation/2009-June/006293.html Thanx again, Juergen From owner-freebsd-emulation@FreeBSD.ORG Tue Jun 9 20:01: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 1EB061065670 for ; Tue, 9 Jun 2009 20:01:07 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from mail.itac.at (mail.itac.at [213.47.211.116]) by mx1.freebsd.org (Postfix) with ESMTP id 7F46B8FC0A for ; Tue, 9 Jun 2009 20:01:06 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from home.bluelife.at ([78.142.74.81] helo=chii.bluelife.at) by mail.itac.at with esmtpa (Exim 4.63) (envelope-from ) id 1ME7VI-00080d-12; Tue, 09 Jun 2009 22:01:04 +0200 Date: Tue, 9 Jun 2009 22:02:30 +0200 From: Bernhard Froehlich To: Bernhard =?ISO-8859-1?Q?Fr=F6hlich?= Message-ID: <20090609220230.3feee0f9@chii.bluelife.at> In-Reply-To: References: <4A251E0A.2050307@icyb.net.ua> <4A25205E.5030907@icyb.net.ua> <1244020967.26991.3.camel@localhost> <4A2EA15C.200@icyb.net.ua> X-Mailer: Claws Mail 3.7.1 (GTK+ 2.16.1; amd64-portbld-freebsd7.1) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -1.5 (-) X-Spam-Report: Spam detection software, running on the system "mail.itac.at", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: On Tue, 9 Jun 2009 21:56:03 +0200 (CEST) Bernhard Fröhlich wrote: > On Tue, June 9, 2009 7:52 pm, Andriy Gapon wrote: > > on 03/06/2009 12:22 Vladimir Grebenschikov said the following: > >> Hi > >> > >> Can you share port patch ? > >> I've just tried to add freebsd here and get library installed but I > >> still have no sharing. > > > > Unfortunately I don't have any patches handy right now - I simply hacked > > the files > > in the working directory of the port. > > You can select "Show Log" in the context menu of the particular machine > > and see if > > there is anything interesting about VBoxSharedClipboard. > > And, BTW, I think that for shared clipboard to work you have to install > > Guest > > Additions in the guest OS (if supported). > > Thanks, i've created a patch based on your description and added it to the > vbox port. Compiles fine but i can't test the functionality at the moment > because newer vbox builds are somehow broken. > [...] Content analysis details: (-1.5 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.4 ALL_TRUSTED Passed through trusted hosts only via SMTP -0.0 AWL AWL: From: address is in the auto white-list Cc: freebsd-emulation@freebsd.org, Andriy Gapon Subject: Re: virtualbox: clipboard sharing 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, 09 Jun 2009 20:01:07 -0000 On Tue, 9 Jun 2009 21:56:03 +0200 (CEST) Bernhard Fr=F6hlich wrote: > On Tue, June 9, 2009 7:52 pm, Andriy Gapon wrote: > > on 03/06/2009 12:22 Vladimir Grebenschikov said the following: > >> Hi > >> > >> Can you share port patch ? > >> I've just tried to add freebsd here and get library installed but I > >> still have no sharing. > > > > Unfortunately I don't have any patches handy right now - I simply hacked > > the files > > in the working directory of the port. > > You can select "Show Log" in the context menu of the particular machine > > and see if > > there is anything interesting about VBoxSharedClipboard. > > And, BTW, I think that for shared clipboard to work you have to install > > Guest > > Additions in the guest OS (if supported). >=20 > Thanks, i've created a patch based on your description and added it to the > vbox port. Compiles fine but i can't test the functionality at the moment > because newer vbox builds are somehow broken. >=20 If someone wants to test it on one of the CFT ports please do so. Don't know if it applies though. --- src/VBox/HostServices/Makefile.kmk.orig 2009-06-09 20:06:46.000000000 += 0200 +++ src/VBox/HostServices/Makefile.kmk 2009-06-09 20:07:17.000000000 +0200 @@ -31,7 +31,7 @@ include $(PATH_SUB_CURRENT)/SharedOpenGL/Makefile.kmk endif endif -if1of ($(KBUILD_TARGET), win linux solaris darwin) +if1of ($(KBUILD_TARGET), win linux solaris darwin freebsd) ifdef VBOX_WITH_SHARED_CLIPBOARD include $(PATH_SUB_CURRENT)/SharedClipboard/Makefile.kmk endif --- src/VBox/HostServices/SharedClipboard/Makefile.kmk.orig 2009-06-09 20:0= 7:48.000000000 +0200 +++ src/VBox/HostServices/SharedClipboard/Makefile.kmk 2009-06-09 20:08:49.= 000000000 +0200 @@ -55,7 +55,7 @@ $(LIB_VMM) \ $(LIB_RUNTIME) \ $(LIB_REM) -if1of ($(KBUILD_TARGET), linux solaris) +if1of ($(KBUILD_TARGET), linux solaris freebsd) ifndef VBOX_HEADLESS VBoxSharedClipboard_LIBPATH =3D \ $(VBOX_LIBPATH_X11) From owner-freebsd-emulation@FreeBSD.ORG Tue Jun 9 20:33:37 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 B02C9106566B for ; Tue, 9 Jun 2009 20:33:37 +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 6C4598FC21 for ; Tue, 9 Jun 2009 20:33:37 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id A85D21E001D1; Tue, 9 Jun 2009 22:33:36 +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 n59KVF9W009514; Tue, 9 Jun 2009 22:31:15 +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 n59KVEjj009513; Tue, 9 Jun 2009 22:31:14 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Tue, 9 Jun 2009 22:31:14 +0200 To: Bernhard Froehlich Message-ID: <20090609203114.GA9358@triton.kn-bremen.de> References: <4A251E0A.2050307@icyb.net.ua> <4A25205E.5030907@icyb.net.ua> <1244020967.26991.3.camel@localhost> <4A2EA15C.200@icyb.net.ua> <20090609220230.3feee0f9@chii.bluelife.at> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20090609220230.3feee0f9@chii.bluelife.at> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: freebsd-emulation@freebsd.org, Andriy Gapon Subject: Re: virtualbox: clipboard sharing 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, 09 Jun 2009 20:33:37 -0000 On Tue, Jun 09, 2009 at 10:02:30PM +0200, Bernhard Froehlich wrote: > On Tue, 9 Jun 2009 21:56:03 +0200 (CEST) > Bernhard Fröhlich wrote: > > > On Tue, June 9, 2009 7:52 pm, Andriy Gapon wrote: > > > on 03/06/2009 12:22 Vladimir Grebenschikov said the following: > > >> Hi > > >> > > >> Can you share port patch ? > > >> I've just tried to add freebsd here and get library installed but I > > >> still have no sharing. > > > > > > Unfortunately I don't have any patches handy right now - I simply hacked > > > the files > > > in the working directory of the port. > > > You can select "Show Log" in the context menu of the particular machine > > > and see if > > > there is anything interesting about VBoxSharedClipboard. > > > And, BTW, I think that for shared clipboard to work you have to install > > > Guest > > > Additions in the guest OS (if supported). > > > > Thanks, i've created a patch based on your description and added it to the > > vbox port. Compiles fine but i can't test the functionality at the moment > > because newer vbox builds are somehow broken. > > > > If someone wants to test it on one of the CFT ports please do so. Don't know > if it applies though. > [...] Just did a quick test with a win7 guest: seems I can paste out of the guest, but not into... i.e. ^v in the guest just pastes back what I had selected to paste out of the guest. Cheers, Juergen From owner-freebsd-emulation@FreeBSD.ORG Tue Jun 9 21:12: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 8DC7D106568D; Tue, 9 Jun 2009 21:12:13 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from mail-pz0-f195.google.com (mail-pz0-f195.google.com [209.85.222.195]) by mx1.freebsd.org (Postfix) with ESMTP id 588CC8FC1C; Tue, 9 Jun 2009 21:12:13 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by pzk33 with SMTP id 33so287780pzk.3 for ; Tue, 09 Jun 2009 14:12:12 -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; bh=7JGlyLz67+Gmu3kCRowqfnvhyF8JwulNQGFiLw8Tn9g=; b=jmMidWPo6kVCURtpxktB4+kKzNjDkOAJC/JSrnpSsDj2GyWWCXvMTamhjmATZoZY4X VHJDE44uHfiHxfcOy5gv+Y6FPMqToNQypQfVOQLMSGkubcAsyXk6KtVqUhUY0vqj7aj/ pFTFFu0EGDQS/8mrc2WJKO1Yi8zQG2o9KjrzM= 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; b=Hz5J2XdOER5RrAx2VhCJ4Gyq1+fDOwnhln9u3Wn+/Sk4Uukr1rccwXEYY7yIdJYEdI EqZz/wlefhEtqALZT5ovt8CO40NwuZOBtI951MJwgC/bmE8jt5YtoKcwK5UHY6d8AGDZ nfg+A/x+I9PzLlBuUvmRVSBitgX0YwfCCxkvo= MIME-Version: 1.0 Received: by 10.142.234.16 with SMTP id g16mr209891wfh.107.1244581932884; Tue, 09 Jun 2009 14:12:12 -0700 (PDT) In-Reply-To: <20090609195141.GA4982@triton.kn-bremen.de> References: <20090606162235.GA49444@triton.kn-bremen.de> <2a41acea0906091104q17aeb174l8a34bf7464a80509@mail.gmail.com> <20090609195141.GA4982@triton.kn-bremen.de> Date: Tue, 9 Jun 2009 14:12:12 -0700 Message-ID: <2a41acea0906091412k4fc58f4dt2c4ebbbb6dbd46dd@mail.gmail.com> From: Jack Vogel To: Juergen Lock Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-emulation@freebsd.org, freebsd-current@freebsd.org Subject: Re: flash10 vs f10; em(4) now broken in -current in qemu/vbox 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, 09 Jun 2009 21:12:14 -0000 Your change would work, but as its shared code and there are other OS's and their issues to worry about, what I am going to do is a bit different. I am including a patch if you would try this now, there will be a full driver update soon. Anyone set up to test this please post your results here. Cheers, Jack --- /usr/src/sys/dev/e1000/e1000_82540.c 2009-04-09 17:05:46.000000000 -0700 +++ ./e1000_82540.c 2009-06-09 18:47:24.000000000 -0700 @@ -30,7 +30,7 @@ POSSIBILITY OF SUCH DAMAGE. ******************************************************************************/ -/*$FreeBSD: src/sys/dev/e1000/e1000_82540.c,v 1.3 2009/04/10 00:05:46 jfv Exp $*/ +/*$FreeBSD: $*/ /* * 82540EM Gigabit Ethernet Controller @@ -57,6 +57,7 @@ static s32 e1000_setup_copper_link_82540(struct e1000_hw *hw); static s32 e1000_setup_fiber_serdes_link_82540(struct e1000_hw *hw); static void e1000_power_down_phy_copper_82540(struct e1000_hw *hw); +static s32 e1000_read_mac_addr_82540(struct e1000_hw *hw); /** * e1000_init_phy_params_82540 - Init PHY func ptrs. @@ -229,6 +230,8 @@ mac->ops.clear_vfta = e1000_clear_vfta_generic; /* setting MTA */ mac->ops.mta_set = e1000_mta_set_generic; + /* read mac address */ + mac->ops.read_mac_addr = e1000_read_mac_addr_82540; /* ID LED init */ mac->ops.id_led_init = e1000_id_led_init_generic; /* setup LED */ @@ -676,3 +679,45 @@ E1000_READ_REG(hw, E1000_MGTPTC); } +/** + * e1000_read_mac_addr_82540 - Read device MAC address + * @hw: pointer to the HW structure + * + * Reads the device MAC address from the EEPROM and stores the value. + * Since devices with two ports use the same EEPROM, we increment the + * last bit in the MAC address for the second port. + * + * This version is being used over generic because of customer issues + * with VmWare and Virtual Box when using generic. It seems in + * the emulated 82545, RAR[0] does NOT have a valid address after a + * reset, this older method works and using this breaks nothing for + * these legacy adapters. + **/ +s32 e1000_read_mac_addr_82540(struct e1000_hw *hw) +{ + s32 ret_val = E1000_SUCCESS; + u16 offset, nvm_data, i; + + DEBUGFUNC("e1000_read_mac_addr"); + + for (i = 0; i < ETH_ADDR_LEN; i += 2) { + offset = i >> 1; + ret_val = hw->nvm.ops.read(hw, offset, 1, &nvm_data); + if (ret_val) { + DEBUGOUT("NVM Read Error\n"); + goto out; + } + hw->mac.perm_addr[i] = (u8)(nvm_data & 0xFF); + hw->mac.perm_addr[i+1] = (u8)(nvm_data >> 8); + } + + /* Flip last bit of mac address if we're on second port */ + if (hw->bus.func == E1000_FUNC_1) + hw->mac.perm_addr[5] ^= 1; + + for (i = 0; i < ETH_ADDR_LEN; i++) + hw->mac.addr[i] = hw->mac.perm_addr[i]; + +out: + return ret_val; +} On Tue, Jun 9, 2009 at 12:51 PM, Juergen Lock wrote: > On Tue, Jun 09, 2009 at 11:04:46AM -0700, Jack Vogel wrote: > > There is a change coming that will resolve this, stay tuned. > > Cool, thanx! :) > > Btw I posted patches too a few days later, in case you didn't see: > (I just noticed -current appears to have been dropped from the Cc somehow > so they only went to -emulation...) > > http://lists.freebsd.org/pipermail/freebsd-emulation/2009-June/006292.html > and for qemu: > > http://lists.freebsd.org/pipermail/freebsd-emulation/2009-June/006293.html > > Thanx again, > Juergen > From owner-freebsd-emulation@FreeBSD.ORG Tue Jun 9 21:24: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 5FE9A106566B; Tue, 9 Jun 2009 21:24:28 +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 1FAF38FC16; Tue, 9 Jun 2009 21:24:27 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 39DB81E0025D; Tue, 9 Jun 2009 23:24:27 +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 n59LIpxB011682; Tue, 9 Jun 2009 23:18:51 +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 n59LIp7M011681; Tue, 9 Jun 2009 23:18:51 +0200 (CEST) (envelope-from nox) Date: Tue, 9 Jun 2009 23:18:51 +0200 (CEST) From: Juergen Lock Message-Id: <200906092118.n59LIp7M011681@triton.kn-bremen.de> To: que_deseja@hotmail.com X-Newsgroups: local.list.freebsd.ports In-Reply-To: References: <20090605185932.GA7964@triton.kn-bremen.de> Organization: home Cc: freebsd-emulation@freebsd.org, freebsd-ports@freebsd.org Subject: Re: plans to retire kqemu (poll) 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, 09 Jun 2009 21:24:28 -0000 In article you write: >Sound a bit stupid to retire it in favor of options such as Xen or VirtualBox. Kqemu is non-obtrusive,C tested,C and easily ported between systems. For some of us, good hardware or new hardware is not an option. Yeah I don't really like those plans either, tho this is probably better discussed on the qemu list as we here can't really do much about it... Cheers, Juergen From owner-freebsd-emulation@FreeBSD.ORG Tue Jun 9 22:09: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 10B9D106568B; Tue, 9 Jun 2009 22:09:28 +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 BFD9E8FC17; Tue, 9 Jun 2009 22:09:27 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id EE80B1E002A6; Wed, 10 Jun 2009 00:09:26 +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 n59M6nSP014922; Wed, 10 Jun 2009 00:06:49 +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 n59M6n3E014921; Wed, 10 Jun 2009 00:06:49 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Wed, 10 Jun 2009 00:06:48 +0200 To: Jack Vogel Message-ID: <20090609220648.GA14714@triton.kn-bremen.de> References: <20090606162235.GA49444@triton.kn-bremen.de> <2a41acea0906091104q17aeb174l8a34bf7464a80509@mail.gmail.com> <20090609195141.GA4982@triton.kn-bremen.de> <2a41acea0906091412k4fc58f4dt2c4ebbbb6dbd46dd@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2a41acea0906091412k4fc58f4dt2c4ebbbb6dbd46dd@mail.gmail.com> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: freebsd-emulation@freebsd.org, freebsd-current@freebsd.org Subject: Re: flash10 vs f10; em(4) now broken in -current in qemu/vbox 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, 09 Jun 2009 22:09:28 -0000 On Tue, Jun 09, 2009 at 02:12:12PM -0700, Jack Vogel wrote: > Your change would work, but as its shared code and there are other OS's and > their issues to worry about, what I am going to do is a bit different. I am > including > a patch if you would try this now, there will be a full driver update soon. > > Anyone set up to test this please post your results here. Ok, worked in qemu, and worked in vbox with two of the three e1000 choices; vbox calls the failed one Intel PRO/1000 T Server (82543GC), pciconf -lv says: em0@pci0:0:3:0: class=0x020000 card=0x10048086 chip=0x10048086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82543GC Gigabit Ethernet Controller (Copper)' class = network subclass = ethernet Thanx, Juergen From owner-freebsd-emulation@FreeBSD.ORG Wed Jun 10 05:39: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 2F6C01065676; Wed, 10 Jun 2009 05:39:34 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.172]) by mx1.freebsd.org (Postfix) with ESMTP id ECC358FC1B; Wed, 10 Jun 2009 05:39:33 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so214989wfg.7 for ; Tue, 09 Jun 2009 22:39:33 -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; bh=KkOFD7KusHV88yHS4WU+gGkhrDw8KM5rXGuDPSdOZZQ=; b=Haz5M6TR8y62OA6ybt8o/RkqvhtcXC6QmmGNAwwLAdAzBOLZWbEO5o5OWx4Ox1pn1E VOjvh9Oduo/LRBOvfTOnQFJT2hriLPksNVrXlmNdw0GzZB8t8EZFv3pKkHi7qipeook1 MDBTjIAPwWEkKJvQ4ic3g+QM33vNF095bakBg= 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; b=IwxkjRsf2NyPeJJxsUhuCXeDlR6C+RUMWr71fLbk9ytgFrCjgVaialWqth/WY+J625 gq0PLldXLSnGOuvHM9ZEZlJzt2FvR/caGZdADVeX8wZ2nymJPpFDiaKHcBtlwghzXfhU 1EgqRk6qY5jIr6PqG/0NO5eDQdio9YVxMFOYo= MIME-Version: 1.0 Received: by 10.142.103.11 with SMTP id a11mr415338wfc.113.1244612373523; Tue, 09 Jun 2009 22:39:33 -0700 (PDT) In-Reply-To: <20090609220648.GA14714@triton.kn-bremen.de> References: <20090606162235.GA49444@triton.kn-bremen.de> <2a41acea0906091104q17aeb174l8a34bf7464a80509@mail.gmail.com> <20090609195141.GA4982@triton.kn-bremen.de> <2a41acea0906091412k4fc58f4dt2c4ebbbb6dbd46dd@mail.gmail.com> <20090609220648.GA14714@triton.kn-bremen.de> Date: Tue, 9 Jun 2009 22:39:33 -0700 Message-ID: <2a41acea0906092239i2b04f3dcic5a593a308ef3849@mail.gmail.com> From: Jack Vogel To: Juergen Lock Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-emulation@freebsd.org, freebsd-current@freebsd.org Subject: Re: flash10 vs f10; em(4) now broken in -current in qemu/vbox 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, 10 Jun 2009 05:39:35 -0000 Thanks for the feedback. I know nothing about vbox, I had assumed it followed vmware in emulating the 82545. So, can you not configure things so you always use the type with the workaround? I have no intention of adding workarounds to more hardware types. Jack On Tue, Jun 9, 2009 at 3:06 PM, Juergen Lock wrote: > On Tue, Jun 09, 2009 at 02:12:12PM -0700, Jack Vogel wrote: > > Your change would work, but as its shared code and there are other OS's > and > > their issues to worry about, what I am going to do is a bit different. I > am > > including > > a patch if you would try this now, there will be a full driver update > soon. > > > > Anyone set up to test this please post your results here. > > Ok, worked in qemu, and worked in vbox with two of the three e1000 choices; > vbox calls the failed one Intel PRO/1000 T Server (82543GC), pciconf -lv > says: > > em0@pci0:0:3:0: class=0x020000 card=0x10048086 chip=0x10048086 rev=0x02 > hdr=0x00 > vendor = 'Intel Corporation' > device = '82543GC Gigabit Ethernet Controller (Copper)' > class = network > subclass = ethernet > > Thanx, > Juergen > From owner-freebsd-emulation@FreeBSD.ORG Wed Jun 10 05:44:19 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 9E822106564A for ; Wed, 10 Jun 2009 05:44:19 +0000 (UTC) (envelope-from wirasto@gorontaloindie.com) Received: from mail-pz0-f195.google.com (mail-pz0-f195.google.com [209.85.222.195]) by mx1.freebsd.org (Postfix) with ESMTP id 7A22B8FC08 for ; Wed, 10 Jun 2009 05:44:19 +0000 (UTC) (envelope-from wirasto@gorontaloindie.com) Received: by pzk33 with SMTP id 33so499845pzk.3 for ; Tue, 09 Jun 2009 22:44:19 -0700 (PDT) Received: by 10.142.177.5 with SMTP id z5mr362702wfe.156.1244612659173; Tue, 09 Jun 2009 22:44:19 -0700 (PDT) Received: from ?192.168.212.212? ([222.124.222.178]) by mx.google.com with ESMTPS id 28sm1446607wfd.23.2009.06.09.22.44.15 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 09 Jun 2009 22:44:18 -0700 (PDT) Message-ID: <4A2FB84E.3050709@gorontaloindie.com> Date: Wed, 10 Jun 2009 13:42:38 +0000 From: Abdul Gani User-Agent: Thunderbird 2.0.0.21 (X11/20090423) MIME-Version: 1.0 To: freebsd-emulation@freebsd.org References: <4A251E0A.2050307@icyb.net.ua> <4A25205E.5030907@icyb.net.ua> <1244020967.26991.3.camel@localhost> <4A2EA15C.200@icyb.net.ua> <20090609220230.3feee0f9@chii.bluelife.at> In-Reply-To: <20090609220230.3feee0f9@chii.bluelife.at> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: virtualbox: clipboard sharing 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, 10 Jun 2009 05:44:19 -0000 Bernhard Froehlich wrote: > On Tue, 9 Jun 2009 21:56:03 +0200 (CEST) > Bernhard Fröhlich wrote: > > >> On Tue, June 9, 2009 7:52 pm, Andriy Gapon wrote: >> >>> on 03/06/2009 12:22 Vladimir Grebenschikov said the following: >>> >>>> Hi >>>> >>>> Can you share port patch ? >>>> I've just tried to add freebsd here and get library installed but I >>>> still have no sharing. >>>> >>> Unfortunately I don't have any patches handy right now - I simply hacked >>> the files >>> in the working directory of the port. >>> You can select "Show Log" in the context menu of the particular machine >>> and see if >>> there is anything interesting about VBoxSharedClipboard. >>> And, BTW, I think that for shared clipboard to work you have to install >>> Guest >>> Additions in the guest OS (if supported). >>> >> Thanks, i've created a patch based on your description and added it to the >> vbox port. Compiles fine but i can't test the functionality at the moment >> because newer vbox builds are somehow broken. >> >> > > If someone wants to test it on one of the CFT ports please do so. Don't know > if it applies though. > > --- src/VBox/HostServices/Makefile.kmk.orig 2009-06-09 20:06:46.000000000 +0200 > +++ src/VBox/HostServices/Makefile.kmk 2009-06-09 20:07:17.000000000 +0200 > @@ -31,7 +31,7 @@ > include $(PATH_SUB_CURRENT)/SharedOpenGL/Makefile.kmk > endif > endif > -if1of ($(KBUILD_TARGET), win linux solaris darwin) > +if1of ($(KBUILD_TARGET), win linux solaris darwin freebsd) > ifdef VBOX_WITH_SHARED_CLIPBOARD > include $(PATH_SUB_CURRENT)/SharedClipboard/Makefile.kmk > endif > --- src/VBox/HostServices/SharedClipboard/Makefile.kmk.orig 2009-06-09 20:07:48.000000000 +0200 > +++ src/VBox/HostServices/SharedClipboard/Makefile.kmk 2009-06-09 20:08:49.000000000 +0200 > @@ -55,7 +55,7 @@ > $(LIB_VMM) \ > $(LIB_RUNTIME) \ > $(LIB_REM) > -if1of ($(KBUILD_TARGET), linux solaris) > +if1of ($(KBUILD_TARGET), linux solaris freebsd) > ifndef VBOX_HEADLESS > VBoxSharedClipboard_LIBPATH = \ > $(VBOX_LIBPATH_X11) > > _______________________________________________ > 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" > > I use this ports http://people.freebsd.org/~miwi/vbox/virtualbox_5.tgz How to use your patch ? -- ------------------------------------------------------------------------------------------------------------------ http://wirastokarim.wordpress.com Tak ada hukum yang bisa mengatur Bloger dan Millister. From owner-freebsd-emulation@FreeBSD.ORG Wed Jun 10 13:14:08 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 9A2761065675; Wed, 10 Jun 2009 13:14:08 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from pointyhat.freebsd.org (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by mx1.freebsd.org (Postfix) with ESMTP id 87CC78FC0A; Wed, 10 Jun 2009 13:14:08 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from pointyhat.freebsd.org (localhost [127.0.0.1]) by pointyhat.freebsd.org (8.14.3/8.14.3) with ESMTP id n5ADEgQa000979; Wed, 10 Jun 2009 13:14:42 GMT (envelope-from erwin@pointyhat.freebsd.org) Received: (from erwin@localhost) by pointyhat.freebsd.org (8.14.3/8.14.3/Submit) id n5ADEf8N000964; Wed, 10 Jun 2009 13:14:41 GMT (envelope-from erwin) Date: Wed, 10 Jun 2009 13:14:41 GMT From: Erwin Lansing Message-Id: <200906101314.n5ADEf8N000964@pointyhat.freebsd.org> To: az@freebsd.org, bsam@freebsd.org, emulation@freebsd.org, gahr@freebsd.org, girgen@freebsd.org, neal@nelson.name, ports@mark.reidel.info, wenheping@gmail.com Cc: Subject: Ports with duplicate LATEST_LINKS 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, 10 Jun 2009 13:14:08 -0000 Dear port maintainers, The following list includes ports maintained by you that have duplicate LATEST_LINK values. They should either be modified to use a unique LATEST_LINK or suppressed using NO_LATEST_LINK, to avoid overwriting each other in the packages/Latest directory. If your ports conflict with ports maintained by another person, please coordinate your efforts with them. Thanks, Erwin "Annoying Reminder Guy III" Lansing LATEST_LINK PORTNAME MAINTAINER ========================================================================== emulators/linux_base-f7 bsam@FreeBSD.org emulators/linux_base-f8 bsam@FreeBSD.org emulators/linux_base-fc6 bsam@FreeBSD.org emulators/linux_base-f10 emulation@FreeBSD.org emulators/linux_base-f9 emulation@FreeBSD.org dcd net-p2p/dcd az@freebsd.org dcd audio/dcd gahr@FreeBSD.org mod_jk-ap2 www/mod_jk girgen@FreeBSD.org mod_jk-ap2 www/mod_jk-apache2 girgen@FreeBSD.org mpc audio/mpc ports@mark.reidel.info mpc math/mpc wenheping@gmail.com py25-wxPython x11-toolkits/py-wxPython26 neal@nelson.name py25-wxPython x11-toolkits/py-wxPython28 neal@nelson.name py25-wxPython-common x11-toolkits/py-wxPython26-common neal@nelson.name py25-wxPython-common x11-toolkits/py-wxPython28-common neal@nelson.name py25-wxPython-unicode x11-toolkits/py-wxPython26-unicode neal@nelson.name py25-wxPython-unicode x11-toolkits/py-wxPython28-unicode neal@nelson.name Total: 17 ports From owner-freebsd-emulation@FreeBSD.ORG Wed Jun 10 13:21:35 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 C344C106568B; Wed, 10 Jun 2009 13:21:35 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 9CA838FC26; Wed, 10 Jun 2009 13:21:34 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id QAA06970; Wed, 10 Jun 2009 16:21:31 +0300 (EEST) (envelope-from avg@icyb.net.ua) Message-ID: <4A2FB35A.8070300@icyb.net.ua> Date: Wed, 10 Jun 2009 16:21:30 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.21 (X11/20090406) MIME-Version: 1.0 To: ajtiM References: <200906071217.46779.lumiwa@gmail.com> In-Reply-To: <200906071217.46779.lumiwa@gmail.com> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, freebsd-emulation@freebsd.org, re@freebsd.org, Chagin Dmitry Subject: Re: skype-out calls disconnect after 5 minute 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, 10 Jun 2009 13:21:36 -0000 on 07/06/2009 20:17 ajtiM said the following: > My system: FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 > root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 > > Skype-out calls disconnect after about 5 minutes. I red that was problem with > beta or pre release but looks like that is the problem here still. Version of > Skype is 2.9.9.72. > Do I need to put kern.hz=100 in loader.conf, please? > > Thanks in advace, I am not entirely sure but I think that the behavior that you see was caused by r190893 (on Apr 10) and was fixed by r192987 (on May 28). I think that your best bet is to upgrade to stable/7 that includes the aforementioned commit. I have been experiencing the same problem myself and tracked it to linux_times, but very fortunately Dmitry committed the proper fix before I could finish my investigation. I think that this may be a good candidate for 7.2 errata. -- Andriy Gapon From owner-freebsd-emulation@FreeBSD.ORG Wed Jun 10 16:31:05 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 9D80E1065670; Wed, 10 Jun 2009 16:31:05 +0000 (UTC) (envelope-from lumiwa@gmail.com) Received: from mail-fx0-f220.google.com (mail-fx0-f220.google.com [209.85.220.220]) by mx1.freebsd.org (Postfix) with ESMTP id CA7E58FC08; Wed, 10 Jun 2009 16:31:04 +0000 (UTC) (envelope-from lumiwa@gmail.com) Received: by fxm20 with SMTP id 20so854906fxm.43 for ; Wed, 10 Jun 2009 09:31:03 -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=ghI8bnVE4FaH1XehxvZ9VZi2jDyqhue8twAZjOUse3U=; b=CmaQYPbn7COsJJgFrYea8705o2E6nAVRerANu5lzf5poSRilqyGL698FeuFiz4bjoe tIl7XHyw22U3OQFtvtdVp8veu9/ZnGpR7tUwa0T6oi+8ljIsnYY7/UrMHFOMWyvj2drx gIBqV3DGFrMIIC4QLVqGV9kVMsy08i6bdjeDA= 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=RLJN5ybvCR55LAsblVZ5DtJ7/2A6+qBl20pbUxdXcJlOS6okEqj2ZusNt89YLZVEXa BeAYao9X4d74vzcXD4wkJtmZxnCeyWgjjAGfbXMUWCyJ7PHYpPdH3MbRzprfPwWH+hOB HB8LmiS8wTvlDygAfgWwzMvzmv2BLejYnUGx8= MIME-Version: 1.0 Received: by 10.239.146.212 with SMTP id x20mr123576hba.97.1244649713414; Wed, 10 Jun 2009 09:01:53 -0700 (PDT) In-Reply-To: <4A2FB35A.8070300@icyb.net.ua> References: <200906071217.46779.lumiwa@gmail.com> <4A2FB35A.8070300@icyb.net.ua> Date: Wed, 10 Jun 2009 11:01:53 -0500 Message-ID: From: Franci Nabalanci To: Andriy Gapon Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, freebsd-emulation@freebsd.org, re@freebsd.org, Chagin Dmitry Subject: Re: skype-out calls disconnect after 5 minute 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, 10 Jun 2009 16:31:05 -0000 Thank you very much for the aswer but I have 7.2 release and I don't want change to 7 stable. It is not useful anymore. I will try if Ekiga works better. On 6/10/09, Andriy Gapon wrote: > on 07/06/2009 20:17 ajtiM said the following: >> My system: FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 >> root@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >> >> Skype-out calls disconnect after about 5 minutes. I red that was problem >> with >> beta or pre release but looks like that is the problem here still. Version >> of >> Skype is 2.9.9.72. >> Do I need to put kern.hz=100 in loader.conf, please? >> >> Thanks in advace, > > I am not entirely sure but I think that the behavior that you see was caused > by > r190893 (on Apr 10) and was fixed by r192987 (on May 28). > I think that your best bet is to upgrade to stable/7 that includes the > aforementioned commit. > > I have been experiencing the same problem myself and tracked it to > linux_times, > but very fortunately Dmitry committed the proper fix before I could finish > my > investigation. > > I think that this may be a good candidate for 7.2 errata. > > -- > Andriy Gapon > From owner-freebsd-emulation@FreeBSD.ORG Wed Jun 10 20:08:17 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 77FF8106566C; Wed, 10 Jun 2009 20:08:17 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 1A2FB8FC16; Wed, 10 Jun 2009 20:08:15 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id XAA11997; Wed, 10 Jun 2009 23:08:13 +0300 (EEST) (envelope-from avg@icyb.net.ua) Received: from localhost.topspin.kiev.ua ([127.0.0.1] helo=edge.pp.kiev.ua) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1MEU5l-0007qO-EY; Wed, 10 Jun 2009 23:08:13 +0300 Message-ID: <4A3012AC.2070407@icyb.net.ua> Date: Wed, 10 Jun 2009 23:08:12 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.21 (X11/20090406) MIME-Version: 1.0 To: Franci Nabalanci References: <200906071217.46779.lumiwa@gmail.com> <4A2FB35A.8070300@icyb.net.ua> In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, freebsd-emulation@freebsd.org, re@freebsd.org, Chagin Dmitry Subject: Re: skype-out calls disconnect after 5 minute 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, 10 Jun 2009 20:08:18 -0000 on 10/06/2009 19:01 Franci Nabalanci said the following: > Thank you very much for the aswer but I have 7.2 release and I don't > want change to 7 stable. It is not useful anymore. I will try if Ekiga > works better. BTW, if I understand the problem correctly kern.hz="100" in loader.conf should work around the problem. Unless you have to have a different HZ value for something else. -- Andriy Gapon From owner-freebsd-emulation@FreeBSD.ORG Wed Jun 10 22:02: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 20B1010656A6; Wed, 10 Jun 2009 22:02:14 +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 CE0F58FC12; Wed, 10 Jun 2009 22:02:13 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 5A9351E008E8; Thu, 11 Jun 2009 00:02:12 +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 n5ALxgn3034460; Wed, 10 Jun 2009 23:59:42 +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 n5ALxgAQ034459; Wed, 10 Jun 2009 23:59:42 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Wed, 10 Jun 2009 23:59:42 +0200 To: Jack Vogel Message-ID: <20090610215942.GA34102@triton.kn-bremen.de> References: <20090606162235.GA49444@triton.kn-bremen.de> <2a41acea0906091104q17aeb174l8a34bf7464a80509@mail.gmail.com> <20090609195141.GA4982@triton.kn-bremen.de> <2a41acea0906091412k4fc58f4dt2c4ebbbb6dbd46dd@mail.gmail.com> <20090609220648.GA14714@triton.kn-bremen.de> <2a41acea0906092239i2b04f3dcic5a593a308ef3849@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2a41acea0906092239i2b04f3dcic5a593a308ef3849@mail.gmail.com> User-Agent: Mutt/1.5.19 (2009-01-05) Cc: freebsd-emulation@freebsd.org, freebsd-current@freebsd.org Subject: Re: flash10 vs f10; em(4) now broken in -current in qemu/vbox 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, 10 Jun 2009 22:02:14 -0000 On Tue, Jun 09, 2009 at 10:39:33PM -0700, Jack Vogel wrote: > Thanks for the feedback. > > I know nothing about vbox, I had assumed it followed vmware in emulating the > 82545. So, can you not configure things so you always use the type with the > workaround? You can configure the emulated nic per VM, and there are three varieties of e1000 to choose from (in addition to two pcnet), only one of them now doesn't work. I'm not sure there's a configurable global default, the default seems to depend on the type of guest OS selected when creating the VM, and in fact now (with the patch) is a working e1000 variety when creating a FreeBSD VM. > I have no intention of adding workarounds to more hardware > types. So its not too big of a problem I'd say... :) Thanx, Juergen From owner-freebsd-emulation@FreeBSD.ORG Wed Jun 10 23:26:51 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 8C001106566C for ; Wed, 10 Jun 2009 23:26:51 +0000 (UTC) (envelope-from jimmiejaz@gmail.com) Received: from mail-gx0-f207.google.com (mail-gx0-f207.google.com [209.85.217.207]) by mx1.freebsd.org (Postfix) with ESMTP id 49DAA8FC0C for ; Wed, 10 Jun 2009 23:26:50 +0000 (UTC) (envelope-from jimmiejaz@gmail.com) Received: by gxk3 with SMTP id 3so1539616gxk.19 for ; Wed, 10 Jun 2009 16:26:50 -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; bh=ZBDTebqW5Z2EXFbn88EBVVAMfExbBuW+AVHK/BaUenU=; b=n45zYty/ZwJJTNnB1rucBgrtq7OsbN+Z677v3UvpMIHEX42weLuhA3sYPzRqRE2a19 urxyGjjx1drOlMkUe6nxr/s8mTWAixDpDA+W8KEnnOwGnwqd9fUKgACZ8W4aFGugLLCt mhHaA5TuommYd2xgt24kmL7+tQyv/A7fxMANk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ti56dK13wPSDSdoZftsC6syZWHocy0iPrnPmvItO8DaaUZt0Qp4wbvkk5gMwEbldYC UMttchhOr1MXgvywDzF0AoBawPHrWsY1YDYDmbXVvihG4fwq5bKfV5IXMN4VBLrCYvKk O1F8+VD2guNTuBeWbUQIZ5nAs3ijnfzWAdIbs= MIME-Version: 1.0 Received: by 10.150.198.9 with SMTP id v9mr3593759ybf.270.1244674557724; Wed, 10 Jun 2009 15:55:57 -0700 (PDT) Date: Wed, 10 Jun 2009 18:55:57 -0400 Message-ID: <7e148fb90906101555s2c9a62bcqd7d90ea2e4e65239@mail.gmail.com> From: "J.J" To: emulation@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: FYI: linux_base-f10 + linux-f8-flashplugin10 vs. linux-flashplugin9 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, 10 Jun 2009 23:26:51 -0000 #uname -va FreeBSD jimmiejaz.org 7.2-STABLE FreeBSD 7.2-STABLE #0: Tue May 5 14:55:49 EDT 2009 jimmie@jimmiejaz.org:/usr/obj/usr/src/sys/FORTYTWO i386 So, for giggles, swapped out linux_base-f8 with linux_base-f10 only to find that linux-f8-flashplugin10 doesn't work. http://docs.freebsd.org/cgi/getmsg.cgi?fetch=113307+0+current/freebsd-emulation The idea here, doesn't work for me, (or $luser error issue) so I installed linux-flashplugin9. Results: video without sound. Fix below (nasty hack) and npviewer.bin still needs to be killed. After doing the following: /usr/compat/linux/lib#cp libssl.so.6 libssl.so.5 /usr/compat/linux/lib#cp libssl.so.0.9.8g libssl.so.0.9.8b Video and sound work again. And yes, I know I could have used ln -s but I tend to prefer cp with notes in my system-admin file, saves busted links after update. References: 1) http://docs.freebsd.org/cgi/getmsg.cgi?fetch=113307+0+current/freebsd-emulation The idea here, doesn't work for me, (or $luser error issue) so I installed linux-flashplugin9. 2) http://forums.freebsd.org/showthread.php?t=3353 From owner-freebsd-emulation@FreeBSD.ORG Thu Jun 11 14:06:08 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 5FA771065670; Thu, 11 Jun 2009 14:06:08 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from pointyhat.freebsd.org (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by mx1.freebsd.org (Postfix) with ESMTP id 4D7838FC12; Thu, 11 Jun 2009 14:06:08 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from pointyhat.freebsd.org (localhost [127.0.0.1]) by pointyhat.freebsd.org (8.14.3/8.14.3) with ESMTP id n5BE6iOD037066; Thu, 11 Jun 2009 14:06:44 GMT (envelope-from erwin@pointyhat.freebsd.org) Received: (from erwin@localhost) by pointyhat.freebsd.org (8.14.3/8.14.3/Submit) id n5BE6ht1037014; Thu, 11 Jun 2009 14:06:43 GMT (envelope-from erwin) Date: Thu, 11 Jun 2009 14:06:43 GMT From: Erwin Lansing Message-Id: <200906111406.n5BE6ht1037014@pointyhat.freebsd.org> To: az@freebsd.org, bsam@freebsd.org, emulation@freebsd.org, gahr@freebsd.org, girgen@freebsd.org, neal@nelson.name, ports@mark.reidel.info, wenheping@gmail.com Cc: Subject: Ports with duplicate LATEST_LINKS 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, 11 Jun 2009 14:06:08 -0000 Dear port maintainers, The following list includes ports maintained by you that have duplicate LATEST_LINK values. They should either be modified to use a unique LATEST_LINK or suppressed using NO_LATEST_LINK, to avoid overwriting each other in the packages/Latest directory. If your ports conflict with ports maintained by another person, please coordinate your efforts with them. Thanks, Erwin "Annoying Reminder Guy III" Lansing LATEST_LINK PORTNAME MAINTAINER ========================================================================== emulators/linux_base-f7 bsam@FreeBSD.org emulators/linux_base-f8 bsam@FreeBSD.org emulators/linux_base-fc6 bsam@FreeBSD.org emulators/linux_base-f10 emulation@FreeBSD.org emulators/linux_base-f9 emulation@FreeBSD.org dcd net-p2p/dcd az@freebsd.org dcd audio/dcd gahr@FreeBSD.org mod_jk-ap2 www/mod_jk girgen@FreeBSD.org mod_jk-ap2 www/mod_jk-apache2 girgen@FreeBSD.org mpc audio/mpc ports@mark.reidel.info mpc math/mpc wenheping@gmail.com py25-wxPython x11-toolkits/py-wxPython26 neal@nelson.name py25-wxPython x11-toolkits/py-wxPython28 neal@nelson.name py25-wxPython-common x11-toolkits/py-wxPython26-common neal@nelson.name py25-wxPython-common x11-toolkits/py-wxPython28-common neal@nelson.name py25-wxPython-unicode x11-toolkits/py-wxPython26-unicode neal@nelson.name py25-wxPython-unicode x11-toolkits/py-wxPython28-unicode neal@nelson.name Total: 17 ports From owner-freebsd-emulation@FreeBSD.ORG Thu Jun 11 19:46:02 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 7B4B71065670; Thu, 11 Jun 2009 19:46:02 +0000 (UTC) (envelope-from miwi@bsdcrew.de) Received: from bsdcrew.de (duro.unixfreunde.de [85.214.90.4]) by mx1.freebsd.org (Postfix) with ESMTP id 3FD4F8FC25; Thu, 11 Jun 2009 19:46:02 +0000 (UTC) (envelope-from miwi@bsdcrew.de) Received: by bsdcrew.de (Postfix, from userid 1001) id C66A74AC60; Thu, 11 Jun 2009 21:45:57 +0200 (CEST) Date: Thu, 11 Jun 2009 21:45:57 +0200 From: Martin Wilke To: ports@FreeBSD.org Message-ID: <20090611194557.GC98175@bsdcrew.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline User-Agent: Mutt/1.5.19 (2009-01-05) Cc: freebsd-emulation@FreeBSD.org, freebsd-current@FreeBSD.org Subject: [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: Thu, 11 Jun 2009 19:46:03 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Huhu, Yes we life and that's good :-). Changes: - Fix build error when compiling in debug mode on FreeBSD HEAD - SemEvent?-r0drv/FreeBSD: Don't use tvtohz for an infinite timeout. - Some FreeBSD relate typos - Enable shared OpenGL service. Completely untested due to lack of appropriate hardware but it compiles at least - Add support for shared clipboards. Requires libXt - FreeBSD: Implement preemption API for guest SMP and enable it (slightly tested). Add neccessary RTMP* methods in userspace for the frontends to detect the number of CPUs - Runtime/semevent-r0drv-freebsd: Use a sleeping mutex instead of a spinlock to fix the problems users are seeing (assertions with debugging enabled) while still being able to run on 100Hz hosts. No problems detected so far and Solaris doesn't use a spin mutex in this code too so it shouldn't do any harm (keeping fingers crossed)space for the frontends to detect the number of CPUs - Add support for curl - Add VBoxSharedClipboard Ports Changes; - Force guestadditions version to 2.2.4 - Removed Qt3 include replacements (already upstream) - Removed cosmetic X11 include path patch Please make SURE, your world and kernel is in sync and you've read the pkg-messages. Also please unload the kernel module before you update the port ;-). Many thx to all Vbox Devs, All supporters, my nice team! :-) http://people.freebsd.org/~miwi/vbox/virtualbox_6.tgz Happy Testing! - - Martin - -- +-----------------------+-------------------------------+ | 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) iEYEARECAAYFAkoxXvUACgkQdLJIhLHm/OmHHQCcCvJ6EKNehym1siBuQICX+7+l i2sAn0InwBQW7jf+l/PqjIM/BR/g3qhi =hDW+ -----END PGP SIGNATURE----- From owner-freebsd-emulation@FreeBSD.ORG Thu Jun 11 21:09:53 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 513C210656F2; Thu, 11 Jun 2009 21:09:53 +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 E93688FC17; Thu, 11 Jun 2009 21:09:52 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id B011D1E001AA; Thu, 11 Jun 2009 23:09:51 +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 n5BL7S7w005707; Thu, 11 Jun 2009 23:07:28 +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 n5BL7Smh005706; Thu, 11 Jun 2009 23:07:28 +0200 (CEST) (envelope-from nox) Date: Thu, 11 Jun 2009 23:07:28 +0200 (CEST) From: Juergen Lock Message-Id: <200906112107.n5BL7Smh005706@triton.kn-bremen.de> To: miwi@FreeBSD.org X-Newsgroups: local.list.freebsd.current In-Reply-To: <20090611194557.GC98175@bsdcrew.de> Organization: home 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: Thu, 11 Jun 2009 21:09:53 -0000 In article <20090611194557.GC98175@bsdcrew.de> you write: >-----BEGIN PGP SIGNED MESSAGE----- >Hash: SHA1 > >Huhu, > >Yes we life and that's good :-). >Changes: > > - Fix build error when compiling in debug mode on FreeBSD HEAD > - SemEvent?-r0drv/FreeBSD: Don't use tvtohz for an infinite timeout. > - Some FreeBSD relate typos > - Enable shared OpenGL service. Completely untested due to lack of > appropriate hardware but it compiles at least I don't have working gl here either (ati RV730 PRO with xf86-video-ati), but this caused the gui failing to start, ktrace'ing revealed it was looking for /usr/local/lib/virtualbox/VBoxTestOGL which doesn't exist: [...] 1184 VBoxSVC CALL _umtx_op(0x802711160,0x8,0,0x802711140,0x7fffffb3bdb0) 1184 VBoxSVC CALL access(0x7340c0,X_OK) 1184 VBoxSVC NAMI "/usr/local/lib/virtualbox/VBoxTestOGL" 1184 VBoxSVC RET access -1 errno 2 No such file or directory 1184 VBoxSVC CALL write(0x9,0x802414000,0xfc) 1184 VBoxSVC GIO fd 9 wrote 252 bytes " !!Assertion Failed!! Expression: Location : /usr/home/nox/vbox/virtualbox/work/virtualbox-2.2.51r20457\ /src/VBox/Runtime/r3/posix/process-posix.cpp(86) int RTProcCreate(cons\ t char*, const char* const*, RTENVINTERNAL*, unsigned int, RTPROCESS*) " 1184 VBoxSVC RET write 252/0xfc 1184 VBoxSVC CALL write(0x2,0x7fffffbdbeb0,0xfc) 1184 VBoxSVC GIO fd 2 wrote 252 bytes " !!Assertion Failed!! Expression: Location : /usr/home/nox/vbox/virtualbox/work/virtualbox-2.2.51r20457\ /src/VBox/Runtime/r3/posix/process-posix.cpp(86) int RTProcCreate(cons\ t char*, const char* const*, RTENVINTERNAL*, unsigned int, RTPROCESS*) " 1184 VBoxSVC RET write 252/0xfc 1184 VBoxSVC CALL write(0x9,0x802414000,0x3d) 1184 VBoxSVC GIO fd 9 wrote 61 bytes "'/usr/local/lib/virtualbox/VBoxTestOGL' VERR_FILE_NOT_FOUND! " 1184 VBoxSVC RET write 61/0x3d 1184 VBoxSVC CALL write(0x2,0x7fffffbdc210,0x3d) 1184 VBoxSVC GIO fd 2 wrote 61 bytes "'/usr/local/lib/virtualbox/VBoxTestOGL' VERR_FILE_NOT_FOUND! " 1184 VBoxSVC RET write 61/0x3d 1184 VBoxSVC PSIG SIGTRAP caught handler=0x547990 mask=0x2000 code=0x1 [...] Disabling VBOX_WITH_CROGL in Config.kmk got me a working install then, patch below. > - Add support for shared clipboards. Requires libXt > - FreeBSD: Implement preemption API for guest SMP and enable > it (slightly tested). Add neccessary RTMP* methods in userspace > for the frontends to detect the number of CPUs > - Runtime/semevent-r0drv-freebsd: Use a sleeping mutex > instead of a spinlock to fix the problems users are seeing > (assertions with debugging enabled) while still being able > to run on 100Hz hosts. No problems detected so far and Solaris > doesn't use a spin mutex in this code too so it shouldn't do > any harm (keeping fingers crossed)space for the frontends to > detect the number of CPUs > - Add support for curl > - Add VBoxSharedClipboard > >Ports Changes; > - Force guestadditions version to 2.2.4 > - Removed Qt3 include replacements (already upstream) > - Removed cosmetic X11 include path patch > >Please make SURE, your world and kernel is in sync and you've read >the pkg-messages. Also please unload the kernel module before >you update the port ;-). > >Many thx to all Vbox Devs, All supporters, my nice team! :-) > > http://people.freebsd.org/~miwi/vbox/virtualbox_6.tgz > > Happy Testing! > >- - Martin Also, updating the guestadditions in a win7/64 guest caused the main gui to abort with an assertion failure (the vm kept running): zsh triton% VirtualBox Type Manifest File: /home/nox/.VirtualBox/xpti.dat nsNativeComponentLoader: autoregistering begins. nsNativeComponentLoader: autoregistering succeeded nNCL: registering deferred (0) !!Assertion Failed!! Expression: mIface Location : /usr/home/nox/vbox/virtualbox/work/virtualbox-2.2.51r20457/out/freebsd.amd64/debug/obj/VirtualBox/include/COMWrappers.h(9620) PRUint32 CSystemProperties::GetMaxBootPosition() const zsh: trace trap VirtualBox zsh triton% And here is the gl disable patch I used: Index: Config.kmk @@ -351,7 +351,8 @@ # VBOX_WITH_FFMPEG = 1 endif # Enable crOpenGL service -if1of ($(KBUILD_TARGET),win linux solaris darwin freebsd) +#if1of ($(KBUILD_TARGET),win linux solaris darwin freebsd) +if1of ($(KBUILD_TARGET),win linux solaris darwin) VBOX_WITH_CROGL = 1 endif # Enable shared folders Thanx, Juergen From owner-freebsd-emulation@FreeBSD.ORG Fri Jun 12 00:44:16 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 03F8C106566C; Fri, 12 Jun 2009 00:44:16 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: from mail-fx0-f220.google.com (mail-fx0-f220.google.com [209.85.220.220]) by mx1.freebsd.org (Postfix) with ESMTP id 0DABE8FC0C; Fri, 12 Jun 2009 00:44:14 +0000 (UTC) (envelope-from glen.j.barber@gmail.com) Received: by fxm20 with SMTP id 20so1742895fxm.43 for ; Thu, 11 Jun 2009 17:44:14 -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=DYYAU02a4ktpGI1nuAlk7XyAGjHz7Xk+OsggQkrKy8U=; b=PPzfgRbw71b9qyMWwGib9ypwvfmT/6cVyosLLYrFDgsepamh2ZbCceTPR8GU41skQ3 zb19LsM0vBx1fxjM4fQKqMsE37hXAz+1QXUNNw6UW1UWIFt+MH9+Xn7OGGgHTAhgIw6F J+JznhpqxVuEklLZe+r8d+EeY8aQukcpGaaXo= 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=gDolb3+VLGdnwpeoLaUJ86nFrBJJLb95TX3ANBskTUp4TWoUOHQjuCBoE8wxs8Gd80 H70bK5Pfazc4CoWaBXI4xaLDVfeqTTbmCRFHnlwm+B4I64LOB1yrbU/YYGrP1as4qV1h ri55NE2kG6W/HBbQ4ZV0FYKLnMPEDebHjWZAs= MIME-Version: 1.0 Received: by 10.204.54.4 with SMTP id o4mr3094204bkg.10.1244767453975; Thu, 11 Jun 2009 17:44:13 -0700 (PDT) In-Reply-To: <20090611194557.GC98175@bsdcrew.de> References: <20090611194557.GC98175@bsdcrew.de> Date: Thu, 11 Jun 2009 20:44:13 -0400 Message-ID: <4ad871310906111744kdc6654dp8a143584b0860c16@mail.gmail.com> From: Glen Barber To: Martin Wilke Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, freebsd-emulation@freebsd.org, freebsd-current@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: Fri, 12 Jun 2009 00:44:16 -0000 Hi, Martin et al This latest version builds fine for me and no panic on kldload vboxdrv.ko uname -a: FreeBSD orion 7.2-STABLE FreeBSD 7.2-STABLE #3 r193905: Wed Jun 10 08:42:33 EDT 2009 root@orion:/usr/obj/usr/src/sys/ORION i386 Thanks for taking the time to port this! -- Glen Barber From owner-freebsd-emulation@FreeBSD.ORG Fri Jun 12 12:51:08 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 5A3B71065670; Fri, 12 Jun 2009 12:51:08 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from pointyhat.freebsd.org (pointyhat.freebsd.org [IPv6:2001:4f8:fff6::2b]) by mx1.freebsd.org (Postfix) with ESMTP id 499F48FC08; Fri, 12 Jun 2009 12:51:08 +0000 (UTC) (envelope-from erwin@FreeBSD.org) Received: from pointyhat.freebsd.org (localhost [127.0.0.1]) by pointyhat.freebsd.org (8.14.3/8.14.3) with ESMTP id n5CCpktu066070; Fri, 12 Jun 2009 12:51:46 GMT (envelope-from erwin@pointyhat.freebsd.org) Received: (from erwin@localhost) by pointyhat.freebsd.org (8.14.3/8.14.3/Submit) id n5CCpkXF066054; Fri, 12 Jun 2009 12:51:46 GMT (envelope-from erwin) Date: Fri, 12 Jun 2009 12:51:46 GMT From: Erwin Lansing Message-Id: <200906121251.n5CCpkXF066054@pointyhat.freebsd.org> To: bsam@FreeBSD.org, emulation@FreeBSD.org, girgen@FreeBSD.org, neal@nelson.name Cc: Subject: Ports with duplicate LATEST_LINKS 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, 12 Jun 2009 12:51:08 -0000 Dear port maintainers, The following list includes ports maintained by you that have duplicate LATEST_LINK values. They should either be modified to use a unique LATEST_LINK or suppressed using NO_LATEST_LINK, to avoid overwriting each other in the packages/Latest directory. If your ports conflict with ports maintained by another person, please coordinate your efforts with them. Thanks, Erwin "Annoying Reminder Guy III" Lansing LATEST_LINK PORTNAME MAINTAINER ========================================================================== emulators/linux_base-f7 bsam@FreeBSD.org emulators/linux_base-f8 bsam@FreeBSD.org emulators/linux_base-fc6 bsam@FreeBSD.org emulators/linux_base-f10 emulation@FreeBSD.org emulators/linux_base-f9 emulation@FreeBSD.org mod_jk-ap2 www/mod_jk girgen@FreeBSD.org mod_jk-ap2 www/mod_jk-apache2 girgen@FreeBSD.org py25-wxPython x11-toolkits/py-wxPython26 neal@nelson.name py25-wxPython x11-toolkits/py-wxPython28 neal@nelson.name py25-wxPython-common x11-toolkits/py-wxPython26-common neal@nelson.name py25-wxPython-common x11-toolkits/py-wxPython28-common neal@nelson.name py25-wxPython-unicode x11-toolkits/py-wxPython26-unicode neal@nelson.name py25-wxPython-unicode x11-toolkits/py-wxPython28-unicode neal@nelson.name Total: 13 ports From owner-freebsd-emulation@FreeBSD.ORG Fri Jun 12 13:12: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 C249A106566C; Fri, 12 Jun 2009 13:12:07 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 6973F8FC1B; Fri, 12 Jun 2009 13:12:06 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id QAA09602; Fri, 12 Jun 2009 16:12:04 +0300 (EEST) (envelope-from avg@icyb.net.ua) Message-ID: <4A325423.3000606@icyb.net.ua> Date: Fri, 12 Jun 2009 16:12:03 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.21 (X11/20090406) MIME-Version: 1.0 To: Martin Wilke References: <20090611194557.GC98175@bsdcrew.de> In-Reply-To: <20090611194557.GC98175@bsdcrew.de> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, freebsd-emulation@FreeBSD.org, freebsd-current@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: Fri, 12 Jun 2009 13:12:08 -0000 on 11/06/2009 22:45 Martin Wilke said the following: > Huhu, > > Yes we life and that's good :-). There should be a warning that this version won't start snapshots taken by the previous version. > Changes: > > - Fix build error when compiling in debug mode on FreeBSD HEAD > - SemEvent?-r0drv/FreeBSD: Don't use tvtohz for an infinite timeout. > - Some FreeBSD relate typos > - Enable shared OpenGL service. Completely untested due to lack of > appropriate hardware but it compiles at least > - Add support for shared clipboards. Requires libXt > - FreeBSD: Implement preemption API for guest SMP and enable > it (slightly tested). Add neccessary RTMP* methods in userspace > for the frontends to detect the number of CPUs > - Runtime/semevent-r0drv-freebsd: Use a sleeping mutex > instead of a spinlock to fix the problems users are seeing > (assertions with debugging enabled) while still being able > to run on 100Hz hosts. No problems detected so far and Solaris > doesn't use a spin mutex in this code too so it shouldn't do > any harm (keeping fingers crossed)space for the frontends to > detect the number of CPUs > - Add support for curl > - Add VBoxSharedClipboard > > Ports Changes; > - Force guestadditions version to 2.2.4 > - Removed Qt3 include replacements (already upstream) > - Removed cosmetic X11 include path patch > > Please make SURE, your world and kernel is in sync and you've read > the pkg-messages. Also please unload the kernel module before > you update the port ;-). > > Many thx to all Vbox Devs, All supporters, my nice team! :-) > > http://people.freebsd.org/~miwi/vbox/virtualbox_6.tgz > > Happy Testing! > > - Martin > _______________________________________________ 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" -- Andriy Gapon From owner-freebsd-emulation@FreeBSD.ORG Fri Jun 12 13:16:37 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 1DA361065698; Fri, 12 Jun 2009 13:16:37 +0000 (UTC) (envelope-from sean@seanmcollins.com) Received: from masakari.coreitpro.com (masakari.coreitpro.com [38.98.245.188]) by mx1.freebsd.org (Postfix) with ESMTP id EB8B18FC73; Fri, 12 Jun 2009 13:16:35 +0000 (UTC) (envelope-from sean@seanmcollins.com) Received: from [192.168.0.23] ([209.133.84.170]) (authenticated bits=0) by masakari.coreitpro.com (8.14.3/8.14.3) with ESMTP id n5CCeJXN076063 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 12 Jun 2009 08:40:22 -0400 (EDT) (envelope-from sean@seanmcollins.com) Message-ID: <4A324C9E.2080006@seanmcollins.com> Date: Fri, 12 Jun 2009 08:39:58 -0400 From: "Sean M. Collins" User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: glen.j.barber@gmail.com Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org, freebsd-current@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: Fri, 12 Jun 2009 13:16:39 -0000 Ditto! Great job guys! > This latest version builds fine for me and no panic on kldload vboxdrv.ko > From owner-freebsd-emulation@FreeBSD.ORG Fri Jun 12 16:44:25 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 80311106564A for ; Fri, 12 Jun 2009 16:44:25 +0000 (UTC) (envelope-from wirasto@gorontaloindie.com) Received: from mail-pz0-f197.google.com (mail-pz0-f197.google.com [209.85.222.197]) by mx1.freebsd.org (Postfix) with ESMTP id 5B58C8FC13 for ; Fri, 12 Jun 2009 16:44:25 +0000 (UTC) (envelope-from wirasto@gorontaloindie.com) Received: by pzk35 with SMTP id 35so1422318pzk.3 for ; Fri, 12 Jun 2009 09:44:25 -0700 (PDT) Received: by 10.142.57.19 with SMTP id f19mr1387531wfa.80.1244825065082; Fri, 12 Jun 2009 09:44:25 -0700 (PDT) Received: from ?192.168.212.212? ([222.124.222.178]) by mx.google.com with ESMTPS id 29sm1091195wfg.28.2009.06.12.09.44.22 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 12 Jun 2009 09:44:24 -0700 (PDT) Message-ID: <4A32F60C.4070200@gorontaloindie.com> Date: Sat, 13 Jun 2009 00:42:52 +0000 From: Abdul Gani User-Agent: Thunderbird 2.0.0.21 (X11/20090423) MIME-Version: 1.0 To: freebsd-emulation@freebsd.org References: <20090611194557.GC98175@bsdcrew.de> In-Reply-To: <20090611194557.GC98175@bsdcrew.de> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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: Fri, 12 Jun 2009 16:44:25 -0000 I have try, but GUI can't open # VirtualBox Qt WARNING: Qt: Session management error: None of the authentication protocols specified are supported Type Manifest File: /root/.VirtualBox/xpti.dat nsNativeComponentLoader: autoregistering begins. nsNativeComponentLoader: autoregistering succeeded nNCL: registering deferred (0) WARNING: failed to send RELEASE event, file /usr/home/wirasto/virtualbox/work/virtualbox-2.2.51r20457/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/src/ipcDConnectService.cpp, line 2174 ipcDConnectService Stats => number of worker threads: 1 nsStringStats => mAllocCount: 56 => mReallocCount: 15 => mFreeCount: 56 => mShareCount: 89 => mAdoptCount: 9 => mAdoptFreeCount: 9 ======================= CalleeRC: NS_ERROR_ABORT (0x80004004) ======================= > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Huhu, > > Yes we life and that's good :-). > Changes: > > - Fix build error when compiling in debug mode on FreeBSD HEAD > - SemEvent?-r0drv/FreeBSD: Don't use tvtohz for an infinite timeout. > - Some FreeBSD relate typos > - Enable shared OpenGL service. Completely untested due to lack of > appropriate hardware but it compiles at least > - Add support for shared clipboards. Requires libXt > - FreeBSD: Implement preemption API for guest SMP and enable > it (slightly tested). Add neccessary RTMP* methods in userspace > for the frontends to detect the number of CPUs > - Runtime/semevent-r0drv-freebsd: Use a sleeping mutex > instead of a spinlock to fix the problems users are seeing > (assertions with debugging enabled) while still being able > to run on 100Hz hosts. No problems detected so far and Solaris > doesn't use a spin mutex in this code too so it shouldn't do > any harm (keeping fingers crossed)space for the frontends to > detect the number of CPUs > - Add support for curl > - Add VBoxSharedClipboard > > Ports Changes; > - Force guestadditions version to 2.2.4 > - Removed Qt3 include replacements (already upstream) > - Removed cosmetic X11 include path patch > > Please make SURE, your world and kernel is in sync and you've read > the pkg-messages. Also please unload the kernel module before > you update the port ;-). > > Many thx to all Vbox Devs, All supporters, my nice team! :-) > > http://people.freebsd.org/~miwi/vbox/virtualbox_6.tgz > > Happy Testing! > > - - Martin > > - -- > > +-----------------------+-------------------------------+ > | 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) > > iEYEARECAAYFAkoxXvUACgkQdLJIhLHm/OmHHQCcCvJ6EKNehym1siBuQICX+7+l > i2sAn0InwBQW7jf+l/PqjIM/BR/g3qhi > =hDW+ > -----END PGP SIGNATURE----- > _______________________________________________ > 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" > > -- ------------------------------------------------------------------------------------------------------------------ Abdul Gani Rabies Stadium IV http://wirastokarim.wordpress.com Tak ada hukum yang bisa mengatur Bloger dan Millister. From owner-freebsd-emulation@FreeBSD.ORG Fri Jun 12 17:06: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 C92C8106571D for ; Fri, 12 Jun 2009 17:06:39 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 038A38FC16 for ; Fri, 12 Jun 2009 17:06:38 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id UAA11943 for ; Fri, 12 Jun 2009 20:06:37 +0300 (EEST) (envelope-from avg@icyb.net.ua) Message-ID: <4A328B1D.3050703@icyb.net.ua> Date: Fri, 12 Jun 2009 20:06:37 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.21 (X11/20090406) MIME-Version: 1.0 To: freebsd-emulation@freebsd.org X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: proper upgrade procedure from base to base 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, 12 Jun 2009 17:06:40 -0000 What is the proper upgrade procedure to go, say, from f7 to f8 or from f8 to f10 (later)? UPDATING says to follow instructions from 20070327, but those amount to "remove old base port, install new base port". But then what about ports for xorg or gtk2 or alsa lib? They do not seem to get updated following this procedure. Is there an automated way to upgrade all ports that have different versions for different bases? -- Andriy Gapon From owner-freebsd-emulation@FreeBSD.ORG Fri Jun 12 17:51:10 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 86004106566B for ; Fri, 12 Jun 2009 17:51:10 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 438938FC12 for ; Fri, 12 Jun 2009 17:51:10 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from [85.173.17.30] (helo=moosi) by services.ipt.ru with esmtpa (Exim 4.54 (FreeBSD)) id 1MFAuD-000FGV-02; Fri, 12 Jun 2009 21:51:09 +0400 To: Andriy Gapon References: <4A328B1D.3050703@icyb.net.ua> From: Boris Samorodov Date: Fri, 12 Jun 2009 21:51:47 +0400 In-Reply-To: <4A328B1D.3050703@icyb.net.ua> (Andriy Gapon's message of "Fri\, 12 Jun 2009 20\:06\:37 +0300") Message-ID: <02853996@ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-emulation@freebsd.org Subject: Re: proper upgrade procedure from base to base 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, 12 Jun 2009 17:51:10 -0000 Andriy Gapon writes: > What is the proper upgrade procedure to go, say, from f7 to f8 or from f8 to f10 > (later)? > UPDATING says to follow instructions from 20070327, but those amount to "remove Have you read those instructions to the end? ;-) > old base port, install new base port". But then what about ports for xorg or gtk2 > or alsa lib? They do not seem to get updated following this procedure. This can be useful: http://lists.freebsd.org/pipermail/freebsd-emulation/2009-June/006221.html > Is there an automated way to upgrade all ports that have different versions for > different bases? We have only one default linux base port per an OS version. So changing a base linux ports is not supposed to be rare. I'm not sure if an automated tool may be useful here. Said that I'm not aware of such a tool. WBR -- bsam From owner-freebsd-emulation@FreeBSD.ORG Fri Jun 12 18:01:24 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 43717106566B; Fri, 12 Jun 2009 18:01:24 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id E017C8FC08; Fri, 12 Jun 2009 18:01:22 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id VAA12309; Fri, 12 Jun 2009 21:01:21 +0300 (EEST) (envelope-from avg@icyb.net.ua) Message-ID: <4A3297F1.6010301@icyb.net.ua> Date: Fri, 12 Jun 2009 21:01:21 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.21 (X11/20090406) MIME-Version: 1.0 To: Martin Wilke References: <20090611194557.GC98175@bsdcrew.de> <4A325423.3000606@icyb.net.ua> In-Reply-To: <4A325423.3000606@icyb.net.ua> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, freebsd-emulation@FreeBSD.org, freebsd-current@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: Fri, 12 Jun 2009 18:01:25 -0000 on 12/06/2009 16:12 Andriy Gapon said the following: > on 11/06/2009 22:45 Martin Wilke said the following: >> Huhu, >> >> Yes we life and that's good :-). > > There should be a warning that this version won't start snapshots taken by the > previous version. BTW, the error in my case was: Changing the VM state from 'CREATED' to 'LOADING'. SSM: File header: Format V1.2, VirtualBox Version 2.2.51 r19957, 64-bit host, cbGCPhys=8, cbGCPtr=8 SSM: Saved state info: SSM: OSE: true Ram range: 00000000fec00000-00000000fec00fff 0000000000001000 bytes nobits I/O APIC Memory State : 00000000e0000000-00000000e0ffffff 0000000001000000 bytes bits VRam SSM: LoadExec failed with rc=VERR_SSM_LOAD_CONFIG_MISMATCH for unit 'pgm'! Changing the VM state from 'LOADING' to 'LOAD_FAILURE'. -- Andriy Gapon From owner-freebsd-emulation@FreeBSD.ORG Fri Jun 12 18:04:52 2009 Return-Path: Delivered-To: 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 07FC0106566C; Fri, 12 Jun 2009 18:04:52 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D29018FC21; Fri, 12 Jun 2009 18:04:51 +0000 (UTC) (envelope-from bsam@FreeBSD.org) Received: from freefall.freebsd.org (bsam@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n5CI4pJC050954; Fri, 12 Jun 2009 18:04:51 GMT (envelope-from bsam@freefall.freebsd.org) Received: (from bsam@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n5CI4pd6050950; Fri, 12 Jun 2009 18:04:51 GMT (envelope-from bsam) Date: Fri, 12 Jun 2009 18:04:51 GMT Message-Id: <200906121804.n5CI4pd6050950@freefall.freebsd.org> To: amdmi3@amdmi3.ru, bsam@FreeBSD.org, emulation@FreeBSD.org From: bsam@FreeBSD.org Cc: Subject: Re: ports/135339: [PATCH] graphics/linux-f10-sdl_image: incomplete dependencies 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, 12 Jun 2009 18:04:52 -0000 Synopsis: [PATCH] graphics/linux-f10-sdl_image: incomplete dependencies State-Changed-From-To: open->closed State-Changed-By: bsam State-Changed-When: Fri Jun 12 18:04:43 UTC 2009 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=135339 From owner-freebsd-emulation@FreeBSD.ORG Fri Jun 12 18:10:03 2009 Return-Path: Delivered-To: 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 05D84106566B for ; Fri, 12 Jun 2009 18:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DDB728FC1D for ; Fri, 12 Jun 2009 18:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n5CIA2b5051059 for ; Fri, 12 Jun 2009 18:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n5CIA2fG051058; Fri, 12 Jun 2009 18:10:02 GMT (envelope-from gnats) Date: Fri, 12 Jun 2009 18:10:02 GMT Message-Id: <200906121810.n5CIA2fG051058@freefall.freebsd.org> To: emulation@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/135339: commit references a PR X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2009 18:10:03 -0000 The following reply was made to PR ports/135339; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/135339: commit references a PR Date: Fri, 12 Jun 2009 18:03:53 +0000 (UTC) bsam 2009-06-12 18:03:43 UTC FreeBSD ports repository Modified files: Mk bsd.linux-apps.mk graphics/linux-f10-sdl_image Makefile graphics/linux-f8-sdl_image Makefile Log: Fedora Core 4 didn't have a dependency on libpng12, libjpeg and libtiff for graphics/linux-sdl_image. New Fedora distros has. So fix it: . graphics/linux-f8-sdl_image and bump PORTREVISION; [1] . graphics/linux-f10-sdl_image and bump PORTREVISION; . Mk/bsd.linux-apps.mk. PR: ports/135339 [1] Submitted by: amdmi [1] Revision Changes Path 1.22 +5 -1 ports/Mk/bsd.linux-apps.mk 1.16 +2 -1 ports/graphics/linux-f10-sdl_image/Makefile 1.15 +2 -2 ports/graphics/linux-f8-sdl_image/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-emulation@FreeBSD.ORG Fri Jun 12 18:20:23 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 30EBD106570D; Fri, 12 Jun 2009 18:20:23 +0000 (UTC) (envelope-from avg@freebsd.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id AA55E8FC1C; Fri, 12 Jun 2009 18:20:21 +0000 (UTC) (envelope-from avg@freebsd.org) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id VAA12334; Fri, 12 Jun 2009 21:03:08 +0300 (EEST) (envelope-from avg@freebsd.org) Message-ID: <4A32985C.8050808@freebsd.org> Date: Fri, 12 Jun 2009 21:03:08 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.21 (X11/20090406) MIME-Version: 1.0 To: Martin Wilke References: <20090611194557.GC98175@bsdcrew.de> <4A325423.3000606@icyb.net.ua> In-Reply-To: <4A325423.3000606@icyb.net.ua> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@freebsd.org, freebsd-emulation@freebsd.org, freebsd-current@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: Fri, 12 Jun 2009 18:20:24 -0000 on 11/06/2009 22:45 Martin Wilke said the following: >> - Enable shared OpenGL service. Completely untested due to lack of >> appropriate hardware but it compiles at least Doesn't look like it would work at the run time (at least for me): OpenGL Error: DLL Loader couldn't find/open /libGL.so.1 OpenGL Error: The render SPU was unable to load the native OpenGL library OpenGL Warning: Error closing DLL /libGL.so.1 libGL.so.1 lives in /usr/local/lib. -- Andriy Gapon From owner-freebsd-emulation@FreeBSD.ORG Fri Jun 12 20:59: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 5B44C1065674; Fri, 12 Jun 2009 20:59:29 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from mail-pz0-f197.google.com (mail-pz0-f197.google.com [209.85.222.197]) by mx1.freebsd.org (Postfix) with ESMTP id 153648FC0C; Fri, 12 Jun 2009 20:59:29 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: by pzk35 with SMTP id 35so1515993pzk.3 for ; Fri, 12 Jun 2009 13:59:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:date:message-id:to:cc :subject:from:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=+Bq/g3ezYj2ruEwXiW94718wyWKyIpPFRsMArmR2Jvo=; b=gVm2ptMIv6EM5hAkUZTsIKCy1Iq2ikgrZFbUvAk0yP96rpfTxIrftu2j8yve8u9Utq RCo9aFMtQk7TMAb+3Ma71wciI2LACjtx0jUnECcdqWRX7VV/5H1D4+JSxKClDepK853b wb6pGvj3yiEfb1/K689+n7cgbTHRGcFHyEi20= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:date:message-id:to:cc:subject:from:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; b=nQ/iO8XXL7knJe9FgkTa/mS3ZQjgUSFvqMuYMKTUTfK15TkCD8+Jtsne0Z0J0ST/cj cJXxDsS+Y3wS7i+nsNMPIP5NkjB4x95ItR1Xl9L+xmT6uw5lekY4Yy/yCtxXG1pvE+vq aGV+WEwB9O/kXxpCO0Q2NiryQviZ/JnCd+ot4= Received: by 10.142.180.20 with SMTP id c20mr1453363wff.12.1244840368725; Fri, 12 Jun 2009 13:59:28 -0700 (PDT) Received: from localhost (rikad42.riken.jp [134.160.214.42]) by mx.google.com with ESMTPS id 9sm743366wfc.16.2009.06.12.13.59.26 (version=SSLv3 cipher=RC4-MD5); Fri, 12 Jun 2009 13:59:27 -0700 (PDT) Sender: Maho NAKATA Date: Sat, 13 Jun 2009 05:57:08 +0900 (JST) Message-Id: <20090613.055708.189657920.chat95@mac.com> To: miwi@FreeBSD.org From: Maho NAKATA In-Reply-To: <20090611194557.GC98175@bsdcrew.de> References: <20090611194557.GC98175@bsdcrew.de> X-Mailer: Mew version 6.2 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, freebsd-emulation@FreeBSD.org, freebsd-current@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: Fri, 12 Jun 2009 20:59:30 -0000 Hi Martin, I tested http://people.freebsd.org/~miwi/vbox/virtualbox_6.tgz . * on my FBSD7 box, when I launch VirtualBox, I have two process named VirtualBox. I have to kill one. This problem has been reported http://lists.freebsd.org/pipermail/freebsd-emulation/2009-June/006266.html http://lists.freebsd.org/pipermail/freebsd-ports/2009-June/055276.html and should be noted. * ports intalles fine. * Installed Windows7RC Japanese version. I got an error when I install but no error for second (clean) install. I suspect it is just a hiccup. * With GuestAddon, cut and paste works between host and guest. (Windows7RC JA) even Japanese Text. * With GuestAddon + 7RC, crystal benchmark test result didn't change http://lists.freebsd.org/pipermail/freebsd-ports/2009-June/055089.html . (this is a correct result) Best, From: Martin Wilke Subject: [Call For Testing] VirtualBox for FreeBSD! take 6 Date: Thu, 11 Jun 2009 21:45:57 +0200 > Many thx to all Vbox Devs, All supporters, my nice team! :-) > > http://people.freebsd.org/~miwi/vbox/virtualbox_6.tgz > > Happy Testing! -- Nakata Maho http://accc.riken.jp/maho/ , http://ja.openoffice.org/ Nakata Maho's PGP public keys: http://accc.riken.jp/maho/maho.pgp.txt From owner-freebsd-emulation@FreeBSD.ORG Fri Jun 12 21:25:02 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 4CBFA1065670; Fri, 12 Jun 2009 21:25:02 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from mail-ew0-f212.google.com (mail-ew0-f212.google.com [209.85.219.212]) by mx1.freebsd.org (Postfix) with ESMTP id 579FB8FC14; Fri, 12 Jun 2009 21:25:01 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: by ewy8 with SMTP id 8so2789514ewy.43 for ; Fri, 12 Jun 2009 14:25:00 -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=bySCPrr0/DkL/xs2T6LRHemgWPk7bxx72ptb1/c0vF8=; b=QkBapv9pQJEOs0PfS1SQBpU29fqbkJ/0TqbPsbz0Eg8FopArJTf2UTgd9wZzgo9cCf ajnuLF1QXTFkxHhCfA9VbuXjLYYgFrBZVW/lsHuUv/fqIh2ck1cuFHe5pbQ+1gRSl3gS ZaOXJIsm0DCgUWORM7HMYz2IjjkpYJRFkc114= 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=mJNG/aTodQHgaI43cd7qVMkoXx///VF4KEW+02XyQppOuULP61xA74ToVwp3Vm3G0I tUNpQw+wBXweaG/R91KAX2xlnOK1BgNgX/on5BxQUiKRcJqVP8uG5A3SknoECCknloEU MWSV7Uj2+TAcjIX4ZmzGwPhsmAqpzHc5DGCI0= MIME-Version: 1.0 Received: by 10.216.48.195 with SMTP id v45mr1479030web.123.1244841899862; Fri, 12 Jun 2009 14:24:59 -0700 (PDT) In-Reply-To: <20090611194557.GC98175@bsdcrew.de> References: <20090611194557.GC98175@bsdcrew.de> Date: Fri, 12 Jun 2009 16:24:59 -0500 Message-ID: <11167f520906121424n24278334lf936cc39340b80c1@mail.gmail.com> From: "Sam Fourman Jr." To: Martin Wilke Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org, freebsd-emulation@freebsd.org, freebsd-current@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: Fri, 12 Jun 2009 21:25:03 -0000 On Thu, Jun 11, 2009 at 2:45 PM, Martin Wilke wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Huhu, > > Yes we life and that's good :-). > Changes: > > =A0- Fix build error when compiling in debug mode on FreeBSD HEAD > =A0- SemEvent?-r0drv/FreeBSD: Don't use tvtohz for an infinite timeout. > =A0- Some FreeBSD relate typos > =A0- Enable shared OpenGL service. Completely untested due to lack of > =A0 =A0appropriate hardware but it compiles at least > =A0- Add support for shared clipboards. Requires libXt > =A0- FreeBSD: Implement preemption API for guest SMP and enable > =A0 =A0it (slightly tested). Add neccessary RTMP* methods in userspace > =A0 =A0for the frontends to detect the number of CPUs > =A0- Runtime/semevent-r0drv-freebsd: Use a sleeping mutex > =A0 =A0instead of a spinlock to fix the problems users are seeing > =A0 =A0(assertions with debugging enabled) while still being able > =A0 =A0to run on 100Hz hosts. No problems detected so far and Solaris > =A0 =A0doesn't use a spin mutex in this code too so it shouldn't do > =A0 =A0any harm (keeping fingers crossed)space for the frontends to > =A0 =A0detect the number of CPUs > =A0- Add support for curl > =A0- Add VBoxSharedClipboard > > Ports Changes; > =A0- Force guestadditions version to 2.2.4 > =A0- Removed Qt3 include replacements (already upstream) > =A0- Removed cosmetic X11 include path patch > > Please make SURE, your world and kernel is in sync and you've read > the pkg-messages. Also please unload the kernel module before > you update the port ;-). > > Many thx to all Vbox Devs, All supporters, my nice team! :-) > > =A0 http://people.freebsd.org/~miwi/vbox/virtualbox_6.tgz > > =A0Happy Testing! > > - - Martin This may be off topic a bit, but I am looking for a way to plug my Apple Ip= hone into a Windows based guest. Does virtualbox allow usb passthrough? Sam Fourman Jr. From owner-freebsd-emulation@FreeBSD.ORG Fri Jun 12 23:23: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 04562106566C; Fri, 12 Jun 2009 23:23:56 +0000 (UTC) (envelope-from olivier@gid0.org) Received: from mail-bw0-f208.google.com (mail-bw0-f208.google.com [209.85.218.208]) by mx1.freebsd.org (Postfix) with ESMTP id 0DC288FC15; Fri, 12 Jun 2009 23:23:54 +0000 (UTC) (envelope-from olivier@gid0.org) Received: by bwz4 with SMTP id 4so38266bwz.43 for ; Fri, 12 Jun 2009 16:23:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.204.54.65 with SMTP id p1mr4144486bkg.195.1244849032993; Fri, 12 Jun 2009 16:23:52 -0700 (PDT) In-Reply-To: <11167f520906121424n24278334lf936cc39340b80c1@mail.gmail.com> References: <20090611194557.GC98175@bsdcrew.de> <11167f520906121424n24278334lf936cc39340b80c1@mail.gmail.com> Date: Sat, 13 Jun 2009 01:23:52 +0200 Message-ID: <367b2c980906121623mfc0af4cwcc94eef811e22be@mail.gmail.com> From: Olivier SMEDTS To: "Sam Fourman Jr." Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: ports@freebsd.org, freebsd-emulation@freebsd.org, freebsd-current@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: Fri, 12 Jun 2009 23:23:56 -0000 2009/6/12 Sam Fourman Jr. : > On Thu, Jun 11, 2009 at 2:45 PM, Martin Wilke wrote: >> -----BEGIN PGP SIGNED MESSAGE----- >> Hash: SHA1 >> >> Huhu, >> >> Yes we life and that's good :-). >> Changes: >> >> =A0- Fix build error when compiling in debug mode on FreeBSD HEAD >> =A0- SemEvent?-r0drv/FreeBSD: Don't use tvtohz for an infinite timeout. >> =A0- Some FreeBSD relate typos >> =A0- Enable shared OpenGL service. Completely untested due to lack of >> =A0 =A0appropriate hardware but it compiles at least >> =A0- Add support for shared clipboards. Requires libXt >> =A0- FreeBSD: Implement preemption API for guest SMP and enable >> =A0 =A0it (slightly tested). Add neccessary RTMP* methods in userspace >> =A0 =A0for the frontends to detect the number of CPUs >> =A0- Runtime/semevent-r0drv-freebsd: Use a sleeping mutex >> =A0 =A0instead of a spinlock to fix the problems users are seeing >> =A0 =A0(assertions with debugging enabled) while still being able >> =A0 =A0to run on 100Hz hosts. No problems detected so far and Solaris >> =A0 =A0doesn't use a spin mutex in this code too so it shouldn't do >> =A0 =A0any harm (keeping fingers crossed)space for the frontends to >> =A0 =A0detect the number of CPUs >> =A0- Add support for curl >> =A0- Add VBoxSharedClipboard >> >> Ports Changes; >> =A0- Force guestadditions version to 2.2.4 >> =A0- Removed Qt3 include replacements (already upstream) >> =A0- Removed cosmetic X11 include path patch >> >> Please make SURE, your world and kernel is in sync and you've read >> the pkg-messages. Also please unload the kernel module before >> you update the port ;-). >> >> Many thx to all Vbox Devs, All supporters, my nice team! :-) >> >> =A0 http://people.freebsd.org/~miwi/vbox/virtualbox_6.tgz >> >> =A0Happy Testing! >> >> - - Martin > > > This may be off topic a bit, but I am looking for a way to plug my Apple = Iphone > into a Windows based guest. > > Does virtualbox allow usb passthrough? Yes, but not on FreeBSD, and even with that it doesn't work in VirtualBox (Apple iPhone with iTunes are really picky on USB drivers). Neither in qemu or VMWare. If you want to use iTunes you'll have to install Windows, else use another program. > > > Sam Fourman Jr. > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org= " > --=20 Olivier Smedts _ ASCII ribbon campaign ( ) e-mail: olivier@gid0.org - against HTML email & vCards X www: http://www.gid0.org - against proprietary attachments / \ "Il y a seulement 10 sortes de gens dans le monde : ceux qui comprennent le binaire, et ceux qui ne le comprennent pas." From owner-freebsd-emulation@FreeBSD.ORG Sat Jun 13 22:52: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 4BE141065674; Sat, 13 Jun 2009 22:52:13 +0000 (UTC) (envelope-from gperez@entel.upc.edu) Received: from dash.upc.es (dash.upc.es [147.83.2.50]) by mx1.freebsd.org (Postfix) with ESMTP id C64E98FC08; Sat, 13 Jun 2009 22:52:12 +0000 (UTC) (envelope-from gperez@entel.upc.edu) Received: from entelserver.upc.edu (entelserver.upc.es [147.83.39.4]) by dash.upc.es (8.14.1/8.13.1) with ESMTP id n5DMqA2d003666; Sun, 14 Jun 2009 00:52:10 +0200 Received: from webmail.entel.upc.edu (wireless.upc.edu [147.83.39.6]) by entelserver.upc.edu (Postfix) with ESMTP id 267442CBD09; Sun, 14 Jun 2009 00:52:05 +0200 (CEST) Received: from 88.11.0.178 by webmail.entel.upc.edu with HTTP; Sun, 14 Jun 2009 00:52:05 +0200 (CEST) Message-ID: <54827.88.11.0.178.1244933525.squirrel@webmail.entel.upc.edu> In-Reply-To: <4A32985C.8050808@freebsd.org> References: <20090611194557.GC98175@bsdcrew.de> <4A325423.3000606@icyb.net.ua> <4A32985C.8050808@freebsd.org> Date: Sun, 14 Jun 2009 00:52:05 +0200 (CEST) From: "Gustavo Perez Querol" To: "Andriy Gapon" User-Agent: SquirrelMail/1.4.10a-1.fc6 MIME-Version: 1.0 Content-Type: text/plain;charset=utf-8 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Mail-Scanned: Criba 2.0 + Clamd X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (dash.upc.es [147.83.2.50]); Sun, 14 Jun 2009 00:52:10 +0200 (CEST) Cc: ports@freebsd.org, freebsd-emulation@freebsd.org, freebsd-current@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: Sat, 13 Jun 2009 22:52:14 -0000 > on 11/06/2009 22:45 Martin Wilke said the following: >>> - Enable shared OpenGL service. Completely untested due to lack of >>> appropriate hardware but it compiles at least > > Doesn't look like it would work at the run time (at least for me): > OpenGL Error: DLL Loader couldn't find/open /libGL.so.1 > OpenGL Error: The render SPU was unable to load the native OpenGL library > OpenGL Warning: Error closing DLL /libGL.so.1 > > libGL.so.1 lives in /usr/local/lib. To survive while someone fixes vbox, edit /etc/libmap.conf and add something like this : [VirtualBox] /libGL.so.1 /usr/local/lib/libGL.so.1 I had the same problem, and that fixed vbox. And report that shared clipboards with a windows xp guest work for me with virtualbox take 6 ! Thank you ! Greets, Gus > > -- > Andriy Gapon > _______________________________________________ > 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 Sat Jun 13 23:49: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 887821065670; Sat, 13 Jun 2009 23:49:32 +0000 (UTC) (envelope-from jahnke@sonatabio.com) Received: from isearchbio.com (isearchbio.com [206.130.105.146]) by mx1.freebsd.org (Postfix) with ESMTP id 4FF628FC27; Sat, 13 Jun 2009 23:49:32 +0000 (UTC) (envelope-from jahnke@sonatabio.com) Received: from [192.168.0.113] ([66.237.95.77]) (authenticated bits=0) by isearchbio.com (8.13.1/8.13.1) with ESMTP id n5DNnVsI028151; Sat, 13 Jun 2009 17:49:31 -0600 From: Frank Jahnke To: freebsd-emulation@freebsd.org In-Reply-To: Content-Type: text/plain Organization: Sonata Biosciences, Inc Date: Sat, 13 Jun 2009 16:46:24 -0700 Message-Id: <1244936784.3098.2.camel@zinfandel> Mime-Version: 1.0 X-Mailer: Evolution 2.26.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: Subject: [Call For Testing] VirtualBox for FreeBSD! take 6 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: jahnke@sonatabio.com List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Jun 2009 23:49:32 -0000 VBox still locks my computer solid. In the past I have been able to load the kernel module immediately after compiling the program, but not thereafter. This time even the initial load does not work. 7-STABLE (30May), with or without xorg loaded.