From owner-freebsd-emulation@FreeBSD.ORG Mon Jan 4 08:57:18 2010 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 A5CAF106568F; Mon, 4 Jan 2010 08:57:18 +0000 (UTC) (envelope-from james-freebsd-current@jrv.org) Received: from mail.jrv.org (adsl-70-243-84-13.dsl.austtx.swbell.net [70.243.84.13]) by mx1.freebsd.org (Postfix) with ESMTP id 5411A8FC1D; Mon, 4 Jan 2010 08:57:18 +0000 (UTC) Received: from kremvax.housenet.jrv (kremvax.housenet.jrv [192.168.3.124]) by mail.jrv.org (8.14.3/8.14.3) with ESMTP id o048F9FK078676; Mon, 4 Jan 2010 02:15:09 -0600 (CST) (envelope-from james-freebsd-current@jrv.org) Authentication-Results: mail.jrv.org; domainkeys=pass (testing) header.from=james-freebsd-current@jrv.org DomainKey-Signature: a=rsa-sha1; s=enigma; d=jrv.org; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:cc:subject: references:in-reply-to:content-type:content-transfer-encoding; b=kIJ08st54tsSLuhpSq8FSrPSJbia0ffGnmkP/hAKKtx9Rw1jye0yrPQ3DxZqqYvR+ 2GFUH2A9QsMMDz7k47mmUlDJzafKnZ93Q9k7YpcNoyjMXkxkZ/ubTcv+cDu0OGoIPIR 39hX7bQjINZKCIoF3OXsvRkOeha6vPR1tboCcnc= Message-ID: <4B41A38D.6050007@jrv.org> Date: Mon, 04 Jan 2010 02:15:09 -0600 From: "James R. Van Artsdalen" User-Agent: Thunderbird 2.0.0.23 (Macintosh/20090812) MIME-Version: 1.0 To: John Baldwin References: <20091227232425.GA38213@bsdcrew.de> <200912281104.30930.jhb@freebsd.org> <179b97fb0912280846t286beec2p7307f255f96d89a3@mail.gmail.com> <200912281244.35106.jhb@freebsd.org> In-Reply-To: <200912281244.35106.jhb@freebsd.org> 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 tester: VirtualBox 3.1.2 for FreeBSD 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, 04 Jan 2010 08:57:18 -0000 John Baldwin wrote: >> I'm seeing this as well: >> >> kernel: link_elf_obj: symbol _Z6strlenPKc undefined >> >> ...which, I suppose, is the real kldload error message. > > Looks like it is trying to use a C++ named-version of strlen(): > > % echo _Z6strlenPKc | c++filt > strlen(char const*) > > Is the kernel module compiled using c++ instead of cc? Here is where the symbol is coming from: [root@xwin /usr/ports/emulators/virtualbox-ose-additions]# find . -name \*.o | while read X; do nm "$X" | grep _Z6strlenPKc && echo $X; done U _Z6strlenPKc ./work/VirtualBox-3.1.2_OSE/out/freebsd.amd64/release/obj/RuntimeGuestR0/common/misc/thread.o U _Z6strlenPKc ./work/VirtualBox-3.1.2_OSE/out/freebsd.amd64/release/obj/RuntimeGuestR0/common/log/log.o U _Z6strlenPKc ./work/VirtualBox-3.1.2_OSE/out/freebsd.amd64/release/obj/RuntimeGuestR0/common/path/RTPathAbsEx.o U _Z6strlenPKc ./work/VirtualBox-3.1.2_OSE/out/freebsd.amd64/release/obj/RuntimeGuestR0/common/path/RTPathAppend.o U _Z6strlenPKc ./work/VirtualBox-3.1.2_OSE/out/freebsd.amd64/release/obj/RuntimeGuestR0/common/string/strformattype.o U _Z6strlenPKc ./work/VirtualBox-3.1.2_OSE/out/freebsd.amd64/release/obj/RuntimeGuestR0/common/string/string.o [root@xwin /usr/ports/emulators/virtualbox-ose-additions]# And here are some presumed source files: [root@xwin /usr/ports/emulators/virtualbox-ose-additions]# find . -name thread.c\* ./work/VirtualBox-3.1.2_OSE/src/VBox/Runtime/common/misc/thread.cpp ./work/VirtualBox-3.1.2_OSE/src/VBox/Additions/x11/VBoxClient/thread.cpp ./work/VirtualBox-3.1.2_OSE/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/thread.cpp [root@xwin /usr/ports/emulators/virtualbox-ose-additions]# src/VBox/Runtime/common/misc/thread.cpp contains: #include include/iprt/string.h has this: #elif defined(RT_OS_FREEBSD) && defined(_KERNEL) # include It seems sys/libkern.h is C namespace but thread.cpp or iprt/string.h isn't using extern "C" to make it that. From owner-freebsd-emulation@FreeBSD.ORG Mon Jan 4 11:06:55 2010 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 3860D1065670 for ; Mon, 4 Jan 2010 11:06:55 +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 0D5CE8FC1C for ; Mon, 4 Jan 2010 11:06:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o04B6stT064854 for ; Mon, 4 Jan 2010 11:06:54 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o04B6sLf064852 for freebsd-emulation@FreeBSD.org; Mon, 4 Jan 2010 11:06:54 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 4 Jan 2010 11:06:54 GMT Message-Id: <201001041106.o04B6sLf064852@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, 04 Jan 2010 11:06:55 -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/142082 emulation [patch] [panic] linuxulator: getppid: use after free o kern/141439 emulation [linux] [patch] linux_exit_group kills group leader o kern/140156 emulation [linux] cdparanoia fails to read drive data o kern/139423 emulation [parallels] Networking does not work on amd64 guest on o kern/138944 emulation [parallels] [regression] Parallels no longer works in o kern/138880 emulation [linux] munmap segfaults after linux_mmap2 stresstest o kern/138860 emulation [linux] linux_socketcall() causing buffer overflow f ports/137332 emulation add caution messages to some adobe products s ports/136321 emulation x11-toolkits/linux-pango: please update linux based po o ports/136229 emulation [linux] emulators/linux_base-f10: certain linux apps l o ports/135337 emulation [PATCH] emulators/linux_base-f10: incorrect bash usage o kern/133144 emulation [linux] linuxulator 2.6 crashes with nvidias libGL.so. o kern/130724 emulation [linprocfs] [patch] cpuinfo in linprocfs is dated, cau o kern/129169 emulation [linux] [patch] Linux Emulation ENOTCONN error using n o kern/126232 emulation [linux] Linux ioctl TCGETS (0x5401) always fails 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 23 problems total. From owner-freebsd-emulation@FreeBSD.ORG Mon Jan 4 17:29:53 2010 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 0445D1065692; Mon, 4 Jan 2010 17:29:53 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from marvin.chruetertee.ch (marvin.chruetertee.ch [217.150.245.55]) by mx1.freebsd.org (Postfix) with ESMTP id 712DE8FC1B; Mon, 4 Jan 2010 17:29:52 +0000 (UTC) Received: from daedalus.network.local (gprs50.swisscom-mobile.ch [193.247.250.50]) (authenticated bits=0) by marvin.chruetertee.ch (8.14.3/8.14.3) with ESMTP id o04HTnQD060857 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Mon, 4 Jan 2010 17:29:50 GMT (envelope-from beat@FreeBSD.org) Message-ID: <4B4225D9.9050504@FreeBSD.org> Date: Mon, 04 Jan 2010 18:31:05 +0100 From: Beat Gaetzi User-Agent: Thunderbird 2.0.0.23 (X11/20090821) MIME-Version: 1.0 To: ports@FreeBSD.org X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-emulation@FreeBSD.org, current@FreeBSD.org Subject: Call for tester: VirtualBox 3.1.2 for FreeBSD (take 2) 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, 04 Jan 2010 17:29:53 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, First of all thanks a lot for all the valuable feedback. We have updated the ports to fix the reported problems: - - virtualbox-ose-additions: - Update to a more recent svn snapshot. The kernel module from 3.1.2 was not loadable. - Adjust pkg-descr and COMMENT to make it clear what additions are good for (Patch by dougb@) - Install rc.d style start script to load the kernel module - Add check if kernel sources are available - Mark BROKEN on FreeBSD 6.x - - virtualbox-ose-kmod: - Install rc.d style start script to load the network related kernel modules in correct order - Mark BROKEN on FreeBSD 6.x - - virtualbox-ose: - Update pkg-message to reflect recent changes - Add missing PulseAudio dependency New version of the tarball is available here: https://svn.bluelife.at/nightlies/virtualbox-port-r621.tar.gz Virtualbox 3.1.2 no longer requires procfs. If no other program requires /proc mounted you could remove /proc from /etc/fstab. If you are using the kernel modules for bridged or host-only networking please load the virtualbox kernel module via /boot/loader.conf: vboxdrv_load="YES" Then remove vboxnetflt or vboxnetadp entries from /boot/loader.conf and add this to /etc/rc.conf and reboot the machine afterwards: vboxnet_enable="YES" If you install virtualbox-ose-additions on a FreeBSD guest add this to /etc/rc.conf: vboxguest_enable="YES" The vboxvideo_drv should be recognized by "Xorg -configure". If not, use something like this in your xorg.conf for the video card: Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional Identifier "Card0" Driver "vboxvideo" VendorName "InnoTek Systemberatung GmbH" BoardName "VirtualBox Graphics Adapter" BusID "PCI:0:2:0" EndSection To use vboxmouse_drv please adjust the mouse section in your xorg.conf like this: Section "InputDevice" Identifier "Mouse0" Driver "vboxmouse" EndSection Thanks, Beat, on behalf of the FreeBSD Vbox Team - -- Beat Gätzi | FreeBSD Committer beat@FreeBSD.org | http://www.FreeBSD.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.12 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAktCJdkACgkQQMW893dCSdu5EwCeL9N3aU+LvuZuzDJtnWZ1iTjt poUAnRPvkh8pi19jwk7ZcbntZ7+Qptdj =nxR0 -----END PGP SIGNATURE----- From owner-freebsd-emulation@FreeBSD.ORG Mon Jan 4 21:51:06 2010 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 B042C1065692; Mon, 4 Jan 2010 21:51:06 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: from mail-px0-f182.google.com (mail-px0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7B58A8FC1C; Mon, 4 Jan 2010 21:51:06 +0000 (UTC) Received: by pxi12 with SMTP id 12so9739260pxi.3 for ; Mon, 04 Jan 2010 13:51:01 -0800 (PST) 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=SIvzOxe2Aw8XqMHsLX1PiR9EARYiYtvCEKJfcgpZPOI=; b=u5bZjAq1ajQ9KLL/VszeW21abgRIf8eMLk7MtclMGm38KT7LhSjnN0vu058InT64r2 Tx9BEmfUoMnwJdRARdlMehq0nsbmx/FlaDMm6A/Aku1wP9pKLkeOnEjyWTerzF1FBGEy UFgS1vZaGd9qBkYPpGGX3y4XUGfT1ePWDv8xM= 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=W/5JobjkrBfmE9OkRQpM4uQ9sozsU/KoniAkt5ovwjtqEPdBPoDKEw7Av3V+OYlle/ qthUxmN4LEtsabHZ/0P1oh+S2/5SOg7cr5JOM54SGC+i34nGOcX+8QYYI/jUyNeUyIgp Znjdhxl/eBJgdOYN+d2czBel+Rk+1+2YmZRE4= MIME-Version: 1.0 Received: by 10.142.61.33 with SMTP id j33mr14500276wfa.236.1262641861843; Mon, 04 Jan 2010 13:51:01 -0800 (PST) In-Reply-To: <4B4225D9.9050504@FreeBSD.org> References: <4B4225D9.9050504@FreeBSD.org> Date: Mon, 4 Jan 2010 15:51:01 -0600 Message-ID: <179b97fb1001041351j46180b42hcaf3d04959ed64a0@mail.gmail.com> From: Brandon Gooch To: Beat Gaetzi Content-Type: text/plain; charset=ISO-8859-1 Cc: ports@freebsd.org, freebsd-emulation@freebsd.org, current@freebsd.org Subject: Re: Call for tester: VirtualBox 3.1.2 for FreeBSD (take 2) 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, 04 Jan 2010 21:51:06 -0000 Working great here! I'm running it on a couple of notebooks and a desktop. Hosts: FreeBSD 9.0-CURRENT, FreeBSD 8.0-STABLE Guests: Windows XP SP3 32-bit Windows 7 32-bit PC-BSD 8.0 BETA (with virtualbox-ose-additions; video and mouse integration working properly) -Brandon From owner-freebsd-emulation@FreeBSD.ORG Mon Jan 4 22:30:12 2010 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 BF341106568F; Mon, 4 Jan 2010 22:30:12 +0000 (UTC) (envelope-from tijl@coosemans.org) Received: from mailrelay006.isp.belgacom.be (mailrelay006.isp.belgacom.be [195.238.6.172]) by mx1.freebsd.org (Postfix) with ESMTP id 3669A8FC0C; Mon, 4 Jan 2010 22:30:11 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ar8EAHv6QUtQyADw/2dsb2JhbACBRYIaxCaNMoEsgi5WBA Received: from 240.0-200-80.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([80.200.0.240]) by relay.skynet.be with ESMTP; 04 Jan 2010 23:30:10 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.3/8.14.3) with ESMTP id o04MUAAo007851; Mon, 4 Jan 2010 23:30:10 +0100 (CET) (envelope-from tijl@coosemans.org) From: Tijl Coosemans To: gianrico.lamura@lamia.infm.it, freebsd-questions@freebsd.org, freebsd-emulation@freebsd.org Date: Mon, 4 Jan 2010 23:30:08 +0100 User-Agent: KMail/1.9.10 References: <4a761d7c2b4e12eca7c077b017f8ca7a@localhost> <201001041659.12177.tijl@coosemans.org> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201001042330.09895.tijl@coosemans.org> Cc: Subject: Re: MATLAB in FreeBSD 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, 04 Jan 2010 22:30:12 -0000 On Monday 04 January 2010 20:02:56 gianrico.lamura@lamia.infm.it wrote: > I have followed your suggestions but the installer does not start > anymore. It diplays the following: > " > [gianrico@Gianrico /]$ /compat/linux/bin/sh /home/gianrico/CDmatlab/install > expr: illegal option -- r > usage: expr [-e] expression > /home/gianrico/CDmatlab/install: line 197: [: -ne: unary operator expected > /home/gianrico/CDmatlab/install: line 705: /lib/libc.so.6: cannot execute > binary file > ------------------------------------------------------------------- > > An error status was returned by the program 'xsetup', > the X Window System version of 'install'. The following > messages were written to standard error: > > /usr/home/gianrico/CDmatlab/update/bin/glnx86/xsetup: error while > loading shared libra > ries: libXp.so.6: cannot open shared object file: No such file or directory > > Attempt to fix the problem and try again. If X is not available > or 'xsetup' cannot be made to work then try the terminal > version of 'install' using the command: > > install* -t or INSTALL* -t > > ------------------------------------------------------------------- > > Sorry! Setup aborted . . . > > " > But I have noticed that the systems now has /lib/libc.so.7 instead of > /lib/libc.so.6. For this reason I changed /lib/libc.so.6 into > /lib/libc.so.7 everywhere in the install command. The permission problems > remeined. Thus I have tried to change permissions on /lib/libc.so.7 file > with a) konqueror superuser, b) teminal superuser, c) sudo . Result: there > is now way to change permissions of that library. > > what shall I do? /lib/libc.so.7 is a FreeBSD library. /lib/libc.so.6 can found under /compat/linux and Linux programs will use that one. You should undo any changes you made in the install script. To fix the expr error you have to create the following symlink: ln -s ../usr/bin/expr /compat/linux/bin/expr This is perhaps something the linux_base-f10 port should have done for you. To emulation@: Linux has expr under /usr/bin and FreeBSD has it under /bin, so running expr in a Linux shell picks up the FreeBSD version causing errors about unsupported command line options. It would be nice if the linux_base-f10 port created the symlink above to fix this. For the error about libXp.so.6, check if you have the port x11/linux-f10-xorg-libs installed. > I was wonder if I have to install FreeBSD_8 and KDE 4 ( as in new release > PC-BSD galileo 7.1) to solve problems of linux library compatibility or > just FreeBSD and after KDE4 (that seems the same)?? No, you'll have these same problems there. From owner-freebsd-emulation@FreeBSD.ORG Tue Jan 5 08:39:10 2010 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 8E82E106566B; Tue, 5 Jan 2010 08:39:10 +0000 (UTC) (envelope-from ltning@anduin.net) Received: from mail.anduin.net (mail.anduin.net [213.225.74.249]) by mx1.freebsd.org (Postfix) with ESMTP id 4D1B38FC14; Tue, 5 Jan 2010 08:39:10 +0000 (UTC) Received: from p5499b617.dip.t-dialin.net ([84.153.182.23] helo=[192.168.2.115]) by mail.anduin.net with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1NS4cA-000BL3-ST; Tue, 05 Jan 2010 09:18:08 +0100 Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=us-ascii From: =?iso-8859-1?Q?Eirik_=D8verby?= In-Reply-To: <20091227232425.GA38213@bsdcrew.de> Date: Tue, 5 Jan 2010 09:18:06 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <575AE1A9-24EC-4E18-9236-C997B6AB7ECC@anduin.net> References: <20091227232425.GA38213@bsdcrew.de> To: Martin Wilke X-Mailer: Apple Mail (2.1077) Cc: ports@FreeBSD.org, freebsd-emulation@freebsd.org, current@freebsd.org Subject: Re: Call for tester: VirtualBox 3.1.2 for FreeBSD 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, 05 Jan 2010 08:39:10 -0000 Hi, On 28. des. 2009, at 00.24, Martin Wilke wrote: > - Install new port: > # cd ../virtualbox-ose-kmod && make install clean > # cd ../virtualbox-ose && make install clean At this point, the install fails like thus: running install_egg_info Removing = /usr/local/lib/python2.6/site-packages/vboxapi-1.0-py2.6.egg-info Writing = /usr/local/lib/python2.6/site-packages/vboxapi-1.0-py2.6.egg-info (cd = /root/vbox/virtualbox-ose/work/VirtualBox-3.1.2_OSE/out/freebsd.amd64/rele= ase/bin/sdk/bindings/xpcom/python && /bin/sh -c '(/usr/bin/find -d $0 $2 = | /usr/bin/cpio -dumpl $1 >/dev/null 2>&1) && /usr/sbin/chown -R = root:wheel $1 && /usr/bin/find -d $0 $2 -type d -exec chmod 755 $1/{} = \; && /usr/bin/find -d $0 $2 -type f -exec chmod 444 $1/{} \;' -- "*" = /usr/local/lib/python2.6/site-packages) /usr/local/bin/python2.6 -mcompileall = /usr/local/lib/python2.6/site-packages/xpcom/ Listing /usr/local/lib/python2.6/site-packages/xpcom/ ... Listing /usr/local/lib/python2.6/site-packages/xpcom/client ... Listing /usr/local/lib/python2.6/site-packages/xpcom/server ... pw: group 'vboxusers' already exists Adding group "vboxusers" failed... *** Error code 1 Stop in /root/vbox/virtualbox-ose. *** Error code 1 Stop in /root/vbox/virtualbox-ose. The vboxusers group does indeed exist: vboxusers:*:920: but has no users. Adding myself changes nothing. Should I install the current version from ports first, before trying to = ugprade to this snapshot? /Eirik From owner-freebsd-emulation@FreeBSD.ORG Tue Jan 5 08:41:12 2010 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 8015E1065698 for ; Tue, 5 Jan 2010 08:41:12 +0000 (UTC) (envelope-from wilkinsa@dsto.defence.gov.au) Received: from digger1.defence.gov.au (digger1.defence.gov.au [203.5.217.4]) by mx1.freebsd.org (Postfix) with ESMTP id 0B9478FC19 for ; Tue, 5 Jan 2010 08:41:11 +0000 (UTC) Received: from ednmsw520.dsto.defence.gov.au (ednmsw520.dsto.defence.gov.au [131.185.68.60]) by digger1.defence.gov.au (DSTO/DSTO) with ESMTP id o058E8mj009280; Tue, 5 Jan 2010 18:44:09 +1030 (CST) Received: from ednex510.dsto.defence.gov.au (ednex510.dsto.defence.gov.au) by ednmsw520.dsto.defence.gov.au (Clearswift SMTPRS 5.3.2) with ESMTP id ; Tue, 5 Jan 2010 18:46:34 +1030 Received: from stlex511.dsto.defence.gov.au ([203.6.60.49]) by ednex510.dsto.defence.gov.au with Microsoft SMTPSVC(6.0.3790.3959); Tue, 5 Jan 2010 18:46:34 +1030 Received: from stlux550.dsto.defence.gov.au ([203.6.60.61]) by stlex511.dsto.defence.gov.au with Microsoft SMTPSVC(6.0.3790.3959); Tue, 5 Jan 2010 16:16:32 +0800 Received: from stlux550.dsto.defence.gov.au (localhost [127.0.0.1]) by stlux550.dsto.defence.gov.au (8.14.3/8.14.3) with ESMTP id o058JeL9016965; Tue, 5 Jan 2010 16:19:40 +0800 (WST) (envelope-from wilkinsa@stlux550.dsto.defence.gov.au) Received: (from wilkinsa@localhost) by stlux550.dsto.defence.gov.au (8.14.3/8.14.3/Submit) id o058JdLr016964; Tue, 5 Jan 2010 16:19:39 +0800 (WST) (envelope-from wilkinsa) Date: Tue, 5 Jan 2010 16:19:39 +0800 From: "Wilkinson, Alex" To: freebsd-current@freebsd.org, freebsd-emulation@freebsd.org Message-ID: <20100105081939.GB16239@stlux503.dsto.defence.gov.au> Mail-Followup-To: freebsd-current@freebsd.org, freebsd-emulation@freebsd.org References: <4B4225D9.9050504@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <4B4225D9.9050504@FreeBSD.org> Organisation: Defence Science Technology Organisation X-Message-Flag: "Please Restore Line Breaks If Necessary" User-Agent: Mutt/1.5.20 (2009-06-14) X-OriginalArrivalTime: 05 Jan 2010 08:16:32.0909 (UTC) FILETIME=[640A23D0:01CA8DDF] X-TM-AS-Product-Ver: SMEX-8.0.0.1285-6.000.1038-17112.005 X-TM-AS-Result: No--18.140300-0.000000-31 X-TM-AS-User-Approved-Sender: Yes X-TM-AS-User-Blocked-Sender: No Content-Transfer-Encoding: 7bit Cc: Subject: Re: Call for tester: VirtualBox 3.1.2 for FreeBSD (take 2)[SEC=UNCLASSIFIED] 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, 05 Jan 2010 08:41:12 -0000 Works great for me also! Thanks! -Alex 0n Mon, Jan 04, 2010 at 06:31:05PM +0100, Beat Gaetzi wrote: >-----BEGIN PGP SIGNED MESSAGE----- >Hash: SHA1 > >Hi, > >First of all thanks a lot for all the valuable feedback. We have updated >the ports to fix the reported problems: >- - virtualbox-ose-additions: > - Update to a more recent svn snapshot. The kernel module from 3.1.2 >was not loadable. > - Adjust pkg-descr and COMMENT to make it clear what additions are >good for (Patch by dougb@) > - Install rc.d style start script to load the kernel module > - Add check if kernel sources are available > - Mark BROKEN on FreeBSD 6.x > >- - virtualbox-ose-kmod: > - Install rc.d style start script to load the network related kernel >modules in correct order > - Mark BROKEN on FreeBSD 6.x > >- - virtualbox-ose: > - Update pkg-message to reflect recent changes > - Add missing PulseAudio dependency > >New version of the tarball is available here: >https://svn.bluelife.at/nightlies/virtualbox-port-r621.tar.gz > >Virtualbox 3.1.2 no longer requires procfs. If no other program requires >/proc mounted you could remove /proc from /etc/fstab. > >If you are using the kernel modules for bridged or host-only networking >please load the virtualbox kernel module via /boot/loader.conf: >vboxdrv_load="YES" > >Then remove vboxnetflt or vboxnetadp entries from /boot/loader.conf and >add this to /etc/rc.conf and reboot the machine afterwards: >vboxnet_enable="YES" > >If you install virtualbox-ose-additions on a FreeBSD guest add this to >/etc/rc.conf: >vboxguest_enable="YES" > >The vboxvideo_drv should be recognized by "Xorg -configure". If not, use >something like this in your xorg.conf for the video card: >Section "Device" > ### Available Driver options are:- > ### Values: : integer, : float, : "True"/"False", > ### : "String", : " Hz/kHz/MHz" > ### [arg]: arg optional > Identifier "Card0" > Driver "vboxvideo" > VendorName "InnoTek Systemberatung GmbH" > BoardName "VirtualBox Graphics Adapter" > BusID "PCI:0:2:0" >EndSection > >To use vboxmouse_drv please adjust the mouse section in your xorg.conf >like this: >Section "InputDevice" > Identifier "Mouse0" > Driver "vboxmouse" >EndSection > >Thanks, >Beat, on behalf of the FreeBSD Vbox Team IMPORTANT: This email remains the property of the Australian Defence Organisation and is subject to the jurisdiction of section 70 of the CRIMES ACT 1914. If you have received this email in error, you are requested to contact the sender and delete the email. From owner-freebsd-emulation@FreeBSD.ORG Tue Jan 5 09:12:21 2010 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 15BB91065693; Tue, 5 Jan 2010 09:12:21 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from mail.itac.at (mail.itac.at [91.205.172.9]) by mx1.freebsd.org (Postfix) with ESMTP id 93F908FC0C; Tue, 5 Jan 2010 09:12:20 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=webmail.itac.at) by mail.itac.at with esmtpa (Exim 4.63) (envelope-from ) id 1NS5Sa-00017m-K5; Tue, 05 Jan 2010 10:12:16 +0100 Received: from 78.142.74.81 (SquirrelMail authenticated user decke@bluelife.at) by webmail.itac.at with HTTP; Tue, 5 Jan 2010 10:12:16 +0100 (CET) Message-ID: In-Reply-To: <575AE1A9-24EC-4E18-9236-C997B6AB7ECC@anduin.net> References: <20091227232425.GA38213@bsdcrew.de> <575AE1A9-24EC-4E18-9236-C997B6AB7ECC@anduin.net> Date: Tue, 5 Jan 2010 10:12:16 +0100 (CET) From: "Bernhard Froehlich" To: Eirik =?iso-8859-1?Q?=D8verby?= 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: ports@freebsd.org, freebsd-emulation@freebsd.org, current@freebsd.org Subject: Re: Call for tester: VirtualBox 3.1.2 for FreeBSD 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, 05 Jan 2010 09:12:21 -0000 On Tue, January 5, 2010 9:18 am, Eirik Øverby wrote: > Hi, > > On 28. des. 2009, at 00.24, Martin Wilke wrote: > >> - Install new port: >> # cd ../virtualbox-ose-kmod && make install clean >> # cd ../virtualbox-ose && make install clean > > At this point, the install fails like thus: > > running install_egg_info > Removing /usr/local/lib/python2.6/site-packages/vboxapi-1.0-py2.6.egg-info > Writing /usr/local/lib/python2.6/site-packages/vboxapi-1.0-py2.6.egg-info > (cd > /root/vbox/virtualbox-ose/work/VirtualBox-3.1.2_OSE/out/freebsd.amd64/release/bin/sdk/bindings/xpcom/python > && /bin/sh -c '(/usr/bin/find -d $0 $2 | /usr/bin/cpio -dumpl $1 > >/dev/null 2>&1) && /usr/sbin/chown -R root:wheel $1 && /usr/bin/find > -d $0 $2 -type d -exec chmod 755 $1/{} \; && /usr/bin/find -d $0 $2 -type > f -exec chmod 444 $1/{} \;' -- "*" /usr/local/lib/python2.6/site-packages) > /usr/local/bin/python2.6 -mcompileall > /usr/local/lib/python2.6/site-packages/xpcom/ > Listing /usr/local/lib/python2.6/site-packages/xpcom/ ... > Listing /usr/local/lib/python2.6/site-packages/xpcom/client ... > Listing /usr/local/lib/python2.6/site-packages/xpcom/server ... > pw: group 'vboxusers' already exists > Adding group "vboxusers" failed... > *** Error code 1 > > Stop in /root/vbox/virtualbox-ose. > *** Error code 1 > > Stop in /root/vbox/virtualbox-ose. > > The vboxusers group does indeed exist: > vboxusers:*:920: > but has no users. Adding myself changes nothing. Looks a bit weird. The install script only needs and creates a vboxusers group so that it can install the files with the correct ownership. But it checks first if the group exists and that check seems to fail for an unknown reason. Could you please send back the output of the following 3 commands? (as root) pw group show vboxusers; echo $? pw groupadd vboxusers -g 920 grep vbox /etc/group > Should I install the current version from ports first, before trying to > ugprade to this snapshot? I think that should not change anything because the install script did not change for a long time. My guess at the moment is that something in your /etc/group is inconsistent or wrong so that the tools get confused. -- Bernhard Fröhlich http://www.bluelife.at/ From owner-freebsd-emulation@FreeBSD.ORG Tue Jan 5 09:24:34 2010 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 327961065692; Tue, 5 Jan 2010 09:24:34 +0000 (UTC) (envelope-from ltning@anduin.net) Received: from mail.anduin.net (mail.anduin.net [213.225.74.249]) by mx1.freebsd.org (Postfix) with ESMTP id E17498FC23; Tue, 5 Jan 2010 09:24:33 +0000 (UTC) Received: from p5499b617.dip.t-dialin.net ([84.153.182.23] helo=[192.168.2.115]) by mail.anduin.net with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1NS5eR-000Gt2-BK; Tue, 05 Jan 2010 10:24:31 +0100 Mime-Version: 1.0 (Apple Message framework v1077) Content-Type: text/plain; charset=iso-8859-1 From: =?iso-8859-1?Q?Eirik_=D8verby?= X-Priority: 3 (Normal) In-Reply-To: Date: Tue, 5 Jan 2010 10:24:30 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <20091227232425.GA38213@bsdcrew.de> <575AE1A9-24EC-4E18-9236-C997B6AB7ECC@anduin.net> To: "Bernhard Froehlich" X-Mailer: Apple Mail (2.1077) Cc: ports@freebsd.org, freebsd-emulation@freebsd.org, current@freebsd.org Subject: Re: Call for tester: VirtualBox 3.1.2 for FreeBSD 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, 05 Jan 2010 09:24:34 -0000 On 5. jan. 2010, at 10.12, Bernhard Froehlich wrote: > On Tue, January 5, 2010 9:18 am, Eirik =D8verby wrote: >> Hi, >>=20 >> On 28. des. 2009, at 00.24, Martin Wilke wrote: >>=20 >>> - Install new port: >>> # cd ../virtualbox-ose-kmod && make install clean >>> # cd ../virtualbox-ose && make install clean >>=20 >> At this point, the install fails like thus: >>=20 >> running install_egg_info >> Removing = /usr/local/lib/python2.6/site-packages/vboxapi-1.0-py2.6.egg-info >> Writing = /usr/local/lib/python2.6/site-packages/vboxapi-1.0-py2.6.egg-info >> (cd >> = /root/vbox/virtualbox-ose/work/VirtualBox-3.1.2_OSE/out/freebsd.amd64/rele= ase/bin/sdk/bindings/xpcom/python >> && /bin/sh -c '(/usr/bin/find -d $0 $2 | /usr/bin/cpio -dumpl $1 >>> /dev/null 2>&1) && /usr/sbin/chown -R root:wheel $1 && = /usr/bin/find >> -d $0 $2 -type d -exec chmod 755 $1/{} \; && /usr/bin/find -d $0 $2 = -type >> f -exec chmod 444 $1/{} \;' -- "*" = /usr/local/lib/python2.6/site-packages) >> /usr/local/bin/python2.6 -mcompileall >> /usr/local/lib/python2.6/site-packages/xpcom/ >> Listing /usr/local/lib/python2.6/site-packages/xpcom/ ... >> Listing /usr/local/lib/python2.6/site-packages/xpcom/client ... >> Listing /usr/local/lib/python2.6/site-packages/xpcom/server ... >> pw: group 'vboxusers' already exists >> Adding group "vboxusers" failed... >> *** Error code 1 >>=20 >> Stop in /root/vbox/virtualbox-ose. >> *** Error code 1 >>=20 >> Stop in /root/vbox/virtualbox-ose. >>=20 >> The vboxusers group does indeed exist: >> vboxusers:*:920: >> but has no users. Adding myself changes nothing. >=20 > Looks a bit weird. The install script only needs and creates a = vboxusers > group so that it can install the files with the correct ownership. But = it Reason found. Nscd was running, and somehow had not updated its cache = for some reason. Restarted it, and now it works. Sorry about the noise. /Eirik > checks first if the group exists and that check seems to fail for an > unknown reason. Could you please send back the output of the following = 3 > commands? (as root) >=20 > pw group show vboxusers; echo $? >=20 > pw groupadd vboxusers -g 920 >=20 > grep vbox /etc/group >=20 >=20 >> Should I install the current version from ports first, before trying = to >> ugprade to this snapshot? >=20 > I think that should not change anything because the install script did = not > change for a long time. >=20 > My guess at the moment is that something in your /etc/group is > inconsistent or wrong so that the tools get confused. >=20 > --=20 > Bernhard Fr=F6hlich > http://www.bluelife.at/ >=20 >=20 From owner-freebsd-emulation@FreeBSD.ORG Tue Jan 5 17:08:38 2010 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 725CC106566B for ; Tue, 5 Jan 2010 17:08:38 +0000 (UTC) (envelope-from maxchernov@yandex.ru) Received: from forward12.mail.yandex.net (forward12.mail.yandex.net [95.108.130.94]) by mx1.freebsd.org (Postfix) with ESMTP id 27AEB8FC24 for ; Tue, 5 Jan 2010 17:08:37 +0000 (UTC) Received: from webmail109.yandex.ru (webmail109.yandex.ru [95.108.131.133]) by forward12.mail.yandex.net (Yandex) with ESMTP id D9CCA15D0E4C for ; Tue, 5 Jan 2010 19:56:09 +0300 (MSK) Received: from localhost (localhost.localdomain [127.0.0.1]) by webmail109.yandex.ru (Yandex) with ESMTP id C5DC72C78260 for ; Tue, 5 Jan 2010 19:56:09 +0300 (MSK) X-Yandex-Spam: 1 X-Yandex-Front: webmail109 X-Yandex-TimeMark: 1262710569 Received: from ppp91-78-213-40.pppoe.mtu-net.ru (ppp91-78-213-40.pppoe.mtu-net.ru [91.78.213.40]) by mail.yandex.ru with HTTP; Tue, 05 Jan 2010 19:56:09 +0300 From: =?koi8-r?B?7cHL08nN?= To: freebsd-emulation@freebsd.org MIME-Version: 1.0 Message-Id: <5481262710569@webmail109.yandex.ru> Date: Tue, 05 Jan 2010 19:56:09 +0300 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailman-Approved-At: Tue, 05 Jan 2010 19:45:28 +0000 Subject: [WIP] wine/i386 on FreeBSD/amd64 (take 3) 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, 05 Jan 2010 17:08:38 -0000 Hello! So how about wine-1.1.35? I would be very grateful to you =) From owner-freebsd-emulation@FreeBSD.ORG Wed Jan 6 00:32:11 2010 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 094F71065670; Wed, 6 Jan 2010 00:32:11 +0000 (UTC) (envelope-from barbara.xxx1975@libero.it) Received: from cp-out2.libero.it (cp-out2.libero.it [212.52.84.102]) by mx1.freebsd.org (Postfix) with ESMTP id 96DA98FC1A; Wed, 6 Jan 2010 00:32:10 +0000 (UTC) Received: from libero.it (192.168.33.223) by cp-out2.libero.it (8.5.107) id 4B4240A7000EF0EA; Wed, 6 Jan 2010 01:32:09 +0100 Date: Wed, 6 Jan 2010 01:32:09 +0100 Message-Id: MIME-Version: 1.0 X-Sensitivity: 3 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable From: "barbara" To: "bug-followup" X-XaM3-API-Version: 4.3 (R1) (B3pl25) X-SenderIP: 87.17.218.47 Cc: freebsd-emulation Subject: Re: kern/133144: [linux] linuxulator 2.6 crashes with nvidias libGL.so.1 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, 06 Jan 2010 00:32:11 -0000 Ok, from what I've understood it should be a linuxlator problem. Certainly it's because of my ignorance, but I'm a little confused, becaus= e from what I've tested in the past (after the post by zander on nvidia f= orum) and also form what I've got from your words (@ 2,3), the tls versio= n should work, am I wrong? The problem I'm facing is that now it's not working, so I made some tests= (*) with wolfsp (games/rtcw) and the lastest version of different major v= ersions of the nvidia driver: 180.60 -> it doesn't work, it works after replacing libnvidia-tls.so (not= e that it's the same major version for which zander suggested the fix) 185.18.36 -> it works, no workaround required (nvidia fixed it on new ver= sions?) 190.53 -> it doesn't work - even replacing libnvidia-tls.so 195.22 (ports)(**) -> it doesn't work - same as above(***) So I'm wondering why it stopped working between 185 and 190? Shouldn't it= be working with the tls version? It's a nvidia fault and should be reported, or >185 are exposing new "bug= s" in linuxlator, or because of changes in linuxlator having a bad impact= on >185,...? Sorry but my English is not good, so I hope I don't get misunderstood. If you need more tests, kdump, or anything else, I will be happy to help.= Sorry again and thank you for the patience... Barbara (*) # uname -a FreeBSD satanasso.local.net 8.0-STABLE FreeBSD 8.0-STABLE #0: Fri Jan 1 = 18:47:59 CET 2010 root@satanasso.local.net:/usr/obj/usr/src/sys/SATAN= ASSO i386 # sysctl compat.linux.osrelease compat.linux.osrelease: 2.6.16 # pkg_info -Ix linux_base linux_base-f10-10_2 (**) wolfsp doesn't work *anymore* also on RELENG_7, linux_base-fc-4_15, compa= t.linux.osrelease: 2.4.2. On July it was working. Anyway, just to add more confusion, linux-enemyterritory is working!!!(?)= (not tested on RELENG_8). (***) ...loading libGL.so.1: QGL_Init: Can't load libGL.so.1 from /etc/ld.so.co= nf or current dir: /usr/local/share/rtcw/libGL.so.1: cannot open shared o= bject file: No such file or directory From owner-freebsd-emulation@FreeBSD.ORG Wed Jan 6 00:40:03 2010 Return-Path: Delivered-To: freebsd-emulation@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF0A7106568F for ; Wed, 6 Jan 2010 00:40: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 A3E6B8FC18 for ; Wed, 6 Jan 2010 00:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o060e3od090836 for ; Wed, 6 Jan 2010 00:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o060e3BJ090835; Wed, 6 Jan 2010 00:40:03 GMT (envelope-from gnats) Date: Wed, 6 Jan 2010 00:40:03 GMT Message-Id: <201001060040.o060e3BJ090835@freefall.freebsd.org> To: freebsd-emulation@FreeBSD.org From: "barbara" Cc: Subject: Re: kern/133144: [linux] linuxulator 2.6 crashes with nvidias libGL.so.1 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: barbara List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jan 2010 00:40:03 -0000 The following reply was made to PR kern/133144; it has been noted by GNATS. From: "barbara" To: "bug-followup" Cc: "freebsd-emulation" Subject: Re: kern/133144: [linux] linuxulator 2.6 crashes with nvidias libGL.so.1 Date: Wed, 6 Jan 2010 01:32:09 +0100 Ok, from what I've understood it should be a linuxlator problem. Certainly it's because of my ignorance, but I'm a little confused, becaus= e from what I've tested in the past (after the post by zander on nvidia f= orum) and also form what I've got from your words (@ 2,3), the tls versio= n should work, am I wrong? The problem I'm facing is that now it's not working, so I made some tests= (*) with wolfsp (games/rtcw) and the lastest version of different major v= ersions of the nvidia driver: 180.60 -> it doesn't work, it works after replacing libnvidia-tls.so (not= e that it's the same major version for which zander suggested the fix) 185.18.36 -> it works, no workaround required (nvidia fixed it on new ver= sions?) 190.53 -> it doesn't work - even replacing libnvidia-tls.so 195.22 (ports)(**) -> it doesn't work - same as above(***) So I'm wondering why it stopped working between 185 and 190? Shouldn't it= be working with the tls version? It's a nvidia fault and should be reported, or >185 are exposing new "bug= s" in linuxlator, or because of changes in linuxlator having a bad impact= on >185,...? Sorry but my English is not good, so I hope I don't get misunderstood. If you need more tests, kdump, or anything else, I will be happy to help.= Sorry again and thank you for the patience... Barbara (*) # uname -a FreeBSD satanasso.local.net 8.0-STABLE FreeBSD 8.0-STABLE #0: Fri Jan 1 = 18:47:59 CET 2010 root@satanasso.local.net:/usr/obj/usr/src/sys/SATAN= ASSO i386 # sysctl compat.linux.osrelease compat.linux.osrelease: 2.6.16 # pkg_info -Ix linux_base linux_base-f10-10_2 (**) wolfsp doesn't work *anymore* also on RELENG_7, linux_base-fc-4_15, compa= t.linux.osrelease: 2.4.2. On July it was working. Anyway, just to add more confusion, linux-enemyterritory is working!!!(?)= (not tested on RELENG_8). (***) ...loading libGL.so.1: QGL_Init: Can't load libGL.so.1 from /etc/ld.so.co= nf or current dir: /usr/local/share/rtcw/libGL.so.1: cannot open shared o= bject file: No such file or directory From owner-freebsd-emulation@FreeBSD.ORG Wed Jan 6 04:11:29 2010 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 6A93410657B6 for ; Wed, 6 Jan 2010 04:11:29 +0000 (UTC) (envelope-from daichi@freebsd.org) Received: from natial.ongs.co.jp (natial.ongs.co.jp [202.216.246.90]) by mx1.freebsd.org (Postfix) with ESMTP id 709F58FC1B for ; Wed, 6 Jan 2010 04:11:28 +0000 (UTC) Received: from parancell.ongs.co.jp (dullmdaler.ongs.co.jp [202.216.246.94]) by natial.ongs.co.jp (Postfix) with ESMTPSA id 74F2C12543B; Wed, 6 Jan 2010 13:11:26 +0900 (JST) Message-ID: <4B440D6E.1070809@freebsd.org> Date: Wed, 06 Jan 2010 13:11:26 +0900 From: Daichi GOTO Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.5) Gecko/20091219 Thunderbird/3.0 MIME-Version: 1.0 To: Beat Gaetzi , freebsd-emulation@freebsd.org, current@freebsd.org References: <4B4225D9.9050504@FreeBSD.org> In-Reply-To: <4B4225D9.9050504@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: Call for tester: VirtualBox 3.1.2 for FreeBSD (take 2) 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, 06 Jan 2010 04:11:29 -0000 Thanks great works! Beat and FreeBSD Vbox Team! I have been trying to test VirtualBox 3.1.2 for FreeBSD (take 2) in these days. This is my test report. Host OS: FreeBSD 9.0-CURRENT amd64 (Tue Jan 5 08:47:45 JST 2010) Gest OS: FreeBSD 8.0-RELEASE-p1 i386 + latest ports (X.org 7.4_2) FreeBSD 8.0-RELEASE-p1 amd64 + latest ports (X.org 7.4_2) FreeBSD 9-CURRENT amd64 + latest ports (X.org 7.4_2) Build result: ------------------------------------------ | Guest OS | result | ------------------------------------------ | FreeBSD 8.0-RELEASE-p1 i386 | success | | FreeBSD 8.0-RELEASE-p1 amd64 | fail(*1)| | FreeBSD 9-CURRENT amd64 | success | ------------------------------------------ vboxvideo_drv.so works: ------------------------------------------ | Guest OS | result | ------------------------------------------ | FreeBSD 8.0-RELEASE-p1 i386 | fine | | FreeBSD 8.0-RELEASE-p1 amd64 | - | | FreeBSD 9-CURRENT amd64 | fine | ------------------------------------------ vboxmouse_drv.so works (8.0-RELEASE-p1 i386 (2*)): Option "AllowInputEmpty" "off": ------------------------------------------------------ | device | sysmouse | psm | sysmouse | psm | ------------------------------------------------------ | ON | fine | not-work | strange | fine | | moused |-------------------------------------------- | OFF | not-work | fine | strange | not-work | ------------------------------------------------------ | driver | mouse | vboxmouse | ------------------------------------------------------ strange: mouse pointer could move but drag works strange. Option "AllowInputEmpty" "on" + hald + dbus: ------------------------------------------------------ | device | sysmouse | psm | sysmouse | psm | ------------------------------------------------------ | ON | not-work | not-work | not-work | not-work | | moused |-------------------------------------------- | OFF | fine | fine | strange | not-work | ------------------------------------------------------ | driver | mouse | vboxmouse | ------------------------------------------------------ host-guest clipboard works: ------------------------------------------ | Guest OS | result | ------------------------------------------ | FreeBSD 8.0-RELEASE-p1 i386 | not-work| | FreeBSD 8.0-RELEASE-p1 amd64 | - | | FreeBSD 9-CURRENT amd64 | not-work| ------------------------------------------ Conclusion: If you want to use X.org and seamless mouse, you should choose one of follow settings: - "AllowInputEmpty" "off", /dev/sysmouse and moused(8) working - "AllowInputEmpty" "on", hald working, dbus working and moused(8) off Discussion and Issues: I cannot get host-guest clipboard share working. Does someone get it? (*1) work log: # uname -a FreeBSD .ongs.co.jp 8.0-RELEASE-p1 FreeBSD 8.0-RELEASE-p1 #0 r200761: Mon Dec 21 12:57:07 UTC 2009 root@parancell-freebsd80-amd64.ongs.co.jp:/usr/obj/usr/src/sys/PARANCELL amd64 # cd /usr/ports/emulators/virtualbox-ose-additions/ # make install clean ===> Vulnerability check disabled, database not found ===> Extracting for virtualbox-ose-additions-3.1.51.r25618 => MD5 Checksum OK for VirtualBox-3.1.51r25618-OSE.tar.bz2. => SHA256 Checksum OK for VirtualBox-3.1.51r25618-OSE.tar.bz2. ===> Patching for virtualbox-ose-additions-3.1.51.r25618 ===> Applying FreeBSD patches for virtualbox-ose-additions-3.1.51.r25618 Ignoring previously applied (or reversed) patch. 1 out of 1 hunks ignored--saving rejects to src/VBox/Additions/x11/VBoxClient/Makefile.kmk.rej => Patch patch-src-VBox-Additions-x11-VBoxClient-Makefile.kmk failed to apply cleanly. => Patch(es) patch-src-VBox-Additions-freebsd-Makefile.kmk applied cleanly. *** Error code 1 Stop in /usr/ports/emulators/virtualbox-ose-additions. # (2*) 9-CURRENT amd64 looks like the same as 8.0R-p1 i386 Best regards -- Daichi GOTO 81-42-316-7945 | daichi@ongs.co.jp | http://www.ongs.co.jp LinkedIn: http://linkedin.com/in/daichigoto From owner-freebsd-emulation@FreeBSD.ORG Wed Jan 6 14:02:39 2010 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 A6A69106566C for ; Wed, 6 Jan 2010 14:02:39 +0000 (UTC) (envelope-from naylor.b.david@gmail.com) Received: from mail-fx0-f227.google.com (mail-fx0-f227.google.com [209.85.220.227]) by mx1.freebsd.org (Postfix) with ESMTP id 860A68FC13 for ; Wed, 6 Jan 2010 14:02:38 +0000 (UTC) Received: by fxm27 with SMTP id 27so2709424fxm.3 for ; Wed, 06 Jan 2010 06:02:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:organization:to:subject :date:user-agent:cc:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=peLAWRIma6I8MrqozCoSnmAExjZ7iCfff12Ugn98g4I=; b=LHD/iUx9fYuAOyG0JejF7Xl5f1ej6pd73FDsLaSPMXZRk+s4Qoiiy2WdeOOWU0OSDl YeTMaVgc6wkRXZW3HKvDAZdCZp1+YaH0jeRJLFnsjRMZXVA+3R/S0GGMIXf2r9uVUk8u sTxDPr2oARgRS1+9GeCprJmn8kL9Mo3nSVDPg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:organization:to:subject:date:user-agent:cc:references :in-reply-to:mime-version:content-type:content-transfer-encoding :message-id; b=O7vnAMyI6parNtrELoVkxllU1QgJZ84zCyHDPFbwyRoEM9LrkmrzutfbUcroeYwUxf HWOpZlfb90HYKWDmv7usCv6W8Z9/QmwA3aGdOB40+XkxddyPjkdyRG3ZvJL8wbXEamWW gI8STMnE+TFvY9Dp8Nur1z6ulHpPh3soI5dj8= Received: by 10.223.145.129 with SMTP id d1mr3101689fav.99.1262786551831; Wed, 06 Jan 2010 06:02:31 -0800 (PST) Received: from dragon.dg ([72.14.240.161]) by mx.google.com with ESMTPS id 26sm30200136fks.20.2010.01.06.06.02.22 (version=SSLv3 cipher=RC4-MD5); Wed, 06 Jan 2010 06:02:29 -0800 (PST) From: David Naylor Organization: Private To: Rusty Nejdl , =?utf-8?q?=D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC?= Date: Wed, 6 Jan 2010 16:02:29 +0200 User-Agent: KMail/1.12.3 (FreeBSD/8.0-STABLE; KDE/4.3.3; amd64; ; ) References: <200912081524.03878.naylor.b.david@gmail.com> <200912221456.32693.naylor.b.david@gmail.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1649594.Xei4QVjKhH"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201001061602.35221.naylor.b.david@gmail.com> X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-emulation@freebsd.org Subject: Re: [WIP] wine/i386 on FreeBSD/amd64 (take 3) 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, 06 Jan 2010 14:02:39 -0000 --nextPart1649594.Xei4QVjKhH Content-Type: multipart/mixed; boundary="Boundary-01=_1fJRLa20eA1m7If" Content-Transfer-Encoding: 7bit --Boundary-01=_1fJRLa20eA1m7If Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wednesday 30 December 2009 19:26:01 Rusty Nejdl wrote: > On Tue, 22 Dec 2009 14:56:27 +0200, David Naylor > >=20 > wrote: > >> I'll update the patch when wine-1.1.35 gets into my ports. >=20 > David, >=20 > Have you had a chance to work up a diff for wine 1.1.35 ? I'd love to > test this out if you have it. Please see attached for the patches. I have the packages built for FreeBSD= 7=20 & 8 and am just waiting for an upload site. =20 Is the mailing list eating my attachments? If so could someone please host= =20 them somewhere. =20 Regards --Boundary-01=_1fJRLa20eA1m7If Content-Type: text/x-patch; charset="ISO-8859-1"; name="wine-fbsd64.diff" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="wine-fbsd64.diff" diff -uNr /usr/ports/emulators/wine/Makefile wine/Makefile =2D-- /usr/ports/emulators/wine/Makefile 2009-12-20 03:04:01.000000000 +0200 +++ wine/Makefile 2009-12-20 17:02:22.000000000 +0200 @@ -30,12 +30,10 @@ --without-sane --without-xcursor CONFIGURE_ENV=3D CPPFLAGS=3D"-I${LOCALBASE}/include" \ LDFLAGS=3D"-L${LOCALBASE}/lib" =2DUSE_LDCONFIG=3D ${PREFIX}/lib ${PREFIX}/lib/wine MAKE_JOBS_SAFE=3D yes MAN1=3D widl.1 wine.1 winebuild.1 winedbg.1 winedump.1 winegcc.1 \ winemaker.1 wineprefixcreate.1 wineserver.1 wmc.1 wrc.1 MLINKS=3D winegcc.1 wineg++.1 =2DONLY_FOR_ARCHS=3D i386 USE_BISON=3D build USE_BZIP2=3D yes USE_GMAKE=3D yes @@ -80,10 +78,33 @@ CONFIGURE_ARGS+=3D --without-xslt .endif =20 +# TODO: when does FreeBSD/i386 work properly under FreeBSD/amd64? .if ${OSVERSION} < 603000 IGNORE=3D fails to properly work on versions of FreeBSD before 6.3 .endif =20 +.ifdef WINE_CROSS_BUILD + +CONFIGURE_ARGS+=3D --bindir=3D${PREFIX}/bin32 --libdir=3D${PREFIX}/lib32 +CONFLICTS=3D wine-[0-9]* +ONLY_FOR_ARCHS=3D i386 amd64 +USE_LDCONFIG32=3D ${PREFIX}/lib32 ${PREFIX}/lib32/wine +WINELIBDIR=3D${PREFIX}/lib32 + +PLIST_REINPLACE+=3D winelib +PLIST_REINPLACE_WINELIB=3Ds!lib/!lib32/!g + +ACTUAL-PACKAGE-DEPENDS=3D${DO_NADA} + +.else + +CONFLICTS=3D wine-fbsd64.* +ONLY_FOR_ARCHS=3D i386 +USE_LDCONFIG=3D ${PREFIX}/lib ${PREFIX}/lib/wine +WINELIBDIR=3D${PREFIX}/lib + +.endif + post-patch: .if ${OSVERSION} < 700041 ${REINPLACE_CMD} 's/-lpthread/-lthr/g' ${WRKSRC}/configure @@ -99,8 +120,8 @@ ${MAN1PREFIX}/man/fr.UTF-8/man1/wineserver.1 @-${RMDIR} -p ${MAN1PREFIX}/man/de.UTF-8/man1 \ ${MAN1PREFIX}/man/fr.UTF-8/man1 =2D ${MV} -f ${PREFIX}/lib/libwine.so.1.0 ${PREFIX}/lib/libwine.so.1 =2D ${LN} -sf libwine.so.1 ${PREFIX}/lib/libwine.so + ${MV} -f ${WINELIBDIR}/libwine.so.1.0 ${WINELIBDIR}/libwine.so.1 + ${LN} -sf libwine.so.1 ${WINELIBDIR}/libwine.so .if !defined(NOPORTDOCS) -@${MKDIR} ${DOCSDIR} .for i in README ANNOUNCE AUTHORS LICENSE @@ -109,6 +130,27 @@ @${INSTALL_DATA} ${WRKSRC}/programs/winedbg/README ${DOCSDIR}/README.wine= dbg @${INSTALL_DATA} ${WRKSRC}/tools/winedump/README ${DOCSDIR}/README.winedu= mp .endif +.ifdef WINE_CROSS_BUILD + grep -v '[@%]' ${TMPPLIST} | sed "s!^!${PREFIX}/!g" | \ + xargs -n1 file -F' ' | grep ELF | cut -f1 -d' ' | \ + env LD_LIBRARY_PATH=3D${PREFIX}/lib32:${LD_LIBRARY_PATH} xargs ldd -f '%p= \n' \ + | sort -u | grep -v '^\(/usr\)\?/lib' | grep -v "^${PREFIX}/lib32/libwine= =2Eso" \ + | grep -v "^${PREFIX}/lib32/wine" > ${WRKDIR}/winelibs.list + for i in `cat ${WRKDIR}/winelibs.list` ; do \ + ${INSTALL_DATA} $${i} ${PREFIX}/lib32/ ; \ + echo lib32/`basename $${i}` >> ${TMPPLIST} ; \ + done + for i in libfreetype.so.9 libXrender.so.1 ; do \ + ${INSTALL_DATA} ${LOCALBASE}/lib/$${i} ${PREFIX}/lib32/ ; \ + echo lib32/$${i} >> ${TMPPLIST} ; \ + done + ${INSTALL_SCRIPT} ${FILESDIR}/binbounce ${PREFIX}/bin/wine + for i in `grep ^bin ${TMPPLIST} | xargs -n1 basename` ; do \ + [ "$${i}" =3D "wine" ] || ${LN} -f ${PREFIX}/bin/wine ${PREFIX}/bin/$${i= } ; \ + echo bin32/$${i} >> ${TMPPLIST} ; \ + done + echo '@unexec rmdir %D/bin32 2>/dev/null || true' >> ${TMPPLIST} +.endif @${MKDIR} ${DESKTOPDIR} @${MV} ${DATADIR}/applications/wine.desktop ${DESKTOPDIR}/ @${ECHO} diff -uNr /usr/ports/emulators/wine/files/binbounce wine/files/binbounce =2D-- /usr/ports/emulators/wine/files/binbounce 1970-01-01 02:00:00.0000000= 00 +0200 +++ wine/files/binbounce 2009-12-20 18:29:51.000000000 +0200 @@ -0,0 +1,27 @@ +#!/bin/sh + +TARGET=3D$0 +_count=3D0 +while [ -L "$TARGET" ] +do + TARGET=3D`ls -l "$TARGET" | sed -e 's/.* -> //'` + _count=3D$(($_count + 1)) + if [ $_count -gt 100 ] + then + echo "$0: to many symbolic links" > /dev/stderr + exit 1 + fi +done + +LOCALBASE=3D`dirname "$TARGET"`/.. +BINNAME=3D`basename "$TARGET"` + +if [ `uname -p` =3D i386 ] +then + export LD_LIBRARY_PATH=3D"$LOCALBASE/lib32":"$LOCALBASE/lib32/wine":"$LD= _LIBRARY_PATH" +else + export LD_32_LIBRARY_PATH=3D"$LOCALBASE/lib32":"$LOCALBASE/lib32/wine":"= $LD_32_LIBRARY_PATH" +fi +export PATH=3D"$LOCALBASE/bin32":"$PATH" + +exec "$LOCALBASE/bin32/$BINNAME" "$@" diff -uNr /usr/ports/emulators/wine-fbsd64/ChangeLog wine-fbsd64/ChangeLog =2D-- /usr/ports/emulators/wine-fbsd64/ChangeLog 1970-01-01 02:00:00.000000= 000 +0200 +++ wine-fbsd64/ChangeLog 2009-12-20 16:52:11.000000000 +0200 @@ -0,0 +1,20 @@ +2009/12/20: + * Correctly set bin/lib directories + * Support running on i386 + * Follow symbolic links to script + * Allow spaces in path + * Hard link the bin/* files (otherwise symbolic link following breaks) + +2009/12/19: + * Include freetype (it is a soft dependancy) + * Include libXrender (it is a soft dependancy) + +2009/12/18: + * Rename to something with a little more sense (wine-amd64-[V] -> wine-fb= sd64.[V]) + * Fix conflicts (wine conflicts with wine-fbsd64) + +2009/12/17: + * Automatically determine libraries and binaries + +2009/12/08: + * Initial implementation of WINE/i386 on FreeBSD/amd64=20 diff -uNr /usr/ports/emulators/wine-fbsd64/Makefile wine-fbsd64/Makefile =2D-- /usr/ports/emulators/wine-fbsd64/Makefile 1970-01-01 02:00:00.0000000= 00 +0200 +++ wine-fbsd64/Makefile 2009-12-18 19:44:47.000000000 +0200 @@ -0,0 +1,12 @@ +PORTNAME=3D wine +PKGNAMESUFFIX=3D -fbsd64.${OSVERSION:C/([0-9]).*/\1/} + +WINE_CROSS_BUILD=3Dyes + +MASTERDIR=3D ${.CURDIR}/../wine + +#.if ${ARCH} =3D=3D "amd64" +# TODO: install from package (how?) +#.endif + +.include "${MASTERDIR}/Makefile" --Boundary-01=_1fJRLa20eA1m7If-- --nextPart1649594.Xei4QVjKhH Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEABECAAYFAktEl/sACgkQUaaFgP9pFrKTwACdEywygmAFdFomwressLU+g8Kb RSoAn3fTpVjCbObm56em8okj3H2TM/W/ =AIqU -----END PGP SIGNATURE----- --nextPart1649594.Xei4QVjKhH-- From owner-freebsd-emulation@FreeBSD.ORG Wed Jan 6 16:30:09 2010 Return-Path: Delivered-To: freebsd-emulation@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0BA3106568B for ; Wed, 6 Jan 2010 16:30:09 +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 8F72F8FC13 for ; Wed, 6 Jan 2010 16:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o06GU9P7051719 for ; Wed, 6 Jan 2010 16:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o06GU9DC051714; Wed, 6 Jan 2010 16:30:09 GMT (envelope-from gnats) Date: Wed, 6 Jan 2010 16:30:09 GMT Message-Id: <201001061630.o06GU9DC051714@freefall.freebsd.org> To: freebsd-emulation@FreeBSD.org From: Alexander Best Cc: Subject: Re: kern/133144: [linux] linuxulator 2.6 crashes with nvidias libGL.so.1 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexander Best List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jan 2010 16:30:09 -0000 The following reply was made to PR kern/133144; it has been noted by GNATS. From: Alexander Best To: Cc: barbara Subject: Re: kern/133144: [linux] linuxulator 2.6 crashes with nvidias libGL.so.1 Date: Wed, 06 Jan 2010 17:20:51 +0100 (CET) This is a MIME encoded multipart message. --+permail-20100106162051f7e55a9d00003757-a_best01+ Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit i remember having a similar problem a while ago. it seems some games from id software use a hardcoded libGL.so path. please try if the attached script solves the problem. cheers. alex p.s.: please keep in mind that the nvidia drivers performs some checks in places like /compat/linux/usr/{local|X11R6} and removes any graphic libs it finds in those locations. that way nvidia wants to make sure that no existing graphic libs conflict with their libs. this means you have to re-run the script everytime you re-install the nvidia drivers. --+permail-20100106162051f7e55a9d00003757-a_best01+ Content-Type: text/plain Content-Transfer-Encoding: Base64 Content-Disposition: attachment; filename="symlinks.sh.txt" IyEvYmluL3NoCm1rZGlyIC1wIC9jb21wYXQvbGludXgvdXNyL2xvY2FsL2xpYgpjZCAvY29tcGF0 L2xpbnV4L3Vzci9sb2NhbC9saWIvCmxuIC1pcyAuLi8uLi9saWIvbGliR0wuc28uMQpsbiAtaXMg Li4vLi4vbGliL2xpYkdMY29yZS5zby4xCmxuIC1pcyAuLi8uLi9saWIvbGlibnZpZGlhLXRscy5z by4xCg== --+permail-20100106162051f7e55a9d00003757-a_best01+-- From owner-freebsd-emulation@FreeBSD.ORG Wed Jan 6 16:33:23 2010 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 C333A1065698; Wed, 6 Jan 2010 16:33:23 +0000 (UTC) (envelope-from gaijin.k@gmail.com) Received: from mail-yx0-f172.google.com (mail-yx0-f172.google.com [209.85.210.172]) by mx1.freebsd.org (Postfix) with ESMTP id 519548FC14; Wed, 6 Jan 2010 16:33:23 +0000 (UTC) Received: by yxe2 with SMTP id 2so2779842yxe.7 for ; Wed, 06 Jan 2010 08:33:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=wnACa8vQ90RPHsgfx1Ik0F08pavTo1Z84LBzNyHZ7YI=; b=bc5+KHl1JA27ivy8fFacMTL0AfE+JW0V/Ldfbf8e/HgWqzdZBBDj/2Dl+9SN1111Nq qXS7n0xSmlTX0j2YQUwB2Hv4RKJJ+Qo6MAHvkgs+1ehlW4k7q+fB+7PeLr4UXZ76iBdv isdeFyqhh7U2/njjgwIiV70As+07nUGXxwNao= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=FsdPDCXrTKI5U3eyDkE6Bu0MhK/AZH1RlLLJhDtFtmtB9wg6KJ1EbW4lo53vTEW+q0 4t7jUf5XInmaFPsPMAEAWWmAl8uTMYwVhmNLSlqBnsXnQ4YF/5v/Ley5JsdsqOSvHb29 gFDV9diW+H/Uw3L4AfkCnY5j9qGmSZCMhquOU= Received: by 10.101.53.2 with SMTP id f2mr882292ank.73.1262793850703; Wed, 06 Jan 2010 08:04:10 -0800 (PST) Received: from ?10.0.3.231? (pool-173-70-28-149.nwrknj.fios.verizon.net [173.70.28.149]) by mx.google.com with ESMTPS id 36sm8266877yxh.49.2010.01.06.08.04.09 (version=SSLv3 cipher=RC4-MD5); Wed, 06 Jan 2010 08:04:10 -0800 (PST) From: "Alexandre \"Sunny\" Kovalenko" To: Beat Gaetzi In-Reply-To: <4B4225D9.9050504@FreeBSD.org> References: <4B4225D9.9050504@FreeBSD.org> Content-Type: text/plain; charset="UTF-8" Date: Wed, 06 Jan 2010 11:03:51 -0500 Message-ID: <1262793831.96149.2.camel@RabbitsDen> Mime-Version: 1.0 X-Mailer: Evolution 2.28.2 FreeBSD GNOME Team Port Content-Transfer-Encoding: 8bit Cc: ports@FreeBSD.org, freebsd-emulation@FreeBSD.org, current@FreeBSD.org Subject: Re: Call for tester: VirtualBox 3.1.2 for FreeBSD (take 2) 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, 06 Jan 2010 16:33:23 -0000 On Mon, 2010-01-04 at 18:31 +0100, Beat Gaetzi wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi, > > First of all thanks a lot for all the valuable feedback. We have updated > the ports Works without a problem here on "FreeBSD 8.0-STABLE #0 r201431 i386" with Windows XP and Debian Lenny guests. Thank you very much for this work. -- Alexandre Kovalenko (ОлекÑандр Коваленко) From owner-freebsd-emulation@FreeBSD.ORG Wed Jan 6 17:40:08 2010 Return-Path: Delivered-To: freebsd-emulation@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 467C11065696 for ; Wed, 6 Jan 2010 17:40:08 +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 34B8B8FC2C for ; Wed, 6 Jan 2010 17:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o06He74Y013168 for ; Wed, 6 Jan 2010 17:40:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o06He7aP013167; Wed, 6 Jan 2010 17:40:07 GMT (envelope-from gnats) Date: Wed, 6 Jan 2010 17:40:07 GMT Message-Id: <201001061740.o06He7aP013167@freefall.freebsd.org> To: freebsd-emulation@FreeBSD.org From: "barbara" Cc: Subject: Re: kern/133144: [linux] linuxulator 2.6 crashes with nvidias libGL.so.1 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: barbara List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jan 2010 17:40:08 -0000 The following reply was made to PR kern/133144; it has been noted by GNATS. From: "barbara" To: "bug-followup" Cc: "alexbestms" Subject: Re: kern/133144: [linux] linuxulator 2.6 crashes with nvidias libGL.so.1 Date: Wed, 6 Jan 2010 18:32:41 +0100 > i remember having a similar problem a while ago. it seems some games fr= om id > software use a hardcoded libGL.so path. please try if the attached scri= pt > solves the problem. > > cheers. > alex Yes, I know that perfectly: http://www.freebsd.org/cgi/query-pr.cgi?pr=3D= 118230. As you can see the one reporting that was me. Thank you anyway. The recent answer to that pr, now more than 2 years old, has been the rea= son to do some tests and to report here the failures. But that wasn't the problem, in fact rtcw and linux-enemyterritory never = required that fix. As wolfsp is working with 185.18.36 and not with 190.53, I was able to st= art it (on both RELENG_7 and RELENG_8) with nvidia-driver-195.22 from por= ts, setting the generated extension string to a pre 190 version: $ __GL_ExtensionStringVersion=3D18999 wolfsp Sorry for all the noise about that. Maybe this should be added to rtcw pkg-message.in, I will ask the maintai= ner. Anyway, doing some more tests, it seems that linux-doom3 and linux-quake4= , both working in the past, are now failing on RELENG_7. But I want to ch= eck again to make sure that the ports are still installed correctly. Then I tried installing linux-doom3 on RELENG_8 and surprisingly it works= perfectly! I'll try with linux-quake4 as soon as I can. If someone need it I have ktrace/linux_kdump collected on RELENG_7 that I= can upload on the web. Thanks Barbara From owner-freebsd-emulation@FreeBSD.ORG Wed Jan 6 18:10:40 2010 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 984241065695 for ; Wed, 6 Jan 2010 18:10:40 +0000 (UTC) (envelope-from maxchernov@yandex.ru) Received: from forward13.mail.yandex.net (forward13.mail.yandex.net [95.108.130.120]) by mx1.freebsd.org (Postfix) with ESMTP id 3A5768FC14 for ; Wed, 6 Jan 2010 18:10:40 +0000 (UTC) Received: from webmail112.yandex.ru (webmail112.yandex.ru [95.108.130.11]) by forward13.mail.yandex.net (Yandex) with ESMTP id 4528510000BA; Wed, 6 Jan 2010 21:10:36 +0300 (MSK) Received: from localhost (localhost.localdomain [127.0.0.1]) by webmail112.yandex.ru (Yandex) with ESMTP id 29DD64F4001; Wed, 6 Jan 2010 21:10:36 +0300 (MSK) X-Yandex-Spam: 1 X-Yandex-Front: webmail112 X-Yandex-TimeMark: 1262801436 Received: from ppp85-140-27-200.pppoe.mtu-net.ru (ppp85-140-27-200.pppoe.mtu-net.ru [85.140.27.200]) by mail.yandex.ru with HTTP; Wed, 06 Jan 2010 21:10:35 +0300 From: =?koi8-r?B?7cHL08nN?= To: David Naylor In-Reply-To: <201001061602.35221.naylor.b.david@gmail.com> References: <200912081524.03878.naylor.b.david@gmail.com> <200912221456.32693.naylor.b.david@gmail.com> <201001061602.35221.naylor.b.david@gmail.com> MIME-Version: 1.0 Message-Id: <25891262801435@webmail112.yandex.ru> Date: Wed, 06 Jan 2010 21:10:35 +0300 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailman-Approved-At: Wed, 06 Jan 2010 18:26:26 +0000 Cc: freebsd-emulation@freebsd.org Subject: Re: Re: [WIP] wine/i386 on FreeBSD/amd64 (take 3) 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, 06 Jan 2010 18:10:40 -0000 Hello! I've tested it on my FreeBSD 8.0 amd64 and it's allright, thank you! =) PS. I hosted this attachment on my host - http://msnp.ru/file/wine-fbsd64.zip Regards, Upiter upiter@msnp.ru 06.01.10, 16:02, "David Naylor" : > On Wednesday 30 December 2009 19:26:01 Rusty Nejdl wrote: > > On Tue, 22 Dec 2009 14:56:27 +0200, David Naylor > > > > > > wrote: > > >> I'll update the patch when wine-1.1.35 gets into my ports. > > > > David, > > > > Have you had a chance to work up a diff for wine 1.1.35 ? I'd love to > > test this out if you have it. > > Please see attached for the patches. I have the packages built for FreeBSD 7 > & 8 and am just waiting for an upload site. > > Is the mailing list eating my attachments? If so could someone please host > them somewhere. > > Regards > > From owner-freebsd-emulation@FreeBSD.ORG Thu Jan 7 07:28:21 2010 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 5E8FB1065694 for ; Thu, 7 Jan 2010 07:28:21 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.ipv6.droso.net [IPv6:2001:6c8:6:c:20d:56ff:fe6f:f935]) by mx1.freebsd.org (Postfix) with ESMTP id 2634A8FC16 for ; Thu, 7 Jan 2010 07:28:21 +0000 (UTC) Received: from koala.droso.net (localhost.droso.net [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id AB4681CC2E for ; Thu, 7 Jan 2010 08:28:20 +0100 (CET) From: linimon@FreeBSD.org To: emulation@freebsd.org Message-Id: <20100107072820.AB4681CC2E@mail.droso.net> Date: Thu, 7 Jan 2010 08:28:20 +0100 (CET) Cc: Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jan 2010 07:28:21 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 6.x/7.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: sysutils/linux-nero broken because: unfetchable build errors: http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/e.7.20091227193401/linux-nero-3.5.0.1.log.bz2 (_Dec__5_14:22:31_UTC_2009) overview: http://portsmon.FreeBSD.org/portoverview.py?category=sysutils&portname=linux-nero If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-emulation@FreeBSD.ORG Thu Jan 7 15:53:54 2010 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 3FAD2106566B for ; Thu, 7 Jan 2010 15:53:54 +0000 (UTC) (envelope-from rnejdl@ringofsaturn.com) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [71.252.219.43]) by mx1.freebsd.org (Postfix) with ESMTP id 0BCD48FC13 for ; Thu, 7 Jan 2010 15:53:53 +0000 (UTC) Received: from ASSP.nospam (tethys.ringofsaturn.com [71.252.219.43]) (authenticated bits=0) by tethys.ringofsaturn.com (8.14.3/8.14.3) with ESMTP id o07Frrn1006209; Thu, 7 Jan 2010 09:53:53 -0600 (CST) (envelope-from rnejdl@ringofsaturn.com) Received: from mail.ringofsaturn.com ([71.252.219.43] helo=mail.ringofsaturn.com) with IPv4:25 by ASSP.nospam; 7 Jan 2010 09:53:53 -0600 MIME-Version: 1.0 Date: Thu, 07 Jan 2010 09:53:53 -0600 From: Rusty Nejdl To: David Naylor In-Reply-To: <201001061602.35221.naylor.b.david@gmail.com> References: <200912081524.03878.naylor.b.david@gmail.com> <200912221456.32693.naylor.b.david@gmail.com> <201001061602.35221.naylor.b.david@gmail.com> Message-ID: X-Sender: rnejdl@ringofsaturn.com User-Agent: RoundCube Webmail/0.3-trunk Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Cc: freebsd-emulation@freebsd.org, =?UTF-8?Q?=D0=9C=D0=B0=D0=BA=D1=81=D0=B8=D0=BC?= Subject: Re: [WIP] wine/i386 on FreeBSD/amd64 (take 3) 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, 07 Jan 2010 15:53:54 -0000 On Wed, 6 Jan 2010 16:02:29 +0200, David Naylor wrote: > On Wednesday 30 December 2009 19:26:01 Rusty Nejdl wrote: >> On Tue, 22 Dec 2009 14:56:27 +0200, David Naylor >> >> >> wrote: >> >> I'll update the patch when wine-1.1.35 gets into my ports. >> >> David, >> >> Have you had a chance to work up a diff for wine 1.1.35 ? I'd love to >> test this out if you have it. > > Please see attached for the patches. I have the packages built for > FreeBSD 7 > & 8 and am just waiting for an upload site. > > Is the mailing list eating my attachments? If so could someone please > host > them somewhere. > > Regards I'm getting this fun message on compile: {standard input}: Assembler messages: {standard input}:83: Error: no such instruction: `cmpxchg16b (%rdi)' I'm running an Intel core i7 processor so that instruction should most definitely be available. I get that with or without CPUTYPE=nocono in /etc/make.conf. Sincerely, Rusty Nejdl http://networking.ringofsaturn.com From owner-freebsd-emulation@FreeBSD.ORG Thu Jan 7 18:52:12 2010 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 F0D5F1065672 for ; Thu, 7 Jan 2010 18:52:12 +0000 (UTC) (envelope-from enginbsd@gmail.com) Received: from mail-ew0-f226.google.com (mail-ew0-f226.google.com [209.85.219.226]) by mx1.freebsd.org (Postfix) with ESMTP id 8894D8FC0C for ; Thu, 7 Jan 2010 18:52:12 +0000 (UTC) Received: by ewy26 with SMTP id 26so16971399ewy.3 for ; Thu, 07 Jan 2010 10:52:09 -0800 (PST) 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=efkzxW52F1h06vsd57fWVpuPVqb96UGcUSozGg16tZ8=; b=WoekDNrAGEiqH04dEBYtvPcawC9zlhdAk2g+stJM+8Q4czMv2CtzDijoqA8iS8KQNx yzZeGTgGfVfP5kCLPHLLib26EGiEAF+iLk/1WMhi7+2pUYE5aRBYBxYRTu7lQyH0S+2u +yP4wvdny/k6jBQFiQH6tQFwtVq7+7JQxxLKk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=PJGpk2iTpcaxkJNDuBi0ODeVZDimzDwQWQMgoNN5295CGrvUFhE5iVo/9h38fRVGRo JgW/eH8Ilgac8QtFK6C4jwVPo4JDtSpCEUOuHJ5rPeLFaegFk/h2iksoVlB/gJW4GGTX MNiERlybeK/mUheJs2KHmzVk4sVFq8acB47qM= MIME-Version: 1.0 Received: by 10.216.88.208 with SMTP id a58mr673611wef.115.1262888824273; Thu, 07 Jan 2010 10:27:04 -0800 (PST) Date: Thu, 7 Jan 2010 20:27:04 +0200 Message-ID: <86095ec11001071027ife0751br136d5969cfa9acd8@mail.gmail.com> From: =?ISO-8859-1?B?RW5naW4g1lpU3FJL?= To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Call for tester: VirtualBox 3.1.2 for FreeBSD 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, 07 Jan 2010 18:52:13 -0000 - Fetch the new ports: # fetch https://svn.bluelife.at/nightlies/virtualbox-port-r621.tar.gz # tar xf virtualbox-port-r621.tar.gz - Build the new ports: # cd virtualbox-ose-kmod && make # cd ../virtualbox-ose && make - If build was ok, deinstall old port # pkg_deinstall virtualbox-\* - Install new port: # cd ../virtualbox-ose-kmod && make install clean # cd ../virtualbox-ose && make install clean *error ; kernel driver not installed rc=-1908 make sure the kernel module has been loaded successfuly* /boot/loader.conf vboxdrv_load="YES" /etc/rc.conf vboxnet_enable="YES" /etc/fstab # Device Mountpoint FStype Options Dump Pass# /dev/ad11s1b none swap sw 0 0 /dev/ad11s1a / ufs rw 1 1 /dev/ad11s1e /tmp ufs rw 2 2 /dev/ad11s1f /usr ufs rw 2 2 /dev/ad11s1d /var ufs rw 2 2 /dev/acd0 /cdrom cd9660 ro,noauto 0 0 notice: I did not install guest From owner-freebsd-emulation@FreeBSD.ORG Thu Jan 7 19:04:00 2010 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 EBCA11065692 for ; Thu, 7 Jan 2010 19:04:00 +0000 (UTC) (envelope-from vbox-devel-l@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 7530D8FC15 for ; Thu, 7 Jan 2010 19:04:00 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id E132B1E00760; Thu, 7 Jan 2010 20:03:58 +0100 (CET) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.3/8.14.3) with ESMTP id o07Iw8WS016746; Thu, 7 Jan 2010 19:58:08 +0100 (CET) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.3/8.14.3/Submit) id o07Iw8P0016745; Thu, 7 Jan 2010 19:58:08 +0100 (CET) (envelope-from nox) From: Juergen Lock Date: Thu, 7 Jan 2010 19:58:08 +0100 To: freebsd-emulation@FreeBSD.org Message-ID: <20100107185808.GA16577@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Cc: vbox-dev@virtualbox.org Subject: vbox (and qemu) tap/vboxnetflt networking; bridging vs wifi 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, 07 Jan 2010 19:04:01 -0000 Hi! As noted earlier on freebsd-emulation, wifi users have a problem when they want to expose a VM guest on their lan: simply bridging it to the wifi interface usually doesn't work because hosts on wifi can only use a single mac address. As I now found out, vbox on (at least) Linux/Windows hosts attempts to work around this issue by implementing a shared mac feature that gets enabled if you use bridged mode on a wifi nic there, so I tried enabling that for FreeBSD hosts too: http://people.freebsd.org/~nox/vbox/patch-sharedmac.txt (patches are under MIT license and for vbox 3.1.2 as featured in the recent ports CFT, I haven't checked if they also apply to the older version still in ports) - and Beat tested that yesterday since I don't have wifi here myself, he couldn't get it working properly. Maybe the FreeBSD vboxnetflt code needs to be adjusted for this too? But... I also made another patch to make vbox dtrt when you use bridged mode with a tap interface, http://people.freebsd.org/~nox/vbox/patch-tapdirect.txt and he tested using that to do routing + proxy arp for the guest IP, and _that_ worked. :) (As mentioned before in other -emulation threads, tap can also be used with if_bridge to do basically the same thing as vbox' bridged mode (vboxnetflt) now does via netgraph, I won't cover that here again - see e.g. my original vbox tap thread for an example: http://lists.freebsd.org/pipermail/freebsd-emulation/2009-August/006693.html btw you can select the tap interface in the GUI now if it is configured so you don't need VBoxManage for that anymore.) Anyway, here goes the routing example: kldload if_tap sysctl net.link.tap.user_open=1 sysctl net.link.ether.inet.proxyall=1 sysctl net.inet.ip.forwarding=1 chown root:vboxusers /dev/tap0 chmod 660 /dev/tap0 ifconfig tap0 netmask The tap0 (and guest) IPs here need to be in a sub-subnet of your host's physical network (the wifi interface's in this case), and the usual cidr subnetting rules apply, i.e. since you need two IPs in the subnet (tap0 and guest) and you want to avoid IPs with all of the lower bits set or cleared you need at least a /30, i.e. netmask 0xfffffffc. (You should also be able to use if_bridge to bridge multiple guest's tap interfaces together in which case only the bridge interface needs an IP, but then of course you need a larger subnet.) So, assuming your network is 192.168.0/24 (and you have no other hosts in the following subnet) you can try: ifconfig tap0 192.168.0.17 netmask 0xfffffffc and in the guest configure the emulated nic as 192.168.0.18 with the same netmask and the tap interface IP as gateway. dns then can be the same as the host uses (see /etc/resolv.conf) and that's it, the guest should have network and be reachable from the lan as 192.168.0.18. The only downside of doing it this way is the tap interface loses its IP when vbox closes it and the ifup/down script feature has been removed from vbox so you need to rerun the `ifconfig tap0 ...' each time before you start the guest again. (Maybe that can be avoided if you set net.link.tap.up_on_open=1, put only the tap interface on an if_bridge and give that bridge interface the IP instead, I haven't tried.) Oh and btw, direct tap networking like this also still seems to perform better than the current FreeBSD vboxnetflt implementation, so if guest network performance is important... And doing it the routing way instead of bridging also protects from guests messing with your lan's arp tables, altho in that case you probably shouldn't set net.link.ether.inet.proxyall but setup specific proxy arp entries only for your guest(s) IP(s). [1] And finally, the same applies to qemu, only there you can of course still put the `ifconfig tap0 ...' in /usr/local/etc/qemu-ifup (using sudo unless you run qemu as root.) Cheers, Juergen [1] The details of this depend on your host's FreeBSD version, on 7.x and before you can do: arp -s auto pub only before(!) configuring the tap interface, while on 8.x and -current this doesn't work anymore because of the new routing code, but there this instead seems to work: arp -s auto pub - also before configuring the tap interface. And note this arp entry gets deleted along with the tap interface's route when vbox closes it so you need to rerun that command each time before you start the guest again too. From owner-freebsd-emulation@FreeBSD.ORG Fri Jan 8 15:41:12 2010 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 30D2C106566C; Fri, 8 Jan 2010 15:41:12 +0000 (UTC) (envelope-from fbsd@opal.com) Received: from smtp.vzavenue.net (smtp.vzavenue.net [66.171.59.140]) by mx1.freebsd.org (Postfix) with ESMTP id B85828FC08; Fri, 8 Jan 2010 15:41:11 +0000 (UTC) Received: from 153.78.171.66.subscriber.vzavenue.net (HELO homobox.opal.com) ([66.171.78.153]) by smtp.vzavenue.net with ESMTP; 08 Jan 2010 10:41:07 -0500 X-REPUTATION: None X-REMOTE-IP: 66.171.78.153 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArUEAC/YRktCq06Z/2dsb2JhbACBRNJ6hC8E X-IronPort-AV: i="4.49,242,1262581200"; d="asc'?scan'208"; a="213115455:sNHT24698079" Received: from opal.com (localhost [IPv6:::1]) (authenticated bits=0) by homobox.opal.com (8.14.3/8.14.3) with ESMTP id o08Ff6o1095791 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 8 Jan 2010 10:41:07 -0500 (EST) (envelope-from fbsd@opal.com) Received: from shibato.opal.com ([2001:5c0:1100:f103:221:63ff:fe5a:c9a7] helo=shibato.opal.com) with IPv6:587 by opal.com; 8 Jan 2010 10:41:06 -0500 Date: Fri, 8 Jan 2010 10:41:03 -0500 From: "J.R. Oldroyd" To: Matthias Apitz Message-ID: <20100108104103.0ec0761a@shibato.opal.com> In-Reply-To: <20100108153856.GA2752@current.Sisis.de> References: <20091204223126.00005392@unknown> <20091205140927.2b47e0f3@shibato.opal.com> <20100108153856.GA2752@current.Sisis.de> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; amd64-portbld-freebsd7.2) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/.kPiNq8Qz2u./T+l8k.T58p"; protocol="application/pgp-signature" Cc: emulation@freebsd.org, Alexander Leidinger , multimedia@freebsd.org Subject: Re: FYI: v4l-linuxulator support in FreeBSD-current now 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, 08 Jan 2010 15:41:12 -0000 --Sig_/.kPiNq8Qz2u./T+l8k.T58p Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Fri, 8 Jan 2010 16:38:56 +0100, Matthias Apitz wrote: > > i.e. the files=20 >=20 > linux_videodev.h > linux_videodev_compat.h >=20 > are not there for being replaced by the mentioned 4 update files; are the= y new? >=20 They are indeed. -jr --Sig_/.kPiNq8Qz2u./T+l8k.T58p Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (FreeBSD) iEYEARECAAYFAktHUg8ACgkQls33urr0k4kswACbB9m/7E9rIxhbwLznWgAQFVME fBwAoIeFPc8HwaeXQFVqQgyEI2EaypDL =YHtT -----END PGP SIGNATURE----- --Sig_/.kPiNq8Qz2u./T+l8k.T58p-- From owner-freebsd-emulation@FreeBSD.ORG Fri Jan 8 16:03:10 2010 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 F2F08106568B; Fri, 8 Jan 2010 16:03:10 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms4-1.1blu.de (ms4-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id 76BD68FC0A; Fri, 8 Jan 2010 16:03:10 +0000 (UTC) Received: from [193.31.11.193] (helo=current.Sisis.de) by ms4-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1NTHIn-0001hj-O7; Fri, 08 Jan 2010 17:03:05 +0100 Received: from current.Sisis.de (current [127.0.0.1]) by current.Sisis.de (8.14.3/8.14.3) with ESMTP id o08G35at036168; Fri, 8 Jan 2010 17:03:05 +0100 (CET) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by current.Sisis.de (8.14.3/8.14.3/Submit) id o08G35Sd036167; Fri, 8 Jan 2010 17:03:05 +0100 (CET) (envelope-from guru@unixarea.de) X-Authentication-Warning: current.Sisis.de: guru set sender to guru@unixarea.de using -f Date: Fri, 8 Jan 2010 17:03:05 +0100 From: Matthias Apitz To: "J.R. Oldroyd" Message-ID: <20100108160305.GA36119@current.Sisis.de> References: <20091204223126.00005392@unknown> <20091205140927.2b47e0f3@shibato.opal.com> <20100108153856.GA2752@current.Sisis.de> <20100108104103.0ec0761a@shibato.opal.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20100108104103.0ec0761a@shibato.opal.com> User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD 8.0-CURRENT (i386) X-Con-Id: 51246 X-Originating-IP: 193.31.11.193 Cc: emulation@freebsd.org, Alexander Leidinger , multimedia@freebsd.org Subject: Re: FYI: v4l-linuxulator support in FreeBSD-current now X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias Apitz List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jan 2010 16:03:11 -0000 El día Friday, January 08, 2010 a las 10:41:03AM -0500, J.R. Oldroyd escribió: > On Fri, 8 Jan 2010 16:38:56 +0100, Matthias Apitz wrote: > > > > i.e. the files > > > > linux_videodev.h > > linux_videodev_compat.h > > > > are not there for being replaced by the mentioned 4 update files; are they new? > > > > They are indeed. > > -jr Thanks, but compiling the kernel fails with: ... In file included from /usr/src/sys/modules/linux/../../compat/linux/linux_ioctl. c:66: @/net/vnet.h:47: error: field '_rtstat' has incomplete type @/net/vnet.h:48: error: 'RT_MAXFIBS' undeclared here (not in a function) @/net/vnet.h:64: error: expected ')' before 'sizeof' cc1: warnings being treated as errors /usr/src/sys/modules/linux/../../compat/linux/linux_ioctl.c: In function 'linux_ ifname': /usr/src/sys/modules/linux/../../compat/linux/linux_ioctl.c:2071: warning: impli cit declaration of function 'IFNET_RLOCK_ASSERT' /usr/src/sys/modules/linux/../../compat/linux/linux_ioctl.c:2071: warning: neste d extern declaration of 'IFNET_RLOCK_ASSERT' /usr/src/sys/modules/linux/../../compat/linux/linux_ioctl.c:2079: warning: impli cit declaration of function 'VSYM' /usr/src/sys/modules/linux/../../compat/linux/linux_ioctl.c:2079: warning: neste d extern declaration of 'VSYM' /usr/src/sys/modules/linux/../../compat/linux/linux_ioctl.c:2079: error: 'vnet_n et' undeclared (first use in this function) /usr/src/sys/modules/linux/../../compat/linux/linux_ioctl.c:2079: error: (Each u ndeclared identifier is reported only once /usr/src/sys/modules/linux/../../compat/linux/linux_ioctl.c:2079: error: for eac h function it appears in.) /usr/src/sys/modules/linux/../../compat/linux/linux_ioctl.c:2079: error: 'ifnet' undeclared (first use in this function) ... the kernel sources are a CVS checkout of 8-CURRENT from May, 28 2009. Any idea? matthias -- Matthias Apitz t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.unixarea.de/ Vote NO to EU The Lisbon Treaty: http://www.no-means-no.eu From owner-freebsd-emulation@FreeBSD.ORG Fri Jan 8 16:03:11 2010 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 D8B09106568D; Fri, 8 Jan 2010 16:03:11 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms4-1.1blu.de (ms4-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id 8CF9E8FC18; Fri, 8 Jan 2010 16:03:11 +0000 (UTC) Received: from [193.31.11.193] (helo=current.Sisis.de) by ms4-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1NTGvR-0008Bj-5S; Fri, 08 Jan 2010 16:38:57 +0100 Received: from current.Sisis.de (current [127.0.0.1]) by current.Sisis.de (8.14.3/8.14.3) with ESMTP id o08Fcv2B002781; Fri, 8 Jan 2010 16:38:57 +0100 (CET) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by current.Sisis.de (8.14.3/8.14.3/Submit) id o08FcuHr002780; Fri, 8 Jan 2010 16:38:56 +0100 (CET) (envelope-from guru@unixarea.de) X-Authentication-Warning: current.Sisis.de: guru set sender to guru@unixarea.de using -f Date: Fri, 8 Jan 2010 16:38:56 +0100 From: Matthias Apitz To: "J.R. Oldroyd" Message-ID: <20100108153856.GA2752@current.Sisis.de> References: <20091204223126.00005392@unknown> <20091205140927.2b47e0f3@shibato.opal.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20091205140927.2b47e0f3@shibato.opal.com> User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD 8.0-CURRENT (i386) X-Con-Id: 51246 X-Originating-IP: 193.31.11.193 Cc: emulation@freebsd.org, Alexander Leidinger , multimedia@freebsd.org Subject: Re: FYI: v4l-linuxulator support in FreeBSD-current now X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias Apitz List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jan 2010 16:03:12 -0000 El día Saturday, December 05, 2009 a las 02:09:27PM -0500, J.R. Oldroyd escribió: > On Fri, 4 Dec 2009 22:31:26 +0100, Alexander Leidinger wrote: > > > > Hi, > > > > in case someone wants to use skype (or flash) with his webcam: it is > > possible now in -current (works at least with multimedia/pwcbsd). > > > > No MFC planned yet. The more you test, the more likely it will be that > > it will be MFCed sooner than later. > > > > Bye, > > Alexander. > > Thanks for committing this, Alexander. > > A couple of notes. > > 1. This code does work on 8.0 and 7.2. If you are interested in > testing on those systems, you can fetch the files at the URL > below. > > 2. The version committed does not contain support for a video > clip list (in the VIDIOCSWIN ioctl). This is not a problem > for the Linux skype port or browser-based flash camera apps > since these do not use video clipping. > > I have added video clip list support in the version on my > site, below, however there are some caveats which are > documented on the web page. If you are familiar with the use > of a V4L video clip list, please take a look at the URL below > and send feedback. > > The latest version is at: > http://opal.com/freebsd/sys/compat/linux/ > > My testing is with a pwc(4) based webcam (in the multimedia/pwc > port). This driver has V4L support. If you test with any other > driver, please do send feedback. > > -jr Hello, I'm on the way to install the above patch on my laptop running: FreeBSD current.Sisis.de 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Thu May 28 14:40:45 CEST 2009 guru@current:/usr/obj/usr/src/sys/GENERIC i386 in the directory /usr/src/sys/compat/linux I have only: # ls CVS linux_ioctl.h linux_socket.c linux_emul.c linux_ipc.c linux_socket.h linux_emul.h linux_ipc.h linux_stats.c linux_file.c linux_mib.c linux_sysctl.c linux_file.h linux_mib.h linux_sysproto.h linux_futex.c linux_misc.c linux_time.c linux_futex.h linux_misc.h linux_uid16.c linux_getcwd.c linux_signal.c linux_util.c linux_ioctl.c linux_signal.h linux_util.h i.e. the files linux_videodev.h linux_videodev_compat.h are not there for being replaced by the mentioned 4 update files; are they new? thanks matthias -- Matthias Apitz t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.unixarea.de/ Vote NO to EU The Lisbon Treaty: http://www.no-means-no.eu From owner-freebsd-emulation@FreeBSD.ORG Fri Jan 8 16:37:06 2010 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 012E01065676; Fri, 8 Jan 2010 16:37:06 +0000 (UTC) (envelope-from fbsd@opal.com) Received: from smtp.vzavenue.net (smtp.vzavenue.net [66.171.59.140]) by mx1.freebsd.org (Postfix) with ESMTP id 909298FC1C; Fri, 8 Jan 2010 16:37:05 +0000 (UTC) Received: from 153.78.171.66.subscriber.vzavenue.net (HELO homobox.opal.com) ([66.171.78.153]) by smtp.vzavenue.net with ESMTP; 08 Jan 2010 11:37:01 -0500 X-REPUTATION: None X-REMOTE-IP: 66.171.78.153 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArUEAD/mRktCq06Z/2dsb2JhbACBRNMYhC8E X-IronPort-AV: i="4.49,242,1262581200"; d="asc'?scan'208"; a="213117946:sNHT28154907" Received: from opal.com (localhost [IPv6:::1]) (authenticated bits=0) by homobox.opal.com (8.14.3/8.14.3) with ESMTP id o08Gb13J097450 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 8 Jan 2010 11:37:01 -0500 (EST) (envelope-from fbsd@opal.com) Received: from shibato.opal.com ([2001:5c0:1100:f103:221:63ff:fe5a:c9a7] helo=shibato.opal.com) with IPv6:587 by opal.com; 8 Jan 2010 11:37:01 -0500 Date: Fri, 8 Jan 2010 11:36:58 -0500 From: "J.R. Oldroyd" To: Matthias Apitz Message-ID: <20100108113658.083917b2@shibato.opal.com> In-Reply-To: <20100108160305.GA36119@current.Sisis.de> References: <20091204223126.00005392@unknown> <20091205140927.2b47e0f3@shibato.opal.com> <20100108153856.GA2752@current.Sisis.de> <20100108104103.0ec0761a@shibato.opal.com> <20100108160305.GA36119@current.Sisis.de> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; amd64-portbld-freebsd7.2) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/8ezZv9f_CRjEi+NlN=_cT_9"; protocol="application/pgp-signature" Cc: emulation@freebsd.org, Alexander Leidinger , multimedia@freebsd.org Subject: Re: FYI: v4l-linuxulator support in FreeBSD-current now 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, 08 Jan 2010 16:37:06 -0000 --Sig_/8ezZv9f_CRjEi+NlN=_cT_9 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Fri, 8 Jan 2010 17:03:05 +0100, Matthias Apitz wrote: > > Thanks, >=20 > but compiling the kernel fails with: >=20 > ... > In file included from > /usr/src/sys/modules/linux/../../compat/linux/linux_ioctl. > c:66: > @/net/vnet.h:47: error: field '_rtstat' has incomplete type > @/net/vnet.h:48: error: 'RT_MAXFIBS' undeclared here (not in a function) > @/net/vnet.h:64: error: expected ')' before 'sizeof' >=20 > the kernel sources are a CVS checkout of 8-CURRENT from May, 28 2009. >=20 > Any idea? >=20 > matthias >=20 There is no reference to _rtstat or RT_MAXFIBS in net/vnet.h on my system. Lines 47/48 in my vnet.h are part of a comment. -jr --Sig_/8ezZv9f_CRjEi+NlN=_cT_9 Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (FreeBSD) iEYEARECAAYFAktHXyoACgkQls33urr0k4nfGgCggeIcZgKA8ZYjUXetQwsvsw/B b48AoIXOpVsV6a2j6A7g+3Ee8tuHAT2J =fLEA -----END PGP SIGNATURE----- --Sig_/8ezZv9f_CRjEi+NlN=_cT_9-- From owner-freebsd-emulation@FreeBSD.ORG Fri Jan 8 16:41:35 2010 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 C018B1065695; Fri, 8 Jan 2010 16:41:35 +0000 (UTC) (envelope-from fbsd@opal.com) Received: from smtp.vzavenue.net (smtp.vzavenue.net [66.171.59.140]) by mx1.freebsd.org (Postfix) with ESMTP id 5C0138FC0C; Fri, 8 Jan 2010 16:41:35 +0000 (UTC) Received: from 153.78.171.66.subscriber.vzavenue.net (HELO homobox.opal.com) ([66.171.78.153]) by smtp.vzavenue.net with ESMTP; 08 Jan 2010 11:41:33 -0500 X-REPUTATION: None X-REMOTE-IP: 66.171.78.153 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArUEAD/mRktCq06Z/2dsb2JhbACBRNMYhC8E X-IronPort-AV: i="4.49,242,1262581200"; d="asc'?scan'208"; a="213118136:sNHT23391693" Received: from opal.com (localhost [IPv6:::1]) (authenticated bits=0) by homobox.opal.com (8.14.3/8.14.3) with ESMTP id o08GfXEc097563 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 8 Jan 2010 11:41:33 -0500 (EST) (envelope-from fbsd@opal.com) Received: from shibato.opal.com ([2001:5c0:1100:f103:221:63ff:fe5a:c9a7] helo=shibato.opal.com) with IPv6:587 by opal.com; 8 Jan 2010 11:41:33 -0500 Date: Fri, 8 Jan 2010 11:41:30 -0500 From: "J.R. Oldroyd" To: Hans Petter Selasky Message-ID: <20100108114130.1cfe88c5@shibato.opal.com> In-Reply-To: <201001081650.14189.hselasky@c2i.net> References: <20091204223126.00005392@unknown> <20100108153856.GA2752@current.Sisis.de> <20100108104103.0ec0761a@shibato.opal.com> <201001081650.14189.hselasky@c2i.net> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; amd64-portbld-freebsd7.2) Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA1; boundary="Sig_/coZ_4eRCIRoeQrohhch1/it"; protocol="application/pgp-signature" Cc: freebsd-multimedia@freebsd.org, emulation@freebsd.org, Matthias Apitz , Alexander Leidinger Subject: Re: FYI: v4l-linuxulator support in FreeBSD-current now 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, 08 Jan 2010 16:41:35 -0000 --Sig_/coZ_4eRCIRoeQrohhch1/it Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Fri, 8 Jan 2010 16:50:13 +0100, Hans Petter Selasky w= rote: > > Hi, >=20 > Will this method work with libv4l ? >=20 > --HPS This code makes FreeBSD driver V4L support (note: not V4L2) available to Linux applications. I'm not that familiar with libv4l, but if its lower layers just make v4l calls, programs using it should work. -jr --Sig_/coZ_4eRCIRoeQrohhch1/it Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (FreeBSD) iEYEARECAAYFAktHYDoACgkQls33urr0k4nf5ACgn4lwrv5PwcN56b8FBRguhRYQ prQAnRXtwsPh21Yo08sWfFE1KpXcgVU2 =sDkY -----END PGP SIGNATURE----- --Sig_/coZ_4eRCIRoeQrohhch1/it-- From owner-freebsd-emulation@FreeBSD.ORG Fri Jan 8 16:51:39 2010 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 D6A7D106566B; Fri, 8 Jan 2010 16:51:39 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe02.swip.net [212.247.154.33]) by mx1.freebsd.org (Postfix) with ESMTP id 3E8768FC0A; Fri, 8 Jan 2010 16:51:38 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=4vW0rCAk17MA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=NNqfDLVo_-6Q1__yhkgA:9 a=LYWsLUy2umiHnCefTKVDm08JDVUA:4 a=x0uADENsyE8A:10 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe02.swip.net (CommuniGate Pro SMTP 5.2.16) with ESMTPA id 1344550015; Fri, 08 Jan 2010 16:51:35 +0100 From: Hans Petter Selasky To: freebsd-multimedia@freebsd.org Date: Fri, 8 Jan 2010 16:50:13 +0100 User-Agent: KMail/1.12.4 (FreeBSD/8.0-STABLE; KDE/4.3.4; amd64; ; ) References: <20091204223126.00005392@unknown> <20100108153856.GA2752@current.Sisis.de> <20100108104103.0ec0761a@shibato.opal.com> In-Reply-To: <20100108104103.0ec0761a@shibato.opal.com> X-Face: +~\`s("[*|O,="7?X@L.elg*F"OA\I/3%^p8g?ab%RN'(; _IjlA: hGE..Ew, XAQ*o#\/M~SC=S1-f9{EzRfT'|Hhll5Q]ha5Bt-s|oTlKMusi:1e[wJl}kd}GR Z0adGx-x_0zGbZj'e(Y[(UNle~)8CQWXW@:DX+9)_YlB[tIccCPN$7/L' MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201001081650.14189.hselasky@c2i.net> Cc: emulation@freebsd.org, Alexander Leidinger , Matthias Apitz , multimedia@freebsd.org Subject: Re: FYI: v4l-linuxulator support in FreeBSD-current now 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, 08 Jan 2010 16:51:39 -0000 On Friday 08 January 2010 16:41:03 J.R. Oldroyd wrote: > On Fri, 8 Jan 2010 16:38:56 +0100, Matthias Apitz wrote: > > i.e. the files > > > > linux_videodev.h > > linux_videodev_compat.h > > > > are not there for being replaced by the mentioned 4 update files; are > > they new? > > They are indeed. > > -jr > Hi, Will this method work with libv4l ? --HPS From owner-freebsd-emulation@FreeBSD.ORG Sat Jan 9 07:13:08 2010 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 14A2F1065670; Sat, 9 Jan 2010 07:13:08 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms4-1.1blu.de (ms4-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id 9672A8FC08; Sat, 9 Jan 2010 07:13:07 +0000 (UTC) Received: from [93.104.118.100] (helo=current.Sisis.de) by ms4-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1NTVVI-0000XJ-Kz; Sat, 09 Jan 2010 08:12:57 +0100 Received: from current.Sisis.de (current [127.0.0.1]) by current.Sisis.de (8.14.3/8.14.3) with ESMTP id o097Cw5V002541; Sat, 9 Jan 2010 08:12:58 +0100 (CET) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by current.Sisis.de (8.14.3/8.14.3/Submit) id o097CveM002540; Sat, 9 Jan 2010 08:12:57 +0100 (CET) (envelope-from guru@unixarea.de) X-Authentication-Warning: current.Sisis.de: guru set sender to guru@unixarea.de using -f Date: Sat, 9 Jan 2010 08:12:57 +0100 From: Matthias Apitz To: "J.R. Oldroyd" Message-ID: <20100109071257.GA2520@current.Sisis.de> References: <20091204223126.00005392@unknown> <20091205140927.2b47e0f3@shibato.opal.com> <20100108153856.GA2752@current.Sisis.de> <20100108104103.0ec0761a@shibato.opal.com> <20100108160305.GA36119@current.Sisis.de> <20100108113658.083917b2@shibato.opal.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20100108113658.083917b2@shibato.opal.com> User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD 8.0-CURRENT (i386) X-Con-Id: 51246 X-Originating-IP: 93.104.118.100 Cc: emulation@freebsd.org, Alexander Leidinger , multimedia@freebsd.org Subject: Re: FYI: v4l-linuxulator support in FreeBSD-current now X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias Apitz List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jan 2010 07:13:08 -0000 El día Friday, January 08, 2010 a las 11:36:58AM -0500, J.R. Oldroyd escribió: > On Fri, 8 Jan 2010 17:03:05 +0100, Matthias Apitz wrote: > > > > Thanks, > > > > but compiling the kernel fails with: > > > > ... > > In file included from > > /usr/src/sys/modules/linux/../../compat/linux/linux_ioctl. > > c:66: > > @/net/vnet.h:47: error: field '_rtstat' has incomplete type > > @/net/vnet.h:48: error: 'RT_MAXFIBS' undeclared here (not in a function) > > @/net/vnet.h:64: error: expected ')' before 'sizeof' > > > > the kernel sources are a CVS checkout of 8-CURRENT from May, 28 2009. > > > > Any idea? > > > > matthias > > > > There is no reference to _rtstat or RT_MAXFIBS in net/vnet.h > on my system. Lines 47/48 in my vnet.h are part of a comment. mine reads: * $FreeBSD: src/sys/net/vnet.h,v 1.10 2009/05/23 21:43:44 zec Exp $ */ #ifndef _NET_VNET_H_ #define _NET_VNET_H_ #include struct vnet_net { int _if_index; struct ifindex_entry * _ifindex_table; struct ifnethead _ifnet; struct ifgrouphead _ifg_head; int _if_indexlim; struct knlist _ifklist; struct rtstat _rtstat; struct radix_node_head *_rt_tables[RT_MAXFIBS][AF_MAX+1]; which CVS revision your net/vnet.h has? matthias -- Matthias Apitz t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.unixarea.de/ Vote NO to EU The Lisbon Treaty: http://www.no-means-no.eu From owner-freebsd-emulation@FreeBSD.ORG Sat Jan 9 08:38:15 2010 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 B4FDF106566C for ; Sat, 9 Jan 2010 08:38:15 +0000 (UTC) (envelope-from naylor.b.david@gmail.com) Received: from mail-ew0-f213.google.com (mail-ew0-f213.google.com [209.85.219.213]) by mx1.freebsd.org (Postfix) with ESMTP id 3EFDF8FC1E for ; Sat, 9 Jan 2010 08:38:14 +0000 (UTC) Received: by ewy5 with SMTP id 5so8833693ewy.14 for ; Sat, 09 Jan 2010 00:38:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:organization:to:subject :date:user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=dEL67G4yoQvPUWXFoEHnx7IsC60YhNi9F/5OfrFqlGE=; b=I8wqKklmpd8oKqiT/sUNQ48RLE+udtNttO/NHQc3agspq3rWtNCxdWux55sq7miYhB 4o4AvsinI6n4SFxaadvVWAOAcfFzalkKTgKT5nDYiwQ60XQnY92E5FXDjcYo3kZ+DbVu CffP/s7cRG726ABIm4tnwdZ8H6VEgztspdgFY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:organization:to:subject:date:user-agent:references:in-reply-to :mime-version:content-type:content-transfer-encoding:message-id; b=AxiZ/5Ir+bVafU1TypoOW5h3mm6Ype1+ARWrm/D2J/jjKXazXd66ucHEcDGg1HbUFH BQeIi8Cn+dQQ48rfjuIS5Je3dn9Tlag/STvMkuOT9lwgrpF/e1uB03+pVMLLNUmdRF8m q+6QWC3n053nhV1MBNXp8/n1chb7DcXfv4vbM= Received: by 10.213.37.76 with SMTP id w12mr4306665ebd.72.1263026286927; Sat, 09 Jan 2010 00:38:06 -0800 (PST) Received: from dragon.dg ([41.216.197.11]) by mx.google.com with ESMTPS id 10sm39718811eyd.29.2010.01.09.00.38.04 (version=SSLv3 cipher=RC4-MD5); Sat, 09 Jan 2010 00:38:05 -0800 (PST) From: David Naylor Organization: Private To: Rusty Nejdl , freebsd-emulation@freebsd.org Date: Sat, 9 Jan 2010 10:38:09 +0200 User-Agent: KMail/1.12.3 (FreeBSD/8.0-STABLE; KDE/4.3.3; amd64; ; ) References: <200912081524.03878.naylor.b.david@gmail.com> <201001061602.35221.naylor.b.david@gmail.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart17581975.5NI0WkYLEf"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201001091038.13781.naylor.b.david@gmail.com> Cc: Subject: Re: [WIP] wine/i386 on FreeBSD/amd64 (take 3) 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, 09 Jan 2010 08:38:15 -0000 --nextPart17581975.5NI0WkYLEf Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable On Thursday 07 January 2010 17:53:53 Rusty Nejdl wrote: > On Wed, 6 Jan 2010 16:02:29 +0200, David Naylor >=20 > wrote: > > On Wednesday 30 December 2009 19:26:01 Rusty Nejdl wrote: > >> On Tue, 22 Dec 2009 14:56:27 +0200, David Naylor > >> > >> > >> wrote: > >> >> I'll update the patch when wine-1.1.35 gets into my ports. > >> > >> David, > >> > >> Have you had a chance to work up a diff for wine 1.1.35 ? I'd love to > >> test this out if you have it. > > > > Please see attached for the patches. I have the packages built for > > FreeBSD 7 > > & 8 and am just waiting for an upload site. > > > > Is the mailing list eating my attachments? If so could someone please > > host > > them somewhere. > > > > Regards >=20 > I'm getting this fun message on compile: >=20 > {standard input}: Assembler messages: >=20 > {standard input}:83: Error: no such instruction: `cmpxchg16b (%rdi)' >=20 > I'm running an Intel core i7 processor so that instruction should most > definitely be available. I get that with or without CPUTYPE=3Dnocono in > /etc/make.conf. Are you trying to run this in a chroot from an amd64 system? If so make su= re=20 you do: # env UNAME_m=3Di386 UNAME_p=3Di386 MACHINE=3Di386 ${CMD} Does this help? --nextPart17581975.5NI0WkYLEf Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.13 (FreeBSD) iEYEABECAAYFAktIQHUACgkQUaaFgP9pFrJpbgCfT/RbqHtnCQuBBhjmIA3Bo489 S8YAnjjlpmuBqLzNoN7UfH2LvTOu4Zt8 =R/9R -----END PGP SIGNATURE----- --nextPart17581975.5NI0WkYLEf-- From owner-freebsd-emulation@FreeBSD.ORG Sat Jan 9 09:08:00 2010 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 DDC891065672; Sat, 9 Jan 2010 09:08:00 +0000 (UTC) (envelope-from guru@unixarea.de) Received: from ms4-1.1blu.de (ms4-1.1blu.de [89.202.0.34]) by mx1.freebsd.org (Postfix) with ESMTP id 5A5158FC0C; Sat, 9 Jan 2010 09:08:00 +0000 (UTC) Received: from [93.104.118.100] (helo=current.Sisis.de) by ms4-1.1blu.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1NTXIb-00052H-Sg; Sat, 09 Jan 2010 10:07:58 +0100 Received: from current.Sisis.de (current [127.0.0.1]) by current.Sisis.de (8.14.3/8.14.3) with ESMTP id o0997x1M003073; Sat, 9 Jan 2010 10:07:59 +0100 (CET) (envelope-from guru@unixarea.de) Received: (from guru@localhost) by current.Sisis.de (8.14.3/8.14.3/Submit) id o0997wf4003072; Sat, 9 Jan 2010 10:07:58 +0100 (CET) (envelope-from guru@unixarea.de) X-Authentication-Warning: current.Sisis.de: guru set sender to guru@unixarea.de using -f Date: Sat, 9 Jan 2010 10:07:58 +0100 From: Matthias Apitz To: "J.R. Oldroyd" , emulation@freebsd.org, Alexander Leidinger , multimedia@freebsd.org Message-ID: <20100109090758.GA3046@current.Sisis.de> References: <20091204223126.00005392@unknown> <20091205140927.2b47e0f3@shibato.opal.com> <20100108153856.GA2752@current.Sisis.de> <20100108104103.0ec0761a@shibato.opal.com> <20100108160305.GA36119@current.Sisis.de> <20100108113658.083917b2@shibato.opal.com> <20100109071257.GA2520@current.Sisis.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20100109071257.GA2520@current.Sisis.de> User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD 8.0-CURRENT (i386) X-Con-Id: 51246 X-Originating-IP: 93.104.118.100 Cc: Subject: Re: FYI: v4l-linuxulator support in FreeBSD-current now X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Matthias Apitz List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jan 2010 09:08:01 -0000 El día Saturday, January 09, 2010 a las 08:12:57AM +0100, Matthias Apitz escribió: > El día Friday, January 08, 2010 a las 11:36:58AM -0500, J.R. Oldroyd escribió: > > > On Fri, 8 Jan 2010 17:03:05 +0100, Matthias Apitz wrote: > > > > > > Thanks, > > > > > > but compiling the kernel fails with: > > > > > > ... > > > In file included from > > > /usr/src/sys/modules/linux/../../compat/linux/linux_ioctl. > > > c:66: > > > @/net/vnet.h:47: error: field '_rtstat' has incomplete type > > > @/net/vnet.h:48: error: 'RT_MAXFIBS' undeclared here (not in a function) > > > @/net/vnet.h:64: error: expected ')' before 'sizeof' > > > > > > the kernel sources are a CVS checkout of 8-CURRENT from May, 28 2009. > > > > > > Any idea? > > > > > > matthias > > > > > > > There is no reference to _rtstat or RT_MAXFIBS in net/vnet.h > > on my system. Lines 47/48 in my vnet.h are part of a comment. > > mine reads: > > * $FreeBSD: src/sys/net/vnet.h,v 1.10 2009/05/23 21:43:44 zec Exp $ > */ > ... I digged into this and the problem is that the original compat/linux/linux_ioctl.c includes from net/*.h ... #include #include #include #include #include while the V4L compat/linux/linux_ioctl.c does only include #include #include #include #include and exactly net/route.h contains the definition of RT_MAXFIBS required by net/vnet.h; will see if I can fix this... matthias -- Matthias Apitz t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211 e - w http://www.unixarea.de/ Vote NO to EU The Lisbon Treaty: http://www.no-means-no.eu From owner-freebsd-emulation@FreeBSD.ORG Sat Jan 9 11:45:00 2010 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 81E561065672; Sat, 9 Jan 2010 11:45:00 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from marvin.chruetertee.ch (marvin.chruetertee.ch [217.150.245.55]) by mx1.freebsd.org (Postfix) with ESMTP id 05ACD8FC12; Sat, 9 Jan 2010 11:44:59 +0000 (UTC) Received: from daedalus.network.local (gprs50.swisscom-mobile.ch [193.247.250.50]) (authenticated bits=0) by marvin.chruetertee.ch (8.14.3/8.14.3) with ESMTP id o09BivKB025963 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Sat, 9 Jan 2010 11:44:58 GMT (envelope-from beat@FreeBSD.org) Message-ID: <4B486C88.5030206@FreeBSD.org> Date: Sat, 09 Jan 2010 12:46:16 +0100 From: Beat Gaetzi User-Agent: Thunderbird 2.0.0.23 (X11/20090821) MIME-Version: 1.0 To: David Southwell References: <20091227232425.GA38213@bsdcrew.de> <4B38E4AA.9020000@FreeBSD.org> <4B38E9CA.8060305@h3q.com> <200912291221.43576.david@vizion2000.net> In-Reply-To: <200912291221.43576.david@vizion2000.net> 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, current@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: Call for tester: VirtualBox 3.1.2 for FreeBSD 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, 09 Jan 2010 11:45:00 -0000 David Southwell wrote: >> Beat Gaetzi wrote: >>> Philipp Wuensche wrote: >>>> Martin Wilke wrote: >>>>> Please report any functionality which was working with previous >>>>> versions of VirtualBox and no longer working with 3.1.2 or any build >>>>> failure. >>>> Seem like the fix from >>>> http://www.freebsd.org/cgi/cvsweb.cgi/ports/emulators/virtualbox/files/p >>>> atch-src-VBox-HostDrivers-VBoxNetAdp-freebsd-VBoxNetAdp-freebsd.c was not >>>> incorporated?! >>> This fix is also included in 3.1.2: >>> http://svn.bluelife.at/index.cgi/blueports/revision/?rev=580 >> Interesting, I have to load the modules in the correct order, otherwise >> I get this error in the VBox.log: [..] > Any chance of being able to run snow leopard in an openbox environment? No, OS X is not supported. Please take a look at http://www.virtualbox.org/wiki/Guest_OSes for supported guest OSes in VirtualBox. Beat From owner-freebsd-emulation@FreeBSD.ORG Sat Jan 9 12:27:00 2010 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 85394106566B; Sat, 9 Jan 2010 12:27:00 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from marvin.chruetertee.ch (marvin.chruetertee.ch [217.150.245.55]) by mx1.freebsd.org (Postfix) with ESMTP id 007008FC18; Sat, 9 Jan 2010 12:26:59 +0000 (UTC) Received: from daedalus.network.local (gprs50.swisscom-mobile.ch [193.247.250.50]) (authenticated bits=0) by marvin.chruetertee.ch (8.14.3/8.14.3) with ESMTP id o09CQv3d040369 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Sat, 9 Jan 2010 12:26:58 GMT (envelope-from beat@FreeBSD.org) Message-ID: <4B487661.2050505@FreeBSD.org> Date: Sat, 09 Jan 2010 13:28:17 +0100 From: Beat Gaetzi User-Agent: Thunderbird 2.0.0.23 (X11/20090821) MIME-Version: 1.0 To: Daichi GOTO References: <4B4225D9.9050504@FreeBSD.org> <4B440D6E.1070809@freebsd.org> In-Reply-To: <4B440D6E.1070809@freebsd.org> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@FreeBSD.org, current@FreeBSD.org Subject: Re: Call for tester: VirtualBox 3.1.2 for FreeBSD (take 2) 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, 09 Jan 2010 12:27:00 -0000 Hi, Daichi GOTO wrote: > Thanks great works! Beat and FreeBSD Vbox Team! > > I have been trying to test VirtualBox 3.1.2 for FreeBSD > (take 2) in these days. This is my test report. Thanks a lot for the extensive testing. > Conclusion: > > If you want to use X.org and seamless mouse, you should choose > one of follow settings: > > - "AllowInputEmpty" "off", /dev/sysmouse and moused(8) working > - "AllowInputEmpty" "on", hald working, dbus working and moused(8) off This findings are very interesting. Would you like to update the wiki page with this results? > Discussion and Issues: > I cannot get host-guest clipboard share working. Does someone > get it? No, the clipboard sharing is not working at the moment. > (*1) work log: > # uname -a > FreeBSD .ongs.co.jp 8.0-RELEASE-p1 FreeBSD 8.0-RELEASE-p1 #0 > r200761: Mon Dec 21 12:57:07 UTC 2009 > root@parancell-freebsd80-amd64.ongs.co.jp:/usr/obj/usr/src/sys/PARANCELL > amd64 > # cd /usr/ports/emulators/virtualbox-ose-additions/ > # make install clean > ===> Vulnerability check disabled, database not found > ===> Extracting for virtualbox-ose-additions-3.1.51.r25618 > => MD5 Checksum OK for VirtualBox-3.1.51r25618-OSE.tar.bz2. > => SHA256 Checksum OK for VirtualBox-3.1.51r25618-OSE.tar.bz2. > ===> Patching for virtualbox-ose-additions-3.1.51.r25618 > ===> Applying FreeBSD patches for > virtualbox-ose-additions-3.1.51.r25618 > Ignoring previously applied (or reversed) patch. > 1 out of 1 hunks ignored--saving rejects to > src/VBox/Additions/x11/VBoxClient/Makefile.kmk.rej > => Patch patch-src-VBox-Additions-x11-VBoxClient-Makefile.kmk failed > to apply cleanly. > => Patch(es) patch-src-VBox-Additions-freebsd-Makefile.kmk applied > cleanly. > *** Error code 1 > > Stop in /usr/ports/emulators/virtualbox-ose-additions. > # Unfortunately I'm not able to reproduce this problem. Could you please checkout our svn version of the guest additions ports and try it again: # svn co http://svn.bluelife.at/projects/blueports/emulators/virtualbox-ose-additions Many Thanks, Beat From owner-freebsd-emulation@FreeBSD.ORG Sat Jan 9 14:47:35 2010 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 72D19106566B; Sat, 9 Jan 2010 14:47:35 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from marvin.chruetertee.ch (marvin.chruetertee.ch [217.150.245.55]) by mx1.freebsd.org (Postfix) with ESMTP id E53B88FC12; Sat, 9 Jan 2010 14:47:34 +0000 (UTC) Received: from daedalus.network.local (gprs50.swisscom-mobile.ch [193.247.250.50]) (authenticated bits=0) by marvin.chruetertee.ch (8.14.3/8.14.3) with ESMTP id o09ElWan066410 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Sat, 9 Jan 2010 14:47:33 GMT (envelope-from beat@FreeBSD.org) Message-ID: <4B489753.6090904@FreeBSD.org> Date: Sat, 09 Jan 2010 15:48:51 +0100 From: Beat Gaetzi User-Agent: Thunderbird 2.0.0.23 (X11/20090821) MIME-Version: 1.0 To: Daichi GOTO References: <4B4225D9.9050504@FreeBSD.org> <4B440D6E.1070809@freebsd.org> <4B487661.2050505@FreeBSD.org> In-Reply-To: <4B487661.2050505@FreeBSD.org> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@FreeBSD.org, current@FreeBSD.org Subject: Re: Call for tester: VirtualBox 3.1.2 for FreeBSD (take 2) 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, 09 Jan 2010 14:47:35 -0000 Beat Gaetzi wrote: > Daichi GOTO wrote: >> Discussion and Issues: >> I cannot get host-guest clipboard share working. Does someone >> get it? > > No, the clipboard sharing is not working at the moment. I just recognized that this is not correct. Clipboard sharing works if you start "VBoxClient --clipboard" in the guest and copy something with "Ctrl + C" in the host or the guest. Beat From owner-freebsd-emulation@FreeBSD.ORG Sat Jan 9 15:22:55 2010 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 36C1B1065670; Sat, 9 Jan 2010 15:22:55 +0000 (UTC) (envelope-from david@vizion2000.net) Received: from dns1.vizion2000.net (dns1.vizion2000.net [62.49.197.50]) by mx1.freebsd.org (Postfix) with ESMTP id DB70E8FC19; Sat, 9 Jan 2010 15:22:54 +0000 (UTC) Received: by dns1.vizion2000.net (Postfix, from userid 1001) id E255834D449; Sat, 9 Jan 2010 15:22:51 +0000 (GMT) From: David Southwell Organization: Voice & Vision To: Beat Gaetzi Date: Sat, 9 Jan 2010 15:22:51 +0000 User-Agent: KMail/1.12.4 (FreeBSD/7.2-RELEASE-p3; KDE/4.3.4; amd64; ; ) References: <20091227232425.GA38213@bsdcrew.de> <200912291221.43576.david@vizion2000.net> <4B486C88.5030206@FreeBSD.org> In-Reply-To: <4B486C88.5030206@FreeBSD.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201001091522.51805.david@vizion2000.net> Cc: ports@freebsd.org, freebsd-emulation@freebsd.org, current@freebsd.org, freebsd-ports@freebsd.org Subject: Re: Call for tester: VirtualBox 3.1.2 for FreeBSD 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, 09 Jan 2010 15:22:55 -0000 > David Southwell wrote: > >> Beat Gaetzi wrote: > >>> Philipp Wuensche wrote: > >>>> Martin Wilke wrote: > >>>>> Please report any functionality which was working with previous > >>>>> versions of VirtualBox and no longer working with 3.1.2 or any build > >>>>> failure. > >>>> > >>>> Seem like the fix from > >>>> http://www.freebsd.org/cgi/cvsweb.cgi/ports/emulators/virtualbox/files > >>>>/p atch-src-VBox-HostDrivers-VBoxNetAdp-freebsd-VBoxNetAdp-freebsd.c > >>>> was not incorporated?! > >>> > >>> This fix is also included in 3.1.2: > >>> http://svn.bluelife.at/index.cgi/blueports/revision/?rev=580 > >> > >> Interesting, I have to load the modules in the correct order, otherwise > >> I get this error in the VBox.log: > > [..] > > > Any chance of being able to run snow leopard in an openbox environment? > > No, OS X is not supported. Please take a look at > http://www.virtualbox.org/wiki/Guest_OSes for supported guest OSes in > VirtualBox. > > Beat > I had seen that but wondered if anyone was working on reducing the deficit!! David From owner-freebsd-emulation@FreeBSD.ORG Sat Jan 9 15:36:13 2010 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 77E041065670; Sat, 9 Jan 2010 15:36:13 +0000 (UTC) (envelope-from david@vizion2000.net) Received: from dns1.vizion2000.net (dns1.vizion2000.net [62.49.197.50]) by mx1.freebsd.org (Postfix) with ESMTP id 2AB708FC12; Sat, 9 Jan 2010 15:36:12 +0000 (UTC) Received: by dns1.vizion2000.net (Postfix, from userid 1001) id 33D5634D449; Sat, 9 Jan 2010 15:36:10 +0000 (GMT) From: David Southwell Organization: Voice & Vision To: freebsd-ports@freebsd.org Date: Sat, 9 Jan 2010 15:36:10 +0000 User-Agent: KMail/1.12.4 (FreeBSD/7.2-RELEASE-p3; KDE/4.3.4; amd64; ; ) References: <20091227232425.GA38213@bsdcrew.de> <4B486C88.5030206@FreeBSD.org> <201001091522.51805.david@vizion2000.net> In-Reply-To: <201001091522.51805.david@vizion2000.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201001091536.10136.david@vizion2000.net> Cc: ports@freebsd.org, freebsd-emulation@freebsd.org, Beat Gaetzi , current@freebsd.org Subject: Re: Call for tester: VirtualBox 3.1.2 for FreeBSD 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, 09 Jan 2010 15:36:13 -0000 > > David Southwell wrote: > > >> Beat Gaetzi wrote: > > >>> Philipp Wuensche wrote: > > >>>> Martin Wilke wrote: > > >>>>> Please report any functionality which was working with previous > > >>>>> versions of VirtualBox and no longer working with 3.1.2 or any > > >>>>> build failure. > > >>>> > > >>>> Seem like the fix from > > >>>> http://www.freebsd.org/cgi/cvsweb.cgi/ports/emulators/virtualbox/fil > > >>>>es /p > > >>>> atch-src-VBox-HostDrivers-VBoxNetAdp-freebsd-VBoxNetAdp-freebsd.c > > >>>> was not incorporated?! > > >>> > > >>> This fix is also included in 3.1.2: > > >>> http://svn.bluelife.at/index.cgi/blueports/revision/?rev=580 > > >> > > >> Interesting, I have to load the modules in the correct order, > > >> otherwise I get this error in the VBox.log: > > > > [..] > > > > > Any chance of being able to run snow leopard in an openbox environment? > > > > No, OS X is not supported. Please take a look at > > http://www.virtualbox.org/wiki/Guest_OSes for supported guest OSes in > > VirtualBox. > > > > Beat > > I had seen that but wondered if anyone was working on reducing the > deficit!! > > David Incidentally the following link might be a starting point for anyone who might be interested in hacking a system with the aim of producing a snow-leopard- freeBSD: http://lifehacker.com/5351485/how-to-build-a-hackintosh-with-snow-leopard- start-to-finish Could this article provide a clue. David From owner-freebsd-emulation@FreeBSD.ORG Sat Jan 9 19:29:07 2010 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 D3A851065694 for ; Sat, 9 Jan 2010 19:29:07 +0000 (UTC) (envelope-from rnejdl@ringofsaturn.com) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [71.252.219.43]) by mx1.freebsd.org (Postfix) with ESMTP id 88A488FC15 for ; Sat, 9 Jan 2010 19:29:07 +0000 (UTC) Received: from ASSP.nospam (tethys.ringofsaturn.com [71.252.219.43]) (authenticated bits=0) by tethys.ringofsaturn.com (8.14.3/8.14.3) with ESMTP id o09JT6g6029184; Sat, 9 Jan 2010 13:29:06 -0600 (CST) (envelope-from rnejdl@ringofsaturn.com) Received: from mail.ringofsaturn.com ([71.252.219.43] helo=mail.ringofsaturn.com) with IPv4:25 by ASSP.nospam; 9 Jan 2010 13:29:06 -0600 MIME-Version: 1.0 Date: Sat, 09 Jan 2010 13:29:06 -0600 From: Rusty Nejdl To: David Naylor In-Reply-To: <201001091038.13781.naylor.b.david@gmail.com> References: <200912081524.03878.naylor.b.david@gmail.com> <201001061602.35221.naylor.b.david@gmail.com> <201001091038.13781.naylor.b.david@gmail.com> Message-ID: <059f37b2a90c08d587767b70901ebe9c@ringofsaturn.com> X-Sender: rnejdl@ringofsaturn.com User-Agent: RoundCube Webmail/0.3-trunk Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Cc: freebsd-emulation@freebsd.org Subject: Re: [WIP] wine/i386 on FreeBSD/amd64 (take 3) 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, 09 Jan 2010 19:29:07 -0000 On Sat, 9 Jan 2010 10:38:09 +0200, David Naylor wrote: > On Thursday 07 January 2010 17:53:53 Rusty Nejdl wrote: >> On Wed, 6 Jan 2010 16:02:29 +0200, David Naylor >> >> >> wrote: >> > On Wednesday 30 December 2009 19:26:01 Rusty Nejdl wrote: >> >> On Tue, 22 Dec 2009 14:56:27 +0200, David Naylor >> >> >> >> >> >> wrote: >> >> >> I'll update the patch when wine-1.1.35 gets into my ports. >> >> >> >> David, >> >> >> >> Have you had a chance to work up a diff for wine 1.1.35 ? I'd love to >> >> test this out if you have it. >> > >> > Please see attached for the patches. I have the packages built for >> > FreeBSD 7 >> > & 8 and am just waiting for an upload site. >> > >> > Is the mailing list eating my attachments? If so could someone please >> > host >> > them somewhere. >> > >> > Regards >> >> I'm getting this fun message on compile: >> >> {standard input}: Assembler messages: >> >> {standard input}:83: Error: no such instruction: `cmpxchg16b (%rdi)' >> >> I'm running an Intel core i7 processor so that instruction should most >> definitely be available. I get that with or without CPUTYPE=nocono in >> /etc/make.conf. > > Are you trying to run this in a chroot from an amd64 system? If so make > sure > you do: > # env UNAME_m=i386 UNAME_p=i386 MACHINE=i386 ${CMD} > > Does this help? David, I didn't try it in a chroot... wasn't clear from your updates that that was needed. I am able to build wine in a chroot already using the instructions on the wiki. Is your command line sufficient to build it outside of a chroot or is this required to be built in a chroot? What exactly does your patch give us beyond what the instructions in the wiki does? I thought this was to build a 64 bit wine? Thanks! Rusty Nejdl http://networking.ringofsaturn.com