From owner-freebsd-emulation@FreeBSD.ORG Sun Mar 18 02:51:04 2012 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2F35C1065674; Sun, 18 Mar 2012 02:51:04 +0000 (UTC) (envelope-from superbisquit@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id E969A8FC1E; Sun, 18 Mar 2012 02:51:03 +0000 (UTC) Received: by dald2 with SMTP id d2so8690639dal.13 for ; Sat, 17 Mar 2012 19:51:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=NuZSCxgxVAenItXk0EwXlzSRwvDcPmBrqSUROfjBEeM=; b=ulUFL+4a74ZjXYTq810t75QAN5U48hxUccl3I8CAOop9dDe4G1U4AUKgQ+vbRDUOKs BR8sy286IZ4i6ERRhHMT+5fmzYplrTsfFjFnzeBI4Pocfuai514acsbhwrOR7wD5HBfW wOGIWzj1rMQdcU9HtSBFpAIQhIRgK2kdyfgDOMlTZebIZMPVNNS9SWC8KgYsdk7lgxQU zuANW3zAckYYVt1kwoUvA267pOX45Kvo1Fd2hS/lk2jIWogQxwOPSlUzQVjpGygpw/uG IwbFcphV9TOsoU4bzjYjkSgxd/yDvsKFXTMwnA4s3FupecYy5vh6Q/tzcfB7oBbrhhiM 9RQg== MIME-Version: 1.0 Received: by 10.68.189.5 with SMTP id ge5mr28275272pbc.50.1332039063603; Sat, 17 Mar 2012 19:51:03 -0700 (PDT) Received: by 10.68.208.168 with HTTP; Sat, 17 Mar 2012 19:51:03 -0700 (PDT) In-Reply-To: References: <20120316155901.77ca48ee@kan.dyndns.org> <20120317091952.2e8c4fcf@kan.dyndns.org> Date: Sat, 17 Mar 2012 22:51:03 -0400 Message-ID: From: Super Bisquit To: Alexander Kabaev Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-emulation@freebsd.org, FreeBSD PowerPC ML Subject: Re: ELF header adjusting 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, 18 Mar 2012 02:51:04 -0000 On Sat, Mar 17, 2012 at 10:26 AM, Super Bisquit wrote: > > > On Sat, Mar 17, 2012 at 9:19 AM, Alexander Kabaev wrote: > >> On Fri, 16 Mar 2012 23:51:30 -0400 >> Super Bisquit wrote: >> >> > On Fri, Mar 16, 2012 at 3:59 PM, Alexander Kabaev >> > wrote: >> > >> > > On Fri, 16 Mar 2012 15:45:47 -0400 >> > > Super Bisquit wrote: >> > > >> > > > "Okay, what in the hell is he trying to do now?" >> > > > The answer to your question is: >> > > > I've looked at the header file for the bin/java and bin/java_vm in >> > > > the ibm powerpc java binaries. There is a reference >> > > > to /lib/ld.so.1 in a Linux installation which is very similar >> > > > to /usr/libexec/ld-elf.so.1 in a FreeBSD installation. >> > > > >> > > > chipchop# pwd >> > > > /tmp/install.dir.53010/Linux/resource/jre/bin >> > > > chipchop# ls >> > > > ControlPanel ikeyman java_vm jcontrol keytool >> > > > ktab rmid unpack200 >> > > > classic j9vm javaw jdmpview kinit >> > > > pack200 rmiregistry >> > > > ikeycmd java javaws jextract klist >> > > > policytool tnameserv >> > > > chipchop# elfedit --input-osabi=FreeBSD --output-osabi=FreeBSD >> > > > java elfedit: Error: java: Unmatched EI_OSABI: 0 is not 9 >> > > > chipchop# elfedit --input-osabi=FreeBSD --output-osabi=FreeBSD >> > > > java_vm elfedit: Error: java_vm: Unmatched EI_OSABI: 0 is not 9 >> > > > chipchop# elfedit --output-osabi=FreeBSD java_vm >> > > > chipchop# elfedit --output-osabi=FreeBSD java >> > > > chipchop# >> > > > >> > > > If in doubt about my finding for similarities >> > > > between /lib/ld.so.1 and /usr/lbexec/ld-elf.so.1 then open the >> > > > former with nano orvi and the latter with vi to see the headers. >> > > >> > > Would it be a much of a shock to discover that two export largely >> > > intersecting list of functions, both being ELF loaders? >> > >> > >> > Would rewriting the header to use the FreeBSD equivalent to the Linux >> > ones possibly work? >> > Ignore - for the moment- the reference to ld-elf.so.1. >> > /usr/lib/ld.so.1 FreeBSD /lib/ld.so.1 Linux. (I did a re-search)Both >> > serve the same purpose. The binaries are obviously checking for the >> > Linux path. >> > > >> > > Sadly, you >> > > provide no answer to the question you yourself ask on the very first >> > > line of own messages, so the point of your message is somewhat >> > > unclear to me still. >> > > >> > > -- >> > > Alexander Kabaev >> > > >> > >> > Has anyone reported anything on changing the called for libraries and >> > such in the file to use the FreeBSD path instead? >> >> No, this won't work. By rewriting headers you change the library to >> _look_ like FreeBSD one, but you do not change what library _does_. >> Linux and FreeBSD differ in how syscalls are processed and what >> parameters they take, they setup floating point processing unitt in a >> subtly different ways by default, and so on and so on. Linux ELF loader >> expects an information from the kernel that FreeBSD kernel won't >> provide and vice versa. If library were not communicating with outside >> world at all, then it likely will be possible possible to rewrite its >> headers and use it in FreeBSD, but that theoretical case is hardly >> interesting in real world. >> >> -- >> Alexander Kabaev >> > > An honest thanks, man, for the feedback. > Okay, I hope no one on either list gets pissed at my next questions and > statements. > I basically learn by pattern recognition- comparison, reverse engineering > (I finally have to admit that's what I'm doing.), and such. I would ask to > be pointed to a set of tutorials to learn disassembling elf files. > I have elfkickers installed; is that set of programs enough to get > started. I've seen references to elfutils; will having that program help? > I realize that by learning how to edit makefiles and other config > statements that I'm learning some about C and shell slowly; what would be > some other FreeBSD projects that I can work with to learn more? > > This is what I am trying/doing right now related to FreeBSD. > > Porting to Xbox360 and wii: I'm missing the wireless controller to the wii > and have to borrow one. I pulled the Xbox360 out of atrash heap and I'm > ring to repair it. > Making the ibm-java-binaries work on FreeBSD powerpc: That is what the > conversation has been about. The project is being started at school and > will be continued at the next one- community college now to a university > later. > Having more people know about FreeBSD: This is why I am introducing it at > school. It is also why I try to make my tutorials thorough. > > > > Ignore above- as many have already From owner-freebsd-emulation@FreeBSD.ORG Sun Mar 18 15:53:59 2012 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 B3815106566C for ; Sun, 18 Mar 2012 15:53:59 +0000 (UTC) (envelope-from jau@oxit.fi) Received: from smtp.oxit.fi (smtp.oxit.fi [193.185.41.132]) by mx1.freebsd.org (Postfix) with ESMTP id 63CD98FC18 for ; Sun, 18 Mar 2012 15:53:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.oxit.fi (Postfix) with ESMTP id 99D566C0433 for ; Sun, 18 Mar 2012 17:53:56 +0200 (EET) X-Virus-Scanned: Debian amavisd-new at smtp.oxit.fi Received: from smtp.oxit.fi ([127.0.0.1]) by localhost (huskvarna.oxit.fi [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id SiJXAN6wC1XN for ; Sun, 18 Mar 2012 17:53:53 +0200 (EET) Received: from [192.168.1.131] (ip193-64-26-117.cust.eunet.fi [193.64.26.117]) by smtp.oxit.fi (Postfix) with ESMTPSA id 1CB406C02B1 for ; Sun, 18 Mar 2012 17:53:53 +0200 (EET) Message-ID: <4F660510.30700@oxit.fi> Date: Sun, 18 Mar 2012 17:53:52 +0200 From: "Jukka A. Ukkonen" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.3) Gecko/20120314 Thunderbird/10.0.3 MIME-Version: 1.0 To: emulation@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: AMD64 Linux emulation for FreeBSD 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: Sun, 18 Mar 2012 15:53:59 -0000 Hi all, I suppose someone may have been thought about this already before. Anyhow just in case I am the first one to raise the question... Would it not be better to install 64 bit amd64 Linux libraries and binaries on an amd64 system running FreeBSD? This would make it easier to use things like e.g. linux flash plugin on amd64 based FreeBSD systems. If 32 bit linux compatibility is also considered useful on 64 bit systems, it could be done much like the native 32 bit FreeBSD libraries. I mean on a 64 bit FreeBSD system there could be /compat/linux for 64 bit linux libraries and binaries and /compat/linux32 for the 32 bit stuff. This is just an idea. I hope you like it, though. ;-) Cheers, --jau From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 19 09:05:37 2012 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 A3884106564A for ; Mon, 19 Mar 2012 09:05:37 +0000 (UTC) (envelope-from alexander@leidinger.net) Received: from mail.ebusiness-leidinger.de (mail.ebusiness-leidinger.de [217.11.53.44]) by mx1.freebsd.org (Postfix) with ESMTP id 4A6638FC0A for ; Mon, 19 Mar 2012 09:05:37 +0000 (UTC) Received: from outgoing.leidinger.net (p4FC42C11.dip.t-dialin.net [79.196.44.17]) by mail.ebusiness-leidinger.de (Postfix) with ESMTPSA id 990138443EA; Mon, 19 Mar 2012 10:05:21 +0100 (CET) Received: from webmail.leidinger.net (webmail.Leidinger.net [IPv6:fd73:10c7:2053:1::3:102]) by outgoing.leidinger.net (Postfix) with ESMTPS id E6382229F; Mon, 19 Mar 2012 10:05:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=leidinger.net; s=outgoing-alex; t=1332147919; bh=KCu5EG6OwKL1bsF1B1+jZ3NybID9zf2DKPrtQcOrqw8=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=DqbYxNoTpohDCA9euDaf7TkpW5aVHYtNPuKrIZrHpSY6grt865DAe81jQtrd1d07s D16y3WFNkpH1LJA862OQ65VSQ356wc490Xtg/MZnxpRoxQ4PbxhJBb0gzxsOrduR5v LyBflKB2sm3z/IhqpPXcyOFfiivuvpOa7PhUjMdvESFa8wnM0GiSIyvx6UTJEXiD7Q +bWVEHG654geSZNCh4dVSLhoHFXW7QITu3+7U96CcZn2h0EFQC/dHnN+0pNu5wJV5h DJx9qsRkiN2/h/Skxt/X/BEtDaiVrTyqulcum4GxtnN6k8S3ITsbLQGY5cazeV//9Z JqndCrsGuMKpA== Received: (from www@localhost) by webmail.leidinger.net (8.14.5/8.14.4/Submit) id q2J95GKQ028130; Mon, 19 Mar 2012 10:05:16 +0100 (CET) (envelope-from Alexander@Leidinger.net) X-Authentication-Warning: webmail.leidinger.net: www set sender to Alexander@Leidinger.net using -f Received: from 195.46.238.194 ([195.46.238.194]) by webmail.leidinger.net (Horde Framework) with HTTP; Mon, 19 Mar 2012 10:05:16 +0100 Date: Mon, 19 Mar 2012 10:05:16 +0100 Message-ID: <20120319100516.Horde.3j6ENpjmRSRPZvbMiiFG27A@webmail.leidinger.net> From: Alexander Leidinger To: "Jukka A. Ukkonen" References: <4F660510.30700@oxit.fi> In-Reply-To: <4F660510.30700@oxit.fi> User-Agent: Internet Messaging Program (IMP) H4 (5.0.19) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline X-EBL-MailScanner-Information: Please contact the ISP for more information X-EBL-MailScanner-ID: 990138443EA.A03CF X-EBL-MailScanner: Found to be clean X-EBL-MailScanner-SpamCheck: not spam, spamhaus-ZEN, SpamAssassin (not cached, score=-0.873, required 6, autolearn=disabled, AWL -0.76, DKIM_SIGNED 0.10, DKIM_VALID -0.10, DKIM_VALID_AU -0.10, T_RP_MATCHES_RCVD -0.01) X-EBL-MailScanner-From: alexander@leidinger.net X-EBL-MailScanner-Watermark: 1332752724.75733@vQ+cre3duGzKYGPGfccbgQ X-EBL-Spam-Status: No Cc: emulation@FreeBSD.org Subject: Re: AMD64 Linux emulation for FreeBSD 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: Mon, 19 Mar 2012 09:05:37 -0000 Quoting "Jukka A. Ukkonen" (from Sun, 18 Mar 2012 17:53:52 +0200): > Hi all, > > I suppose someone may have been thought about this already before. > Anyhow just in case I am the first one to raise the question... > > Would it not be better to install 64 bit amd64 Linux libraries and binaries > on an amd64 system running FreeBSD? Yes, it would. Feel free to provide patches for the FreeBSD kernel which provides a working linux 64 bit emulation. When this is available we can have a look at the 64 bit userland part (libraries and binaries). Bye, Alexander. --  *** System shutdown message from root *** System going down in 60 seconds http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 19 11:07:09 2012 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 61257106566C for ; Mon, 19 Mar 2012 11:07:09 +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 31C308FC1D for ; Mon, 19 Mar 2012 11:07:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2JB79ao033546 for ; Mon, 19 Mar 2012 11:07:09 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q2JB77gc033542 for freebsd-emulation@FreeBSD.org; Mon, 19 Mar 2012 11:07:07 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 19 Mar 2012 11:07:07 GMT Message-Id: <201203191107.q2JB77gc033542@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, 19 Mar 2012 11:07:09 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/159646 emulation [linux] [patch] bump Linux version in linuxulator f kern/156691 emulation [vmware] [panic] panic when using hard disks as RAW de o kern/156353 emulation [ibcs2] ibcs2 binaries that execute on 4.x not working o kern/155577 emulation [boot] BTX halted after install. Reboot during install o kern/155040 emulation [linux] [patch] Linux recvfrom doesn't handle proto fa o kern/153990 emulation [hyper-v]: Will not install into Hyper-V on Server 200 o kern/153887 emulation [linux] Linux emulator not understand STB_GNU_UNIQUE b o kern/153243 emulation [ibcs2] Seg fault whne running COFF binary using iBCS2 o kern/151714 emulation [linux] print/acroread9 not usable due to lack of supp a bin/150262 emulation [patch] truss(1) -f doesn't follow descendants of the a kern/150186 emulation [parallels] [panic] Parallels Desktop: CDROM disconnec o ports/148097 emulation [patch] suggested addition to linux_base-* packages to o ports/148096 emulation emulators/linux_base-* can not be built from ports on o kern/147793 emulation [vmware] [panic] cdrom handling, panic, possible race o kern/146237 emulation [linux] Linux binaries not reading directories mounted p kern/144584 emulation [linprocfs][patch] bogus values in linprocfs o ports/142837 emulation [patch] emulators/linux_base-* packages fails to insta o kern/140156 emulation [linux] cdparanoia fails to read drive data f kern/138944 emulation [parallels] [regression] Parallels no longer works in o kern/138880 emulation [linux] munmap segfaults after linux_mmap2 stresstest o ports/135337 emulation [PATCH] emulators/linux_base-f10: incorrect bash usage s kern/133144 emulation [linux] linuxulator 2.6 crashes with nvidias libGL.so. o kern/129169 emulation [linux] [patch] Linux Emulation ENOTCONN error using n o kern/126232 emulation [linux] Linux ioctl TCGETS (0x5401) always fails o kern/86619 emulation [linux] linux emulator interacts oddly with cp a kern/72920 emulation [linux] path "prefixing" is not done on unix domain so o kern/41543 emulation [patch] [request] easier wine/w23 support o kern/39201 emulation [linux] [patch] ptrace(2) and rfork(RFLINUXTHPN) confu o kern/36952 emulation [patch] [linux] ldd(1) command of linux does not work o kern/11165 emulation [ibcs2] IBCS2 doesn't work correctly with PID_MAX 9999 30 problems total. From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 19 16:54:12 2012 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DD411106564A; Mon, 19 Mar 2012 16:54:12 +0000 (UTC) (envelope-from andy@neu.net) Received: from mail.neu.net (unknown [IPv6:2607:fc50:0:d300:216:3eff:fe54:f1c6]) by mx1.freebsd.org (Postfix) with ESMTP id 697D08FC17; Mon, 19 Mar 2012 16:54:12 +0000 (UTC) Received: from neu.net (neu.net [199.48.129.194]) by mail.neu.net (8.14.5/8.14.5) with ESMTP id q2JGs1sk030668; Mon, 19 Mar 2012 12:54:06 -0400 (EDT) (envelope-from andy@neu.net) Date: Mon, 19 Mar 2012 12:54:01 -0400 (EDT) From: AN To: Bernhard Froehlich In-Reply-To: <56065496c643287600337f31e708b216@bluelife.at> Message-ID: References: <56065496c643287600337f31e708b216@bluelife.at> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Spam-Status: No, score=-0.0 required=5.0 tests=T_RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.neu.net Cc: freebsd-emulation@FreeBSD.org Subject: 4.1.10 PCI passthru 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, 19 Mar 2012 16:54:13 -0000 Hi Bernhard: I recently upgraded to virtualbox-ose-4.1.10, and it is running well. But I seem to be having a problem with PCI passthru. Can you confirm if PCI passthru is working in virtualbox-ose-4.1.10? Below is output from opensuse11.4 log that shows 2 different usb drives. Both work on the FreeBSD host, but they are not available in Linux. I followed the wiki and have had this working previously, but it does not work for me now. kernel: [320415.717242] usb 1-1: new full speed USB device using ohci_hcd and address 2 Mar 19 12:18:46 linux-zmcl kernel: [320415.951219] usb 1-1: New USB device found, idVendor=0480, idProduct=a007 Mar 19 12:18:46 linux-zmcl kernel: [320415.951222] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 Mar 19 12:18:46 linux-zmcl kernel: [320415.951224] usb 1-1: Product: External USB 3.0 Mar 19 12:18:46 linux-zmcl kernel: [320415.951225] usb 1-1: Manufacturer: Toshiba Mar 19 12:18:46 linux-zmcl kernel: [320415.951227] usb 1-1: SerialNumber: Mar 19 12:18:46 linux-zmcl kernel: [320415.955838] scsi3 : usb-storage 1-1:1.0 Mar 19 12:18:46 linux-zmcl mtp-probe: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:1f.4/usb1/1-1" Mar 19 12:18:46 linux-zmcl mtp-probe: bus: 1, device: 2 was not an MTP device Mar 19 12:18:47 linux-zmcl kernel: [320416.978286] scsi 3:0:0:0: Direct-Access TOSHIBA External USB 3.0 0001 PQ: 0 ANSI: 6 Mar 19 12:18:47 linux-zmcl kernel: [320416.978438] sd 3:0:0:0: Attached scsi generic sg2 type 0 Mar 19 12:18:47 linux-zmcl kernel: [320416.992870] sd 3:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB) Mar 19 12:18:47 linux-zmcl kernel: [320417.167236] usb 1-1: reset full speed USB device using ohci_hcd and address 2 Mar 19 12:18:48 linux-zmcl kernel: [320417.546235] usb 1-1: reset full speed USB device using ohci_hcd and address 2 Mar 19 12:19:19 linux-zmcl kernel: [320448.914223] usb 1-1: reset full speed USB device using ohci_hcd and address 2 Mar 19 12:19:49 linux-zmcl kernel: [320479.305158] usb 1-1: reset full speed USB device using ohci_hcd and address 2 Mar 19 12:20:26 linux-zmcl kernel: [320515.738235] usb 1-1: reset full speed USB device using ohci_hcd and address 2 Mar 19 12:20:26 linux-zmcl kernel: [320516.107258] usb 1-1: reset full speed USB device using ohci_hcd and address 2 [ 88.666872] usb 1-1: new full speed USB device using ohci_hcd and address 2 Mar 19 12:36:42 linux-zmcl kernel: [ 88.902949] usb 1-1: New USB device found, idVendor=0781, idProduct=5406 Mar 19 12:36:42 linux-zmcl kernel: [ 88.902977] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 Mar 19 12:36:42 linux-zmcl kernel: [ 88.902993] usb 1-1: Product: U3 Cruzer Micro Mar 19 12:36:42 linux-zmcl kernel: [ 88.903320] usb 1-1: Manufacturer: SanDisk Corporation Mar 19 12:36:42 linux-zmcl kernel: [ 88.903322] usb 1-1: SerialNumber: Mar 19 12:36:42 linux-zmcl mtp-probe: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:1f.4/usb1/1-1" Mar 19 12:36:42 linux-zmcl kernel: [ 88.914678] scsi3 : usb-storage 1-1:1.0 Mar 19 12:36:42 linux-zmcl mtp-probe: bus: 1, device: 2 was not an MTP device Mar 19 12:37:04 linux-zmcl kernel: [ 110.946739] usb 1-1: reset full speed USB device using ohci_hcd and address 2 Mar 19 12:37:04 linux-zmcl kernel: [ 111.173818] scsi 3:0:0:0: Direct-Access SanDisk U3 Cruzer Micro 3.27 PQ: 0 ANSI: 2 Mar 19 12:37:04 linux-zmcl kernel: [ 111.173964] sd 3:0:0:0: Attached scsi generic sg2 type 0 Mar 19 12:37:04 linux-zmcl kernel: [ 111.182571] scsi 3:0:0:1: CD-ROM SanDisk U3 Cruzer Micro 3.27 PQ: 0 ANSI: 2 Mar 19 12:37:04 linux-zmcl kernel: [ 111.213286] sd 3:0:0:0: [sdb] 8015502 512-byte logical blocks: (4.10 GB/3.82 GiB) Mar 19 12:37:04 linux-zmcl kernel: [ 111.398229] usb 1-1: reset full speed USB device using ohci_hcd and address 2 Mar 19 12:37:05 linux-zmcl kernel: [ 111.820905] usb 1-1: reset full speed USB device using ohci_hcd and address 2 Mar 19 12:37:05 linux-zmcl kernel: [ 112.237729] usb 1-1: reset full speed USB device using ohci_hcd and address 2 Mar 19 12:37:06 linux-zmcl kernel: [ 112.644850] usb 1-1: reset full speed USB device using ohci_hcd and address 2 Mar 19 12:37:06 linux-zmcl kernel: [ 113.060219] usb 1-1: reset full speed USB device using ohci_hcd and address 2 Mar 19 12:37:06 linux-zmcl kernel: [ 113.435885] usb 1-1: reset full speed USB device using ohci_hcd and address 2 Mar 19 12:37:07 linux-zmcl kernel: [ 113.851172] usb 1-1: reset full speed USB device using ohci_hcd and address 2 Mar 19 12:37:38 linux-zmcl kernel: [ 144.917224] usb 1-1: reset full speed USB device using ohci_hcd and address 2 Mar 19 12:38:08 linux-zmcl kernel: [ 175.300224] usb 1-1: reset full speed USB device using ohci_hcd and address 2 Thanks for making VBox available on FreeBSD. From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 19 18:26:57 2012 Return-Path: Delivered-To: freebsd-emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A87991065676; Mon, 19 Mar 2012 18:26:57 +0000 (UTC) (envelope-from decke@bluelife.at) Received: from groupware.itac.at (groupware.itac.at [91.205.172.99]) by mx1.freebsd.org (Postfix) with ESMTP id 394B48FC12; Mon, 19 Mar 2012 18:26:57 +0000 (UTC) Received: from [90.152.151.214] (90.152.151.214) by groupware.itac.at (Axigen) with (CAMELLIA256-SHA encrypted) ESMTPSA id 2B9F8F; Mon, 19 Mar 2012 19:27:06 +0100 From: Bernhard =?ISO-8859-1?Q?Fr=F6hlich?= To: AN , Bernhard Froehlich X-Mailer: Modest 3.90.7 References: <56065496c643287600337f31e708b216@bluelife.at> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-ID: <1332181605.4182.1.camel@Nokia-N900-42-11> Date: Mon, 19 Mar 2012 19:26:46 +0100 Message-Id: <1332181606.4182.2.camel@Nokia-N900-42-11> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-AxigenSpam-Level: 1 X-CTCH-RefID: str=0001.0A0B020B.4F677A6A.00FF,ss=1,fgs=0 X-CTCH-VOD: Unknown X-CTCH-Spam: Unknown Cc: freebsd-emulation@FreeBSD.org Subject: Re: 4.1.10 PCI passthru X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bernhard =?ISO-8859-1?Q?Fr=F6hlich?= List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Mar 2012 18:26:57 -0000 On Mo., 19. Mär. 2012 17:54:01 CET, AN wrote: > Hi Bernhard: > > I recently upgraded to virtualbox-ose-4.1.10, and it is running well. > But I seem to be having a problem with PCI passthru.  Can you confirm > if PCI passthru is working in virtualbox-ose-4.1.10? > > Below is output from opensuse11.4 log that shows 2 different usb drives. > Both work on the FreeBSD host, but they are not available in Linux.  I > followed the wiki and have had this working previously, but it does not > work for me now. PCI passthru is currently an experimental feature for Linux hosts and only available in the PUEL extpack. We would need Intel and AMD IOMMU support in the FreeBSD kernel and access to the vbox pci passthru code. An Intel IOMMU driver is available in the BeHyve branch but that's all right now. From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 19 18:48:16 2012 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CBA2B106566B; Mon, 19 Mar 2012 18:48:16 +0000 (UTC) (envelope-from to.my.trociny@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 29FA28FC08; Mon, 19 Mar 2012 18:48:15 +0000 (UTC) Received: by bkcjc3 with SMTP id jc3so6348227bkc.13 for ; Mon, 19 Mar 2012 11:48:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:sender:date:message-id:user-agent:mime-version :content-type; bh=jUkOOwZ9eG+FW4+AuD2YOfi1LylI1SPXFkCD7/AFgtY=; b=P9yfU57yBiTjns2w6Bvrf7wcYB5dUGQiIcwIoP9Xc1RMjUK8E5wJOROQvN+Jy1K67E qCs8P/CaH2X0O7y9segqQVS1AXpJup78qQgt1f97ww09DljugnPBUVOB4qo4xMsYxLhr 5nHZyVKgLBiZzR6W6oqyZ1UUf7IMJi/3P7JQ/9dJbP37Y3ubmlFjKunG9y584K/5OBAJ cRoWXRxuIhjN6r0KNxKzjc1esaAjsNfStFlarsG3+VvzCGkINHoycJ59ceJwj5QLArdq QTcPdBbWpoKqYBgLA+E22PqYYISSe5LF/LpsSIccnzub8/1BQnIqNDJg3WrgbV0A+y4i sfEQ== Received: by 10.204.151.86 with SMTP id b22mr5128332bkw.81.1332182895029; Mon, 19 Mar 2012 11:48:15 -0700 (PDT) Received: from localhost ([95.69.173.122]) by mx.google.com with ESMTPS id o7sm27395591bkw.16.2012.03.19.11.48.13 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 19 Mar 2012 11:48:14 -0700 (PDT) From: Mikolaj Golub To: freebsd-virtualization@freebsd.org, freebsd-emulation@freebsd.org Sender: Mikolaj Golub Date: Mon, 19 Mar 2012 20:48:11 +0200 Message-ID: <867gyg77h0.fsf@kopusha.home.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Cc: Subject: [patch] VirtualBox-4.0.14 + FreeBSD/CURRENT + VIMAGE: crash on vm shutdown 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, 19 Mar 2012 18:48:17 -0000 --=-=-= Hi, Here is a patch that fixes the issue I have been observing recently: running on VIMAGE enabled kernel VirtualBox causes the kernel crash when vm is powered off: ng_unref_node(8b156880,0,1,101,0,...) at ng_unref_node+0x74 ng_snd_item(8d060d40,0,8b0e18f0,0,0,...) at ng_snd_item+0x2a5 ng_send_fn(8b156880,0,8b0e18f0,0,0,...) at ng_send_fn+0x35 ng_rmnode_self(8b156880,89f840e0,8b0dbcc0,deec88cc,8b0d9ffa,...) at ng_rmnode_self+0x4a vboxNetFltOsDeleteInstance(89f84010,89f84014,89f84010,deec88ec,8b0da0f4,...) at vboxNetFltOsDeleteInstance+0x63 vboxNetFltRelease(89f84010,0,0,0,89f84014,...) at vboxNetFltRelease+0x6a vboxNetFltPortDisconnectAndRelease(89f84014,2710,87748bd4,87748bd4,deec8930,...) at vboxNetFltPortDisconnectAndRelease+0x64 _end(8b15ed10,89f84210,877456b0,0,deec8990,...) at 0x8cffe057 SUPR0ObjRelease(8b15ed10,89f4b810,deec89c8,deec89a0,0,...) at SUPR0ObjRelease+0x133 _end(8b15eb90,898a0e10,877456b0,0,89f4b810,...) at 0x8cffe4bb supdrvCleanupSession(8162bac0,89f4b810,89f4b810,deec89f4,8160e52f,...) at supdrvCleanupSession+0xef supdrvCloseSession(8162bac0,89f4b810,8ceecb18,deec8a18,8ceecaa0,...) at supdrvCloseSession+0x19 VBoxDrvFreeBSDClose(89ee6c00,3,2000,8adcc5c0,8adcc5c0,...) at VBoxDrvFreeBSDClose+0x2f devfs_close(deec8a78,8ceecaa0,80400,80f8caac,133,...) at devfs_close+0x2ca VOP_CLOSE_APV(81095960,deec8a78,80f8caac,133,2,...) at VOP_CLOSE_APV+0xda vn_close(8ceecaa0,3,8b24b380,8adcc5c0,80f792e0,...) at vn_close+0x190 vn_closefile(89f8cd58,8adcc5c0,0,89f8cd58,0,...) at vn_closefile+0xe4 devfs_close_f(89f8cd58,8adcc5c0,0,0,89f8cd58,...) at devfs_close_f+0x35 _fdrop(89f8cd58,8adcc5c0,0,deec8b80,0,8adcc670,81273398,810a7620,89e50c2c,79d,80f7401d,deec8b90,80a2f81e,89e50c2c,8,80f7401d,79d,0,89f8cd58) at _fdrop+0x43 closef(89f8cd58,8adcc5c0,79d,79a,8adcc670,...) at closef+0x2b0 fdfree(8adcc5c0,0,80f74dc6,107,deec8c18,...) at fdfree+0x3ea exit1(8adcc5c0,0,deec8d1c,80db7aee,8adcc5c0,...) at exit1+0x57a sys_sys_exit(8adcc5c0,deec8cec,80fd0bf8,80f53607,8adbf5c0,...) at sys_sys_exit+0x1d syscall(deec8d28) at syscall+0x2de Xint0x80_syscall() at Xint0x80_syscall+0x21 -- Mikolaj Golub --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=VBoxNetFlt-freebsd.c.VNET.patch --- VirtualBox-4.0.14_OSE/src/VBox/HostDrivers/VBoxNetFlt/freebsd/VBoxNetFlt-freebsd.c.orig 2012-03-18 00:21:42.000000000 +0200 +++ VirtualBox-4.0.14_OSE/src/VBox/HostDrivers/VBoxNetFlt/freebsd/VBoxNetFlt-freebsd.c 2012-03-18 00:22:18.000000000 +0200 @@ -651,13 +651,13 @@ bool vboxNetFltOsMaybeRediscovered(PVBOX ng_rmnode_self(pThis->u.s.node); pThis->u.s.node = NULL; } + VBOXCURVNET_RESTORE(); if (ifp0 != NULL) { vboxNetFltOsDeleteInstance(pThis); vboxNetFltOsInitInstance(pThis, NULL); } - VBOXCURVNET_RESTORE(); return !ASMAtomicUoReadBool(&pThis->fDisconnectedFromHost); } @@ -671,8 +671,10 @@ void vboxNetFltOsDeleteInstance(PVBOXNET mtx_destroy(&pThis->u.s.inq.ifq_mtx); mtx_destroy(&pThis->u.s.outq.ifq_mtx); + VBOXCURVNET_SET_FROM_UCRED(); if (pThis->u.s.node != NULL) ng_rmnode_self(pThis->u.s.node); + VBOXCURVNET_RESTORE(); pThis->u.s.node = NULL; } --=-=-=-- From owner-freebsd-emulation@FreeBSD.ORG Mon Mar 19 22:24:47 2012 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id BAF611065673; Mon, 19 Mar 2012 22:24:47 +0000 (UTC) (envelope-from petro.rossini@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4326E8FC1C; Mon, 19 Mar 2012 22:24:47 +0000 (UTC) Received: by vcmm1 with SMTP id m1so9524514vcm.13 for ; Mon, 19 Mar 2012 15:24:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=TiqzlFH51H35GEYOc3nvHbvq2VIeddaMHk8k2c+Qv2w=; b=at1dW8AnOvSNod0MlMAdWwnv2BUjEn/npboULWW6RCyKUnmlGC89x2HNIuC60ig5Y+ KV/6FWRJbLP1YoVp+6AX13UIjU5PRsel8DRxYYzLIDwqrcHRNRcbta/rduRv5CCXSDv5 6zmOjFtxemmOTuKDheU/ou3YIsUHGRfQADTqihI9DDVbACs5ECFIaegzflAbkh9kreWQ 8QpVWl0Khq6rVY8ojuMiU06aokjYTtJO3AjR9EqLUXj83zDUwuTlKbw44/XiJt+ZVu2S AaYnYeOvL/JBGn15zDQwDaEVisiwSq3wyTYZd2Rzsn/2jblIz9G6EkQaBg6yQAHmpWWg wnjw== MIME-Version: 1.0 Received: by 10.52.36.2 with SMTP id m2mr4140561vdj.102.1332195886751; Mon, 19 Mar 2012 15:24:46 -0700 (PDT) Received: by 10.220.202.4 with HTTP; Mon, 19 Mar 2012 15:24:46 -0700 (PDT) In-Reply-To: <867gyg77h0.fsf@kopusha.home.net> References: <867gyg77h0.fsf@kopusha.home.net> Date: Tue, 20 Mar 2012 09:24:46 +1100 Message-ID: From: Petro Rossini To: Mikolaj Golub Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-emulation@freebsd.org, freebsd-virtualization@freebsd.org Subject: Re: [patch] VirtualBox-4.0.14 + FreeBSD/CURRENT + VIMAGE: crash on vm shutdown 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, 19 Mar 2012 22:24:47 -0000 On Tue, Mar 20, 2012 at 5:48 AM, Mikolaj Golub wrote: > Hi, > > Here is a patch that fixes the issue I have been observing recently: running > on VIMAGE enabled kernel VirtualBox causes the kernel crash when vm is powered > off: > .. Hi Mikolaj and others, is it considered "safe" to run VIMAGE+VirtualBox on -STABLE? I have one VirtualBox in my otherwise jail based infrastructure (to run a Zimbra mail server under Ubuntu), and would like to move this machine and the "standby" forward from FreeBSD-8 to -9, as well as start to use VIMAGE here as I do on the other boxes. Regards Peter From owner-freebsd-emulation@FreeBSD.ORG Tue Mar 20 07:40:22 2012 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 23046106566B; Tue, 20 Mar 2012 07:40:22 +0000 (UTC) (envelope-from to.my.trociny@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 7B51F8FC14; Tue, 20 Mar 2012 07:40:21 +0000 (UTC) Received: by wern13 with SMTP id n13so8580944wer.13 for ; Tue, 20 Mar 2012 00:40:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:organization:references:sender:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=wKzTH1j/yNQjHnhUQ5Sh5bXAUJbRWvK+o/FsPbgXKOk=; b=QFRKsjP80cIDaXIobId2lmBuvdO/EmV5qTzyX67cV//W0YvjMELmvMxLa6Ar4uLrhO SnG9cCxih1MFGkmZoLSliWDO6QJjc5JcCKhmTJyqxaVpJTEEQPh+Qy4CtYjkrjDg0SiS EetvyaLN3yvtbzxRTRhXJvv0isvrQ2rO0Sgq75u677jT4CyJoP663Ak9ZztX1URUz7x4 Rv5L6jBiDD/xJS5o7GNBcd4J07PnH1iIPihBhjxB0wLTp0gp3pwdVEfze5RuqB2HiEp2 jaU2ZcfiAVVSVZoKDVJPalgHMG6K8O7eZaDp7mcHjPTsjNFCAKsbrZ8npQuRQzk0VQ6b Gt5Q== Received: by 10.216.145.194 with SMTP id p44mr8589219wej.38.1332229220483; Tue, 20 Mar 2012 00:40:20 -0700 (PDT) Received: from localhost ([94.27.39.186]) by mx.google.com with ESMTPS id bx13sm18554786wib.10.2012.03.20.00.40.18 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 20 Mar 2012 00:40:18 -0700 (PDT) From: Mikolaj Golub To: Petro Rossini Organization: TOA Ukraine References: <867gyg77h0.fsf@kopusha.home.net> Sender: Mikolaj Golub Date: Tue, 20 Mar 2012 09:40:12 +0200 In-Reply-To: (Petro Rossini's message of "Tue, 20 Mar 2012 09:24:46 +1100") Message-ID: <86aa3b90v7.fsf@in138.ua3> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-emulation@freebsd.org, freebsd-virtualization@freebsd.org Subject: Re: [patch] VirtualBox-4.0.14 + FreeBSD/CURRENT + VIMAGE: crash on vm shutdown 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, 20 Mar 2012 07:40:22 -0000 On Tue, 20 Mar 2012 09:24:46 +1100 Petro Rossini wrote: PR> On Tue, Mar 20, 2012 at 5:48 AM, Mikolaj Golub wrote: >> Hi, >> >> Here is a patch that fixes the issue I have been observing recently: running >> on VIMAGE enabled kernel VirtualBox causes the kernel crash when vm is powered >> off: >> .. PR> Hi Mikolaj and others, PR> is it considered "safe" to run VIMAGE+VirtualBox on -STABLE? I have been running it on my laptop with CURRENT for more than a year and it worked for me until recently and works now again with this patch. PR> I have one VirtualBox in my otherwise jail based infrastructure (to PR> run a Zimbra mail server under Ubuntu), and would like to move this PR> machine and the "standby" forward from FreeBSD-8 to -9, as well as PR> start to use VIMAGE here as I do on the other boxes. PR> Regards PR> Peter -- Mikolaj Golub From owner-freebsd-emulation@FreeBSD.ORG Tue Mar 20 12:06:33 2012 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B6C9F106564A for ; Tue, 20 Mar 2012 12:06:33 +0000 (UTC) (envelope-from e6346a63b10e6631109ba334daa3c1d51476135d@bounce.getsocio.com) Received: from smtp.getsocio.com (getsocio.com [178.63.99.235]) by mx1.freebsd.org (Postfix) with ESMTP id 778C58FC16 for ; Tue, 20 Mar 2012 12:06:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by smtp.getsocio.com (Postfix) with ESMTP id D42D699C163 for ; Tue, 20 Mar 2012 11:56:54 +0000 (UTC) Date: Tue, 20 Mar 2012 11:56:54 +0000 From: BestDeal To: emulation@freebsd.org Message-ID: <01310d240edcaa9ad0e31999783165dcbb50d1e2@smtp.bestdealofday.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: You have been subscribed to daily deal news 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, 20 Mar 2012 12:06:33 -0000 Hello, Thanks for subscribing! You=E2=80=99ll be the first to learn about cool deals we keep posting.= Huge discounts nearby won=E2=80=99t get past your notice! Don=E2=80=99t hesitate to add BestDeal = to your address book or you=E2=80=99ll miss a great offer otherwise You may [1]unsubscribe from it at any time. If you have any questions, do not hesitate to [2]co= ntact us. Thanks, [3]BestDeal References 1. 3D"http://bestdealofday.com/subscriptions/378490/delet= 2. 3D"http://bestde=/ 3. 3D"http://bestdealofday.com/?_et=3De6346a63b10e6631109b= From owner-freebsd-emulation@FreeBSD.ORG Tue Mar 20 16:17:27 2012 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1D4EC106564A for ; Tue, 20 Mar 2012 16:17:27 +0000 (UTC) (envelope-from matheus@eternamente.info) Received: from phoenix.eternamente.info (phoenix.eternamente.info [109.169.62.232]) by mx1.freebsd.org (Postfix) with ESMTP id BAD128FC17 for ; Tue, 20 Mar 2012 16:17:26 +0000 (UTC) Received: by phoenix.eternamente.info (Postfix, from userid 80) id 2E73B1CC71; Tue, 20 Mar 2012 13:10:53 -0300 (BRT) Received: from 189.59.75.37 (proxying for 10.30.1.12) (SquirrelMail authenticated user matheus) by 109.169.62.232 with HTTP; Tue, 20 Mar 2012 13:10:53 -0300 Message-ID: <00ed530d2a6660e780d2dc3dff9afda6.squirrel@109.169.62.232> Date: Tue, 20 Mar 2012 13:10:53 -0300 From: "Nenhum_de_Nos" To: freebsd-emulation@freebsd.org User-Agent: SquirrelMail/1.4.21 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: Wine 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, 20 Mar 2012 16:17:27 -0000 hail, I've installed before wine32 on amd64 8.x FreeBSD, but this time I can't get to compile things on chroot: I keep getting these makefile errors: ===> Building for libtool-2.4.2 "Makefile", line 1164: Could not find libltdl/.deps/argz.Plo "Makefile", line 1165: Could not find libltdl/.deps/libltdl_libltdl_la-lt__alloc.Plo "Makefile", line 1166: Could not find libltdl/.deps/libltdl_libltdl_la-lt_dlloader.Plo "Makefile", line 1167: Could not find libltdl/.deps/libltdl_libltdl_la-lt_error.Plo "Makefile", line 1168: Could not find libltdl/.deps/libltdl_libltdl_la-ltdl.Plo "Makefile", line 1169: Could not find libltdl/.deps/libltdl_libltdl_la-slist.Plo "Makefile", line 1170: Could not find libltdl/.deps/libltdl_libltdlc_la-lt__alloc.Plo "Makefile", line 1171: Could not find libltdl/.deps/libltdl_libltdlc_la-lt_dlloader.Plo "Makefile", line 1172: Could not find libltdl/.deps/libltdl_libltdlc_la-lt_error.Plo "Makefile", line 1173: Could not find libltdl/.deps/libltdl_libltdlc_la-ltdl.Plo "Makefile", line 1174: Could not find libltdl/.deps/libltdl_libltdlc_la-slist.Plo "Makefile", line 1175: Could not find libltdl/.deps/lt__dirent.Plo "Makefile", line 1176: Could not find libltdl/.deps/lt__strl.Plo "Makefile", line 1177: Could not find libltdl/loaders/.deps/dld_link.Plo "Makefile", line 1178: Could not find libltdl/loaders/.deps/dlopen.Plo "Makefile", line 1179: Could not find libltdl/loaders/.deps/dyld.Plo "Makefile", line 1180: Could not find libltdl/loaders/.deps/libltdl_libltdl_la-preopen.Plo "Makefile", line 1181: Could not find libltdl/loaders/.deps/libltdl_libltdlc_la-preopen.Plo "Makefile", line 1182: Could not find libltdl/loaders/.deps/load_add_on.Plo "Makefile", line 1183: Could not find libltdl/loaders/.deps/loadlibrary.Plo "Makefile", line 1184: Could not find libltdl/loaders/.deps/shl_load.Plo make: fatal errors encountered -- cannot continue *** Error code 1 and install from package as long is possible. but this is not (libtool installs 2.2.10 and wine make asks for 2.4.x). as I always tried this way, I ask how to use wine64 available on wine builds page. can I just install it and use i386 windows binaries as they were native ? are there any dependencies I must met ? thanks, matheus -- We will call you Cygnus, The God of balance you shall be A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? http://en.wikipedia.org/wiki/Posting_style From owner-freebsd-emulation@FreeBSD.ORG Tue Mar 20 18:02:35 2012 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DC23106564A for ; Tue, 20 Mar 2012 18:02:35 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by mx1.freebsd.org (Postfix) with ESMTP id DC37F8FC0A for ; Tue, 20 Mar 2012 18:02:34 +0000 (UTC) Received: by wibhr17 with SMTP id hr17so4821955wib.1 for ; Tue, 20 Mar 2012 11:02:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=HpUrMhGc83yaf9gWU5w5k4K8JKNogSx+hB7YTGDzQMg=; b=qvw+GzYQhGAlTSpxmcOAAdO4ZK0D4q1gN384w8nv1vGHlW+Etfw2xd96lysfb2Da4d uqvk37fA51rr+Ln25IZ6OpfKJUzSnksWr1H5DxXILiQJSJaDaz/yTJjDxXouofHHRMbQ Vo3DV7KOtLPcvj1A+cmnx5fswJa/bwSaOYDj44rtrMiAK80pmetPGMRCj6WFcOoAgdx4 uAbROGDDhbwcKuj8MGvXfl0cv8fNWlVNnlwiXgbZuiN6ZFjeRhzD9BK0NCyr2GQF+lAQ goN9bsuumBfqrOyW+eOToj7I8pzoONjTWcig+GA8o10nC+ELK77W7qquEoB9B2/+vjrW Jysw== MIME-Version: 1.0 Received: by 10.180.80.40 with SMTP id o8mr1923684wix.10.1332266548010; Tue, 20 Mar 2012 11:02:28 -0700 (PDT) Received: by 10.223.102.78 with HTTP; Tue, 20 Mar 2012 11:02:27 -0700 (PDT) In-Reply-To: <00ed530d2a6660e780d2dc3dff9afda6.squirrel@109.169.62.232> References: <00ed530d2a6660e780d2dc3dff9afda6.squirrel@109.169.62.232> Date: Tue, 20 Mar 2012 13:02:27 -0500 Message-ID: From: Adam Vande More To: Nenhum_de_Nos Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-emulation@freebsd.org Subject: Re: Wine 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, 20 Mar 2012 18:02:35 -0000 On Tue, Mar 20, 2012 at 11:10 AM, Nenhum_de_Nos wrote: > hail, > > I've installed before wine32 on amd64 8.x FreeBSD, but this time I can't > get to compile things on > chroot: > > I keep getting these makefile errors: > Maybe you can use the packages from here: http://www.mediafire.com/wine_fbsd64 Building 32 Wine on amd64 is a non-trivial task and this person has decided to do and share the work. -- Adam Vande More From owner-freebsd-emulation@FreeBSD.ORG Wed Mar 21 08:29:13 2012 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2F595106568C for ; Wed, 21 Mar 2012 08:29:13 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from portsmonj.FreeBSD.org (portsmonj.freebsd.org [69.147.83.46]) by mx1.freebsd.org (Postfix) with ESMTP id 1ED308FC22 for ; Wed, 21 Mar 2012 08:29:13 +0000 (UTC) Received: from portsmonj.freebsd.org (portsmonj.freebsd.org [69.147.83.46]) by portsmonj.FreeBSD.org (8.14.5/8.14.4) with ESMTP id q2L8TD0s083852 for ; Wed, 21 Mar 2012 08:29:13 GMT (envelope-from linimon@FreeBSD.org) Date: Wed, 21 Mar 2012 08:29:13 GMT Message-Id: <201203210829.q2L8TD0s083852@portsmonj.FreeBSD.org> From: linimon@FreeBSD.org To: emulation@FreeBSD.org Cc: Subject: FreeBSD ports that you maintain which are currently scheduled for deletion X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Mar 2012 08:29:13 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: graphics/linux-tiff description: TIFF library, Linux/i386 binary maintainer: emulation@FreeBSD.org status: FORBIDDEN deprecated because: expiration date: 2011-10-14 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-tiff portname: www/linux-f10-flashplugin10 description: Adobe Flash Player NPAPI Plugin maintainer: emulation@FreeBSD.org status: FORBIDDEN deprecated because: has vulnerabilities and is EOL expiration date: 2012-03-27 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=linux-f10-flashplugin10 portname: x11-toolkits/linux-pango description: Linux pango binary maintainer: emulation@FreeBSD.org status: FORBIDDEN deprecated because: expiration date: 2011-10-14 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=linux-pango If this problem is one that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-emulation@FreeBSD.ORG Wed Mar 21 08:29:33 2012 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E3A351065674 for ; Wed, 21 Mar 2012 08:29:33 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from portsmonj.FreeBSD.org (portsmonj.freebsd.org [69.147.83.46]) by mx1.freebsd.org (Postfix) with ESMTP id 93F548FC12 for ; Wed, 21 Mar 2012 08:29:33 +0000 (UTC) Received: from portsmonj.freebsd.org (portsmonj.freebsd.org [69.147.83.46]) by portsmonj.FreeBSD.org (8.14.5/8.14.4) with ESMTP id q2L8TXpx086680 for ; Wed, 21 Mar 2012 08:29:33 GMT (envelope-from linimon@FreeBSD.org) Date: Wed, 21 Mar 2012 08:29:33 GMT Message-Id: <201203210829.q2L8TXpx086680@portsmonj.FreeBSD.org> From: linimon@FreeBSD.org To: emulation@FreeBSD.org Cc: Subject: FreeBSD ports that you maintain which are currently marked forbidden X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Mar 2012 08:29:34 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users about ports that are marked as "forbidden" in their Makefiles. Often, these ports are so marked due to security concerns, such as known exploits. An overview of each port, including errors seen on the build farm, is included below. portname: graphics/linux-tiff forbidden because: Vulnerable since 2004-10-13, http://portaudit.freebsd.org/8816bf3a-7929-11df-bcce-0018f3e2eb82.html build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=linux-tiff portname: www/linux-f10-flashplugin10 forbidden because: insecure version - use flashplugin11 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=linux-f10-flashplugin10 portname: x11-toolkits/linux-pango forbidden because: Vulnerable since 2009-05-13, http://portaudit.freebsd.org/4b172278-3f46-11de-becb-001cc0377035.html build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=x11-toolkits&portname=linux-pango If this problem is one that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Thanks for your efforts to help improve FreeBSD.