From owner-freebsd-emulation@FreeBSD.ORG Sun Oct 12 20:45:06 2008 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 721AF1065678 for ; Sun, 12 Oct 2008 20:45:06 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.26]) by mx1.freebsd.org (Postfix) with ESMTP id 2CCD78FC12 for ; Sun, 12 Oct 2008 20:45:05 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: by qw-out-2122.google.com with SMTP id 9so402733qwb.7 for ; Sun, 12 Oct 2008 13:45:05 -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:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=aOaJX2/q7mdfkbuU+GTqHQU0F9t2Di/owgEftTZEZ1M=; b=YYqHYax52ZWR3cjW35RtYMNvmxfGII7/GF8bD6WRgOMIt9tLPpo/h1mUwQkAYJFE11 oT5u46HdHGv4j2aZ2Np/CISXOzpv6DKxbubt/lpA/XRXp+09mc9u3r2u0Ry0bQoRvlm4 xoG8K3Y6WYSG2bI4ynXvzjSalq5/a8SjDcta0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=x4jbKT5Q93oY7VxTFN2bsFx6CchMECRKNTmV3326qnuNahvXlf6dngrv73kl/4Sj10 dGp7hE8xqykTwu031ZrvGYXx+nBZCtCK1tee9l9zFnijLhjHpCvuxEKISwXZ8uBQhY5N PcEwhYjzi3G/jE5qc7dp6UYdMRodvpgmRiG/A= Received: by 10.214.183.8 with SMTP id g8mr3945150qaf.72.1223842770833; Sun, 12 Oct 2008 13:19:30 -0700 (PDT) Received: by 10.214.116.19 with HTTP; Sun, 12 Oct 2008 13:19:30 -0700 (PDT) Message-ID: <47d0403c0810121319k28f2badbm87fa3d93cb45b1be@mail.gmail.com> Date: Sun, 12 Oct 2008 16:19:30 -0400 From: "Ben Kaduk" To: freebsd-emulation@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: edwin scheme/emacs SEGV's in X; not on console 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 Oct 2008 20:45:06 -0000 Hi all, I'm taking a classical mechanics class that uses an scmutils package on top of mit-scheme. Attempting to build this software on FreeBSD natively has been ... painful, so I'm looking at using the linuxulator to run an already-compiled version. I'm running FreeBSD-CURRENT from the September snapshot, and I installed linux_base-f8 and linux-xorg-libs. I then downloaded this tarball: http://groups.csail.mit.edu/mac/users/gjs/6946/scmutils-tarballs/scmutils-20080929-ix86-ubuntu-gutsy.tar.gz and unpacked it in /usr/local . I needed to brandelf -t Linux /usr/local/scmutils/mit-scheme/bin/mit-scheme-native and change /usr/local/bin/mechanics to have #!/usr/compat/linux/bin/bash instead of #!/bin/bash, but then the program runs just fine in console mode. (edwin is an emacs18, and it has a module on top of it to run a scheme interpreter using their mechanics library.) However, when I run the program in X11, whenever I try to evaluate a command (C-x, even), I get the message: Internal error: Hardware trap SIGSEGV. I can try to ktrace the call to scheme, but kdump segfaults on the ktrace.out. Is there anything obvious that I should look at? Thanks, Ben Kaduk From owner-freebsd-emulation@FreeBSD.ORG Sun Oct 12 21:04:29 2008 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 A549F1065686 for ; Sun, 12 Oct 2008 21:04:29 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from mail.ipt.ru (mail.ipt.ru [194.62.233.102]) by mx1.freebsd.org (Postfix) with ESMTP id 5B2F68FC1F for ; Sun, 12 Oct 2008 21:04:29 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from sp34.ipt.ru ([194.62.233.107] helo=bs1.sp34.ru) by mail.ipt.ru with esmtp (Exim 4.62 (FreeBSD)) (envelope-from ) id 1Kp871-000EQh-97; Mon, 13 Oct 2008 01:04:27 +0400 Received: from bsam by bs1.sp34.ru with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1Kp88j-0000T7-Gj; Mon, 13 Oct 2008 01:06:13 +0400 To: "Ben Kaduk" References: <47d0403c0810121319k28f2badbm87fa3d93cb45b1be@mail.gmail.com> From: Boris Samorodov Date: Mon, 13 Oct 2008 01:06:13 +0400 In-Reply-To: <47d0403c0810121319k28f2badbm87fa3d93cb45b1be@mail.gmail.com> (Ben Kaduk's message of "Sun\, 12 Oct 2008 16\:19\:30 -0400") Message-ID: <81099402@bs1.sp34.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-emulation@freebsd.org Subject: Re: edwin scheme/emacs SEGV's in X; not on console 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 Oct 2008 21:04:29 -0000 "Ben Kaduk" writes: > Hi all, > > I'm taking a classical mechanics class that uses an scmutils package > on top of mit-scheme. > Attempting to build this software on FreeBSD natively has been ... > painful, so I'm looking > at using the linuxulator to run an already-compiled version. > > I'm running FreeBSD-CURRENT from the September snapshot, and I installed > linux_base-f8 and linux-xorg-libs. > I then downloaded this tarball: > http://groups.csail.mit.edu/mac/users/gjs/6946/scmutils-tarballs/scmutils-20080929-ix86-ubuntu-gutsy.tar.gz > and unpacked it in /usr/local . > I needed to brandelf -t Linux > /usr/local/scmutils/mit-scheme/bin/mit-scheme-native > and change /usr/local/bin/mechanics to have #!/usr/compat/linux/bin/bash > instead of #!/bin/bash, but then the program runs just fine in console mode. > (edwin is an emacs18, and it has a module on top of it to run a scheme > interpreter > using their mechanics library.) > > However, when I run the program in X11, whenever I try to evaluate a command > (C-x, even), I get the message: > Internal error: Hardware trap SIGSEGV. > I can try to ktrace the call to scheme, but kdump segfaults on the ktrace.out. > > Is there anything obvious that I should look at? You should use devel/linux_kdump instead of the native one. WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru Telephone & Internet SP FreeBSD committer, http://www.FreeBSD.org The Power To Serve From owner-freebsd-emulation@FreeBSD.ORG Sun Oct 12 21:34:36 2008 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 3482D1065689 for ; Sun, 12 Oct 2008 21:34:36 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.24]) by mx1.freebsd.org (Postfix) with ESMTP id DED588FC0A for ; Sun, 12 Oct 2008 21:34:35 +0000 (UTC) (envelope-from minimarmot@gmail.com) Received: by qw-out-2122.google.com with SMTP id 9so406177qwb.7 for ; Sun, 12 Oct 2008 14:34:35 -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:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=Mh4eT8PgKCrgxpuBN/Y2MZj3L91GS+Oy7UQs9pDTKZg=; b=BIRF1hVAvbC3vV+XsddvFDoKza/PCuG1QSHUWNbeLYm/OCOlewrjMlUuEJnKja2KiX dlGeK5Ip8KAF16RlR8VJNAooBvxDm8NYIs+aeWhjBl+IWpDHIMWOiEFg+xDERQyLQjt3 ywKKYMDua+IwWhUNLLjACtNAcq2utXIWW6+VY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=WVOw4xUWclqSds0wTP2Bunnn1oHn83AMT22h0F1lMkiZaNWXf1x7qwM2VO54D2XKER hpO/GzLjQYqSP9HSuZbeQQ4nP++SOamxuVu4EwT+4GIQMVzXXh6pSpLcx+ZmBFTb7bhA Mn/+mWfZyAH1Ao7K4xgZZ4FF9hJM9CtgMNs9I= Received: by 10.214.114.16 with SMTP id m16mr4059192qac.41.1223847274952; Sun, 12 Oct 2008 14:34:34 -0700 (PDT) Received: by 10.214.116.19 with HTTP; Sun, 12 Oct 2008 14:34:34 -0700 (PDT) Message-ID: <47d0403c0810121434r3a84bf4bj3b04b5184b6f097a@mail.gmail.com> Date: Sun, 12 Oct 2008 17:34:34 -0400 From: "Ben Kaduk" To: "Boris Samorodov" In-Reply-To: <81099402@bs1.sp34.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47d0403c0810121319k28f2badbm87fa3d93cb45b1be@mail.gmail.com> <81099402@bs1.sp34.ru> Cc: freebsd-emulation@freebsd.org Subject: Re: edwin scheme/emacs SEGV's in X; not on console 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 Oct 2008 21:34:36 -0000 On Sun, Oct 12, 2008 at 5:06 PM, Boris Samorodov wrote: > "Ben Kaduk" writes: > >> Hi all, >> >> I'm taking a classical mechanics class that uses an scmutils package >> on top of mit-scheme. >> Attempting to build this software on FreeBSD natively has been ... >> painful, so I'm looking >> at using the linuxulator to run an already-compiled version. >> >> I'm running FreeBSD-CURRENT from the September snapshot, and I installed >> linux_base-f8 and linux-xorg-libs. >> I then downloaded this tarball: >> http://groups.csail.mit.edu/mac/users/gjs/6946/scmutils-tarballs/scmutils-20080929-ix86-ubuntu-gutsy.tar.gz >> and unpacked it in /usr/local . >> I needed to brandelf -t Linux >> /usr/local/scmutils/mit-scheme/bin/mit-scheme-native >> and change /usr/local/bin/mechanics to have #!/usr/compat/linux/bin/bash >> instead of #!/bin/bash, but then the program runs just fine in console mode. >> (edwin is an emacs18, and it has a module on top of it to run a scheme >> interpreter >> using their mechanics library.) >> >> However, when I run the program in X11, whenever I try to evaluate a command >> (C-x, even), I get the message: >> Internal error: Hardware trap SIGSEGV. >> I can try to ktrace the call to scheme, but kdump segfaults on the ktrace.out. >> >> Is there anything obvious that I should look at? > > You should use devel/linux_kdump instead of the native one. > Ah, thanks. The (8M) linux_kdump output is here: http://stuff.mit.edu/afs/sipb.mit.edu/user/kaduk/freebsd/prolix/mechanics.dump.txt though I am not getting much useful out of it ... -Ben Kaduk From owner-freebsd-emulation@FreeBSD.ORG Mon Oct 13 11:06:48 2008 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 5EA001065696 for ; Mon, 13 Oct 2008 11:06:48 +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 4A54D8FC20 for ; Mon, 13 Oct 2008 11:06:48 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id m9DB6mIv029396 for ; Mon, 13 Oct 2008 11:06:48 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id m9DB6lZW029392 for freebsd-emulation@FreeBSD.org; Mon, 13 Oct 2008 11:06:47 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 13 Oct 2008 11:06:47 GMT Message-Id: <200810131106.m9DB6lZW029392@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 Oct 2008 11:06:48 -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/126232 emulation [linux] Linux ioctl TCGETS (0x5401) always fails o ports/121800 emulation x11-toolkits/linux-openmotif - OpenMotif upgrade to 2. o kern/97326 emulation [linux] file descriptor leakage in linux emulation o ports/91318 emulation [fix] graphics/linux_dri: works on amd64 too o kern/91293 emulation [svr4] [patch] *Experimental* Update to the SVR4 emula 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/29698 emulation [linux] [patch] linux ipcs doesn'work o kern/21463 emulation [linux] Linux compatability mode should not allow setu o kern/11165 emulation [ibcs2] IBCS2 doesn't work correctly with PID_MAX 9999 12 problems total. From owner-freebsd-emulation@FreeBSD.ORG Tue Oct 14 15:02:15 2008 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 75E7E1065689 for ; Tue, 14 Oct 2008 15:02:15 +0000 (UTC) (envelope-from eforezz@gmail.com) Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.24]) by mx1.freebsd.org (Postfix) with ESMTP id EDAE08FC1F for ; Tue, 14 Oct 2008 15:02:14 +0000 (UTC) (envelope-from eforezz@gmail.com) Received: by ey-out-2122.google.com with SMTP id 6so749453eyi.7 for ; Tue, 14 Oct 2008 08:02:13 -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:to :subject:mime-version:content-type; bh=pal3nuosTpgN2nTmQCjjSooRg8D2baFxqw+cXLg8lPQ=; b=k4re7e8buY1CDAxo1gcog+pTO7RXs3hmKVy+yTvOTcUJNAJZMBz2wffHxov+YpE8jy uKHIMWi8o0FITou3M76bC701Ly4yBwB7gzUc5vIAyoh57Ip+gdVeHHh64lUs0ob23hzp vNxMGNwdKb9i6n3DYqFk2pk/AZePcK1tcoKQk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=rkrIr2iICshxfzJPp/sI+5oeU4ngCKSXc0PWyR2aU03sR1Ww9fiBGCZswzDY7V1dSw Qs6R0vEMbNQl3N2mOyUwsI5N/wCxw6lzb7k+zlVAmdACC5QpOotW6P6eCNC2BPZ41KWc +M4jkscL1uBMbj+Ue6IAbea/Lozx38vNn4Wkc= Received: by 10.210.90.8 with SMTP id n8mr7366464ebb.10.1223994794413; Tue, 14 Oct 2008 07:33:14 -0700 (PDT) Received: by 10.210.34.1 with HTTP; Tue, 14 Oct 2008 07:33:14 -0700 (PDT) Message-ID: Date: Tue, 14 Oct 2008 17:33:14 +0300 From: EforeZZ To: freebsd-emulation@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Linux X11 applications getting disconnected 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 Oct 2008 15:02:15 -0000 Hello, I have a little problem with my X11 linux applications (Skype, VMware). I run remote X11 server on Windows (Cygwin/XWin) and I'm getting problems with Skype/VMware. They sporadically get disconnected from the X server while all other native FreeBSD programs (KDE, terminals) keep running. Is there anything special about networking in Linux programs running under FreeBSD? Best regards, EforeZZ From owner-freebsd-emulation@FreeBSD.ORG Wed Oct 15 06:23:27 2008 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 4ABC31065686; Wed, 15 Oct 2008 06:23:27 +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 016998FC0A; Wed, 15 Oct 2008 06:23:26 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from bb.ipt.ru ([194.62.233.89]) by services.ipt.ru with esmtp (Exim 4.54 (FreeBSD)) id 1Kpzn3-000PpS-KU; Wed, 15 Oct 2008 10:23:25 +0400 To: Steve Kargl References: <20081015023312.GA5850@troutmask.apl.washington.edu> <47140620@bb.ipt.ru> <20081015055852.GA7541@troutmask.apl.washington.edu> From: Boris Samorodov Date: Wed, 15 Oct 2008 10:23:15 +0400 In-Reply-To: <20081015055852.GA7541@troutmask.apl.washington.edu> (Steve Kargl's message of "Tue\, 14 Oct 2008 22\:58\:52 -0700") Message-ID: <14987644@bb.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-emulation@FreeBSD.org, freebsd-questions@freebsd.org Subject: Re: Recommended linux_base for 8.0? 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 Oct 2008 06:23:27 -0000 Steve Kargl writes: > On Wed, Oct 15, 2008 at 09:33:39AM +0400, Boris Samorodov wrote: >> Steve Kargl writes: >> >> > Which linux base port is recommended for FreeBSD-current on amd64? >> >> Well, the answer is "just install any linux application you need from >> ports/packages and the ports infrastructure will DTRT". ;-) > > matlab isn't in the ports collection. Yes. There is a PR about new port Matlab7 though. >> > linux_base-f7/ >> > linux_base-f8/ >> > linux_base-fc4/ >> > linux_base-fc6/ >> > linux_base-gentoo-stage1/ >> > linux_base-gentoo-stage2/ >> > linux_base-gentoo-stage3/ >> > >> > I currently have fc4 installed, but have run into some pthread >> > problems. >> >> This one is the default for now. > > % matlab >>> plotTAIHR_bin_30D > system error(34): __kmp_set_stack_info: pthread_getattr_np: Numerical result out of range > OMP abort: fatal system error detected. > > hpc:kargl[206] pkg_info | grep linux_base > linux_base-fc-4_10 Base set of packages needed in Linux mode (for i386/amd64) > hpc:kargl[208] portversion -vl '<' | grep linux_base > linux_base-fc-4_10 < needs updating (port has 4_13) Since you don't have other linux ports at this system it will be not hard to test linux_base-f8 which is intended to become a new linux base default in the future. > Guess which port is broken? I'm not sure whether it's a port or a system blame. CCing to emulation@ since there are more sharp linuxulator eyes there. 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 Thu Oct 16 21:47:45 2008 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 82ED81065688; Thu, 16 Oct 2008 21:47:45 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 58B258FC1B; Thu, 16 Oct 2008 21:47:45 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id m9GLljQL087293; Thu, 16 Oct 2008 21:47:45 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id m9GLljs6087289; Thu, 16 Oct 2008 21:47:45 GMT (envelope-from linimon) Date: Thu, 16 Oct 2008 21:47:45 GMT Message-Id: <200810162147.m9GLljs6087289@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-emulation@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: ports/128160: emulators/linux_base-fc4 tries to use a lot of old fedora core 4 mirrors 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 Oct 2008 21:47:45 -0000 Old Synopsis: make files try to use a lot of old fedora core 4 mirrors New Synopsis: emulators/linux_base-fc4 tries to use a lot of old fedora core 4 mirrors Responsible-Changed-From-To: freebsd-bugs->freebsd-emulation Responsible-Changed-By: linimon Responsible-Changed-When: Thu Oct 16 21:46:11 UTC 2008 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=128160 From owner-freebsd-emulation@FreeBSD.ORG Sat Oct 18 21:08:18 2008 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 E6C351065689 for ; Sat, 18 Oct 2008 21:08:17 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: from gwyn.kn-bremen.de (gwyn.kn-bremen.de [212.63.36.242]) by mx1.freebsd.org (Postfix) with ESMTP id 69E9D8FC0C for ; Sat, 18 Oct 2008 21:08:17 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by gwyn.kn-bremen.de (Postfix, from userid 10) id 3F5C1191A24; Sat, 18 Oct 2008 23:08:15 +0200 (CEST) Received: from saturn.kn-bremen.de (noident@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.14.2/8.13.8) with ESMTP id m9IKkq7w050930; Sat, 18 Oct 2008 22:46:52 +0200 (CEST) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.14.2/8.13.6/Submit) id m9IKknJL050929; Sat, 18 Oct 2008 22:46:49 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Sat, 18 Oct 2008 22:46:48 +0200 To: unixmania@gmail.com, qemu-devel@nongnu.org, Anthony Liguori , freebsd-emulation@freebsd.org Message-ID: <20081018204648.GA50596@saturn.kn-bremen.de> Mail-Followup-To: unixmania@gmail.com, qemu-devel@nongnu.org, Anthony Liguori , freebsd-emulation@freebsd.org References: <20080921204025.GA81055@saturn.kn-bremen.de> <200809242210.m8OMAcSZ021572@saturn.kn-bremen.de> <48DCF9FC.2070708@codemonkey.ws> <20080926220445.GA13099@saturn.kn-bremen.de> <20080927204729.GA52209@saturn.kn-bremen.de> <200809302233.m8UMXdca045408@saturn.kn-bremen.de> <20081011214148.GA57939@saturn.kn-bremen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081011214148.GA57939@saturn.kn-bremen.de> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: Subject: Re: [Qemu-devel] Re: qemu svn r5281 on FreeBSD - slow usb, vmwarevga, screen updates... (now updated to r5499) 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 Oct 2008 21:08:18 -0000 On Sat, Oct 11, 2008 at 11:41:48PM +0200, Juergen Lock wrote: > On Wed, Oct 01, 2008 at 12:33:39AM +0200, Juergen Lock wrote: > > In article you write: > > >On Sat, Sep 27, 2008 at 5:47 PM, Juergen Lock wrote: > > >> On Sat, Sep 27, 2008 at 12:04:45AM +0200, I wrote: > > >>>[...] > > >>> I'll see if I can prepare another update over the weekend and then go > > >>> thru more of the patches that have accumulated in the port... > > >> > > >> OK, here we go :) First the update: (at r5331 now) > > >> http://people.freebsd.org/~nox/qemu/qemu-devel-20080927.patch > > >[...] > > > > > >I suggest applying the following patch (on top of yours). It includes > > >options to build additional sound emulators. > > > > > >--- Makefile.orig 2008-09-28 00:11:29.000000000 -0300 > > >+++ Makefile 2008-09-28 00:53:03.000000000 -0300 > > >@@ -38,6 +38,10 @@ > > > GNUTLS "gnutls dependency (vnc encryption)" On \ > > > PCAP "pcap dependency (networking with bpf)" On \ > > > CDROM_DMA "IDE CDROM DMA" On \ > > >+ AC97 "Intel 82801AA AC97 sound card" Off \ > > >+ ADLIB "Adlib card with Yamaha YM3812 (OPL2) chip" Off \ > > >+ CS4231A "CS4231A sound card (Windows Sound System)" Off \ > > >+ GUS "Gravis Ultrasound GF1 sound card" Off \ > > > ALL_TARGETS "Also build dyngen targets (requires gcc34)" On > > > > > > .include > > >@@ -76,6 +80,35 @@ > > > CONFIGURE_ARGS+= --enable-pcap > > > .endif > > > > > >+.if defined(WITH_AC97) > > >+AUDIO_CARD_LIST= ac97 > > >+.endif > > >+ > > >+.if defined(WITH_ADLIB) > > >+.if defined(AUDIO_CARD_LIST) > > >+AUDIO_CARD_LIST+= , > > >+.endif > > >+AUDIO_CARD_LIST+= adlib > > >+.endif > > >+ > > >+.if defined(WITH_CS4231A) > > >+.if defined(AUDIO_CARD_LIST) > > >+AUDIO_CARD_LIST+= , > > >+.endif > > >+AUDIO_CARD_LIST+= cs4231a > > >+.endif > > >+ > > >+.if defined(WITH_GUS) > > >+.if defined(AUDIO_CARD_LIST) > > >+AUDIO_CARD_LIST+= , > > >+.endif > > >+AUDIO_CARD_LIST+= gus > > >+.endif > > >+ > > >+.if defined(AUDIO_CARD_LIST) > > >+CONFIGURE_ARGS+= --audio-card-list="${AUDIO_CARD_LIST}" > > >+.endif > > >+ > > > .if defined(WITH_SAMBA) > > > RUN_DEPENDS+= ${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba3 > > > .endif > > > > > >Signed-off-by: Carlos Santos > > > > Hmm. I might just add one knob to compile in all of these instead, > > they are still to be enabled individually at runtime, right? > > Ok, new update at: > http://people.freebsd.org/~nox/qemu/qemu-devel-20081011.patch > I have added an ADD_AUDIO knob to enable all of the above, and I have > also added the aio emulation patch that makes qemu still work when aio > is not loaded (although usually slower.) > New update at: http://people.freebsd.org/~nox/qemu/qemu-devel-20081018.patch I have removed the cpu-exec.c patch as it seems(!) no longer needed, and I have added a fix for -m >= 1024 on recent FreeBSD/amd64 hosts, I'll post about that seperately. > I have noticed tho that -soundhw ac97 together with -usb -drive if=scsi,... > and -net nic,model=rtl8139 causes scsi resets and timeouts at least for my > sidux-2008-03-ourea-pre1-kde-lite-i386-200809142136.iso livecd guest, can > anyone reproduce this? A FreeBSD 7.1-BETA-i386-livefs.iso guest with the > same parameters also hangs at boot with scsi problems... > I was unable to reproduce this when trying it like that again, it appears I had passed both -soundhw es1370 _and_ -soundhw ac97 when I saw this. :( Sorry for any confusion this might have caused... > Oh and the other problems I mentioned also still seem to exist. Same. I'm beginning to suspect tho that the screen update thing I mentioned is an xorg intel driver problem not a qemu one... (that box has Intel 965GM graphics, and the non-updated parts on the screen seem to depend on the vertial height of the other window that I last moused over when it happens, which would be too weird a bug for qemu to cause it, right? :) Regards, Juergen