From owner-freebsd-emulation@FreeBSD.ORG Mon May 28 03:03:59 2012 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 3D995106564A for ; Mon, 28 May 2012 03:03:59 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 060D98FC0C for ; Mon, 28 May 2012 03:03:58 +0000 (UTC) Received: by obcni5 with SMTP id ni5so6304872obc.13 for ; Sun, 27 May 2012 20:03:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=J6kAgB9Qdm/ucHJT7m+mVMh5PCLntunYRhii8uWrbCQ=; b=Ntgw4HkwqBQLKLsXv4qm9zPektDojyCcAnYaitQ/N1y7oP30Lv4rrzvH2y3hiJln6m nEksINokuTIZLHV6TJb0l1pV8ntea2oythGZEgkcuLVJkEfQ55DZC+PP6nb5qo6rTDNy xQ6Unf+lrPKFd6xh/Dzd1Bzbca+N2y2iQMsJvncIgIt/PQEvtlObFl0F6mLFofqKUbrz 6lo1lDAWR9UZf8Rv8nM//V4ycXyNfNu/KkHF/OxyOpgWSr1sYgPi1VbLEKUd7YlaUHy8 JiinkCa/wYOgNoyzZ8nvSxWQBXcj+bOtvYnc3cThHjYHFOFHIPaNnZgUBIwYpphljHuE UPcA== MIME-Version: 1.0 Received: by 10.182.5.164 with SMTP id t4mr6777820obt.1.1338174238457; Sun, 27 May 2012 20:03:58 -0700 (PDT) Received: by 10.60.66.230 with HTTP; Sun, 27 May 2012 20:03:58 -0700 (PDT) Date: Sun, 27 May 2012 22:03:58 -0500 Message-ID: From: Brandon Gooch To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: VirtualBox 4.1.16 on 10-CURRENT: /usr/X11R6/lib/libGL.so: undefined reference 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, 28 May 2012 03:03:59 -0000 I'm having issues compiling VirtualBox 4.1.16; here is the relevant snip from the configure.log file: $ cat /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.1.16/configure.log [SNIP] ***** Checking Mesa / GLU ***** compiling the following source file: #include #include #include #include extern "C" int main(void) { Display *dpy; int major, minor; dpy = XOpenDisplay(NULL); if (dpy) { Bool glx_version = glXQueryVersion(dpy, &major, &minor); XCloseDisplay(dpy); if (glx_version) { printf("found version %u.%u, OK.\n", major, minor); return 0; } } printf("found (inactive), OK.\n"); return 0; } using the following command line: c++ -g -O -Wall -o /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.1.16/.tmp_out /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.1.16/.tmp_src.cc "-L/usr/X11R6/lib -L/usr/X11R6/lib64 -L/usr/local/lib -lXext -lX11 -lGL -I/usr/local/include" /usr/X11R6/lib/libGL.so: undefined reference to `_nv017tls' /usr/X11R6/lib/libGL.so: undefined reference to `_nv014tls' I running: FreeBSD m6500.local 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r236044: Sat May 26 03:04:16 CDT 2012 root@m6500.local:/usr/obj/usr/src/sys/DELL_M6500 amd64 xorg-7.5.2 xorg-server-1.7.7_5,1 nvidia-driver-295.49 From owner-freebsd-emulation@FreeBSD.ORG Mon May 28 11:07:25 2012 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 A25411065670 for ; Mon, 28 May 2012 11:07:25 +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 7294D8FC20 for ; Mon, 28 May 2012 11:07:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q4SB7Plg063314 for ; Mon, 28 May 2012 11:07:25 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q4SB7OVP063312 for freebsd-emulation@FreeBSD.org; Mon, 28 May 2012 11:07:24 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 28 May 2012 11:07:24 GMT Message-Id: <201205281107.q4SB7OVP063312@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, 28 May 2012 11:07:25 -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/159646 emulation [linux] [patch] bump Linux version in linuxulator f kern/156691 emulation [vmware] [panic] panic when using hard disks as RAW de o kern/156353 emulation [ibcs2] ibcs2 binaries that execute on 4.x not working o kern/155577 emulation [boot] BTX halted after install. Reboot during install o kern/155040 emulation [linux] [patch] Linux recvfrom doesn't handle proto fa o kern/153990 emulation [hyper-v]: Will not install into Hyper-V on Server 200 o kern/153887 emulation [linux] Linux emulator not understand STB_GNU_UNIQUE b o kern/153243 emulation [ibcs2] Seg fault whne running COFF binary using iBCS2 o kern/151714 emulation [linux] print/acroread9 not usable due to lack of supp a bin/150262 emulation [patch] truss(1) -f doesn't follow descendants of the a kern/150186 emulation [parallels] [panic] Parallels Desktop: CDROM disconnec o ports/148097 emulation [patch] suggested addition to linux_base-* packages to o ports/148096 emulation emulators/linux_base-* can not be built from ports on o kern/147793 emulation [vmware] [panic] cdrom handling, panic, possible race o kern/146237 emulation [linux] Linux binaries not reading directories mounted p kern/144584 emulation [linprocfs][patch] bogus values in linprocfs o ports/142837 emulation [patch] emulators/linux_base-* packages fails to insta o kern/140156 emulation [linux] cdparanoia fails to read drive data f kern/138944 emulation [parallels] [regression] Parallels no longer works in o kern/138880 emulation [linux] munmap segfaults after linux_mmap2 stresstest o ports/135337 emulation [PATCH] emulators/linux_base-f10: incorrect bash usage s kern/133144 emulation [linux] linuxulator 2.6 crashes with nvidias libGL.so. 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/86619 emulation [linux] linux emulator interacts oddly with cp a kern/72920 emulation [linux] path "prefixing" is not done on unix domain so o kern/41543 emulation [patch] [request] easier wine/w23 support o kern/39201 emulation [linux] [patch] ptrace(2) and rfork(RFLINUXTHPN) confu o kern/36952 emulation [patch] [linux] ldd(1) command of linux does not work o kern/11165 emulation [ibcs2] IBCS2 doesn't work correctly with PID_MAX 9999 30 problems total. From owner-freebsd-emulation@FreeBSD.ORG Mon May 28 10:37:26 2012 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DA5BF1065670 for ; Mon, 28 May 2012 10:37:26 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from andxor.it (relay.andxor.it [195.223.2.3]) by mx1.freebsd.org (Postfix) with SMTP id 1561B8FC12 for ; Mon, 28 May 2012 10:37:25 +0000 (UTC) Received: (qmail 69581 invoked from network); 28 May 2012 10:37:17 -0000 Received: from unknown (HELO alex.andxor.it) (192.168.2.30) by andxor.it with SMTP; 28 May 2012 10:37:17 -0000 Message-ID: <4FC3555D.9080802@FreeBSD.org> Date: Mon, 28 May 2012 12:37:17 +0200 From: Alex Dupre User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:12.0) Gecko/20120511 Firefox/12.0 SeaMonkey/2.9.1 MIME-Version: 1.0 To: Jason Helfman References: <20120521220449.GD8317@dormouse.experts-exchange.com> In-Reply-To: <20120521220449.GD8317@dormouse.experts-exchange.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Mon, 28 May 2012 12:41:08 +0000 Cc: nsand@sura.ru, jon@witchspace.com, kuriyama@FreeBSD.org, bobf@mrp3.com, emulation@FreeBSD.org, bkoenig@alpha-tierchen.de, hrs@FreeBSD.org, ports@freebsd.org, gelraen.ua@gmail.com, delphij@FreeBSD.org, rene@FreeBSD.org, admin@lissyara.su, vbox@FreeBSD.org, mirror176@cox.net, jkim@FreeBSD.org, mm@FreeBSD.org Subject: Re: [RFC] Seeking Approval: include bsd.port.pre.mk so SRC_BASE is defined before referenced 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, 28 May 2012 10:37:26 -0000 Jason Helfman ha scritto: > I am working on the following pr, and would like to get others approval to > the following patch: > http://people.freebsd.org/~jgh/files/pre-patch.txt > > This patch is fixing several use cases of SRC_BASE before it is defined. I don't agree for the quantis-kmod patch. I think simply removing SRC_BASE?= line is the correct fix. -- Alex Dupre From owner-freebsd-emulation@FreeBSD.ORG Wed May 30 10:39:04 2012 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 154821065673; Wed, 30 May 2012 10:39:04 +0000 (UTC) (envelope-from naylor.b.david@gmail.com) Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by mx1.freebsd.org (Postfix) with ESMTP id 6FD3C8FC08; Wed, 30 May 2012 10:39:03 +0000 (UTC) Received: by wibhn6 with SMTP id hn6so2955537wib.13 for ; Wed, 30 May 2012 03:39:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:user-agent:mime-version:content-type :content-transfer-encoding:message-id; bh=8TZmyV1yTGnZ60FukBYcWDYlRt+4J1HRWuX74/noYyY=; b=pU+KV4tzJcJGSmMhRWh/bdI+RtyGE0XyjqZYU98CkCn6Z1hDLxqKIdNwhRr1pJ7nDj UleW0LQw3bPXw5Z1k5OFacuYO2yvRghMNbnTTDBwUFfharN8wuwrF3J1B5Mbp1A4AbEF nR334vfZF9h56q+hLji7ZajsfUKaIokLf20wi7uCuptwIUGPRipieqS/M/ib37t4ooBk XEgFTs81wTlH1ms9n6/ZvHleZSkiIEiDAqTaCC8oMU70avHjB5MCYLoogJ8UNBb1+S9w 5AnJyTiDwGaa7ySIw7RBiwW+TKdSBGqY+0s6JdzuX1+C0A/K3FALD7srI/QrREwSznh5 IT3A== Received: by 10.216.150.225 with SMTP id z75mr10339579wej.77.1338374342390; Wed, 30 May 2012 03:39:02 -0700 (PDT) Received: from dragon.dg (41-132-211-220.dsl.mweb.co.za. [41.132.211.220]) by mx.google.com with ESMTPS id dg2sm55231046wib.4.2012.05.30.03.38.59 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 30 May 2012 03:39:01 -0700 (PDT) From: David Naylor To: freebsd-emulation@freebsd.org, freebsd-questions@freebsd.org Date: Wed, 30 May 2012 12:38:53 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.0-STABLE; KDE/4.7.1; amd64; ; ) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart6796223.ZjaNfggpFA"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201205301238.56110.naylor.b.david@gmail.com> Cc: Subject: Wine-fbsd64 updated to 1.5.5 (32bit Wine for 64bit 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: Wed, 30 May 2012 10:39:04 -0000 --nextPart6796223.ZjaNfggpFA Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi, Packages [1] for wine-fbsd64-1.5.5 have been uploaded to mediafire [2]. Th= e=20 packages for FreeBSD 10 use the pkgng* [3] format. =20 There are many reports that wine does not work with a clang compiled world (help in fixing this problem is appreciated as it affects quite a few users= ). The patch [4] for nVidia users is now included in the package and is run on installation (if the relevant files are accessible). Please read the installation messages for further information. Regards, David [1] MD5 (wine-1.5.x-freebsd8/wine-fbsd64-1.5.5,1.tbz) =3D=20 2f4b826306dfe7feed396a4752df87ca MD5 (wine-1.5.x-freebsd9/wine-fbsd64-1.5.5,1.txz) =3D=20 ff8ef2a3678ae1c6f28bb376f9996c06 MD5 (wine-1.5.x-freebsd10/wine-fbsd64-1.5.5,1.txz) =3D=20 e53ed61cc5ce5d046f8ae31363b8ef2d [2] http://www.mediafire.com/wine_fbsd64 [3] http://wiki.freebsd.org/pkgng [4] The patch is located at /usr/local/share/wine/patch-nvidia.sh [*] The pkgng packages are now labelled for FreeBSD 64bit by default --nextPart6796223.ZjaNfggpFA Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iEYEABECAAYFAk/F+MAACgkQUaaFgP9pFrL/fgCdF9yZKPeril0dycyzu4jgKri6 2dgAn0cqHV3KbffdxqUknY1s4fM9KnEK =B3lt -----END PGP SIGNATURE----- --nextPart6796223.ZjaNfggpFA-- From owner-freebsd-emulation@FreeBSD.ORG Sat Jun 2 17:16:42 2012 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DC95A106577B for ; Sat, 2 Jun 2012 17:16:42 +0000 (UTC) (envelope-from yiz5hwi@gmail.com) Received: from mail-vc0-f182.google.com (mail-vc0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 90B448FC15 for ; Sat, 2 Jun 2012 17:16:42 +0000 (UTC) Received: by vcbfy7 with SMTP id fy7so2269738vcb.13 for ; Sat, 02 Jun 2012 10:16:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=UwL9SQHoGwvKyRYrskFCggnoumzfXc82+O/OfIEh2co=; b=X0wyeRT3XWPoJhMIiVPD/6gdKpg/jWU16p1kx/uNam1Ebo8uOnqvcI95qpm0zVy5Gh fClCGJLwqdiC8d13/6DJBc9zsB4RQz/5+QbLkPExv+Sct+fDwWAzjwSPfiX9t6UiPxGr 9ZLSxhembJWUmQZ48tDxVzxdOJNYPoipyv+zI4eQVQC1FwbdSA+BkYR1CI8j+OLn8LVF VFp4HdA2fG7T4XNdgwd+vbV0E5/hLHD9C9hAqRjWnRcAbrOUH31Pnx46EJUxy+SE4tSs SGzzrjN7uDWmSkBlC8P9ppDNASlA6BJD3fUeqjDz+sJhulM7DyQ4v685GzxKWm3zBwiI 4hHg== MIME-Version: 1.0 Received: by 10.52.33.37 with SMTP id o5mr6115804vdi.86.1338657401847; Sat, 02 Jun 2012 10:16:41 -0700 (PDT) Received: by 10.52.30.73 with HTTP; Sat, 2 Jun 2012 10:16:41 -0700 (PDT) Date: Sat, 2 Jun 2012 13:16:41 -0400 Message-ID: From: Steve Tuts To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: one virtualbox vm disrupts all vms and entire network X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Jun 2012 17:16:43 -0000 Hi, we have a Dell poweredge server with a dozen interfaces. It hosts a few guests of web app and email servers with VirtualBox-4.0.14. The host and all guests are FreeBSD 9.0 64bit. Each guest is bridged to a distinct interface. The host and all guests are set to 10.0.0.0 network NAT'ed to a cicso router. This runs well for a couple months, until we added a new guest recently. Every few hours, none of the guests can be connected. We can only connect to the host from outside the router. We can also go to the console of the guests (except the new guest), but from there we can't ping the gateway 10.0.0.1 any more. The new guest just froze. Furthermore, on the host we can see a vboxheadless process for each guest, including the new guest. But we can not kill it, not even with "kill -9". We looked around the web and someone suggested we should use "kill -SIGCONT" first since the "ps" output has the "T" flag for that vboxheadless process for that new guest, but that doesn't help. We also tried all the VBoxManager commands to poweroff/reset etc that new guest, but they all failed complaining that vm is in Aborted state. We also tried VBoxManager commands to disconnect the network cable for that new guest, it didn't complain, but there was no effect. For a couple times, on the host we disabled the interface bridging that new guest, then that vboxheadless process for that new guest disappeared (we attempted to kill it before that). And immediately all other vms regained connection back to normal. But there is one time even the above didn't help - the vboxheadless process for that new guest stubbonly remains, and we had to reboot the host. This is already a production server, so we can't upgrade virtualbox to the latest version until we obtain a test server. Would you advise: 1. is there any other way to kill that new guest instead of rebooting? 2. what might cause the problem? 3. what setting and test I can do to analyze this problem?