From owner-freebsd-emulation@FreeBSD.ORG Sun Sep 12 20:18: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 C5D5A1065673 for ; Sun, 12 Sep 2010 20:18:12 +0000 (UTC) (envelope-from chuckr@telenix.org) Received: from mail5.sea5.speakeasy.net (mail5.sea5.speakeasy.net [69.17.117.49]) by mx1.freebsd.org (Postfix) with ESMTP id A52C58FC08 for ; Sun, 12 Sep 2010 20:18:12 +0000 (UTC) Received: (qmail 5947 invoked from network); 12 Sep 2010 19:51:29 -0000 Received: from april.chuckr.org (HELO april.telenix.org) (chuckr@[66.92.151.30]) (envelope-sender ) by mail5.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 12 Sep 2010 19:51:29 -0000 Message-ID: <4C8D2F44.6040601@telenix.org> Date: Sun, 12 Sep 2010 15:51:32 -0400 From: Chuck Robey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.2.8) Gecko/20100907 Thunderbird/3.1.2 MIME-Version: 1.0 To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: getting ANY Linux ports to work X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2010 20:18:12 -0000 I have a problem ... I don't neccessarily want it fixed, but if the general direction of a fix could be explained, I'm willing to do what I need to do to get past the error myself. When trying to install either the linus-firefox, I found oout about the way to get the ports to either f8 or f10, so that's not the problem here. I began trying to install linux-firefox (using portmaster), and I set up to use -f10 at first. The installation of the X11-toolkit stuff failed in doing the f10 pango, which kept giving the error: /compat/linux/usr/bin/pango-querymodules-32: symbol lookup error: /usr/lib/libpango-1.0.so.0: undefined symbol: g_intern_static_string *** Error code 127 I checked, in the FreeBSD pango lib, that's a defined symbol, but in the Linux libs, it's (while in the lib) an undefined symbol (it needs to link to some other lib). I found a web post using Google, by Mel Flynn, which admitted the error and explained that there was no fix yet. I tried to deinstall all of my f10 ports, and replace them with the f8 flavor, but then I get another error stating that "The component dbuslibs is not defined for LINUX_DIST_SUFFIX=-f8". So, I can't get either the -f10 nor the -f8 installed, and I don't understand enough Linuxism to figure out what "pango-querymodules" is going (or not doing). Is there any way to get a current Freebsd-Linux port working? I sure hope I'm using the correct list here. I didn't want to cross-post, but couldn't find any freebsd-linux list, either. Maybe I'll try freebsd-ports if I fail here. Any hints, either on the problem or where to ask, gratefully received. From owner-freebsd-emulation@FreeBSD.ORG Mon Sep 13 07:34:33 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 C2AC1106564A for ; Mon, 13 Sep 2010 07:34:33 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from services.ipt.ru (services.ipt.ru [194.62.233.110]) by mx1.freebsd.org (Postfix) with ESMTP id 831F18FC14 for ; Mon, 13 Sep 2010 07:34:33 +0000 (UTC) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1Ov3DQ-00093Z-CT; Mon, 13 Sep 2010 11:12:36 +0400 From: Boris Samorodov To: Chuck Robey References: <4C8D2F44.6040601@telenix.org> Date: Mon, 13 Sep 2010 11:12:35 +0400 In-Reply-To: <4C8D2F44.6040601@telenix.org> (Chuck Robey's message of "Sun, 12 Sep 2010 15:51:32 -0400") Message-ID: <82587212@bb.ipt.ru> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-emulation@freebsd.org Subject: Re: getting ANY Linux ports to work 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, 13 Sep 2010 07:34:33 -0000 On Sun, 12 Sep 2010 15:51:32 -0400 Chuck Robey wrote: > I have a problem ... Please show an output of: ----- $ uname -a $ grep LINUX /etc/make.conf $ echo $LD_LIBRARY_PATH $ pkg_info -Ix linux ----- > I don't neccessarily want it fixed, but if the > general direction of a fix could be explained, I'm willing to do what > I need to do to get past the error myself. > When trying to install either the linus-firefox, I found oout about > the way to get the ports to either f8 or f10, so that's not the > problem here. I began trying to install linux-firefox (using > portmaster), and I set up to use -f10 at first. The installation of > the X11-toolkit stuff failed in doing the f10 pango, which kept giving > the error: > /compat/linux/usr/bin/pango-querymodules-32: symbol lookup error: > /usr/lib/libpango-1.0.so.0: undefined symbol: g_intern_static_string > *** Error code 127 > I checked, in the FreeBSD pango lib, that's a defined symbol, but in > the Linux libs, it's (while in the lib) an undefined symbol (it needs > to link to some other lib). I found a web post using Google, by Mel > Flynn, which admitted the error and explained that there was no fix > yet. I tried to deinstall all of my f10 ports, and replace them with > the f8 flavor, but then I get another error stating that "The > component dbuslibs is not defined for LINUX_DIST_SUFFIX=-f8". > So, I can't get either the -f10 nor the -f8 installed, and I don't > understand enough Linuxism to figure out what "pango-querymodules" is > going (or not doing). Is there any way to get a current Freebsd-Linux > port working? > I sure hope I'm using the correct list here. I didn't want to > cross-post, but couldn't find any freebsd-linux list, either. Maybe > I'll try freebsd-ports if I fail here. Any hints, either on the > problem or where to ask, gratefully received. -- WBR, Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD Committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-emulation@FreeBSD.ORG Mon Sep 13 11:06: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 912581065765 for ; Mon, 13 Sep 2010 11:06:53 +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 636E98FC16 for ; Mon, 13 Sep 2010 11:06:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8DB6rot001859 for ; Mon, 13 Sep 2010 11:06:53 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8DB6qUY001857 for freebsd-emulation@FreeBSD.org; Mon, 13 Sep 2010 11:06:52 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 13 Sep 2010 11:06:52 GMT Message-Id: <201009131106.o8DB6qUY001857@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, 13 Sep 2010 11:06:53 -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 -------------------------------------------------------------------------------- f kern/150186 emulation [parallels] [panic] Parallels Desktop: CDROM disconnec o ports/150133 emulation www/linux-f10-flashplugin10 does not find some .rpm pa o kern/149168 emulation [linux] [patch] Linux sendmsg / recvmsg / etc fixes fo o ports/148097 emulation [patch] suggested addition to linux_base-* packages to o ports/148096 emulation archivers/xz: packages linux_base-* can not be built f o kern/147793 emulation [vmware] [panic] cdrom handling, panic, possible race o kern/146726 emulation [linux] Linux InstallJammer fails to execute on 8-STAB o kern/146237 emulation [linux] Linux binaries not reading directories mounted o kern/145024 emulation [linux] [panic] kernel crash by linux.ko module with n f kern/144763 emulation [linux] [panic] Kernel panic when start linux binaries 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 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/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 f kern/99068 emulation [linux] [patch] Linux emulator crashed by java, when c o kern/86619 emulation [linux] linux emulator interacts oddly with cp 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/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/21463 emulation [linux] Linux compatability mode should not allow setu o kern/11165 emulation [ibcs2] IBCS2 doesn't work correctly with PID_MAX 9999 29 problems total. From owner-freebsd-emulation@FreeBSD.ORG Mon Sep 13 11:20:07 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 E50121065674 for ; Mon, 13 Sep 2010 11:20:07 +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 D2DFD8FC0C for ; Mon, 13 Sep 2010 11:20:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8DBK7jW015178 for ; Mon, 13 Sep 2010 11:20:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8DBK7wv015177; Mon, 13 Sep 2010 11:20:07 GMT (envelope-from gnats) Date: Mon, 13 Sep 2010 11:20:07 GMT Message-Id: <201009131120.o8DBK7wv015177@freefall.freebsd.org> To: freebsd-emulation@FreeBSD.org From: David Evans Cc: Subject: Re: kern/150186: [parallels] [panic] Parallels Desktop: CDROM disconnected leads to panic, eventually X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: David Evans List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2010 11:20:08 -0000 The following reply was made to PR kern/150186; it has been noted by GNATS. From: David Evans To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/150186: [parallels] [panic] Parallels Desktop: CDROM disconnected leads to panic, eventually Date: Mon, 13 Sep 2010 12:17:28 +0100 I have now tried a kernel built with the ATA_CAM option. I then cloned another VM from my eight.pearl development system. I set the CDrom to installed and disconnected, and also made sure that dbus and hald were running with the new kernel. This VM now passes the "build the world seven times" test with no panics. This means 14 hours of continuous running, which is far longer than the 20 minutes it managed before. This is good news. From owner-freebsd-emulation@FreeBSD.ORG Mon Sep 13 11:40: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 BED321065674 for ; Mon, 13 Sep 2010 11:40: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 916EA8FC1C for ; Mon, 13 Sep 2010 11:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8DBe9w5037778 for ; Mon, 13 Sep 2010 11:40:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8DBe9rS037777; Mon, 13 Sep 2010 11:40:09 GMT (envelope-from gnats) Date: Mon, 13 Sep 2010 11:40:09 GMT Message-Id: <201009131140.o8DBe9rS037777@freefall.freebsd.org> To: freebsd-emulation@FreeBSD.org From: David Evans Cc: Subject: Re: kern/150186: [parallels] [panic] Parallels Desktop: CDROM disconnected leads to panic, eventually X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: David Evans List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2010 11:40:10 -0000 The following reply was made to PR kern/150186; it has been noted by GNATS. From: David Evans To: bug-followup@FreeBSD.org, dave.evans55@googlemail.com Cc: Subject: Re: kern/150186: [parallels] [panic] Parallels Desktop: CDROM disconnected leads to panic, eventually Date: Mon, 13 Sep 2010 12:32:11 +0100 I forgot to mention in that last posting that I had accidentally omitted to include "devices ada" in my Kernel configuration. It did not seem to affect anything as ada0 etc still appeared in my /dev/ directory. From owner-freebsd-emulation@FreeBSD.ORG Mon Sep 13 18: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 87DBF1065781 for ; Mon, 13 Sep 2010 18: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 73D528FC1C for ; Mon, 13 Sep 2010 18:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8DIe3bZ069812 for ; Mon, 13 Sep 2010 18:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8DIe3Aj069811; Mon, 13 Sep 2010 18:40:03 GMT (envelope-from gnats) Date: Mon, 13 Sep 2010 18:40:03 GMT Message-Id: <201009131840.o8DIe3Aj069811@freefall.freebsd.org> To: freebsd-emulation@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/150133: commit references a PR X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2010 18:40:03 -0000 The following reply was made to PR ports/150133; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/150133: commit references a PR Date: Mon, 13 Sep 2010 18:39:51 +0000 (UTC) nox 2010-09-13 18:39:46 UTC FreeBSD ports repository Modified files: emulators/linux_base-f10 Makefile distinfo.i386 pkg-plist Log: - Update elfutils rpms to 0.142-1.fc10 PR: ports/150133 (related to) Revision Changes Path 1.57 +3 -3 ports/emulators/linux_base-f10/Makefile 1.34 +6 -6 ports/emulators/linux_base-f10/distinfo.i386 1.34 +3 -3 ports/emulators/linux_base-f10/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-emulation@FreeBSD.ORG Mon Sep 13 18:48:20 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 DC1F3106566B; Mon, 13 Sep 2010 18:48:20 +0000 (UTC) (envelope-from nox@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B2E1D8FC1D; Mon, 13 Sep 2010 18:48:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8DImK66079295; Mon, 13 Sep 2010 18:48:20 GMT (envelope-from nox@freefall.freebsd.org) Received: (from nox@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8DImKOR079291; Mon, 13 Sep 2010 18:48:20 GMT (envelope-from nox) Date: Mon, 13 Sep 2010 18:48:20 GMT Message-Id: <201009131848.o8DImKOR079291@freefall.freebsd.org> To: krnkktz@gmail.com, nox@FreeBSD.org, freebsd-emulation@FreeBSD.org From: nox@FreeBSD.org Cc: Subject: Re: ports/150133: www/linux-f10-flashplugin10 does not find some .rpm packages 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, 13 Sep 2010 18:48:20 -0000 Synopsis: www/linux-f10-flashplugin10 does not find some .rpm packages State-Changed-From-To: open->closed State-Changed-By: nox State-Changed-When: Mon Sep 13 18:48:20 UTC 2010 State-Changed-Why: Update committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=150133 From owner-freebsd-emulation@FreeBSD.ORG Mon Sep 13 18:50: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 64C421065698 for ; Mon, 13 Sep 2010 18:50: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 5435C8FC0A for ; Mon, 13 Sep 2010 18:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8DIo3TD079389 for ; Mon, 13 Sep 2010 18:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8DIo33E079388; Mon, 13 Sep 2010 18:50:03 GMT (envelope-from gnats) Date: Mon, 13 Sep 2010 18:50:03 GMT Message-Id: <201009131850.o8DIo33E079388@freefall.freebsd.org> To: freebsd-emulation@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/150133: commit references a PR X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2010 18:50:03 -0000 The following reply was made to PR ports/150133; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/150133: commit references a PR Date: Mon, 13 Sep 2010 18:42:15 +0000 (UTC) nox 2010-09-13 18:42:10 UTC FreeBSD ports repository Modified files: ftp/linux-f10-curl Makefile distinfo.i386 Log: - Update rpms to 7.19.6-2.fc10 PR: ports/150133 Submitted by: Marin ROCHE Revision Changes Path 1.13 +2 -1 ports/ftp/linux-f10-curl/Makefile 1.9 +9 -9 ports/ftp/linux-f10-curl/distinfo.i386 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-emulation@FreeBSD.ORG Mon Sep 13 18:50:05 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 2033710656CD for ; Mon, 13 Sep 2010 18:50:05 +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 0F96A8FC15 for ; Mon, 13 Sep 2010 18:50:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8DIo4n0079400 for ; Mon, 13 Sep 2010 18:50:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8DIo4lG079399; Mon, 13 Sep 2010 18:50:04 GMT (envelope-from gnats) Date: Mon, 13 Sep 2010 18:50:04 GMT Message-Id: <201009131850.o8DIo4lG079399@freefall.freebsd.org> To: freebsd-emulation@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/150133: commit references a PR X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2010 18:50:05 -0000 The following reply was made to PR ports/150133; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/150133: commit references a PR Date: Mon, 13 Sep 2010 18:45:12 +0000 (UTC) nox 2010-09-13 18:45:07 UTC FreeBSD ports repository Modified files: security/linux-f10-nss Makefile distinfo.i386 pkg-plist Log: - Update rpms to 3.12.3.99.3-2.10.6.fc10 [1] - Small plist fix (dirrmtry instead of dirrm) PR: ports/150133 [1] Submitted by: Marin ROCHE Revision Changes Path 1.5 +3 -2 ports/security/linux-f10-nss/Makefile 1.4 +6 -6 ports/security/linux-f10-nss/distinfo.i386 1.4 +4 -1 ports/security/linux-f10-nss/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-emulation@FreeBSD.ORG Mon Sep 13 18:50:06 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 DD0301065693 for ; Mon, 13 Sep 2010 18:50:06 +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 CC8FC8FC1A for ; Mon, 13 Sep 2010 18:50:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8DIo6UD079476 for ; Mon, 13 Sep 2010 18:50:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8DIo6mP079465; Mon, 13 Sep 2010 18:50:06 GMT (envelope-from gnats) Date: Mon, 13 Sep 2010 18:50:06 GMT Message-Id: <201009131850.o8DIo6mP079465@freefall.freebsd.org> To: freebsd-emulation@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/150133: commit references a PR X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2010 18:50:06 -0000 The following reply was made to PR ports/150133; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/150133: commit references a PR Date: Mon, 13 Sep 2010 18:46:49 +0000 (UTC) nox 2010-09-13 18:46:44 UTC FreeBSD ports repository Modified files: security/linux-f10-cyrus-sasl2 Makefile Log: - Small plist fix (empty dir) PR: ports/150133 (related to) Submitted by: Marin ROCHE Revision Changes Path 1.2 +2 -0 ports/security/linux-f10-cyrus-sasl2/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-emulation@FreeBSD.ORG Mon Sep 13 21:18:49 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 55FBE106564A for ; Mon, 13 Sep 2010 21:18:49 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 102318FC1B for ; Mon, 13 Sep 2010 21:18:48 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 211141E008E6; Mon, 13 Sep 2010 23:18:48 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.3) with ESMTP id o8DLE3UC049888; Mon, 13 Sep 2010 23:14:03 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id o8DLE14M049887; Mon, 13 Sep 2010 23:14:01 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Mon, 13 Sep 2010 23:14:01 +0200 To: Warren Block Message-ID: <20100913211401.GA49701@triton8.kn-bremen.de> References: <20100706032057.GA15827@stlux503.dsto.defence.gov.au> <201009022024.o82KOVni007042@triton8.kn-bremen.de> <20100911184519.GA2100@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-emulation@freebsd.org, Juergen Lock Subject: Re: CFT: vdfuse port (was: Re: Mounting VirtualBox vdi files [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: Mon, 13 Sep 2010 21:18:49 -0000 On Sat, Sep 11, 2010 at 01:06:24PM -0600, Warren Block wrote: > On Sat, 11 Sep 2010, Juergen Lock wrote: > > > On Wed, Sep 08, 2010 at 07:44:37PM -0600, Warren Block wrote: > >> On Thu, 2 Sep 2010, Juergen Lock wrote: > >> > >>> ...there is a much simpler fusefs tool in debian called vdfuse that I > >>> now finally made a port of. I don't know how stable this is on > >>> FreeBSD or if there still may be bugs, so please give this a good test > >>> and post your results here. Here's a simple example: > >>> > >>> # vdfuse -r -f ~nox/.VirtualBox/HardDisks/win7-64.vdi /mnt > >>> # mdconfig -a -f /mnt/Partition2 -o readonly > >>> md0 > >>> # mount -o ro -t ntfs /dev/md0 /mnt2 > >>> # ls -l /mnt2 > >>> ... > >>> # umount /mnt2 > >>> # mdconfig -d -u 0 > >>> # umount /mnt > >> > >> It works for a .vdi of a UFS drive. The BSD partitions show up on the > >> md0 device (md0a, etc). Just a trivial test, but looks promising! > > > > Yep, those kind of tests worked for me too, I just wasn't sure if it > > also survives `heavy use', i.e. reading/writing/using files much on > > the mounted fs.es... > > Dumping the partitions of that FreeBSD system worked just now. Not what > I'd call a thorough test, but it did read everything in the filesystem > without problems. Ok that sounds promising... Someone want to do more tests or should I just commit the port? :) Thanx, Juergen From owner-freebsd-emulation@FreeBSD.ORG Tue Sep 14 12:20:02 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 E4CD31065672 for ; Tue, 14 Sep 2010 12:20:02 +0000 (UTC) (envelope-from dave.evans55@googlemail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 73A8F8FC14 for ; Tue, 14 Sep 2010 12:20:02 +0000 (UTC) Received: by wwb18 with SMTP id 18so8825943wwb.31 for ; Tue, 14 Sep 2010 05:20:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:x-enigmail-version:content-type :content-transfer-encoding; bh=b4dwKSVegYTFNzmW8JSgTDNNuJnW5ghqDFOvKuOSjDA=; b=xncBWdAuAR0UBh1pOwesxmR21l9ngnh7ZZ93R7zuwlf6e+fmfX/zfmOphWd/FQEVym /We8/pVnrMy6QalgBSAiBgEdR6vcDeI6qsia6kKhNZwIYVYCkbAupr5thlce+9sAwbSB xulW9xLzlRewpIyYhQ7NeRuvVywi7lIs/rsiY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :x-enigmail-version:content-type:content-transfer-encoding; b=KnsT4IJhoUctz+UjsondLLYwPFPJiSPOkRD20mEJgCGllqVEvLr0sQ6npsdql0jgGn O1f4HkdFeElCOU63nxRKR0CHJsPiajPZO8AwBg7rWdL0BZ1YLu+Zj57X1dE4rckvr3vK FX/dHrdZWKogLa5E/vHt9CsW9ieJTK5fzKxVo= Received: by 10.227.134.129 with SMTP id j1mr2828719wbt.79.1284465006363; Tue, 14 Sep 2010 04:50:06 -0700 (PDT) Received: from two.pearl (dsl-fixed-77-44-81-131.interdsl.co.uk [77.44.81.131]) by mx.google.com with ESMTPS id m25sm84233wbc.1.2010.09.14.04.50.03 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 14 Sep 2010 04:50:05 -0700 (PDT) Message-ID: <4C8F6168.2030002@googlemail.com> Date: Tue, 14 Sep 2010 12:50:00 +0100 From: David Evans User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.8) Gecko/20100802 Lightning/1.0b2 Thunderbird/3.1.2 MIME-Version: 1.0 To: Emulation X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [HEADSUP] Parallels Desktop 6.0 networking 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, 14 Sep 2010 12:20:03 -0000 Desktop 6.0 is now out. The virtual networking card has changed for some guests. It is now an Intel Pro/1000, driver em. This will catch those who have carefully eliminated superfluous devices from their kernel config. Here is a list divined by attempting an installation: OS Device Adaptor ==================== Windows NT ?? Realtek RTL8029 FreeBSD 8.x em Intel pro/1000 FreeBSD 7.x em Intel pro/1000 FreeBSD Other em Intel pro/1000 From owner-freebsd-emulation@FreeBSD.ORG Tue Sep 14 18:43:34 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 DA5961065695; Tue, 14 Sep 2010 18:43:34 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AF9F88FC18; Tue, 14 Sep 2010 18:43:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8EIhY1J014864; Tue, 14 Sep 2010 18:43:34 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8EIhYPC014860; Tue, 14 Sep 2010 18:43:34 GMT (envelope-from edwin) Date: Tue, 14 Sep 2010 18:43:34 GMT Message-Id: <201009141843.o8EIhYPC014860@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-emulation@FreeBSD.org, emulation@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/135337: [PATCH] emulators/linux_base-f10: incorrect bash usage X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2010 18:43:34 -0000 Synopsis: [PATCH] emulators/linux_base-f10: incorrect bash usage Responsible-Changed-From-To: freebsd-emulation->emulation Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 14 18:43:34 UTC 2010 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=135337 From owner-freebsd-emulation@FreeBSD.ORG Tue Sep 14 18:43:34 2010 Return-Path: Delivered-To: emulation@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA5961065695; Tue, 14 Sep 2010 18:43:34 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AF9F88FC18; Tue, 14 Sep 2010 18:43:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8EIhY1J014864; Tue, 14 Sep 2010 18:43:34 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8EIhYPC014860; Tue, 14 Sep 2010 18:43:34 GMT (envelope-from edwin) Date: Tue, 14 Sep 2010 18:43:34 GMT Message-Id: <201009141843.o8EIhYPC014860@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-emulation@FreeBSD.org, emulation@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/135337: [PATCH] emulators/linux_base-f10: incorrect bash usage X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2010 18:43:34 -0000 Synopsis: [PATCH] emulators/linux_base-f10: incorrect bash usage Responsible-Changed-From-To: freebsd-emulation->emulation Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 14 18:43:34 UTC 2010 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=135337 From owner-freebsd-emulation@FreeBSD.ORG Tue Sep 14 18:48:54 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 7091A106567A; Tue, 14 Sep 2010 18:48:54 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 4588D8FC28; Tue, 14 Sep 2010 18:48:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8EIms3x019250; Tue, 14 Sep 2010 18:48:54 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8EImsuq019243; Tue, 14 Sep 2010 18:48:54 GMT (envelope-from edwin) Date: Tue, 14 Sep 2010 18:48:54 GMT Message-Id: <201009141848.o8EImsuq019243@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-emulation@FreeBSD.org, naddy@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/148096: archivers/xz: packages linux_base-* can not be built from ports on amd64 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2010 18:48:54 -0000 Synopsis: archivers/xz: packages linux_base-* can not be built from ports on amd64 Responsible-Changed-From-To: freebsd-emulation->naddy Responsible-Changed-By: edwin Responsible-Changed-When: Tue Sep 14 18:48:53 UTC 2010 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=148096 From owner-freebsd-emulation@FreeBSD.ORG Tue Sep 14 19:00:24 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 8325E106566B for ; Tue, 14 Sep 2010 19:00:24 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 378C78FC1D for ; Tue, 14 Sep 2010 19:00:23 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id o8EJ0JS6054211; Tue, 14 Sep 2010 13:00:19 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id o8EJ0J99054208; Tue, 14 Sep 2010 13:00:19 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Tue, 14 Sep 2010 13:00:19 -0600 (MDT) From: Warren Block To: Juergen Lock In-Reply-To: <20100913211401.GA49701@triton8.kn-bremen.de> Message-ID: References: <20100706032057.GA15827@stlux503.dsto.defence.gov.au> <201009022024.o82KOVni007042@triton8.kn-bremen.de> <20100911184519.GA2100@triton8.kn-bremen.de> <20100913211401.GA49701@triton8.kn-bremen.de> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (wonkity.com [127.0.0.1]); Tue, 14 Sep 2010 13:00:19 -0600 (MDT) Cc: freebsd-emulation@freebsd.org Subject: Re: CFT: vdfuse port (was: Re: Mounting VirtualBox vdi files [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, 14 Sep 2010 19:00:24 -0000 On Mon, 13 Sep 2010, Juergen Lock wrote: >> >> Dumping the partitions of that FreeBSD system worked just now. Not what >> I'd call a thorough test, but it did read everything in the filesystem >> without problems. > > Ok that sounds promising... Someone want to do more tests or should I > just commit the port? :) Testing writes has not been as successful. fdisk and bsdlabel work fine, as does writing individual files. But trying to restore onto a vdfuse/mdconfig partition just goes away. The machine is idle, restore waits in wdrain, and further access to that device does not respond. I think I saw fuse in a fuse_msg state, but can't verify that now. That was all before applying the fusefs-kmod patch; now other processes also stop responding. In any case, I'd rather have a port that is not 100% than no port at all. Announcing possible problems in the pkg-message would be appropriate. From owner-freebsd-emulation@FreeBSD.ORG Tue Sep 14 19:21:28 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 3440D1065695 for ; Tue, 14 Sep 2010 19:21:28 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id C41718FC1F for ; Tue, 14 Sep 2010 19:21:27 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id o8EJLQhU054281; Tue, 14 Sep 2010 13:21:26 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id o8EJLQHZ054278; Tue, 14 Sep 2010 13:21:26 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Tue, 14 Sep 2010 13:21:26 -0600 (MDT) From: Warren Block To: Juergen Lock In-Reply-To: Message-ID: References: <20100706032057.GA15827@stlux503.dsto.defence.gov.au> <201009022024.o82KOVni007042@triton8.kn-bremen.de> <20100911184519.GA2100@triton8.kn-bremen.de> <20100913211401.GA49701@triton8.kn-bremen.de> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (wonkity.com [127.0.0.1]); Tue, 14 Sep 2010 13:21:27 -0600 (MDT) Cc: freebsd-emulation@freebsd.org Subject: Re: CFT: vdfuse port (was: Re: Mounting VirtualBox vdi files [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, 14 Sep 2010 19:21:28 -0000 On Tue, 14 Sep 2010, Warren Block wrote: > On Mon, 13 Sep 2010, Juergen Lock wrote: >>> >>> Dumping the partitions of that FreeBSD system worked just now. Not what >>> I'd call a thorough test, but it did read everything in the filesystem >>> without problems. >> >> Ok that sounds promising... Someone want to do more tests or should I >> just commit the port? :) > > Testing writes has not been as successful. fdisk and bsdlabel work fine, as > does writing individual files. But trying to restore onto a vdfuse/mdconfig > partition just goes away. The machine is idle, restore waits in wdrain, and > further access to that device does not respond. I think I saw fuse in a > fuse_msg state, but can't verify that now. Further information: copying a single file onto the mounted filesystem works. More than one, with restore or just cp, and vdfuse and the copying process go to wdrain forever. From owner-freebsd-emulation@FreeBSD.ORG Tue Sep 14 19:31:01 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 43D64106566B for ; Tue, 14 Sep 2010 19:31:01 +0000 (UTC) (envelope-from mva@FreeBSD.org) Received: from smtprelay02.ispgateway.de (smtprelay02.ispgateway.de [80.67.18.44]) by mx1.freebsd.org (Postfix) with ESMTP id 030998FC15 for ; Tue, 14 Sep 2010 19:31:00 +0000 (UTC) Received: from [89.182.215.111] (helo=localhost) by smtprelay02.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1Ovb1v-0005HX-UN for freebsd-emulation@FreeBSD.org; Tue, 14 Sep 2010 21:19:00 +0200 Date: Tue, 14 Sep 2010 21:24:40 +0200 From: Marcus von Appen To: freebsd-emulation@FreeBSD.org Message-ID: <20100914192440.GA1668@medusa.sysfault.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cNdxnHkX5QqsyA0e" Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) X-Df-Sender: 320095 Cc: Subject: Palm WebOS development on FreeBSD X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcus von Appen List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2010 19:31:01 -0000 --cNdxnHkX5QqsyA0e Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, those of you who own a Palm Pre (Plus) or Palm Pixi and love to develop software for it (or plan to do so), also can use FreeBSD as base platform for them! I spent some days on bringing the whole Palm WebOS SDK to life on FreeBSD (at least for the emulator and such) and set up a small guide[1], which might be handy for those of you, who want to develop for WebOS on your very favourite operating system. Feedback, pointers and suggestions are highly welcome. [1] http://sysfault.org/dokuwiki/docs:webos Regards Marcus --cNdxnHkX5QqsyA0e Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (FreeBSD) iEYEARECAAYFAkyPy/gACgkQi68/ErJnpkfZigCghKpV97gPuLGoWZwcGCY/yrVH RCYAnRHiXZeVENM0fzx0I1kXRL9L+rX4 =8ccw -----END PGP SIGNATURE----- --cNdxnHkX5QqsyA0e-- From owner-freebsd-emulation@FreeBSD.ORG Tue Sep 14 22:25:26 2010 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1233) id 9AB151065698; Tue, 14 Sep 2010 22:25:26 +0000 (UTC) Date: Tue, 14 Sep 2010 22:25:26 +0000 From: Alexander Best To: Marcus von Appen Message-ID: <20100914222526.GA98993@freebsd.org> References: <20100914192440.GA1668@medusa.sysfault.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100914192440.GA1668@medusa.sysfault.org> Cc: freebsd-emulation@FreeBSD.org Subject: Re: Palm WebOS development on 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, 14 Sep 2010 22:25:26 -0000 On Tue Sep 14 10, Marcus von Appen wrote: > Hi, > > those of you who own a Palm Pre (Plus) or Palm Pixi and love to develop > software for it (or plan to do so), also can use FreeBSD as base > platform for them! > > I spent some days on bringing the whole Palm WebOS SDK to life on > FreeBSD (at least for the emulator and such) and set up a small > guide[1], which might be handy for those of you, who want to develop > for WebOS on your very favourite operating system. very cool project. :) i'd love to test it, but unfortunately i only own an a samsung mobile with symbian s60 on it. :( cheers. alex > > Feedback, pointers and suggestions are highly welcome. > > [1] http://sysfault.org/dokuwiki/docs:webos > > Regards > Marcus -- a13x From owner-freebsd-emulation@FreeBSD.ORG Wed Sep 15 01:38:04 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 01F84106566B for ; Wed, 15 Sep 2010 01:38:04 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 8431E8FC18 for ; Wed, 15 Sep 2010 01:38:03 +0000 (UTC) Received: by wwb18 with SMTP id 18so466530wwb.31 for ; Tue, 14 Sep 2010 18:38:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=NA6dbfaXQbLA32Qae5A5v/4KQV72wdVI9xginDnBOE8=; b=Tf4EZ4WauPG713LRpyDoh2Z5mPWG+LX8+mSqOKNWkWcsDuyQyydjJUevLMSK+PRc2Y ps6Y/CZlbWemciK9Qbl7rA/oPVc94zV6UEZkUlaUbwcbLzIoIA0dkuh5IO79TX18EiTy 17gBztV8m4poGR76GtPpTk6cBuHmmgnJ70V9M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=ZuQlgy6mSsxEmsbyYBJ6xtLBrfIWcuhE5Sb7QjPGPAfU6dqN5RNdY8YdKuU2PDmJMj g8p97tM/PxuW7Dw0qRt3JtS/Jqo+peQUUvY8aKcBc6GCuks7fW+wL0PW+GtamoKZCv2g kPeBbdzjdYDre1NEAqLybiGl6AmZgLkbQf1cg= MIME-Version: 1.0 Received: by 10.216.38.20 with SMTP id z20mr558654wea.108.1284513095851; Tue, 14 Sep 2010 18:11:35 -0700 (PDT) Received: by 10.216.133.2 with HTTP; Tue, 14 Sep 2010 18:11:35 -0700 (PDT) In-Reply-To: <20100913211401.GA49701@triton8.kn-bremen.de> References: <20100706032057.GA15827@stlux503.dsto.defence.gov.au> <201009022024.o82KOVni007042@triton8.kn-bremen.de> <20100911184519.GA2100@triton8.kn-bremen.de> <20100913211401.GA49701@triton8.kn-bremen.de> Date: Tue, 14 Sep 2010 20:11:35 -0500 Message-ID: From: Brandon Gooch To: Juergen Lock Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-emulation@freebsd.org Subject: Re: CFT: vdfuse port (was: Re: Mounting VirtualBox vdi files [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: Wed, 15 Sep 2010 01:38:04 -0000 On Mon, Sep 13, 2010 at 4:14 PM, Juergen Lock wrot= e: > On Sat, Sep 11, 2010 at 01:06:24PM -0600, Warren Block wrote: >> On Sat, 11 Sep 2010, Juergen Lock wrote: >> >> > On Wed, Sep 08, 2010 at 07:44:37PM -0600, Warren Block wrote: >> >> On Thu, 2 Sep 2010, Juergen Lock wrote: >> >> >> >>> ...there is a much simpler fusefs tool in debian called vdfuse that = I >> >>> now finally made a port of. =A0I don't know how stable this is on >> >>> FreeBSD or if there still may be bugs, so please give this a good te= st >> >>> and post your results here. =A0Here's a simple example: >> >>> >> >>> =A0 # vdfuse -r -f ~nox/.VirtualBox/HardDisks/win7-64.vdi /mnt >> >>> =A0 # mdconfig -a -f /mnt/Partition2 -o readonly >> >>> =A0 md0 >> >>> =A0 # mount -o ro -t ntfs /dev/md0 /mnt2 >> >>> =A0 # ls -l /mnt2 >> >>> =A0 ... >> >>> =A0 # umount /mnt2 >> >>> =A0 # mdconfig -d -u 0 >> >>> =A0 # umount /mnt >> >> >> >> It works for a .vdi of a UFS drive. =A0The BSD partitions show up on = the >> >> md0 device (md0a, etc). =A0Just a trivial test, but looks promising! >> > >> > Yep, those kind of tests worked for me too, I just wasn't sure if it >> > also survives `heavy use', i.e. reading/writing/using files much on >> > the mounted fs.es... >> >> Dumping the partitions of that FreeBSD system worked just now. =A0Not wh= at >> I'd call a thorough test, but it did read everything in the filesystem >> without problems. > > Ok that sounds promising... =A0Someone want to do more tests or should I > just commit the port? :) During my first (and only) testing session, I wasn't able to mount the md(4) device after I created it. Further, after a few attempts each time, vdfuse would segfault. Image was form Windows XP 32-bit (1 Partition, NTFS). I'm in the process of rebuilding my system ATM (kernel, world, and ports), but I will test further when I'm back up again... -Brandon From owner-freebsd-emulation@FreeBSD.ORG Wed Sep 15 02:54:26 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 74ECB106566B for ; Wed, 15 Sep 2010 02:54:26 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 189A38FC17 for ; Wed, 15 Sep 2010 02:54:25 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id o8F2PT2r061547 for ; Tue, 14 Sep 2010 20:25:29 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id o8F2PTBM061544 for ; Tue, 14 Sep 2010 20:25:29 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Tue, 14 Sep 2010 20:25:29 -0600 (MDT) From: Warren Block To: freebsd-emulation@freebsd.org Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (wonkity.com [127.0.0.1]); Tue, 14 Sep 2010 20:25:30 -0600 (MDT) Subject: CFT: arduino-0019 port 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, 15 Sep 2010 02:54:26 -0000 A preliminary update of the Arduino port for 0019 is available via github: http://github.com/wblock/Arduino-port-for-FreeBSD So far, it works for me, but a little more varied testing would be nice. From owner-freebsd-emulation@FreeBSD.ORG Wed Sep 15 03:21:59 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 505CA1065673 for ; Wed, 15 Sep 2010 03:21:59 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id E5C1C8FC0C for ; Wed, 15 Sep 2010 03:21:58 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id o8F3LwqV061740; Tue, 14 Sep 2010 21:21:58 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id o8F3Lwa3061737; Tue, 14 Sep 2010 21:21:58 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Tue, 14 Sep 2010 21:21:58 -0600 (MDT) From: Warren Block To: freebsd-emulation@freebsd.org, freebsd-embedded@freebsd.org In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (wonkity.com [127.0.0.1]); Tue, 14 Sep 2010 21:21:58 -0600 (MDT) Cc: Subject: Re: CFT: arduino-0019 port 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, 15 Sep 2010 03:21:59 -0000 On Tue, 14 Sep 2010, Warren Block wrote: > A preliminary update of the Arduino port for 0019 is available via github: > http://github.com/wblock/Arduino-port-for-FreeBSD > > So far, it works for me, but a little more varied testing would be nice. Whoops, meant to send this to the embedded list. Please followup there only. From owner-freebsd-emulation@FreeBSD.ORG Wed Sep 15 08:18:19 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 2F32D1065674; Wed, 15 Sep 2010 08:18:19 +0000 (UTC) (envelope-from mostafafaridi@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 90B6C8FC1F; Wed, 15 Sep 2010 08:18:18 +0000 (UTC) Received: by wwb18 with SMTP id 18so751701wwb.31 for ; Wed, 15 Sep 2010 01:18:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type; bh=s+QX6GiD8y3i2JvCYDOTwSh9Fl6V0n4y9kjlLucFoqU=; b=IVze9yer2hfhcxkjhvw0Cpwgyc4CeK5d47uAX/LSr8HH3oMOYLg7QcusdderOCDMBt 31kAJTDlAIf4yp5sMgbQEYy9IZC/bNgiCQ0ym4gTqWpGX6NF3dbjTznzxLc+IEuo09/r 1E7tSXrMB8RvFmEy3chRd8fFCphK+3qpR5A+A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type; b=SyomB7hYfSxJccK5e7ox+PIYa/WqOaqqjwqhdjeGpGIX8BJusRK52+O1L7T1auUAEy MTUQnYGJnqzTGIYBWpMFcFMUlAPNQhhBmyb/8GZkpwBdTPf/iwGH1VGyn16BI6Uj86Qz Cgh/NFTPNuH/iYegHF0eCUeKAIoFrlqFnDFE4= Received: by 10.216.17.194 with SMTP id j44mr913894wej.68.1284536862270; Wed, 15 Sep 2010 00:47:42 -0700 (PDT) Received: from mfaridipc.faridi ([80.191.91.11]) by mx.google.com with ESMTPS id n17sm757331weq.6.2010.09.15.00.47.39 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 15 Sep 2010 00:47:41 -0700 (PDT) Message-ID: <4C907918.7090609@gmail.com> Date: Wed, 15 Sep 2010 12:13:20 +0430 From: Gholam Mostafa Faridi User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.12) Gecko/20100908 Thunderbird/3.0.7 MIME-Version: 1.0 To: freebsd-emulation@freebsd.org, freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: virtaullBox AMD64 32bit lib 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, 15 Sep 2010 08:18:19 -0000 I want install virtualBox on AMD 64 and I use FreeBSD 8.1 and I have SRC directory , but when I run make install clean I see this error " Requires 32-bit libraries installed under /usr/lib32. Do: cd /usr/src; make build32 install32; ldconfig -v -m -R /usr/lib32 " and I run this command "cd /usr/src; make build32 install32; ldconfig -v -m -R /usr/lib32" and after minutes I see this error "===> gnu/lib/csu (obj,depend,all,install) sh /usr/src/tools/install.sh -o root -g wheel -m 444 crtbegin.o /usr/obj/usr/src/lib32/usr/lib32/crtbegin.o sh /usr/src/tools/install.sh -o root -g wheel -m 444 crtend.o /usr/obj/usr/src/lib32/usr/lib32/crtend.o sh /usr/src/tools/install.sh -o root -g wheel -m 444 crtbeginT.o /usr/obj/usr/src/lib32/usr/lib32/crtbeginT.o sh /usr/src/tools/install.sh -o root -g wheel -m 444 crtbegin.So /usr/obj/usr/src/lib32/usr/lib32/crtbeginS.o sh /usr/src/tools/install.sh -o root -g wheel -m 444 crtend.So /usr/obj/usr/src/lib32/usr/lib32/crtendS.o ===> lib/csu/i386-elf (obj,depend,all,install) ld -m elf_i386_fbsd -Y P,/usr/obj/usr/src/lib32/usr/lib32 -o gcrt1.o -r crt1_s.o gcrt1_c.o ld: Relocatable linking with relocations from format elf64-x86-64 (gcrt1_c.o) to format elf32-i386-freebsd (gcrt1.o) is not supported *** Error code 1 Stop in /usr/src/lib/csu/i386-elf. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. ldconfig: warning: /usr/lib32: No such file or directory " I make post about this error in freebsdforums but they can not help me please see link http://forums.freebsd.org/showthread.php?t=17607 they said problem is ccache and I disable and remove ccache ,but still I have that probelm please help me From owner-freebsd-emulation@FreeBSD.ORG Wed Sep 15 13:46:02 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 A91131065672 for ; Wed, 15 Sep 2010 13:46:02 +0000 (UTC) (envelope-from yks.uno@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id D97648FC12 for ; Wed, 15 Sep 2010 13:46:01 +0000 (UTC) Received: by eyx24 with SMTP id 24so79637eyx.13 for ; Wed, 15 Sep 2010 06:46:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type; bh=94DJRoZPsP+AxbylX+3u77CIgXJsLJCMmT2PKNHpkaE=; b=UFGUeg3/s6FTeWdm9S+8F0OUHuS8g1OpsN6WlqDZNYQfPn6yPPm01sBAuD1Aq1tPmK emfgJ59Ocn4KECwHveD3R8Z1uC3I2P9kXVN970eXlbOvxZR46yUiBHaRh5hvFVp+AN12 856lId6Ki4YXnJgEUhyqLkyDSKl2LB4Xop/s8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type; b=UT24zHCESV6ef2yVcFvV6VoB05ICCGNoTGmYKwpybY7UYNkYDnQ/G5ZN0n2VsAybT9 I9CKcZ1FcJrEzIkJ7sqgflpNBbqsVbjhTsekLYQMP8E73Q50WTJ0ewH9I9l6jBF5MkaE Lwr5EN02YB/0BtrupC1hz1cmhWCJ7+pkRydlE= Received: by 10.213.33.84 with SMTP id g20mr3932409ebd.4.1284556562904; Wed, 15 Sep 2010 06:16:02 -0700 (PDT) Received: from [192.168.1.11] ([212.176.192.221]) by mx.google.com with ESMTPS id a48sm2061762eei.1.2010.09.15.06.16.01 (version=SSLv3 cipher=RC4-MD5); Wed, 15 Sep 2010 06:16:01 -0700 (PDT) Message-ID: <4C90C710.8030008@gmail.com> Date: Wed, 15 Sep 2010 17:16:00 +0400 From: Yuri X User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100520 Thunderbird/3.0.4 MIME-Version: 1.0 To: emulation@freebsd.org Content-Type: multipart/mixed; boundary="------------030801070804050905090009" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: virtualbox-ose build error (Syntax error) 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, 15 Sep 2010 13:46:02 -0000 This is a multi-part message in MIME format. --------------030801070804050905090009 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Good daytime! When installing VirtualBox-3.2.8 from ports, I am running into the following error in the middle of build: ... kBuild: Installing tstShflSizes => /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE/out/freebsd.amd64/release/bin/testcase/tstShflSizes /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE/out/freebsd.amd64/release/bin/tstVMStructRC: 1: Syntax error: "(" unexpected kBuild: Installing VBoxManage => /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE/out/freebsd.amd64/release/bin/VBoxManage kmk[2]: *** [/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE/out/freebsd.amd64/release/obj/VMM/tstVMStructRC.h] Error 2 kmk[2]: *** Deleting file `/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE/out/freebsd.amd64/release/obj/VMM/tstVMStructRC.h' kmk[2]: *** Waiting for unfinished jobs.... kmk[2]: Leaving directory `/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE' kmk[2]: Entering directory `/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE' kmk[2]: *** Exiting with status 2 kmk[1]: *** [pass_binaries_this] Error 2 kmk[1]: Leaving directory `/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE' kmk: *** [pass_binaries_order] Error 2 *** Error code 2 Stop in /usr/ports/emulators/virtualbox-ose. *** Error code 1 Stop in /usr/ports/emulators/virtualbox-ose. (the complete build log attached) My system is: FreeBSD *** 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Aug 2 16:24:27 MSD 2010 ***@***:/home/src/src/sys/amd64/compile/KERNEL_20100802 amd64 All the dependencies are up to date. (The attached log file was created on Sep 13, since then I have updated everything but this didn't help.) Thank you for your time, Yuri. --------------030801070804050905090009-- From owner-freebsd-emulation@FreeBSD.ORG Wed Sep 15 14:03:51 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 8B90C106566C; Wed, 15 Sep 2010 14:03:51 +0000 (UTC) (envelope-from mostafafaridi@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id E764E8FC1C; Wed, 15 Sep 2010 14:03:50 +0000 (UTC) Received: by wwe15 with SMTP id 15so69849wwe.31 for ; Wed, 15 Sep 2010 07:03:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=3/frVSoT7H7ge1gMZhdv7cCQPrthWyBed5Nd0868k2k=; b=oDygcJtmrRhyJXDJv44fRmArEsOvMos19gaEykkxJ1yASCEY3NUZl6fQwdyJtI6QZQ A7hPiuBo2pDmwNYzV0gUBX1zA9o+400LMWzS5RWgmmtuxzOH9wH3xDMLyLnyXCS0x9eE DrHn7nJUDlHikVIlYCfDW8TuOlxZnWt2KfRLA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=dhs3n1jMxOkmSFoCodbYruE4Qujh/LFXjSL2COmZegCBtxXj1MiVcnxq3aZzwNhcKe NYdSSfuky1eym8YkqFnLI5p8Dabn0TZE836921d3DmNoQhVrbZ6ijBV1bkGMIeJ6p1j0 egmwTKUGmP9qgOMY/0mmek4nbVUU0hafwvgnM= Received: by 10.227.141.77 with SMTP id l13mr1407932wbu.77.1284559426200; Wed, 15 Sep 2010 07:03:46 -0700 (PDT) Received: from mfaridipc.faridi ([80.191.91.11]) by mx.google.com with ESMTPS id e31sm1283400wbe.17.2010.09.15.07.03.43 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 15 Sep 2010 07:03:44 -0700 (PDT) Message-ID: <4C90D141.9060603@gmail.com> Date: Wed, 15 Sep 2010 18:29:29 +0430 From: Gholam Mostafa Faridi User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.12) Gecko/20100908 Thunderbird/3.0.7 MIME-Version: 1.0 To: Edho P Arief , freebsd-emulation@freebsd.org, freebsd-questions@freebsd.org References: <4C907918.7090609@gmail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: virtaullBox AMD64 32bit lib 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, 15 Sep 2010 14:03:51 -0000 On 09/15/2010 13:00, Edho P Arief wrote: > sh install.sh I download all file and go to download directory and run that command , for first time I do not see error and do not see messages , but when I run that sh install.sh again I see this error "mfaridipc# sh install.sh ./usr/lib32/libc.so.7: Could not unlink ./usr/lib32/libcrypt.so.5: Could not unlink ./usr/lib32/librt.so.1: Could not unlink ./usr/lib32/libthr.so.3: Could not unlink ./libexec/ld-elf32.so.1: Could not unlink tar: Error exit delayed from previous errors." and problem do not solve From owner-freebsd-emulation@FreeBSD.ORG Wed Sep 15 14:24:53 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 55E5D1065674 for ; Wed, 15 Sep 2010 14:24:53 +0000 (UTC) (envelope-from yks.uno@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id D0CED8FC19 for ; Wed, 15 Sep 2010 14:24:52 +0000 (UTC) Received: by ewy22 with SMTP id 22so119469ewy.13 for ; Wed, 15 Sep 2010 07:24:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=uG16PdaAk1XB8FCVZWDuBf5XMEDu6S1xJ4UATKtQ1GY=; b=OcwEKDDPztgVS7vqArltlEjUoPiaAByWs1y8FxoiQEyrPZGu0COGe7byAJr62Tkoah GVr861W6JsC1HokVprYA+oWA8oTyG14pvg+YDpHcrOXrDiLCCplt+x6dFkw5K8Y1QxF7 ODG2LVx1bJjQwaY0aPvHLz1vKICtV7CoO54qc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=JIOIsDWE+qbJRYnY4Mh2j9X6ZbW9gOkndQ75roaPA7azoKO7HuCqnvZDnQFvNY9Nb9 4jjSq0EcN9FZq1NZN+tu8i8N9P2WJMGO33MjQB/8fxaMkZ3bYAAu2QzEbBUFxfR7foOx yb2pEAIOsUyAnOF4bQdbN91innUMfCLBragJI= Received: by 10.213.17.82 with SMTP id r18mr1211093eba.18.1284560691732; Wed, 15 Sep 2010 07:24:51 -0700 (PDT) Received: from [192.168.1.11] ([212.176.192.221]) by mx.google.com with ESMTPS id v59sm2147689eeh.10.2010.09.15.07.24.50 (version=SSLv3 cipher=RC4-MD5); Wed, 15 Sep 2010 07:24:50 -0700 (PDT) Message-ID: <4C90D731.2020606@gmail.com> Date: Wed, 15 Sep 2010 18:24:49 +0400 From: Yuri X User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100520 Thunderbird/3.0.4 MIME-Version: 1.0 To: Rusty Nejdl , emulation@freebsd.org References: <4C90C710.8030008@gmail.com> <05b04bf65decd8c8418c666215408ac0@ringofsaturn.com> In-Reply-To: <05b04bf65decd8c8418c666215408ac0@ringofsaturn.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: virtualbox-ose build error (Syntax error) 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, 15 Sep 2010 14:24:53 -0000 On 15.09.2010 18:00, Rusty Nejdl wrote: > On Wed, 15 Sep 2010 17:16:00 +0400, Yuri X wrote: >> Good daytime! >> >> When installing VirtualBox-3.2.8 from ports, I am running into the >> following error in the middle of build: >> >> ... >> kBuild: Installing tstShflSizes => >> >> /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE/out/freebsd.amd64/release/bin/testcase/tstShflSizes >> >> >> /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE/out/freebsd.amd64/release/bin/tstVMStructRC: >> >> 1: Syntax error: "(" unexpected >> kBuild: Installing VBoxManage => >> >> /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE/out/freebsd.amd64/release/bin/VBoxManage >> >> kmk[2]: *** >> >> [/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE/out/freebsd.amd64/release/obj/VMM/tstVMStructRC.h] >> >> Error 2 >> kmk[2]: *** Deleting file >> >> `/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE/out/freebsd.amd64/release/obj/VMM/tstVMStructRC.h' >> >> kmk[2]: *** Waiting for unfinished jobs.... >> kmk[2]: Leaving directory >> `/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE' >> kmk[2]: Entering directory >> `/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE' >> kmk[2]: *** Exiting with status 2 >> kmk[1]: *** [pass_binaries_this] Error 2 >> kmk[1]: Leaving directory >> `/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE' >> kmk: *** [pass_binaries_order] Error 2 >> *** Error code 2 >> >> Stop in /usr/ports/emulators/virtualbox-ose. >> *** Error code 1 >> >> Stop in /usr/ports/emulators/virtualbox-ose. >> >> >> (the complete build log attached) >> >> My system is: >> FreeBSD *** 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Aug 2 16:24:27 >> MSD 2010 ***@***:/home/src/src/sys/amd64/compile/KERNEL_20100802 >> amd64 >> All the dependencies are up to date. (The attached log file was >> created on Sep 13, since then I have updated everything but this >> didn't help.) >> >> Thank you for your time, >> Yuri. > > Yuri, > > Well, I don't have a completely current world/kernel but it is > reasonably up to date (3 weeks ago I believe) and I was able to > compile this port without issue. I am on AMD64 as well. That doesn't > help much but it at least says that the basic port works on 64bit BSD. > > Rusty Nejdl Rusty, Thank you for your answer. I don't doubt that the majority of users would have this port compile, otherwise there would have been an update. :) What is weird is the nature of the error. It shows up in a file, tstVMStructRC.h, which is apparently autogenerated and immediately deleted after the failure (in fractions of a second), so I couldn't even manage to look at its contents. And another file in this directory, which I believe is of similar meaning, tstAsmStructsHC.h, is just a set of macros line by line, so how could there appear a syntax error? I wonder if it has anything to do with any software already installed or is inherent to Virtualbox code. Unfortunately, I am not very familiar with kBuild to track this error down myself. Best regards, Yuri. From owner-freebsd-emulation@FreeBSD.ORG Wed Sep 15 14:28:28 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 B859A106566C for ; Wed, 15 Sep 2010 14:28:28 +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 6CC568FC17 for ; Wed, 15 Sep 2010 14:28:28 +0000 (UTC) Received: from ASSP.nospam (tethys [71.252.219.43]) (authenticated bits=0) by tethys.ringofsaturn.com (8.14.4/8.14.4) with ESMTP id o8FE0RT8041451; Wed, 15 Sep 2010 09:00:27 -0500 (CDT) (envelope-from rnejdl@ringofsaturn.com) Received: from mail.ringofsaturn.com ([71.252.219.43] helo=mail.ringofsaturn.com) with IPv4:25 by ASSP.nospam; 15 Sep 2010 09:00:26 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 15 Sep 2010 09:00:26 -0500 From: Rusty Nejdl To: Yuri X In-Reply-To: <4C90C710.8030008@gmail.com> References: <4C90C710.8030008@gmail.com> Message-ID: <05b04bf65decd8c8418c666215408ac0@ringofsaturn.com> X-Sender: rnejdl@ringofsaturn.com User-Agent: RoundCube Webmail/0.4-trunk X-Assp-Version: 1.7.5.7(1.0.07) on ASSP.nospam X-Assp-Intended-For-IP: 71.252.219.43 X-Assp-Passing: authenticated X-Assp-ID: ASSP.nospam 59227-11958 X-Assp-Envelope-From: rnejdl@ringofsaturn.com Cc: emulation@freebsd.org Subject: Re: virtualbox-ose build error (Syntax error) 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, 15 Sep 2010 14:28:28 -0000 On Wed, 15 Sep 2010 17:16:00 +0400, Yuri X wrote: > Good daytime! > > When installing VirtualBox-3.2.8 from ports, I am running into the > following error in the middle of build: > > ... > kBuild: Installing tstShflSizes => > > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE/out/freebsd.amd64/release/bin/testcase/tstShflSizes > > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE/out/freebsd.amd64/release/bin/tstVMStructRC: > 1: Syntax error: "(" unexpected > kBuild: Installing VBoxManage => > > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE/out/freebsd.amd64/release/bin/VBoxManage > kmk[2]: *** > > [/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE/out/freebsd.amd64/release/obj/VMM/tstVMStructRC.h] > Error 2 > kmk[2]: *** Deleting file > > `/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE/out/freebsd.amd64/release/obj/VMM/tstVMStructRC.h' > kmk[2]: *** Waiting for unfinished jobs.... > kmk[2]: Leaving directory > `/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE' > kmk[2]: Entering directory > `/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE' > kmk[2]: *** Exiting with status 2 > kmk[1]: *** [pass_binaries_this] Error 2 > kmk[1]: Leaving directory > `/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE' > kmk: *** [pass_binaries_order] Error 2 > *** Error code 2 > > Stop in /usr/ports/emulators/virtualbox-ose. > *** Error code 1 > > Stop in /usr/ports/emulators/virtualbox-ose. > > > (the complete build log attached) > > My system is: > FreeBSD *** 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Aug 2 16:24:27 > MSD 2010 ***@***:/home/src/src/sys/amd64/compile/KERNEL_20100802 > amd64 > All the dependencies are up to date. (The attached log file was > created on Sep 13, since then I have updated everything but this > didn't help.) > > Thank you for your time, > Yuri. Yuri, Well, I don't have a completely current world/kernel but it is reasonably up to date (3 weeks ago I believe) and I was able to compile this port without issue. I am on AMD64 as well. That doesn't help much but it at least says that the basic port works on 64bit BSD. Rusty Nejdl From owner-freebsd-emulation@FreeBSD.ORG Wed Sep 15 14:50:05 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 453BD106564A for ; Wed, 15 Sep 2010 14:50:05 +0000 (UTC) (envelope-from xi@borderworlds.dk) Received: from kazon.borderworlds.dk (kazon.borderworlds.dk [IPv6:2a01:4f8:101:4201::1:1]) by mx1.freebsd.org (Postfix) with ESMTP id D0CCA8FC13 for ; Wed, 15 Sep 2010 14:50:04 +0000 (UTC) Received: from borg.borderworlds.dk (localhost [127.0.0.1]) by kazon.borderworlds.dk (Postfix) with ESMTP id 768745C3B; Wed, 15 Sep 2010 16:50:03 +0200 (CEST) Message-ID: <4C90DD1B.8040808@borderworlds.dk> Date: Wed, 15 Sep 2010 16:50:03 +0200 From: Christian Laursen Organization: The Border Worlds User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.9) Gecko/20100908 Thunderbird/3.1.3 MIME-Version: 1.0 To: Yuri X References: <4C90C710.8030008@gmail.com> In-Reply-To: <4C90C710.8030008@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: emulation@freebsd.org Subject: Re: virtualbox-ose build error (Syntax error) 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, 15 Sep 2010 14:50:05 -0000 On 09/15/10 15:16, Yuri X wrote: > Good daytime! > > When installing VirtualBox-3.2.8 from ports, I am running into the > following error in the middle of build: > > ... > kBuild: Installing tstShflSizes => > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE/out/freebsd.amd64/release/bin/testcase/tstShflSizes > > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE/out/freebsd.amd64/release/bin/tstVMStructRC: > 1: Syntax error: "(" unexpected > kBuild: Installing VBoxManage => > /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE/out/freebsd.amd64/release/bin/VBoxManage > > kmk[2]: *** > [/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE/out/freebsd.amd64/release/obj/VMM/tstVMStructRC.h] > Error 2 > kmk[2]: *** Deleting file > `/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE/out/freebsd.amd64/release/obj/VMM/tstVMStructRC.h' You probably need to change COMPAT_IA32 to COMPAT_FREEBSD32 in your kernel configuration. This error is not at all obvious and took me a while to figure out too, when I encountered it. -- Christian Laursen From owner-freebsd-emulation@FreeBSD.ORG Wed Sep 15 15:31:15 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 9789F106564A for ; Wed, 15 Sep 2010 15:31:15 +0000 (UTC) (envelope-from yks.uno@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2644C8FC1B for ; Wed, 15 Sep 2010 15:31:14 +0000 (UTC) Received: by eyx24 with SMTP id 24so202203eyx.13 for ; Wed, 15 Sep 2010 08:31:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=2fpwa/+yn49eoyCo7Oi0Y2Uq4F7eILDf7uOVj4xKVRI=; b=UYTjgyjKXIy2OwqZuopFYdPvT7GItbwjAUWtqciw/XU8egwZoDp6a79pNt+dPwq2rV YNcwUespIGJ2u3iDfxeRTGWsYR8fsExhBBixuG+NKGqOfH+YBbX4Y+PlTG2Kz6AC8Hn1 JylcNlmAlRdkPzTs77zLk+Ao8GF9GS+0z1fqQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=beOfc0n6KMdTYA1+xjexraO6oGuFH0vDXHYpAWmt4xt73YnM/pNFC5MIgA0BUcCRYT 2V3A54dta/Fs6Ga4qVS1hRMuNlTok89Qx95GPNo+IJ09KNrUZUhh7TpeyhM0Y0/XSHYV R0yRZvBeucVXedqTErSdkh0Kk/CN3IlfYL76s= Received: by 10.213.6.208 with SMTP id a16mr1302116eba.62.1284564674014; Wed, 15 Sep 2010 08:31:14 -0700 (PDT) Received: from [192.168.1.11] ([212.176.192.221]) by mx.google.com with ESMTPS id v59sm2239664eeh.10.2010.09.15.08.31.12 (version=SSLv3 cipher=RC4-MD5); Wed, 15 Sep 2010 08:31:13 -0700 (PDT) Message-ID: <4C90E6BF.4090707@gmail.com> Date: Wed, 15 Sep 2010 19:31:11 +0400 From: Yuri X User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100520 Thunderbird/3.0.4 MIME-Version: 1.0 To: Christian Laursen References: <4C90C710.8030008@gmail.com> <4C90DD1B.8040808@borderworlds.dk> In-Reply-To: <4C90DD1B.8040808@borderworlds.dk> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: emulation@freebsd.org Subject: Re: virtualbox-ose build error (Syntax error) 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, 15 Sep 2010 15:31:15 -0000 On 15.09.2010 18:50, Christian Laursen wrote: > On 09/15/10 15:16, Yuri X wrote: >> Good daytime! >> >> When installing VirtualBox-3.2.8 from ports, I am running into the >> following error in the middle of build: >> >> ... >> kBuild: Installing tstShflSizes => >> /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE/out/freebsd.amd64/release/bin/testcase/tstShflSizes >> >> >> /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE/out/freebsd.amd64/release/bin/tstVMStructRC: >> >> 1: Syntax error: "(" unexpected >> kBuild: Installing VBoxManage => >> /usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE/out/freebsd.amd64/release/bin/VBoxManage >> >> >> kmk[2]: *** >> [/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE/out/freebsd.amd64/release/obj/VMM/tstVMStructRC.h] >> >> Error 2 >> kmk[2]: *** Deleting file >> `/usr/ports/emulators/virtualbox-ose/work/VirtualBox-3.2.8_OSE/out/freebsd.amd64/release/obj/VMM/tstVMStructRC.h' >> > > You probably need to change COMPAT_IA32 to COMPAT_FREEBSD32 in your > kernel configuration. > > This error is not at all obvious and took me a while to figure out > too, when I encountered it. > I substituted COMPAT_IA32 with COMPAT_FREEBSD32 and recompiled the kernel. Unfortunately, this didn't help. The error persists. Yuri. From owner-freebsd-emulation@FreeBSD.ORG Wed Sep 15 18:10: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 DD05B1065698 for ; Wed, 15 Sep 2010 18:10:34 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 930B58FC2C for ; Wed, 15 Sep 2010 18:10:34 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 385711E000FD; Wed, 15 Sep 2010 20:10:33 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.3) with ESMTP id o8FH1020034399; Wed, 15 Sep 2010 19:01:00 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id o8FH101f034398; Wed, 15 Sep 2010 19:01:00 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Wed, 15 Sep 2010 19:01:00 +0200 To: Warren Block Message-ID: <20100915170100.GB34329@triton8.kn-bremen.de> References: <20100706032057.GA15827@stlux503.dsto.defence.gov.au> <201009022024.o82KOVni007042@triton8.kn-bremen.de> <20100911184519.GA2100@triton8.kn-bremen.de> <20100913211401.GA49701@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-emulation@freebsd.org, Juergen Lock Subject: Re: CFT: vdfuse port (was: Re: Mounting VirtualBox vdi files [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: Wed, 15 Sep 2010 18:10:35 -0000 On Tue, Sep 14, 2010 at 01:21:26PM -0600, Warren Block wrote: > On Tue, 14 Sep 2010, Warren Block wrote: > > > On Mon, 13 Sep 2010, Juergen Lock wrote: > >>> > >>> Dumping the partitions of that FreeBSD system worked just now. Not what > >>> I'd call a thorough test, but it did read everything in the filesystem > >>> without problems. > >> > >> Ok that sounds promising... Someone want to do more tests or should I > >> just commit the port? :) > > > > Testing writes has not been as successful. fdisk and bsdlabel work fine, as > > does writing individual files. But trying to restore onto a vdfuse/mdconfig > > partition just goes away. The machine is idle, restore waits in wdrain, and > > further access to that device does not respond. I think I saw fuse in a > > fuse_msg state, but can't verify that now. > > Further information: copying a single file onto the mounted filesystem > works. More than one, with restore or just cp, and vdfuse and the > copying process go to wdrain forever. Hm ok... Which FreeBSD version was this btw? Thanx, :) Juergen From owner-freebsd-emulation@FreeBSD.ORG Wed Sep 15 18:10: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 DE78510656A4 for ; Wed, 15 Sep 2010 18:10:34 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 930808FC2B for ; Wed, 15 Sep 2010 18:10:34 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 356D51E00968; Wed, 15 Sep 2010 20:10:33 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.3) with ESMTP id o8FGx2uX034366; Wed, 15 Sep 2010 18:59:02 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id o8FGx2L2034365; Wed, 15 Sep 2010 18:59:02 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Wed, 15 Sep 2010 18:59:01 +0200 To: Brandon Gooch Message-ID: <20100915165901.GA34329@triton8.kn-bremen.de> References: <20100706032057.GA15827@stlux503.dsto.defence.gov.au> <201009022024.o82KOVni007042@triton8.kn-bremen.de> <20100911184519.GA2100@triton8.kn-bremen.de> <20100913211401.GA49701@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-emulation@freebsd.org, Juergen Lock Subject: Re: CFT: vdfuse port (was: Re: Mounting VirtualBox vdi files [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: Wed, 15 Sep 2010 18:10:35 -0000 On Tue, Sep 14, 2010 at 08:11:35PM -0500, Brandon Gooch wrote: > On Mon, Sep 13, 2010 at 4:14 PM, Juergen Lock wrote: > > On Sat, Sep 11, 2010 at 01:06:24PM -0600, Warren Block wrote: > >> On Sat, 11 Sep 2010, Juergen Lock wrote: > >> > >> > On Wed, Sep 08, 2010 at 07:44:37PM -0600, Warren Block wrote: > >> >> On Thu, 2 Sep 2010, Juergen Lock wrote: > >> >> > >> >>> ...there is a much simpler fusefs tool in debian called vdfuse that I > >> >>> now finally made a port of.  I don't know how stable this is on > >> >>> FreeBSD or if there still may be bugs, so please give this a good test > >> >>> and post your results here.  Here's a simple example: > >> >>> > >> >>>   # vdfuse -r -f ~nox/.VirtualBox/HardDisks/win7-64.vdi /mnt > >> >>>   # mdconfig -a -f /mnt/Partition2 -o readonly > >> >>>   md0 > >> >>>   # mount -o ro -t ntfs /dev/md0 /mnt2 > >> >>>   # ls -l /mnt2 > >> >>>   ... > >> >>>   # umount /mnt2 > >> >>>   # mdconfig -d -u 0 > >> >>>   # umount /mnt > >> >> > >> >> It works for a .vdi of a UFS drive.  The BSD partitions show up on the > >> >> md0 device (md0a, etc).  Just a trivial test, but looks promising! > >> > > >> > Yep, those kind of tests worked for me too, I just wasn't sure if it > >> > also survives `heavy use', i.e. reading/writing/using files much on > >> > the mounted fs.es... > >> > >> Dumping the partitions of that FreeBSD system worked just now.  Not what > >> I'd call a thorough test, but it did read everything in the filesystem > >> without problems. > > > > Ok that sounds promising...  Someone want to do more tests or should I > > just commit the port? :) > > During my first (and only) testing session, I wasn't able to mount the > md(4) device after I created it. Further, after a few attempts each > time, vdfuse would segfault. > > Image was form Windows XP 32-bit (1 Partition, NTFS). > Did you use the correct partition? And did you try ntfs-3g or just the in-kernel (readonly) ntfs? Also which FreeBSD version was this? > I'm in the process of rebuilding my system ATM (kernel, world, and > ports), but I will test further when I'm back up again... Ok that should be interesting then. Thanx, :) Juergen From owner-freebsd-emulation@FreeBSD.ORG Wed Sep 15 18:10: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 DFC2A10656A5 for ; Wed, 15 Sep 2010 18:10:34 +0000 (UTC) (envelope-from nox@jelal.kn-bremen.de) Received: from smtp.kn-bremen.de (gelbbaer.kn-bremen.de [78.46.108.116]) by mx1.freebsd.org (Postfix) with ESMTP id 930F08FC2D for ; Wed, 15 Sep 2010 18:10:34 +0000 (UTC) Received: by smtp.kn-bremen.de (Postfix, from userid 10) id 6F16C1E00974; Wed, 15 Sep 2010 20:10:33 +0200 (CEST) Received: from triton8.kn-bremen.de (noident@localhost [127.0.0.1]) by triton8.kn-bremen.de (8.14.4/8.14.3) with ESMTP id o8FI8eCr035650; Wed, 15 Sep 2010 20:08:40 +0200 (CEST) (envelope-from nox@triton8.kn-bremen.de) Received: (from nox@localhost) by triton8.kn-bremen.de (8.14.4/8.14.3/Submit) id o8FI8boE035649; Wed, 15 Sep 2010 20:08:37 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Wed, 15 Sep 2010 20:08:37 +0200 To: Warren Block Message-ID: <20100915180837.GC34329@triton8.kn-bremen.de> References: <20100706032057.GA15827@stlux503.dsto.defence.gov.au> <201009022024.o82KOVni007042@triton8.kn-bremen.de> <20100911184519.GA2100@triton8.kn-bremen.de> <20100913211401.GA49701@triton8.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-emulation@freebsd.org, Juergen Lock Subject: Re: CFT: vdfuse port (was: Re: Mounting VirtualBox vdi files [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: Wed, 15 Sep 2010 18:10:35 -0000 On Tue, Sep 14, 2010 at 01:00:19PM -0600, Warren Block wrote: >[...] > In any case, I'd rather have a port that is not 100% than no port at > all. Announcing possible problems in the pkg-message would be > appropriate. Well if we can establish that readonly works consistently at least for `some' versions of FreeBSD then that might be an option. Thanx, Juergen From owner-freebsd-emulation@FreeBSD.ORG Wed Sep 15 19:45: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 E0EEF106564A for ; Wed, 15 Sep 2010 19:45:53 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 963EA8FC16 for ; Wed, 15 Sep 2010 19:45:53 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id o8FJjq5c064952; Wed, 15 Sep 2010 13:45:52 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id o8FJjq5O064949; Wed, 15 Sep 2010 13:45:52 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Wed, 15 Sep 2010 13:45:52 -0600 (MDT) From: Warren Block To: Juergen Lock In-Reply-To: <20100915170100.GB34329@triton8.kn-bremen.de> Message-ID: References: <20100706032057.GA15827@stlux503.dsto.defence.gov.au> <201009022024.o82KOVni007042@triton8.kn-bremen.de> <20100911184519.GA2100@triton8.kn-bremen.de> <20100913211401.GA49701@triton8.kn-bremen.de> <20100915170100.GB34329@triton8.kn-bremen.de> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (wonkity.com [127.0.0.1]); Wed, 15 Sep 2010 13:45:52 -0600 (MDT) Cc: freebsd-emulation@freebsd.org Subject: Re: CFT: vdfuse port (was: Re: Mounting VirtualBox vdi files [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: Wed, 15 Sep 2010 19:45:54 -0000 On Wed, 15 Sep 2010, Juergen Lock wrote: > On Tue, Sep 14, 2010 at 01:21:26PM -0600, Warren Block wrote: >> On Tue, 14 Sep 2010, Warren Block wrote: >> >>> On Mon, 13 Sep 2010, Juergen Lock wrote: >>>>> >>>>> Dumping the partitions of that FreeBSD system worked just now. Not what >>>>> I'd call a thorough test, but it did read everything in the filesystem >>>>> without problems. >>>> >>>> Ok that sounds promising... Someone want to do more tests or should I >>>> just commit the port? :) >>> >>> Testing writes has not been as successful. fdisk and bsdlabel work fine, as >>> does writing individual files. But trying to restore onto a vdfuse/mdconfig >>> partition just goes away. The machine is idle, restore waits in wdrain, and >>> further access to that device does not respond. I think I saw fuse in a >>> fuse_msg state, but can't verify that now. >> >> Further information: copying a single file onto the mounted filesystem >> works. More than one, with restore or just cp, and vdfuse and the >> copying process go to wdrain forever. > > Hm ok... Which FreeBSD version was this btw? 8.1-stable as of Monday, 32-bit i386. From owner-freebsd-emulation@FreeBSD.ORG Wed Sep 15 23:38:02 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 8FD041065670 for ; Wed, 15 Sep 2010 23:38:02 +0000 (UTC) (envelope-from rbyrnes@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 1DBB78FC15 for ; Wed, 15 Sep 2010 23:38:01 +0000 (UTC) Received: by bwz15 with SMTP id 15so1359217bwz.13 for ; Wed, 15 Sep 2010 16:38:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=1QN1HwYRwDeFizNwjnFurguEswkbkz/kEkGADjZ2tbE=; b=HKPmwGXLshYJaCN51JDdxNl/YFf6Fy4TLMFG9Zz7CLOgoEnEIsf6G0KQl44mAF2ftc CsKOC1uV50oUdslNeZok8oQVaCw9itT6CVy4ONWe3sEBe5QqRkoETsPwlpyRE/NsI/Yd JaB5qrjxB3UYqnX87cg0WvT0T+B3Ybz0O97QI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=CHgNk5XvU1va0L7vcYnIWUlI4YdHywzCl4BYJbgXV5WGBhBjtgRiDjpTLwRmSER4LI sKNQVPeFcPHkO9Nz1gFz/laRXICJ+Tjf0YYpIcOvpyZa38KF3PlU8Fb6yod83gVKmcPm lz4aXh2gh5KJcV/YZSaBivsnbo0GvyjtN/1r4= Received: by 10.239.132.71 with SMTP id 7mr75969hbq.182.1284592554197; Wed, 15 Sep 2010 16:15:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.239.181.68 with HTTP; Wed, 15 Sep 2010 16:15:34 -0700 (PDT) In-Reply-To: <4C907918.7090609@gmail.com> References: <4C907918.7090609@gmail.com> From: Rob Byrnes Date: Thu, 16 Sep 2010 09:15:34 +1000 Message-ID: To: Gholam Mostafa Faridi Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-emulation@freebsd.org, freebsd-questions@freebsd.org Subject: Re: virtaullBox AMD64 32bit lib 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, 15 Sep 2010 23:38:02 -0000 On 15 September 2010 17:43, Gholam Mostafa Faridi wrote: > I want install virtualBox on AMD 64 and I use FreeBSD 8.1 and I have SRC > directory , but when I run make install clean I see this error > " Requires 32-bit libraries installed under /usr/lib32. > Do: cd /usr/src; make build32 install32; ldconfig -v -m -R /usr/lib32 " > and I run this command > "cd /usr/src; make build32 install32; ldconfig -v -m -R /usr/lib32" > =A0and after minutes I see this error > > "=3D=3D=3D> gnu/lib/csu (obj,depend,all,install) > sh /usr/src/tools/install.sh -o root -g wheel -m 444 =A0crtbegin.o > /usr/obj/usr/src/lib32/usr/lib32/crtbegin.o > sh /usr/src/tools/install.sh -o root -g wheel -m 444 =A0crtend.o > /usr/obj/usr/src/lib32/usr/lib32/crtend.o > sh /usr/src/tools/install.sh -o root -g wheel -m 444 =A0crtbeginT.o > /usr/obj/usr/src/lib32/usr/lib32/crtbeginT.o > sh /usr/src/tools/install.sh -o root -g wheel -m 444 =A0crtbegin.So > /usr/obj/usr/src/lib32/usr/lib32/crtbeginS.o > sh /usr/src/tools/install.sh -o root -g wheel -m 444 =A0crtend.So > /usr/obj/usr/src/lib32/usr/lib32/crtendS.o > =3D=3D=3D> lib/csu/i386-elf (obj,depend,all,install) > ld -m elf_i386_fbsd -Y P,/usr/obj/usr/src/lib32/usr/lib32 =A0-o gcrt1.o -= r > crt1_s.o gcrt1_c.o > ld: Relocatable linking with relocations from format elf64-x86-64 > (gcrt1_c.o) to format elf32-i386-freebsd (gcrt1.o) is not supported > *** Error code 1 > > Stop in /usr/src/lib/csu/i386-elf. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > ldconfig: warning: /usr/lib32: No such file or directory " > > I make post about this error in =A0freebsdforums but they can not help me > please see link > > http://forums.freebsd.org/showthread.php?t=3D17607 > > they said problem is ccache and I disable and remove ccache =A0,but still= I > have that probelm > please help me I had a similar problem, and removing the contents of /usr/obj and then rebuilding world (cvsup'ed as of 15/09) with make -DNO_CCACHE seemed to work. This was on a real AMD64 machine too. Rob From owner-freebsd-emulation@FreeBSD.ORG Thu Sep 16 10:45:08 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 E7F8E1065674 for ; Thu, 16 Sep 2010 10:45:08 +0000 (UTC) (envelope-from freebsd-emulation@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id A30078FC1F for ; Thu, 16 Sep 2010 10:45:08 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OwBj9-00070N-EN for freebsd-emulation@freebsd.org; Thu, 16 Sep 2010 12:30:03 +0200 Received: from k.saper.info ([91.121.151.35]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 16 Sep 2010 12:30:03 +0200 Received: from saper by k.saper.info with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 16 Sep 2010 12:30:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-emulation@freebsd.org From: Marcin Cieslak Followup-To: gmane.os.freebsd.devel.emulation Date: Thu, 16 Sep 2010 10:22:08 +0000 (UTC) Organization: http://saper.info Lines: 16 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: k.saper.info User-Agent: slrn/0.9.9p1 (FreeBSD) Cc: freebsd-embedded@freebsd.org Subject: Re: CFT: arduino-0019 port 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, 16 Sep 2010 10:45:09 -0000 Zawartość nagłówka ["Followup-To:" gmane.os.freebsd.devel.emulation.] Dnia 15.09.2010 Warren Block napisaÅ‚/a: > On Tue, 14 Sep 2010, Warren Block wrote: > >> A preliminary update of the Arduino port for 0019 is available via github: >> http://github.com/wblock/Arduino-port-for-FreeBSD >> >> So far, it works for me, but a little more varied testing would be nice. > > Whoops, meant to send this to the embedded list. Please followup there > only. Not a problem. I've seen it on -emulation and I am actually downloading a port to test :) //M From owner-freebsd-emulation@FreeBSD.ORG Thu Sep 16 12:17:51 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 1842C1065675 for ; Thu, 16 Sep 2010 12:17:51 +0000 (UTC) (envelope-from freebsd-emulation@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id 49D998FC23 for ; Thu, 16 Sep 2010 12:17:50 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OwDPQ-0006aH-M7 for freebsd-emulation@freebsd.org; Thu, 16 Sep 2010 14:17:48 +0200 Received: from k.saper.info ([91.121.151.35]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 16 Sep 2010 14:17:48 +0200 Received: from saper by k.saper.info with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 16 Sep 2010 14:17:48 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-emulation@freebsd.org From: Marcin Cieslak Followup-To: gmane.os.freebsd.embedded Date: Thu, 16 Sep 2010 12:17:38 +0000 (UTC) Organization: http://saper.info Lines: 459 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: k.saper.info User-Agent: slrn/0.9.9p1 (FreeBSD) Cc: freebsd-embedded@freebsd.org Subject: Re: CFT: arduino-0019 port 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, 16 Sep 2010 12:17:51 -0000 Zawartość nagłówka ["Followup-To:" gmane.os.freebsd.embedded.] Dnia 15.09.2010 Warren Block napisaÅ‚/a: > On Tue, 14 Sep 2010, Warren Block wrote: > >> A preliminary update of the Arduino port for 0019 is available via github: >> http://github.com/wblock/Arduino-port-for-FreeBSD >> >> So far, it works for me, but a little more varied testing would be nice. I have some issues with it, running: FreeBSD 9.0-CURRENT #0 r212217: Thu Sep 9 15:57:36 CEST 2010 on amd64 packages: avrdude-5.10 rxtx-jdk16-2.1.7r2_5 jdk-1.6.0.3p4_3 all compiled from ports % java -version java version "1.6.0_03-p4" Java(TM) SE Runtime Environment (build 1.6.0_03-p4-saper_02_sep_2008_03_26-b00) Java HotSpot(TM) 64-Bit Server VM (build 1.6.0_03-p4-saper_02_sep_2008_03_26-b00, mixed mode) (1) First, opening a Tools menu has a noticeable delay (although not that bad as on Windows, it's literally seconds there). Sometimes Tools menu (esp. for a first time opens without "Board" and "Port" selection items. (2) After startup with default sketch window, I try to open Examples -> ArduinoISP. It opens in a second window, but the first one flickers badly at the bottom. Both windows seem to work (menu opens there etc. but flickering is very annoing). I am using dwm non-reparenting window manager (x11-wm/dwm) that changes window size automatically, maybe it's related to this. (3) Quitting JVM is low (after Arduino windows close it takes a while to get back to the command line). (4) Compilation and upload using avrdude worked fine. (5) Attempt to use serial monitor results in a crash. I tried first time with /dev/cuaU1 (where Arduino running ArduinoISP is connected) - serial monitor opened, I switched from 9600 to 192000 but after entering "space", "zero" and "^T" in the box and pressing "Send", JVM crashed. (crash hs_err_pid40041.log). Second time I tried with /dev/cuaU0 (Arudino running amforth) opening Serial Monitor caused this immediately (crash hs_err_id55889.log). Crash reports from JVM follow. //Marcin -----------------8<--------- hs_err_pid40041.log -------------------- # # An unexpected error has been detected by Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x000000081378d647, pid=40041, tid=0xc34800 # # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.6.0_03-p4-saper_02_sep_2008_03_26-b00 mixed mode) # Problematic frame: # C [librxtxSerial.so+0x7647] Java_gnu_io_RXTXPort_nativeDrain+0xd4 # # Please submit bug reports to freebsd-java@FreeBSD.org # --------------- T H R E A D --------------- Current thread (0x0000000800cc4800): JavaThread "AWT-EventQueue-0" [_thread_in_native, id=12797952] siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0xfffffffffe5e88fc Registers: RAX=0x000000000000001c, RBX=0x00007ffffeff1ea0, RCX=0x0000000000000000, RDX=0x0000000000000000 RSP=0x00007ffffeff1d10, RBP=0x0000000000000000, RSI=0x000000081378eb24, RDI=0x00007ffffeff1ea0 R8 =0x00007ff7eb863398, R9 =0x00007ffffeff1a6f, R10=0x0000000000000002, R11=0x00007ffffeff1ac0 R12=0x0000000000000010, R13=0xfffffffffe5e8790, R14=0x0000000800cc4990, R15=0x0000000000000000 RIP=0x000000081378d647, EFL=0x003b003b00000001, ERR=0x0000000000000004 TRAPNO=0x001b00130000000c Top of Stack: (sp=0x00007ffffeff1d10) 0x00007ffffeff1d10: 00007ffffeff1de0 00007ffffeff1fa8 0x00007ffffeff1d20: 0000000800cc4800 000000080b1b2531 0x00007ffffeff1d30: 00007ffffeff1d70 00007ffffeff1d50 0x00007ffffeff1d40: 00007ffffeff1ef7 00000008104b8c38 0x00007ffffeff1d50: 0000000801735c10 0000005000000000 0x00007ffffeff1d60: 0000000000000020 0000000000000000 0x00007ffffeff1d70: 0000000000000000 00000008104b6d40 0x00007ffffeff1d80: 0000000000000020 0000000000000100 0x00007ffffeff1d90: 0000000000000000 0000000000000000 0x00007ffffeff1da0: 000000000000000b 000000081378d573 0x00007ffffeff1db0: 0000000000000020 0000000800d018c0 0x00007ffffeff1dc0: 00000008104b8c38 0000000800cc4800 0x00007ffffeff1dd0: 00007ffffeff1ef7 0000000000000003 0x00007ffffeff1de0: 00007ffffeff1e40 00000008014728a9 0x00007ffffeff1df0: 0000000800cc4800 0000000801305bd3 0x00007ffffeff1e00: 00000008104b6d10 0000000801fd0da3 0x00007ffffeff1e10: 00007ffffeff2050 0000000800d018c0 0x00007ffffeff1e20: 00000008104b8c38 00000008104b6c00 0x00007ffffeff1e30: 0000000800cc4800 00000008104b8c38 0x00007ffffeff1e40: 00007ffffeff1e90 0000000801472c4d 0x00007ffffeff1e50: 00007ffffeff1ef7 00000008104b6fe8 0x00007ffffeff1e60: 0000000801738890 00000008104b8c78 0x00007ffffeff1e70: 00000000104b8c38 000000081378d573 0x00007ffffeff1e80: 0000000000000000 00000008104b8c38 0x00007ffffeff1e90: 00000008104b8c38 0000000801472d37 0x00007ffffeff1ea0: 74726f5058545852 29286e696172643a 0x00007ffffeff1eb0: 736e727574657220 000000000a30203a 0x00007ffffeff1ec0: 00007ffffeff1fa8 0000000800cc4800 0x00007ffffeff1ed0: 00007ffffeff1f10 00000008012dcf44 0x00007ffffeff1ee0: 00007ffffeff1ff0 0000000801fd0da3 0x00007ffffeff1ef0: 00007ffffeff1fa0 000000080b1bb740 0x00007ffffeff1f00: 00007ffffeff1f80 0000000000000104 Instructions: (pc=0x000000081378d647) 0x000000081378d637: f7 e8 97 bf ff ff 45 84 ff 75 30 4d 85 ed 74 2b 0x000000081378d647: 45 8b 8d 6c 01 00 00 45 85 c9 74 16 41 c7 85 6c Stack: [0x00007ffffeef3000,0x00007ffffeff3000), sp=0x00007ffffeff1d10, free space=1019k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [librxtxSerial.so+0x7647] Java_gnu_io_RXTXPort_nativeDrain+0xd4 [error occurred during error reporting, step 120, id 0xb] Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j gnu.io.RXTXPort.nativeDrain(Z)Z+0 j gnu.io.RXTXPort$SerialOutputStream.flush()V+72 j processing.app.Serial.write([B)V+12 j processing.app.Serial.write(Ljava/lang/String;)V+5 j processing.app.SerialMonitor.send(Ljava/lang/String;)V+111 j processing.app.SerialMonitor.access$100(Lprocessing/app/SerialMonitor;Ljava/lang/String;)V+2 j processing.app.SerialMonitor$4.actionPerformed(Ljava/awt/event/ActionEvent;)V+14 j javax.swing.AbstractButton.fireActionPerformed(Ljava/awt/event/ActionEvent;)V+84 j javax.swing.AbstractButton$Handler.actionPerformed(Ljava/awt/event/ActionEvent;)V+5 j javax.swing.DefaultButtonModel.fireActionPerformed(Ljava/awt/event/ActionEvent;)V+35 j javax.swing.DefaultButtonModel.setPressed(Z)V+117 j javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Ljava/awt/event/MouseEvent;)V+35 j java.awt.Component.processMouseEvent(Ljava/awt/event/MouseEvent;)V+64 j javax.swing.JComponent.processMouseEvent(Ljava/awt/event/MouseEvent;)V+23 J java.awt.Component.processEvent(Ljava/awt/AWTEvent;)V J java.awt.Container.processEvent(Ljava/awt/AWTEvent;)V J java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V J java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V J java.awt.LightweightDispatcher.retargetMouseEvent(Ljava/awt/Component;ILjava/awt/event/MouseEvent;)V J java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V J java.awt.Window.dispatchEventImpl(Ljava/awt/AWTEvent;)V J java.awt.EventDispatchThread.pumpOneEventForFilters(I)Z J java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V j java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11 j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4 j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3 j java.awt.EventDispatchThread.run()V+9 v ~StubRoutines::call_stub --------------- P R O C E S S --------------- Java Threads: ( => current thread ) 0x0000000800cc6c00 JavaThread "Thread-69" [_thread_in_native, id=286188800] 0x0000000800cbf000 JavaThread "DestroyJavaVM" [_thread_blocked, id=12613120] 0x0000000800cc7400 JavaThread "TimerQueue" daemon [_thread_blocked, id=12802560] =>0x0000000800cc4800 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=12797952] 0x0000000800cc3400 JavaThread "AWT-Shutdown" [_thread_blocked, id=12797184] 0x0000000800cc3c00 JavaThread "AWT-XAWT" daemon [_thread_in_native, id=12794880] 0x0000000800cc2800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=12793344] 0x0000000800cc2000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=12787968] 0x0000000800cc1800 JavaThread "CompilerThread1" daemon [_thread_blocked, id=12787200] 0x0000000800cc1000 JavaThread "CompilerThread0" daemon [_thread_blocked, id=12786432] 0x0000000800cc0c00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=12785664] 0x0000000800cc0400 JavaThread "Finalizer" daemon [_thread_blocked, id=12784128] 0x0000000800cbfc00 JavaThread "Reference Handler" daemon [_thread_blocked, id=12783360] Other Threads: 0x0000000800fef400 VMThread [id=12782592] 0x0000000800fefc00 WatcherThread [id=12788736] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap def new generation total 3264K, used 1652K [0x0000000804fc0000, 0x0000000805340000, 0x0000000806bc0000) eden space 2944K, 55% used [0x0000000804fc0000, 0x0000000805155528, 0x00000008052a0000) from space 320K, 9% used [0x00000008052f0000, 0x00000008052f7b48, 0x0000000805340000) to space 320K, 0% used [0x00000008052a0000, 0x00000008052a0000, 0x00000008052f0000) tenured generation total 7028K, used 6564K [0x0000000806bc0000, 0x000000080729d000, 0x000000080a3c0000) the space 7028K, 93% used [0x0000000806bc0000, 0x00000008072291b0, 0x0000000807229200, 0x000000080729d000) compacting perm gen total 21248K, used 17865K [0x000000080a3c0000, 0x000000080b880000, 0x000000080f7c0000) the space 21248K, 84% used [0x000000080a3c0000, 0x000000080b532678, 0x000000080b532800, 0x000000080b880000) No shared spaces configured. Dynamic libraries: 0x0000000000400000 /usr/local/jdk1.6.0/bin/java 0x0000000800656000 /lib/libthr.so.3 0x0000000800771000 /lib/libc.so.7 0x0000000801000000 /usr/local/jdk1.6.0/jre/lib/amd64/server/libjvm.so 0x00000008009af000 /usr/lib/libstdc++.so.6 0x000000080181c000 /lib/libm.so.5 0x000000080193b000 /lib/libgcc_s.so.1 0x0000000801a48000 /usr/local/jdk1.6.0/jre/lib/amd64/native_threads/libhpi.so 0x0000000801b55000 /usr/local/jdk1.6.0/jre/lib/amd64/libverify.so 0x0000000801c66000 /usr/local/jdk1.6.0/jre/lib/amd64/libjava.so 0x0000000801d9a000 /usr/local/jdk1.6.0/jre/lib/amd64/libzip.so 0x0000000801ea3000 /lib/libz.so.4 0x000000080f9b8000 /usr/local/jdk1.6.0/jre/lib/amd64/libawt.so 0x0000000811c00000 /usr/local/jdk1.6.0/jre/lib/amd64/libmlib_image.so 0x0000000811e6c000 /usr/local/jdk1.6.0/jre/lib/amd64/xawt/libmawt.so 0x0000000811fc8000 /usr/local/lib/libXext.so.6 0x00000008120d8000 /usr/local/lib/libX11.so.6 0x0000000812300000 /usr/local/lib/libXtst.so.6 0x0000000812405000 /usr/local/lib/libXi.so.6 0x0000000812513000 /usr/local/lib/libxcb.so.2 0x000000081262c000 /usr/local/lib/libXau.so.6 0x000000081272f000 /usr/local/lib/libXdmcp.so.6 0x0000000812834000 /usr/local/lib/libpthread-stubs.so.0 0x0000000812935000 /usr/lib/librpcsvc.so.5 0x0000000813000000 /usr/local/jdk1.6.0/jre/lib/amd64/libfontmanager.so 0x0000000812a3d000 /usr/local/lib/libXcursor.so.1 0x00000008131cf000 /usr/local/lib/libXrender.so.1 0x00000008132d8000 /usr/local/lib/libXfixes.so.3 0x00000008133dd000 /usr/local/jdk1.6.0/jre/lib/amd64/libnet.so 0x00000008134f4000 /usr/local/jdk1.6.0/jre/lib/amd64/libnio.so 0x00000008135fc000 /usr/local/jdk1.6.0/jre/lib/amd64/libcmm.so 0x0000000813786000 /usr/local/jdk1.6.0/jre/lib/amd64/librxtxSerial.so 0x0000000800511000 /libexec/ld-elf.so.1 VM Arguments: jvm_args: -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel java_command: processing.app.Base Launcher Type: SUN_STANDARD Environment Variables: JAVA_HOME=/usr/local/jdk1.6.0 CLASSPATH=:/usr/local/arduino/java/lib/rt.jar:/usr/local/arduino/java/lib/tools.jar:/usr/local/arduino/lib/RXTXcomm.jar:/usr/local/arduino/lib/core.jar:/usr/local/arduino/lib/ecj.jar:/usr/local/arduino/lib/jna.jar:/usr/local/arduino/lib/oro.jar:/usr/local/arduino/lib/pde.jar PATH=/usr/local/arduino/java/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/home/saper/bin:/usr/home/saper/bin:/usr/home/saper/bin LD_LIBRARY_PATH=/usr/local/jdk1.6.0/jre/lib/amd64/server:/usr/local/jdk1.6.0/jre/lib/amd64:/usr/local/jdk1.6.0/jre/../lib/amd64:/usr/local/arduino/lib: SHELL=/usr/local/bin/zsh DISPLAY=:0.0 Signal Handlers: SIGSEGV: [libjvm.so+0x5a9da8], sa_mask[0]=0x7fffffff, sa_flags=0x00000042 SIGBUS: [libjvm.so+0x5a9da8], sa_mask[0]=0x7fffffff, sa_flags=0x00000042 SIGFPE: [libjvm.so+0x485686], sa_mask[0]=0x7fffffff, sa_flags=0x00000042 SIGPIPE: [libjvm.so+0x485686], sa_mask[0]=0x7fffffff, sa_flags=0x00000042 SIGILL: [libjvm.so+0x485686], sa_mask[0]=0x7fffffff, sa_flags=0x00000042 SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000002 SIGUSR2: [libjvm.so+0x4874ec], sa_mask[0]=0x00000000, sa_flags=0x00000042 SIGHUP: [libjvm.so+0x486498], sa_mask[0]=0x7fffffff, sa_flags=0x00000042 SIGINT: [libjvm.so+0x486498], sa_mask[0]=0x7fffffff, sa_flags=0x00000042 SIGQUIT: [libjvm.so+0x486498], sa_mask[0]=0x7fffffff, sa_flags=0x00000042 SIGTERM: [libjvm.so+0x486498], sa_mask[0]=0x7fffffff, sa_flags=0x00000042 SIGUSR2: [libjvm.so+0x4874ec], sa_mask[0]=0x00000000, sa_flags=0x00000042 --------------- S Y S T E M --------------- OS:Bsd uname:FreeBSD 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r212217: Thu Sep 9 15:57:36 CEST 2010 saper@radziecki.saper.info:/usr/obj/usr/src/sys/VAIO amd64 rlimit: STACK 524288k, CORE 204800k, NPROC 64, NOFILE 11095 CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 15 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3 Memory: 4k page, physical 1294884k(323721k free) vm_info: Java HotSpot(TM) 64-Bit Server VM (1.6.0_03-p4-saper_02_sep_2008_03_26-b00) for bsd-amd64, built on Sep 2 2008 03:48:07 by "saper" with gcc 4.2.1 20070719 [FreeBSD] -----------------8<--------- hs_err_pid55889.log -------------------- # # An unexpected error has been detected by Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x0000000814006695, pid=55889, tid=0xd05000 # # Java VM: Java HotSpot(TM) 64-Bit Server VM (1.6.0_03-p4-saper_02_sep_2008_03_26-b00 mixed mode) # Problematic frame: # C [librxtxSerial.so+0x6695] read_byte_array+0x3d # # Please submit bug reports to freebsd-java@FreeBSD.org # --------------- T H R E A D --------------- Current thread (0x00000008113f1000): JavaThread "Thread-2" [_thread_in_native, id=13651968] siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0xfffffffffeaed898 Registers: RAX=0xfffffffffeaed890, RBX=0x0000000000000016, RCX=0x0000000000000001, RDX=0x00000000000000e2 RSP=0x00007ffffeaecfd0, RBP=0x00000008113f1190, RSI=0x0000000814008692, RDI=0x0000000814008a52 R8 =0x000000000000008e, R9 =0x00000008052100c0, R10=0x0000000000000122, R11=0x000000080180fbf0 R12=0x0000000000000104, R13=0x00000000ffffffff, R14=0x00007ffffeaed1a0, R15=0x00000008113f1000 RIP=0x0000000814006695, EFL=0x003b003b00000001, ERR=0x0000000000000004 TRAPNO=0x001b00130000000c Top of Stack: (sp=0x00007ffffeaecfd0) 0x00007ffffeaecfd0: 0000000814000d70 000000081400245e 0x00007ffffeaecfe0: 0000000000000040 0000000800517702 0x00007ffffeaecff0: 0000000800d05000 0000000100000000 0x00007ffffeaed000: 00007ffffeaed117 0000001600000001 0x00007ffffeaed010: 000000080063ee00 000000080066241d 0x00007ffffeaed020: 0000000800d05000 fffffffffeaed890 0x00007ffffeaed030: 0000000814006658 000000000010b268 0x00007ffffeaed040: 0000000814000000 00000008005177e4 0x00007ffffeaed050: 0000000000000060 0000000800bf4400 0x00007ffffeaed060: 0000000000000016 00000008113f1190 0x00007ffffeaed070: 0000000000000104 000000080b1ba990 0x00007ffffeaed080: 00007ffffeaed1a0 00000008005146fd 0x00007ffffeaed090: 000000080180fbf0 0000000000000122 0x00007ffffeaed0a0: 00000000ffffffff 0000000000000001 0x00007ffffeaed0b0: 00000008113f1190 00007ffffeaed100 0x00007ffffeaed0c0: 00007ffffeaed117 0000000000000016 0x00007ffffeaed0d0: 00000008113f1190 0000000000000104 0x00007ffffeaed0e0: 000000080b1ba990 00007ffffeaed1a0 0x00007ffffeaed0f0: 00000008113f1000 0000000814006c10 0x00007ffffeaed100: 00007ffffeaed1a0 000000080b1ba990 0x00007ffffeaed110: 00007ffffeaed180 000000080b1ba998 0x00007ffffeaed120: 00007ffffeaed180 0000000801fc65e3 0x00007ffffeaed130: 00007ffffeaed1a0 0000000801fd0da3 0x00007ffffeaed140: 00007ffffeaed140 000000080b1ba990 0x00007ffffeaed150: 00007ffffeaed1a0 000000080b454be0 0x00007ffffeaed160: 0000000000000000 000000080b1ba998 0x00007ffffeaed170: 0000000000000000 00007ffffeaed1a0 0x00007ffffeaed180: 00007ffffeaed1f8 0000000801fba04e 0x00007ffffeaed190: 0000000000000000 0000000801fc2596 0x00007ffffeaed1a0: 00000008052100c0 000000080af4cc58 0x00007ffffeaed1b0: 0000000805214740 00007ffffeaed1a8 0x00007ffffeaed1c0: 000000080b45410d 00007ffffeaed220 Instructions: (pc=0x0000000814006695) 0x0000000814006685: 23 00 00 48 8b 36 e8 a4 d0 ff ff 48 89 44 24 58 0x0000000814006695: 8b 40 08 89 44 24 50 48 8b 54 24 58 c7 42 08 00 Stack: [0x00007ffffe9ee000,0x00007ffffeaee000), sp=0x00007ffffeaecfd0, free space=1019k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [librxtxSerial.so+0x6695] read_byte_array+0x3d Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) j gnu.io.RXTXPort.readByte()I+0 j gnu.io.RXTXPort$SerialInputStream.read()I+61 j processing.app.Serial.serialEvent(Lgnu/io/SerialPortEvent;)V+114 j gnu.io.RXTXPort.sendEvent(IZ)Z+382 v ~StubRoutines::call_stub j gnu.io.RXTXPort.eventLoop()V+0 j gnu.io.RXTXPort$MonitorThread.run()V+12 v ~StubRoutines::call_stub --------------- P R O C E S S --------------- Java Threads: ( => current thread ) =>0x00000008113f1000 JavaThread "Thread-2" [_thread_in_native, id=13651968] 0x0000000800cbf000 JavaThread "DestroyJavaVM" [_thread_blocked, id=12613120] 0x0000000800cc7400 JavaThread "TimerQueue" daemon [_thread_blocked, id=12801024] 0x0000000800cc4800 JavaThread "AWT-EventQueue-0" [_thread_in_Java, id=12797952] 0x0000000800cc3400 JavaThread "AWT-Shutdown" [_thread_blocked, id=12797184] 0x0000000800cc3c00 JavaThread "AWT-XAWT" daemon [_thread_in_native, id=12794880] 0x0000000800cc2800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=12793344] 0x0000000800cc2000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=12787968] 0x0000000800cc1800 JavaThread "CompilerThread1" daemon [_thread_blocked, id=12787200] 0x0000000800cc1000 JavaThread "CompilerThread0" daemon [_thread_blocked, id=12786432] 0x0000000800cc0c00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=12785664] 0x0000000800cc0400 JavaThread "Finalizer" daemon [_thread_blocked, id=12784128] 0x0000000800cbfc00 JavaThread "Reference Handler" daemon [_thread_blocked, id=12783360] Other Threads: 0x0000000800fef400 VMThread [id=12782592] 0x0000000800fefc00 WatcherThread [id=12788736] VM state:not at safepoint (normal execution) VM Mutex/Monitor currently owned by a thread: None Heap def new generation total 2368K, used 1070K [0x0000000804fc0000, 0x0000000805250000, 0x0000000806bc0000) eden space 2112K, 43% used [0x0000000804fc0000, 0x00000008050a5398, 0x00000008051d0000) from space 256K, 60% used [0x0000000805210000, 0x00000008052366c0, 0x0000000805250000) to space 256K, 0% used [0x00000008051d0000, 0x00000008051d0000, 0x0000000805210000) tenured generation total 5312K, used 2698K [0x0000000806bc0000, 0x00000008070f0000, 0x000000080a3c0000) the space 5312K, 50% used [0x0000000806bc0000, 0x0000000806e62aa0, 0x0000000806e62c00, 0x00000008070f0000) compacting perm gen total 21248K, used 17126K [0x000000080a3c0000, 0x000000080b880000, 0x000000080f7c0000) the space 21248K, 80% used [0x000000080a3c0000, 0x000000080b479a68, 0x000000080b479c00, 0x000000080b880000) No shared spaces configured. Dynamic libraries: 0x0000000000400000 /usr/local/jdk1.6.0/bin/java 0x0000000800656000 /lib/libthr.so.3 0x0000000800771000 /lib/libc.so.7 0x0000000801000000 /usr/local/jdk1.6.0/jre/lib/amd64/server/libjvm.so 0x00000008009af000 /usr/lib/libstdc++.so.6 0x000000080181c000 /lib/libm.so.5 0x000000080193b000 /lib/libgcc_s.so.1 0x0000000801a48000 /usr/local/jdk1.6.0/jre/lib/amd64/native_threads/libhpi.so 0x0000000801b55000 /usr/local/jdk1.6.0/jre/lib/amd64/libverify.so 0x0000000801c66000 /usr/local/jdk1.6.0/jre/lib/amd64/libjava.so 0x0000000801d9a000 /usr/local/jdk1.6.0/jre/lib/amd64/libzip.so 0x0000000801ea3000 /lib/libz.so.4 0x000000080f9b8000 /usr/local/jdk1.6.0/jre/lib/amd64/libawt.so 0x0000000811c00000 /usr/local/jdk1.6.0/jre/lib/amd64/libmlib_image.so 0x0000000811e6c000 /usr/local/jdk1.6.0/jre/lib/amd64/xawt/libmawt.so 0x0000000811fc8000 /usr/local/lib/libXext.so.6 0x00000008120d8000 /usr/local/lib/libX11.so.6 0x0000000812300000 /usr/local/lib/libXtst.so.6 0x0000000812405000 /usr/local/lib/libXi.so.6 0x0000000812513000 /usr/local/lib/libxcb.so.2 0x000000081262c000 /usr/local/lib/libXau.so.6 0x000000081272f000 /usr/local/lib/libXdmcp.so.6 0x0000000812834000 /usr/local/lib/libpthread-stubs.so.0 0x0000000812935000 /usr/lib/librpcsvc.so.5 0x0000000812a3d000 /usr/local/jdk1.6.0/jre/lib/amd64/libfontmanager.so 0x0000000812c0c000 /usr/local/lib/libXcursor.so.1 0x0000000812d15000 /usr/local/lib/libXrender.so.1 0x0000000812e1e000 /usr/local/lib/libXfixes.so.3 0x0000000813400000 /usr/local/jdk1.6.0/jre/lib/amd64/libnet.so 0x0000000813517000 /usr/local/jdk1.6.0/jre/lib/amd64/libnio.so 0x000000081361f000 /usr/local/jdk1.6.0/jre/lib/amd64/libcmm.so 0x0000000814000000 /usr/local/jdk1.6.0/jre/lib/amd64/librxtxSerial.so 0x0000000800511000 /libexec/ld-elf.so.1 VM Arguments: jvm_args: -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel java_command: processing.app.Base Launcher Type: SUN_STANDARD Environment Variables: JAVA_HOME=/usr/local/jdk1.6.0 CLASSPATH=:/usr/local/arduino/java/lib/rt.jar:/usr/local/arduino/java/lib/tools.jar:/usr/local/arduino/lib/RXTXcomm.jar:/usr/local/arduino/lib/core.jar:/usr/local/arduino/lib/ecj.jar:/usr/local/arduino/lib/jna.jar:/usr/local/arduino/lib/oro.jar:/usr/local/arduino/lib/pde.jar PATH=/usr/local/arduino/java/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/home/saper/bin:/usr/home/saper/bin:/usr/home/saper/bin LD_LIBRARY_PATH=/usr/local/jdk1.6.0/jre/lib/amd64/server:/usr/local/jdk1.6.0/jre/lib/amd64:/usr/local/jdk1.6.0/jre/../lib/amd64:/usr/local/arduino/lib: SHELL=/usr/local/bin/zsh DISPLAY=:0.0 Signal Handlers: SIGSEGV: [libjvm.so+0x5a9da8], sa_mask[0]=0x7fffffff, sa_flags=0x00000042 SIGBUS: [libjvm.so+0x5a9da8], sa_mask[0]=0x7fffffff, sa_flags=0x00000042 SIGFPE: [libjvm.so+0x485686], sa_mask[0]=0x7fffffff, sa_flags=0x00000042 SIGPIPE: [libjvm.so+0x485686], sa_mask[0]=0x7fffffff, sa_flags=0x00000042 SIGILL: [libjvm.so+0x485686], sa_mask[0]=0x7fffffff, sa_flags=0x00000042 SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000002 SIGUSR2: [libjvm.so+0x4874ec], sa_mask[0]=0x00000000, sa_flags=0x00000042 SIGHUP: [libjvm.so+0x486498], sa_mask[0]=0x7fffffff, sa_flags=0x00000042 SIGINT: [libjvm.so+0x486498], sa_mask[0]=0x7fffffff, sa_flags=0x00000042 SIGQUIT: [libjvm.so+0x486498], sa_mask[0]=0x7fffffff, sa_flags=0x00000042 SIGTERM: [libjvm.so+0x486498], sa_mask[0]=0x7fffffff, sa_flags=0x00000042 SIGUSR2: [libjvm.so+0x4874ec], sa_mask[0]=0x00000000, sa_flags=0x00000042 --------------- S Y S T E M --------------- OS:Bsd uname:FreeBSD 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r212217: Thu Sep 9 15:57:36 CEST 2010 saper@radziecki.saper.info:/usr/obj/usr/src/sys/VAIO amd64 rlimit: STACK 524288k, CORE 204800k, NPROC 64, NOFILE 11095 CPU:total 2 (2 cores per cpu, 1 threads per core) family 6 model 15 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3 Memory: 4k page, physical 1264572k(316143k free) vm_info: Java HotSpot(TM) 64-Bit Server VM (1.6.0_03-p4-saper_02_sep_2008_03_26-b00) for bsd-amd64, built on Sep 2 2008 03:48:07 by "saper" with gcc 4.2.1 20070719 [FreeBSD] -----------------8<--------- END ------------------------------------ From owner-freebsd-emulation@FreeBSD.ORG Thu Sep 16 14:02:51 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 84A7C1065698; Thu, 16 Sep 2010 14:02:51 +0000 (UTC) (envelope-from mostafafaridi@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id DE7118FC17; Thu, 16 Sep 2010 14:02:50 +0000 (UTC) Received: by wwi17 with SMTP id 17so372164wwi.31 for ; Thu, 16 Sep 2010 07:02:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=jRoA36guqSglb3GCYSHWKSlIgdluAG38zk32zJRVT8A=; b=MTZmE6bl07q6i9RtpIu4VNk8G5lV0mHki9KSsGH2y9YcTLx6OVgp3Ad7/Y9XvKfjn2 fMR0g1jhYD5vhoyiE64Osm/Bwd73zK7dwIjzShNqAw61nMA9RgFOTBdYIeL55S+vnCfi yZ9uv2MewOC6ArawGhJc6a3heVLFjXagVMMHQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=a4qgkxnHci98OiE6mI7R8ht83DBMwaiZE/wwB0PmxchR+h3h4GpUQSqpp00s7744X8 25gSp7/MpVQk//gTsFVPwJQE9E+lL3Fvs/v5GnkQw+jP1CyH5aodf+MerpJfq3k+Sgzm i71Pz1a7TZ26TNVD+w4XwQUXSOcx0a87PsNBM= Received: by 10.227.72.141 with SMTP id m13mr2762556wbj.143.1284645769853; Thu, 16 Sep 2010 07:02:49 -0700 (PDT) Received: from mfaridipc.faridi ([80.191.91.11]) by mx.google.com with ESMTPS id a1sm2345218wbb.20.2010.09.16.07.02.45 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 16 Sep 2010 07:02:47 -0700 (PDT) Message-ID: <4C922272.1010805@gmail.com> Date: Thu, 16 Sep 2010 18:28:10 +0430 From: Gholam Mostafa Faridi User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.12) Gecko/20100908 Thunderbird/3.0.7 MIME-Version: 1.0 To: Pieter de Goeje References: <4C907918.7090609@gmail.com> <4C90D141.9060603@gmail.com> <201009161527.50430.pieter@degoeje.nl> In-Reply-To: <201009161527.50430.pieter@degoeje.nl> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org, freebsd-questions@freebsd.org Subject: Re: virtaullBox AMD64 32bit lib 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, 16 Sep 2010 14:02:51 -0000 On 09/16/2010 17:57, Pieter de Goeje wrote: > On Wednesday 15 September 2010 15:59:29 Gholam Mostafa Faridi wrote: > >> On 09/15/2010 13:00, Edho P Arief wrote: >> >>> sh install.sh >>> >> I download all file and go to download directory and run that command , >> for first time I do not see error and do not see messages , but when I >> run that sh install.sh again I see this error >> >> "mfaridipc# sh install.sh >> >> ./usr/lib32/libc.so.7: Could not unlink >> ./usr/lib32/libcrypt.so.5: Could not unlink >> ./usr/lib32/librt.so.1: Could not unlink >> ./usr/lib32/libthr.so.3: Could not unlink >> ./libexec/ld-elf32.so.1: Could not unlink >> tar: Error exit delayed from previous errors." >> >> and problem do not solve >> > These files have the schg flag set (see chflags(1)). This means the files are > immutable. Try removing the schg flag first: > > # chflags noschg /usr/lib32/libc.so.7 > > - Pieter > > I run this chflags noschg /usr/lib32/libc.so.7 but I see this error "/usr/lib32/libc.so.7: Could not unlink ./usr/lib32/libcrypt.so.5: Could not unlink ./usr/lib32/librt.so.1: Could not unlink ./usr/lib32/libthr.so.3: Could not unlink ./libexec/ld-elf32.so.1: Could not unlink tar: Error exit delayed from previous errors." From owner-freebsd-emulation@FreeBSD.ORG Thu Sep 16 14:03: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 0A42E10656C1 for ; Thu, 16 Sep 2010 14:03:12 +0000 (UTC) (envelope-from pieter@degoeje.nl) Received: from mx.utwente.nl (mx2.utsp.utwente.nl [130.89.2.13]) by mx1.freebsd.org (Postfix) with ESMTP id 7FECC8FC0C for ; Thu, 16 Sep 2010 14:03:11 +0000 (UTC) Received: from pieter-dev.localnet (lux.student.utwente.nl [130.89.161.112]) by mx.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id o8GDbbfE030734; Thu, 16 Sep 2010 15:37:37 +0200 From: Pieter de Goeje To: freebsd-questions@freebsd.org Date: Thu, 16 Sep 2010 15:27:50 +0200 User-Agent: KMail/1.13.5 (Linux/2.6.32-5-amd64; KDE/4.4.5; x86_64; ; ) References: <4C907918.7090609@gmail.com> <4C90D141.9060603@gmail.com> In-Reply-To: <4C90D141.9060603@gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201009161527.50430.pieter@degoeje.nl> X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact icts.servicedesk@utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-From: pieter@degoeje.nl X-Spam-Status: No Cc: Gholam Mostafa Faridi , freebsd-emulation@freebsd.org Subject: Re: virtaullBox AMD64 32bit lib 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, 16 Sep 2010 14:03:12 -0000 On Wednesday 15 September 2010 15:59:29 Gholam Mostafa Faridi wrote: > On 09/15/2010 13:00, Edho P Arief wrote: > > sh install.sh > > I download all file and go to download directory and run that command , > for first time I do not see error and do not see messages , but when I > run that sh install.sh again I see this error > > "mfaridipc# sh install.sh > > ./usr/lib32/libc.so.7: Could not unlink > ./usr/lib32/libcrypt.so.5: Could not unlink > ./usr/lib32/librt.so.1: Could not unlink > ./usr/lib32/libthr.so.3: Could not unlink > ./libexec/ld-elf32.so.1: Could not unlink > tar: Error exit delayed from previous errors." > > and problem do not solve These files have the schg flag set (see chflags(1)). This means the files are immutable. Try removing the schg flag first: # chflags noschg /usr/lib32/libc.so.7 - Pieter From owner-freebsd-emulation@FreeBSD.ORG Thu Sep 16 14:14:41 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 9A8171065673; Thu, 16 Sep 2010 14:14:41 +0000 (UTC) (envelope-from mostafafaridi@gmail.com) Received: from mail-ww0-f42.google.com (mail-ww0-f42.google.com [74.125.82.42]) by mx1.freebsd.org (Postfix) with ESMTP id F1C088FC19; Thu, 16 Sep 2010 14:14:40 +0000 (UTC) Received: by wwb31 with SMTP id 31so51962wwb.1 for ; Thu, 16 Sep 2010 07:14:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=N/uNLdZRSG/cGsypBQP9CfnR6KEamvURhWXfy68k6bs=; b=aYfp/f+alRT1Zb0lNZ/FdgmyRaMogwPGdjKH8v0RyDKdXBbHh67RfUThq2qNM2y2zP GowR9xswbtx9SPE328mYH4z8I989COj257gTu3D1LVGSm4tuMEQGXEeFYrNxtyQigagf M6EEDWEdY9A/0fLhX289udy5nRl9eVgi9qP8I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=h543kwyIT93ZnJSIu4Xfj8FELVMVjGqZwIKymNMuMMmY9Ym7ucvdOmcS+MGxlhF5/Q P1D16+f1tp86VnYCCc0MTVR5dCu3rYgG3UKvpaxNvD5UoIG1AbwMKusPnIK373qzGLvO AAS3pY7EjAiYcm/YInnHOb4YBUEH8R0ljYiII= Received: by 10.227.141.204 with SMTP id n12mr2916537wbu.7.1284646480080; Thu, 16 Sep 2010 07:14:40 -0700 (PDT) Received: from mfaridipc.faridi ([80.191.91.11]) by mx.google.com with ESMTPS id e56sm1860494wer.46.2010.09.16.07.14.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 16 Sep 2010 07:14:37 -0700 (PDT) Message-ID: <4C922540.2010500@gmail.com> Date: Thu, 16 Sep 2010 18:40:08 +0430 From: Gholam Mostafa Faridi User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.12) Gecko/20100908 Thunderbird/3.0.7 MIME-Version: 1.0 To: Pieter de Goeje References: <4C907918.7090609@gmail.com> <4C90D141.9060603@gmail.com> <201009161527.50430.pieter@degoeje.nl> In-Reply-To: <201009161527.50430.pieter@degoeje.nl> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org, freebsd-questions@freebsd.org Subject: Re: virtaullBox AMD64 32bit lib 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, 16 Sep 2010 14:14:41 -0000 On 09/16/2010 17:57, Pieter de Goeje wrote: > chflags noschg /usr/lib32/libc.so.7 I do not know what happen , but after I run that command I can install virtulbox and it work bu when I want run it I see error about Failed to create a new session. Callee RC: NS_ERROR_FACTORY_NOT_REGISTERED (0x80040154) and I can not run it and use it , but when I run this command again cd /usr/src ; make build32 install32 ; ldconfig -v -m -R /usr/lib32 and I see this error sh /usr/src/tools/install.sh -o root -g wheel -m 444 crtend.o /usr/obj/usr/src/lib32/usr/lib32/crtend.o sh /usr/src/tools/install.sh -o root -g wheel -m 444 crtbeginT.o /usr/obj/usr/src/lib32/usr/lib32/crtbeginT.o sh /usr/src/tools/install.sh -o root -g wheel -m 444 crtbegin.So /usr/obj/usr/src/lib32/usr/lib32/crtbeginS.o sh /usr/src/tools/install.sh -o root -g wheel -m 444 crtend.So /usr/obj/usr/src/lib32/usr/lib32/crtendS.o ===> lib/csu/i386-elf (obj,depend,all,install) ld -m elf_i386_fbsd -Y P,/usr/obj/usr/src/lib32/usr/lib32 -o gcrt1.o -r crt1_s.o gcrt1_c.o ld: Relocatable linking with relocations from format elf64-x86-64 (gcrt1_c.o) to format elf32-i386-freebsd (gcrt1.o) is not supported *** Error code 1 Stop in /usr/src/lib/csu/i386-elf. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. mfaridipc# I think my system is broken . how I solve this problem ? From owner-freebsd-emulation@FreeBSD.ORG Thu Sep 16 22:50:18 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 EA40A1065693; Thu, 16 Sep 2010 22:50:18 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C0F518FC1F; Thu, 16 Sep 2010 22:50:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8GMoIib066206; Thu, 16 Sep 2010 22:50:18 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8GMoIis066171; Thu, 16 Sep 2010 22:50:18 GMT (envelope-from pgollucci) Date: Thu, 16 Sep 2010 22:50:18 GMT Message-Id: <201009162250.o8GMoIis066171@freefall.freebsd.org> To: turutani@scphys.kyoto-u.ac.jp, pgollucci@FreeBSD.org, freebsd-emulation@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/137332: add caution messages to some adobe products 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, 16 Sep 2010 22:50:19 -0000 Synopsis: add caution messages to some adobe products State-Changed-From-To: feedback->open State-Changed-By: pgollucci State-Changed-When: Thu Sep 16 22:50:17 UTC 2010 State-Changed-Why: submitter feedback timeout: (Tsurutani Naoki ; 317 days) http://www.freebsd.org/cgi/query-pr.cgi?pr=137332 From owner-freebsd-emulation@FreeBSD.ORG Fri Sep 17 10:20:19 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 DF3A01065679 for ; Fri, 17 Sep 2010 10:20:19 +0000 (UTC) (envelope-from dave.evans55@googlemail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 6F8ED8FC20 for ; Fri, 17 Sep 2010 10:20:19 +0000 (UTC) Received: by wwi17 with SMTP id 17so14001wwi.31 for ; Fri, 17 Sep 2010 03:20:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:x-enigmail-version:content-type :content-transfer-encoding; bh=/m27aDd+J/yeOoFmY6SNuRZEInfFR1ZafUSbCemFnm8=; b=m4p9ieHsfmnbuaY4Ww8QbdHSVFTXOqS8P39PwcHk38bC7jt5jjrzmHA63aSe20Jqn9 mYvYLl8PVkNOGnXS/wPwQRi7MMLfodzllW4pLJqlFZIedFnkHaCs3N5hlFJz77/QcmCt LJJ7UPMSD/xNuJMA1+hzT0JMYSkK8YAd00a4w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :x-enigmail-version:content-type:content-transfer-encoding; b=Zv9SlTROa++Mkg6GB/1skQqezLbAmu+g/bqzgDZfbX18FW5Oe26dvVgtlhUtNrznvv HRBYFUQ44tKd9Gomle6rAGyHYa+/26yL/vpjQNMcB5OfLyqNf5xzTTkVBAc/S0uiK6gs +h2CFNu9UB1Xk0L4mGCBWgT2ZZlLXik9FuXL4= Received: by 10.227.138.76 with SMTP id z12mr3988787wbt.60.1284718817386; Fri, 17 Sep 2010 03:20:17 -0700 (PDT) Received: from two.pearl (dsl-fixed-77-44-81-131.interdsl.co.uk [77.44.81.131]) by mx.google.com with ESMTPS id w31sm3261779wbd.3.2010.09.17.03.20.15 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 17 Sep 2010 03:20:15 -0700 (PDT) Message-ID: <4C9340DD.2060604@googlemail.com> Date: Fri, 17 Sep 2010 11:20:13 +0100 From: David Evans User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.8) Gecko/20100802 Lightning/1.0b2 Thunderbird/3.1.2 MIME-Version: 1.0 To: Emulation X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Keyboard and Parallels Desktop 6.0 (a new version) 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, 17 Sep 2010 10:20:20 -0000 Tbe behaviour of the keyboard has changed under the new Parallels Desktop 6.0. Previous versions emulated a PS/2 keyboard, even if the USB controller was installed. Version 6.0 emulates a USB keyboard if you have the USB controller installed. ===== Symptom: keyboard did not respond after booting multi-user. Booting into single user mode, the keyboard worked. It was also possible to load a custom keymap with "kbdcontrol -l custommap.kbd" Exiting into multi-user mode, the keyboard did not respond. The system was still running and it could be shutdown cleanly using the stop button. Resolution: FreeBSD will use a USB keyboard if one is available. I was using a kernel with a custom keymap embedded in it. Unfortunately this requires that the keyboard multiplexor be disabled in the kernel configuration. I also had a line in /etc/rc.conf to load my keymap in case I did not boot from my custom kernel. The script that loads the keymap was getting confused by the lack of a keyboard multiplexor. Work around: Uninstall the USB controller in Desktop's hardware configuration pane. From owner-freebsd-emulation@FreeBSD.ORG Fri Sep 17 10:47: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 0190B1065673 for ; Fri, 17 Sep 2010 10:47:34 +0000 (UTC) (envelope-from dave.evans55@googlemail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 86B078FC15 for ; Fri, 17 Sep 2010 10:47:33 +0000 (UTC) Received: by wyb33 with SMTP id 33so2984045wyb.13 for ; Fri, 17 Sep 2010 03:47:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:x-enigmail-version:content-type :content-transfer-encoding; bh=cAS6cpswGPZPDwE9uuga/esLwZhNeMtBeMyiUNRvpwA=; b=jDWnH9DzDLlnsty/+r4GCFQVIKmvnDNwTjQOJS01u95Tf/hUu6ZYkXRWshb6Y3GN7d Y3H4fx20R2jv3Y4owY7M5FTVMeUfSJg9Xxene81+nFGGMh5uPabzdwANaRyy7FC7BzQo EIqouiXxXnR9gOLO6uZySaxAgKiV/rdBQxuZo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :x-enigmail-version:content-type:content-transfer-encoding; b=ErOB6VgPlyLtJE2rz2SfkW4VBZZVtRp6eowDbpfIHks5NqGxKyN7apOR+aLL6/ZgAy X3B+QdRW+ud7EC8+JiyXlE9yyWu4AyTOuosodW9GY5Mco6PhGAI00LTr1KapBjvE5ndI AWftlAjMbmaL1Mqcg9BT5LMEHYiY8aNjEywDg= Received: by 10.227.142.132 with SMTP id q4mr4008076wbu.90.1284720451568; Fri, 17 Sep 2010 03:47:31 -0700 (PDT) Received: from two.pearl (dsl-fixed-77-44-81-131.interdsl.co.uk [77.44.81.131]) by mx.google.com with ESMTPS id m25sm3281331wbc.7.2010.09.17.03.47.29 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 17 Sep 2010 03:47:30 -0700 (PDT) Message-ID: <4C93473F.8010602@googlemail.com> Date: Fri, 17 Sep 2010 11:47:27 +0100 From: David Evans User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.8) Gecko/20100802 Lightning/1.0b2 Thunderbird/3.1.2 MIME-Version: 1.0 To: Emulation X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: Keyboard and Parallels Desktop 6.0 (a new version) 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, 17 Sep 2010 10:47:34 -0000 In my previous message, I said the system could be shutdown cleanly using the Stop button. This is wrong. I meant a single click of the Shut Down button. The Stop button is rather drastic and for this reason it does not appear by default in the Tool Bar. From owner-freebsd-emulation@FreeBSD.ORG Sat Sep 18 15:23: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 EA6C2106566B; Sat, 18 Sep 2010 15:23:03 +0000 (UTC) (envelope-from naddy@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C12938FC1F; Sat, 18 Sep 2010 15:23:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o8IFN33R037670; Sat, 18 Sep 2010 15:23:03 GMT (envelope-from naddy@freefall.freebsd.org) Received: (from naddy@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o8IFN3oe037666; Sat, 18 Sep 2010 15:23:03 GMT (envelope-from naddy) Date: Sat, 18 Sep 2010 15:23:03 GMT Message-Id: <201009181523.o8IFN3oe037666@freefall.freebsd.org> To: naddy@FreeBSD.org, naddy@FreeBSD.org, freebsd-emulation@FreeBSD.org From: naddy@FreeBSD.org Cc: Subject: Re: ports/148096: emulators/linux_base-* can not be built from ports on amd64 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Sep 2010 15:23:04 -0000 Old Synopsis: archivers/xz: packages linux_base-* can not be built from ports on amd64 New Synopsis: emulators/linux_base-* can not be built from ports on amd64 Responsible-Changed-From-To: naddy->freebsd-emulation Responsible-Changed-By: naddy Responsible-Changed-When: Sat Sep 18 15:21:00 UTC 2010 Responsible-Changed-Why: Tweak synopsis and assign back to freebsd-emulation. http://www.freebsd.org/cgi/query-pr.cgi?pr=148096 From owner-freebsd-emulation@FreeBSD.ORG Sat Sep 18 19:05:56 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 4165D106566B for ; Sat, 18 Sep 2010 19:05:56 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from mail.gelita.se (212-162-182-244.skbbip.com [212.162.182.244]) by mx1.freebsd.org (Postfix) with ESMTP id F12548FC0C for ; Sat, 18 Sep 2010 19:05:55 +0000 (UTC) Received: from mail.gelita.se (localhost.gelita.se [127.0.0.1]) by mail.gelita.se (Postfix) with ESMTP id 4222810EDFF for ; Sat, 18 Sep 2010 20:48:44 +0200 (CEST) X-Virus-Scanned: amavisd-new at troback.com Received: from mail.gelita.se ([127.0.0.1]) by mail.gelita.se (mail.gelita.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KKPOQLummHiH for ; Sat, 18 Sep 2010 20:48:38 +0200 (CEST) Received: from bljbsd01.no-ip.org (c-195-216-040-164.static.bjare.net [195.216.40.164]) by mail.gelita.se (Postfix) with ESMTP id 7BFCA10E50A for ; Sat, 18 Sep 2010 20:48:38 +0200 (CEST) Message-ID: <4C950968.3060909@eskk.nu> Date: Sat, 18 Sep 2010 20:48:08 +0200 From: Leslie Jensen User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; sv-SE; rv:1.9.2.9) Gecko/20100918 Thunderbird/3.1.4 MIME-Version: 1.0 To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Moved to new hard drive. Now my Virtual W7 BSOD's 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, 18 Sep 2010 19:05:56 -0000 Hi I moved my VB files to a new hard drive. The W7 machine I had could of course not find it's files after that. I created a new machine pointing at the new file location but this machine BSOD's if I try to start it. How should I have done and how do I solve this if possible? Thanks /Leslie From owner-freebsd-emulation@FreeBSD.ORG Sat Sep 18 19:16:19 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 77961106566C for ; Sat, 18 Sep 2010 19:16:19 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from mail.gelita.se (212-162-182-244.skbbip.com [212.162.182.244]) by mx1.freebsd.org (Postfix) with ESMTP id 31CA38FC08 for ; Sat, 18 Sep 2010 19:16:18 +0000 (UTC) Received: from mail.gelita.se (localhost.gelita.se [127.0.0.1]) by mail.gelita.se (Postfix) with ESMTP id 1089D10EDFF for ; Sat, 18 Sep 2010 21:16:47 +0200 (CEST) X-Virus-Scanned: amavisd-new at troback.com Received: from mail.gelita.se ([127.0.0.1]) by mail.gelita.se (mail.gelita.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CYBZXmV+342f for ; Sat, 18 Sep 2010 21:16:40 +0200 (CEST) Received: from bljbsd01.no-ip.org (c-195-216-040-164.static.bjare.net [195.216.40.164]) by mail.gelita.se (Postfix) with ESMTP id B6B8310E50A for ; Sat, 18 Sep 2010 21:16:40 +0200 (CEST) Message-ID: <4C950FFA.4090403@eskk.nu> Date: Sat, 18 Sep 2010 21:16:10 +0200 From: Leslie Jensen User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; sv-SE; rv:1.9.2.9) Gecko/20100918 Thunderbird/3.1.4 MIME-Version: 1.0 To: freebsd-emulation@freebsd.org References: <4C950968.3060909@eskk.nu> In-Reply-To: <4C950968.3060909@eskk.nu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Moved to new hard drive. Now my Virtual W7 BSOD's 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, 18 Sep 2010 19:16:19 -0000 On 2010-09-18 20:48, Leslie Jensen wrote: > Hi > > I moved my VB files to a new hard drive. The W7 machine I had could of > course not find it's files after that. > > I created a new machine pointing at the new file location but this > machine BSOD's if I try to start it. > > How should I have done and how do I solve this if possible? > > Thanks > > /Leslie I think I should mention that I upgraded VB when I moved the disk. Is now running 3.2.8. From owner-freebsd-emulation@FreeBSD.ORG Sat Sep 18 22:22:59 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 0E1EE106564A for ; Sat, 18 Sep 2010 22:22:59 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 93F318FC08 for ; Sat, 18 Sep 2010 22:22:58 +0000 (UTC) Received: by fxm9 with SMTP id 9so174111fxm.13 for ; Sat, 18 Sep 2010 15:22:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=R5EMm3XAArLufqWumm2x5Q2/tCFw2pOIFH7dmBrf+Wg=; b=WlipN4GpYiZ71ZhnJHoJCzgt+DgUFKWYIlrkreDmYkBW4mvbXLGZiQLBnrXQvAgef6 FNFrW3pxaAsVXUdyaLkk8meKYccyg3RbAZAhEGIoknz/sgsede10PJvjMyEeP5CUlh7l Rx23Jd44B1DWt/3y4cqKMtEPalS9KTrL9hPS0= 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=t4ftFvPRAPDJGpOn3APja5aI4+8dJ1SVO1NF+9wTKB7Y/GzafPUG30UDVTT8zVMdCp rpWlBMAr5lVB4Pd7H4sKmOnwD59l//OqX/mqZIKSZQ7vA4lhBuDo9qExtY81GujPKkDA hOCuYrPLkDD/75mZG7ByeKKmI9bUBDp75uQpo= MIME-Version: 1.0 Received: by 10.223.107.80 with SMTP id a16mr2441963fap.30.1284847272550; Sat, 18 Sep 2010 15:01:12 -0700 (PDT) Received: by 10.223.57.20 with HTTP; Sat, 18 Sep 2010 15:01:12 -0700 (PDT) In-Reply-To: <4C950FFA.4090403@eskk.nu> References: <4C950968.3060909@eskk.nu> <4C950FFA.4090403@eskk.nu> Date: Sat, 18 Sep 2010 17:01:12 -0500 Message-ID: From: Adam Vande More To: Leslie Jensen Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-emulation@freebsd.org Subject: Re: Moved to new hard drive. Now my Virtual W7 BSOD's 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, 18 Sep 2010 22:22:59 -0000 On Sat, Sep 18, 2010 at 2:16 PM, Leslie Jensen wrote: > On 2010-09-18 20:48, Leslie Jensen wrote: > >> Hi >> >> I moved my VB files to a new hard drive. The W7 machine I had could of >> course not find it's files after that. >> >> I created a new machine pointing at the new file location but this >> machine BSOD's if I try to start it. >> >> How should I have done and how do I solve this if possible? >> >> Thanks >> >> /Leslie >> > > > I think I should mention that I upgraded VB when I moved the disk. Is now > running 3.2.8. Could be a couple of things, did you make sure to use the exact same hardware emulation ex PIIX4? Also make sure guest additions versions match meaning boot into safe mode, uninstall old and reinstall new. -- Adam Vande More From owner-freebsd-emulation@FreeBSD.ORG Sat Sep 18 22:36: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 A6243106564A for ; Sat, 18 Sep 2010 22:36:06 +0000 (UTC) (envelope-from lobo@bsd.com.br) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 62F3F8FC0A for ; Sat, 18 Sep 2010 22:36:06 +0000 (UTC) Received: by gyg4 with SMTP id 4so1280828gyg.13 for ; Sat, 18 Sep 2010 15:36:05 -0700 (PDT) Received: by 10.150.135.10 with SMTP id i10mr7061278ybd.181.1284847861463; Sat, 18 Sep 2010 15:11:01 -0700 (PDT) Received: from papi.localnet ([189.70.173.180]) by mx.google.com with ESMTPS id e7sm1424840ybe.4.2010.09.18.15.10.59 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 18 Sep 2010 15:11:00 -0700 (PDT) From: Mario Lobo To: freebsd-emulation@freebsd.org Date: Sat, 18 Sep 2010 19:09:48 -0300 User-Agent: KMail/1.13.5 (FreeBSD/8.1-STABLE; KDE/4.4.5; amd64; ; ) References: <4C950968.3060909@eskk.nu> <4C950FFA.4090403@eskk.nu> In-Reply-To: <4C950FFA.4090403@eskk.nu> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201009181909.48389.lobo@bsd.com.br> Subject: Re: Moved to new hard drive. Now my Virtual W7 BSOD's 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, 18 Sep 2010 22:36:06 -0000 On Saturday 18 September 2010 16:16:10 Leslie Jensen wrote: > On 2010-09-18 20:48, Leslie Jensen wrote: > > Hi > > > > I moved my VB files to a new hard drive. The W7 machine I had could of > > course not find it's files after that. > > > > I created a new machine pointing at the new file location but this > > machine BSOD's if I try to start it. > > > > How should I have done and how do I solve this if possible? > > > > Thanks > > > > /Leslie > > I think I should mention that I upgraded VB when I moved the disk. Is > now running 3.2.8. > Even in safe mode? If it doesn't BSOD in safe mode, try deinstalling/reinstalling guest additions. hope this helps. -- Mario Lobo http://www.mallavoodoo.com.br FreeBSD since 2.2.8 [not Pro-Audio.... YET!!] (99% winfoes FREE)