From owner-freebsd-emulation@FreeBSD.ORG Sun Jun 3 12:02:19 2007 Return-Path: X-Original-To: emulation@freebsd.org 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 8D0D316A46E for ; Sun, 3 Jun 2007 12:02:19 +0000 (UTC) (envelope-from utg_vrtz@yahoo.se) Received: from web27909.mail.ukl.yahoo.com (web27909.mail.ukl.yahoo.com [217.146.182.59]) by mx1.freebsd.org (Postfix) with SMTP id EA42E13C45E for ; Sun, 3 Jun 2007 12:02:18 +0000 (UTC) (envelope-from utg_vrtz@yahoo.se) Received: (qmail 35760 invoked by uid 60001); 3 Jun 2007 11:35:38 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.se; h=X-YMail-OSG:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=JfvusWYv1IueDmN5dS9+KDV5u7B/+yrXJALI9ACfqqIXFYbEgntuZC4rK4Bd9Mxuk3sbFDx7zM3KtxVYNaMMq1WZDQrnnCoIUa17ms6xgxoGXODCxVShqN0+ifDmPdlTSQrhszvvixSsOf5RPgUr5dNytAKZJ15/mjC4cu611Y4=; X-YMail-OSG: A0dvMYAVM1nJVtQPoYBSAfRRczDntfa2c32snt7xAZWuWrv1xR_bAGm5Eky5.WxuDwbrInvV1pGuTIOGjRbsMPo- Received: from [130.236.60.32] by web27909.mail.ukl.yahoo.com via HTTP; Sun, 03 Jun 2007 13:35:38 CEST Date: Sun, 3 Jun 2007 13:35:38 +0200 (CEST) From: Vortechz Anderson To: emulation@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <254693.35742.qm@web27909.mail.ukl.yahoo.com> Cc: Subject: Request: Short ktrace log (or equivalent) from wine execution 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, 03 Jun 2007 12:02:19 -0000 I'd appreciate to get some clear-text ktrace output from a wine execution. I am especially interested in the mmap/munmap calls associated with wine initialization. Hence, please trace only some small application (notepad?). Please to reply to me rather than to the list. // V.A. Låt vårkänslorna spira! Hitta din tvillingsjäl på Yahoo! Dejting: http://se.meetic.yahoo.net From owner-freebsd-emulation@FreeBSD.ORG Mon Jun 4 03:16:22 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org 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 A464716A421 for ; Mon, 4 Jun 2007 03:16:22 +0000 (UTC) (envelope-from andrew@areilly.bpa.nu) Received: from qsrv02ps.mx.bigpond.com (qsrv02ps.mx.bigpond.com [144.140.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3FA0E13C44B for ; Mon, 4 Jun 2007 03:16:21 +0000 (UTC) (envelope-from andrew@areilly.bpa.nu) Received: from oaamta07ps.mx.bigpond.com ([144.132.228.157]) by omta05ps.mx.bigpond.com with ESMTP id <20070604013414.SRAR23363.omta05ps.mx.bigpond.com@oaamta07ps.mx.bigpond.com> for ; Mon, 4 Jun 2007 01:34:14 +0000 Received: from areilly.bpa.nu ([144.132.228.157]) by oaamta07ps.mx.bigpond.com with ESMTP id <20070604013413.DPMS16304.oaamta07ps.mx.bigpond.com@areilly.bpa.nu> for ; Mon, 4 Jun 2007 01:34:13 +0000 Received: (qmail 18452 invoked by uid 501); 4 Jun 2007 01:34:13 -0000 Date: Mon, 4 Jun 2007 11:34:13 +1000 From: Andrew Reilly To: "Marc G. Fournier" Message-ID: <20070604013413.GA18304@duncan.reilly.home> References: <3ADCDD3D6FF7FB9B690ACE80@ganymede.hub.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3ADCDD3D6FF7FB9B690ACE80@ganymede.hub.org> User-Agent: Mutt/1.4.2.3i Cc: freebsd-emulation@freebsd.org Subject: Re: Wine 'works very bad' under FreeBSD ... X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2007 03:16:22 -0000 On Sat, Jun 02, 2007 at 02:01:35AM -0300, Marc G. Fournier wrote: > I'm not out to start a Linux vs FreeBSD discussion here, I'm > only interested in finding out if there is anyone on these > lists that is working 'under the hood' with FreeBSD/wine that > is interested in determining why this software does run under > Linux, but not under FreeBSD ... I'm by no means an expert, but I have used Wine successfully in the past, on an ia32 machine. (My main machines are PPC and amd64 now, so it's not an option for me, so I don't bother to keep track of progress.) The two main problems, which distinguish Wine from all other applications is that in order to successfully emulate Windows it needs to (a) manage one of the segment registers that Windows uses for (I think) thread-local storage differently from the way FreeBSD uses it, and (b) be able to map specific virtual memory address ranges with mmap(). In particular, I believe that Wine needs to be able to map some ranges that FreeBSD maintains for kernel memory, or somthing like that. Both seem to require architectural change in FreeBSD, rather than just code-tweaking in Wine. I don't think that many of the FreeBSD architects need or use Wine, so not much is happening... Cheers, -- Andrew From owner-freebsd-emulation@FreeBSD.ORG Mon Jun 4 09:06:52 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org 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 1D63B16A41F; Mon, 4 Jun 2007 09:06:52 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from mail.ipt.ru (mail.ipt.ru [80.253.10.82]) by mx1.freebsd.org (Postfix) with ESMTP id BF42B13C480; Mon, 4 Jun 2007 09:06:51 +0000 (UTC) (envelope-from bsam@ipt.ru) Received: from admin.sem.ipt.ru ([192.168.12.1] helo=ipt.ru) by mail.ipt.ru with esmtp (Exim 4.62 (FreeBSD)) (envelope-from ) id 1Hv8WU-000Exg-4X; Mon, 04 Jun 2007 13:06:46 +0400 Received: from bsam by ipt.ru with local (Exim 4.63 (FreeBSD)) (envelope-from ) id 1Hv8Vz-0002dn-DZ; Mon, 04 Jun 2007 13:06:15 +0400 To: Roman Divacky References: <32640.217.221.237.206.1180701628.squirrel@krisma.oltrelinux.com> <20070601131741.GA55533@freebsd.org> <34078888@srv.sem.ipt.ru> <20070602111412.GA2515@freebsd.org> <18017.38384.749310.450410@gromit.timing.com> <20070602212549.GA17133@freebsd.org> From: Boris Samorodov Date: Mon, 04 Jun 2007 13:06:15 +0400 In-Reply-To: <20070602212549.GA17133@freebsd.org> (Roman Divacky's message of "Sat\, 2 Jun 2007 23\:25\:49 +0200") Message-ID: <67969672_-_@srv.sem.ipt.ru> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-emulation@freebsd.org, Paolo Pisati Subject: [Seems to be solved] Re: Linux_base-fc4/6, FreeBSD 6/7 and some Linux binaries X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2007 09:06:52 -0000 On Sat, 2 Jun 2007 23:25:49 +0200 Roman Divacky wrote: > On Sat, Jun 02, 2007 at 10:08:16AM -0600, John E Hein wrote: > > Roman Divacky wrote at 13:14 +0200 on Jun 2, 2007: > > > On Fri, Jun 01, 2007 at 07:38:47PM +0400, Boris Samorodov wrote: > > > > On Fri, 1 Jun 2007 15:17:41 +0200 Roman Divacky wrote: > > > > > > > > > > [piso@piso ~/devkitARM]$ file ./bin/git > > > > > > ./bin/git: ELF 32-bit LSB executable, Intel 80386, version 1, statically > > > > > > linked, corrupted section header size > > > > > > > > > hard to say whats going on but "corrupted section header size" looks bad > > > > > to me. > > > > > > > > Do we support linux binaries which are packed with UPX executable > > > > packer? ;-) > > > > I tried a simple hello world program (with extra spaces to make it > > compressable), compiled and upx'd under linux. It worked fine under > > FreeBSD 6-stable (and file reported the same 'corrupted section header > > size'). > > > > That doesn't prove that it will work with all programs, of course. > > > > > > > never heard about it... is there any way how to "unpack" it, thus making > > > it normal linux elf? > > > > Yep. 'upx -d' > ok.. problem solved ;) given that we support the upx program with the ports > collection I hope so. ;-) I've just committed two new ports (archivers/linux-ucl and archivers/linux-upx) which should help here. One should just install the latter (archivers/linux-upx), the former should be installed as the runtime dependency. Cases in which those ports should help: ----- srv% uname -a FreeBSD srv.sem.ipt.ru 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Mon Jan 15 17:30:44 MSK 2007 bsam@srv.sem.ipt.ru:/usr/obj/usr/src/sys/GENERIC amd64 srv% file b2fxec b2fxec: ELF 32-bit LSB executable, Intel 80386, version 1, statically linked, corrupted section header size srv% strings b2fxec | head -3 Linux $Info: This file is packed with the UPX executable packer http://upx.sf.net $ $Id: UPX 1.25 Copyright (C) 1996-2004 the UPX Team. All Rights Reserved. $ srv% ./b2fxec srv% ktrace -i ./b2fxec srv% kdump 10127 ktrace RET ktrace 0 10127 ktrace CALL execve(0x7fffffffe84a,0x7fffffffe608,0x7fffffffe618) 10127 ktrace NAMI "./b2fxec" 10127 b2fxec RET execve 0 10127 b2fxec CALL getpid 10127 b2fxec RET getpid 10127/0x278f 10127 b2fxec CALL open(0xffffd68c,0,0) 10127 b2fxec NAMI "/compat/linux/proc/10127/exe" 10127 b2fxec NAMI "/proc/10127/exe" 10127 b2fxec RET open JUSTRETURN 10127 b2fxec CALL open(0xffffd68c,0,0) 10127 b2fxec NAMI "/compat/linux/proc/10127/file" 10127 b2fxec NAMI "/proc/10127/file" 10127 b2fxec RET open JUSTRETURN 10127 b2fxec CALL old.lseek(0xfffffffe,0x5d0,0) 10127 b2fxec RET old.lseek -1 errno -9 Unknown error: -9 10127 b2fxec CALL exit(0x7f) ----- Install the port and: ----- srv% /compat/linux/usr/bin/upx -d b2fxec Ultimate Packer for eXecutables Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 UPX 1.25 Markus F.X.J. Oberhumer & Laszlo Molnar Jun 29th 2004 File size Ratio Format Name -------------------- ------ ----------- ----------- 914192 <- 339145 37.10% linux/386 b2fxec Unpacked 1 file. srv% brandelf -t Linux b2fxec srv% ./b2fxec b2fxeC v0.6a-pre2 - (c) 2002-4 Jouni 'Mr.Spiv' Korhonen Usage: ./b2fxec [-] infile outfile Options: -t string Set game title (32 chars max, default=infile) -a string Set game author info (32 chars max, default='') -b file Use uncompressed .bmp file for icon (default=GPlogo) -B file Use raw .bin file for icon (default=GPlogo) -g Save outfile as GXB (default=FXE) -A n Select algorithm (0=FXE0, 2=FXE2, 3=FXE3), default=3 -h Show help -d Save file as raw data (no GXB or FXE headers) -f Fast decompression (sets 132MHz clockspeed) -F MHz Set decompression clockspeed (MHz=132,133,156,166,180) ----- 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 Jun 4 11:08:24 2007 Return-Path: X-Original-To: freebsd-emulation@FreeBSD.org 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 E370016A46C for ; Mon, 4 Jun 2007 11:08:24 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id D2C1413C45D for ; Mon, 4 Jun 2007 11:08:24 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l54B8Osc037478 for ; Mon, 4 Jun 2007 11:08:24 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l54B8NhM037474 for freebsd-emulation@FreeBSD.org; Mon, 4 Jun 2007 11:08:23 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 4 Jun 2007 11:08:23 GMT Message-Id: <200706041108.l54B8NhM037474@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 you X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2007 11:08:25 -0000 Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/21463 emulation [linux] Linux compatability mode should not allow setu o kern/77710 emulation [linux] Linux page fault sigcontext information is wro o kern/101453 emulation [linux] [patch] linprocfs disallows non-zero file offs o kern/102956 emulation [linux] [patch] Add partial support for SO_PEERCRED in 4 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/11165 emulation [ibcs2] IBCS2 doesn't work correctly with PID_MAX 9999 o kern/29698 emulation [linux] [patch] linux ipcs doesn'work o kern/39201 emulation [linux] [patch] ptrace(2) and rfork(RFLINUXTHPN) confu o kern/41543 emulation [patch] feature request: easier wine/w23 support o kern/55835 emulation [linux] [patch] Linux IPC emulation missing SETALL sys a kern/72920 emulation [linux]: path "prefixing" is not done on unix domain s o kern/73777 emulation [linux] [patch] linux emulation: root dir special hand o kern/91293 emulation [svr4] [patch] *Experimental* Update to the SVR4 emula o ports/112355 emulation [PATCH] emulators/vmware3: cleanup non-supported FreeB 9 problems total. From owner-freebsd-emulation@FreeBSD.ORG Mon Jun 4 15:33:08 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org 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 884D516A46D for ; Mon, 4 Jun 2007 15:33:08 +0000 (UTC) (envelope-from jhein@timing.com) Received: from Daffy.timing.com (w.timing.com [206.168.13.218]) by mx1.freebsd.org (Postfix) with ESMTP id 51A3E13C45E for ; Mon, 4 Jun 2007 15:33:08 +0000 (UTC) (envelope-from jhein@timing.com) Received: from gromit.timing.com (gromit.timing.com [206.168.13.209]) by Daffy.timing.com (8.13.1/8.13.1) with ESMTP id l54FX6rZ079781; Mon, 4 Jun 2007 09:33:06 -0600 (MDT) (envelope-from jhein@timing.com) Received: from gromit.timing.com (localhost [127.0.0.1]) by gromit.timing.com (8.13.8/8.13.8) with ESMTP id l54FX47R053376; Mon, 4 Jun 2007 09:33:04 -0600 (MDT) (envelope-from jhein@gromit.timing.com) Received: (from jhein@localhost) by gromit.timing.com (8.14.1/8.14.1/Submit) id l54FX3XP053373; Mon, 4 Jun 2007 09:33:03 -0600 (MDT) (envelope-from jhein) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18020.12463.813807.650770@gromit.timing.com> Date: Mon, 4 Jun 2007 09:33:03 -0600 From: John E Hein To: Boris Samorodov In-Reply-To: <67969672_-_@srv.sem.ipt.ru> References: <32640.217.221.237.206.1180701628.squirrel@krisma.oltrelinux.com> <20070601131741.GA55533@freebsd.org> <34078888@srv.sem.ipt.ru> <20070602111412.GA2515@freebsd.org> <18017.38384.749310.450410@gromit.timing.com> <20070602212549.GA17133@freebsd.org> <67969672_-_@srv.sem.ipt.ru> X-Mailer: VM 7.19 under Emacs 22.0.99.1 X-Spam-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_20, DK_POLICY_SIGNSOME autolearn=disabled version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on Daffy.timing.com Cc: freebsd-emulation@freebsd.org Subject: Re: [Seems to be solved] Re: Linux_base-fc4/6, FreeBSD 6/7 and some Linux binaries X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jun 2007 15:33:08 -0000 Boris Samorodov wrote at 13:06 +0400 on Jun 4, 2007: > I've just committed two new ports (archivers/linux-ucl and > archivers/linux-upx) which should help here. One should just install > the latter (archivers/linux-upx), the former should be installed as the > runtime dependency. I think you can use the native FreeBSD upx port to de-upx-ify a linux binary that has been upx'd on linux. From owner-freebsd-emulation@FreeBSD.ORG Tue Jun 5 08:28:43 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org 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 41EFE16A41F for ; Tue, 5 Jun 2007 08:28:43 +0000 (UTC) (envelope-from wilkinsa@obelix.dsto.defence.gov.au) Received: from digger1.defence.gov.au (digger1.defence.gov.au [203.5.217.4]) by mx1.freebsd.org (Postfix) with ESMTP id D762713C45D for ; Tue, 5 Jun 2007 08:28:42 +0000 (UTC) (envelope-from wilkinsa@obelix.dsto.defence.gov.au) Received: from ednmsw510.dsto.defence.gov.au (ednmsw510.dsto.defence.gov.au [131.185.68.11]) by digger1.defence.gov.au (8.13.8/8.13.8) with ESMTP id l558IpW8019337 for ; Tue, 5 Jun 2007 17:48:51 +0930 (CST) Received: from ednex510.dsto.defence.gov.au (ednex510.dsto.defence.gov.au) by ednmsw510.dsto.defence.gov.au (Clearswift SMTPRS 5.2.9) with ESMTP id for ; Tue, 5 Jun 2007 17:58:36 +0930 Received: from obelix.dsto.defence.gov.au ([203.6.60.208]) by ednex510.dsto.defence.gov.au with Microsoft SMTPSVC(6.0.3790.1830); Tue, 5 Jun 2007 17:58:35 +0930 Received: from obelix.dsto.defence.gov.au (localhost [127.0.0.1]) by obelix.dsto.defence.gov.au (8.13.8/8.13.8) with ESMTP id l558SL49097063 for ; Tue, 5 Jun 2007 16:28:21 +0800 (WST) (envelope-from wilkinsa@obelix.dsto.defence.gov.au) Received: (from wilkinsa@localhost) by obelix.dsto.defence.gov.au (8.13.8/8.13.8/Submit) id l558SL3I097062 for freebsd-emulation@freebsd.org; Tue, 5 Jun 2007 16:28:21 +0800 (WST) (envelope-from wilkinsa) Date: Tue, 5 Jun 2007 16:28:21 +0800 From: "Wilkinson, Alex" To: freebsd-emulation@freebsd.org Message-ID: <20070605082820.GT16563@obelix.dsto.defence.gov.au> Mail-Followup-To: freebsd-emulation@freebsd.org References: <20070507095959.lqa9n27yso8cwo4s@webmail.leidinger.net> <20070507080332.GI3240@obelix.dsto.defence.gov.au> <17983.13326.774561.259231@gromit.timing.com> <20070508024404.GE7353@obelix.dsto.defence.gov.au> <17984.31467.919324.655183@gromit.timing.com> <20070515071955.GB57845@obelix.dsto.defence.gov.au> <17993.63236.294996.548983@gromit.timing.com> <20070515180949.GA29908@freebsd.org> <20070516024939.GA3773@obelix.dsto.defence.gov.au> <20070521014316.GA15705@obelix.dsto.defence.gov.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20070521014316.GA15705@obelix.dsto.defence.gov.au> Organisation: Defence Science Technology Organisation User-Agent: Mutt/1.5.15 (2007-04-06) X-OriginalArrivalTime: 05 Jun 2007 08:28:36.0010 (UTC) FILETIME=[82ACD8A0:01C7A74B] X-TM-AS-Product-Ver: SMEX-7.0.0.1526-3.6.1039-15218.002 X-TM-AS-Result: No--1.604500-8.000000-31 Content-Transfer-Encoding: 7bit Subject: Re: Re: Re:Re: Re: Re: [net/citrix_ica/] /usr/local/bin/wfcmgr ... hangs upon exec() [SOLUTION] X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jun 2007 08:28:43 -0000 0n Mon, May 21, 2007 at 09:43:16AM +0800, Wilkinson, Alex wrote: > 0n Wed, May 16, 2007 at 10:49:39AM +0800, Wilkinson, Alex wrote: > >Ok I am now seeing this problem again. > >/usr/local/bin/wfcmgr is hung and ^T outputs the following: > > load: 0.24 cmd: wfcmgr 15758 [ptsopn] 0.44u 167.05s 0% 7200k > load: 0.24 cmd: wfcmgr 15758 [ptsopn] 0.44u 167.05s 0% 7200k > >And linux.ko debugging has stopped with the following: > > linux(15758): stat64(/dev/ukbd0, *) > linux(15758): stat64(/dev/kbd2, *) > linux(15758): stat64(/dev/log, *) > linux(15758): stat64(/dev/ptyp0, *) > linux(15758): stat64(/dev/ttyp0, *) > linux(15758): stat64(/dev/ptyp1, *) > linux(15758): stat64(/dev/ttyp1, *) > linux(15758): stat64(/dev/ptyp2, *) > linux(15758): stat64(/dev/ttyp2, *) > linux(15758): stat64(/dev/ptyp3, *) > linux(15758): stat64(/dev/ttyp3, *) > linux(15758): stat64(/dev/ptyp4, *) > linux(15758): stat64(/dev/ttyp4, *) > linux(15758): stat64(/dev/ptyp5, *) > linux(15758): stat64(/dev/ttyp5, *) > linux(15758): stat64(/dev/ptyp6, *) > linux(15758): stat64(/dev/ttyp6, *) > linux(15758): stat64(/dev/ptyp7, *) > linux(15758): stat64(/dev/ttyp7, *) > linux(15758): stat64(/dev/ptyp8, *) > linux(15758): stat64(/dev/ttyp8, *) > linux(15758): stat64(/dev/ptyp9, *) > linux(15758): stat64(/dev/ttyp9, *) #mkdir /compat/linux/dev Bizarre ! Anyone care to speculate ? -aW IMPORTANT: This email remains the property of the Australian Defence Organisation and is subject to the jurisdiction of section 70 of the CRIMES ACT 1914. If you have received this email in error, you are requested to contact the sender and delete the email. From owner-freebsd-emulation@FreeBSD.ORG Wed Jun 6 07:57:13 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org 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 C185616A41F for ; Wed, 6 Jun 2007 07:57:13 +0000 (UTC) (envelope-from peter@topcomtech.com.cn) Received: from mail.topcomtech.com.cn (61-221-55-190.HINET-IP.hinet.net [61.221.55.190]) by mx1.freebsd.org (Postfix) with ESMTP id 5A74313C44B for ; Wed, 6 Jun 2007 07:57:13 +0000 (UTC) (envelope-from peter@topcomtech.com.cn) Received: from pjfs.renzhichu.cc ([219.137.13.77]) (authenticated bits=0) by mail.topcomtech.com.cn (8.14.1/8.14.1) with ESMTP id l567amqD010883 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 6 Jun 2007 15:36:54 +0800 (CST) (envelope-from peter@topcomtech.com.cn) Received: from pjfs.renzhichu.cc (localhost.renzhichu.cc [127.0.0.1]) by pjfs.renzhichu.cc (8.14.1/8.14.1) with ESMTP id l567XLnq071668 for ; Wed, 6 Jun 2007 15:33:21 +0800 (CST) (envelope-from pjf@pjfs.renzhichu.cc) Received: (from pjf@localhost) by pjfs.renzhichu.cc (8.14.1/8.14.1/Submit) id l567XKeL071573 for freebsd-emulation@freebsd.org; Wed, 6 Jun 2007 15:33:20 +0800 (CST) (envelope-from pjf) Date: Wed, 6 Jun 2007 15:33:19 +0800 From: Pei Pjf To: freebsd-emulation@freebsd.org Message-ID: <20070606073319.GA21070@pjfs.renzhichu.cc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Subject: vmware3 cann't startup after upgrade xorg7.2 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2007 07:57:13 -0000 Hello list: I had a successful upgrade to xorg7.2, All works fine. but vmware3 can not startup, $ vmware Setting TMPDIR=/var/tmp. Unable to fix standard file descriptors. Before upgrade to xorg7.2, Vmware3 works well. I reinstall vmware3 from ports, but the problem is still there. I have googled, no value info find. Thanks in advice. Pei From owner-freebsd-emulation@FreeBSD.ORG Thu Jun 7 10:03:24 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org 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 2AAE716A46B for ; Thu, 7 Jun 2007 10:03:24 +0000 (UTC) (envelope-from fenner+portsurvey@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id F298313C46C for ; Thu, 7 Jun 2007 10:03:23 +0000 (UTC) (envelope-from fenner+portsurvey@FreeBSD.org) Received: from freefall.freebsd.org (fenner@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l57A3N3F069189 for ; Thu, 7 Jun 2007 10:03:23 GMT (envelope-from fenner+portsurvey@freefall.freebsd.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l57A3N2o069188; Thu, 7 Jun 2007 10:03:23 GMT (envelope-from fenner+portsurvey) Date: Thu, 7 Jun 2007 10:03:23 GMT Message-Id: <200706071003.l57A3N2o069188@freefall.freebsd.org> From: fenner@freebsd.org (Bill "distfiles" Fenner) To: freebsd-emulation@freebsd.org Subject: FreeBSD ports: 1 unfetchable distfile: x11-toolkits/linux-openmotif X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ports@freebsd.org List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jun 2007 10:03:24 -0000 Dear freebsd-emulation@freebsd.org, You are listed as the FreeBSD port maintainer for 1 port whose distfiles are not fetchable from their MASTER_SITES. Could you please visit http://people.freebsd.org/~fenner/portsurvey/freebsd-emulation@freebsd.org.html and correct the problems listed there? The individual port with a problem is x11-toolkits/linux-openmotif. If you have already corrected the problems and submitted a PR, please accept my thanks and apologies for the delay in getting the fixes into the tree. This reminder is created automatically and does not (yet) have a way to know if a PR fixing the problem has been submitted. Please do *NOT* send your response to me directly; I do not necessarily have time to commit your fix; please instead submit a PR via 'send-pr' so it doesn't get lost. Problems are usually of two types: 1. The software package has been upgraded and the version in the port has been removed. The best solution to this problem is to upgrade the port to the most current version of the software package. If you are a FreeBSD committer, then you can just upgrade the port directly. If not, you should create the updated port on your own machine, test it (and maybe even run "portlint" on it), and then use "send-pr" to submit a "diff -uNr old-port updated-port". If you added or deleted any files, please make an explicit note of it. 2. The mirror site being used no longer contains the software package in question, or no longer exists. Solutions include: a) If there are other mirror sites, just remove the bad site from the list. (Make sure that what appears to be a bad site isn't actually a problem of type 1, upgrade) b) If the README or other support files in the software documentation mention where to get the software package, use one of those sites. c) Use a search engine to find another place to get the original DISTFILES. Make sure that you don't pick a FreeBSD distfiles mirror -- if you can't find any other places where the file exists, it can be a LOCAL_PORT or you can simply comment out the MASTER_SITES= line, with a comment explaining why. Once you have a solution, use "send-pr" to submit a "diff -u" of the Makefile. Note that this isn't an urgent issue, as people who try to build the port now will just fall back to the FreeBSD distfiles mirror. Please just put it on your list to do and get to it when you have time. These messages will continue to arrive twice a month until the fix is committed, as a reminder. Thanks, Bill "distfiles" Fenner. From owner-freebsd-emulation@FreeBSD.ORG Thu Jun 7 23:10:11 2007 Return-Path: X-Original-To: freebsd-emulation@freebsd.org 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 A67D816A469 for ; Thu, 7 Jun 2007 23:10:11 +0000 (UTC) (envelope-from freebsd-emulation@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 5D20613C447 for ; Thu, 7 Jun 2007 23:10:11 +0000 (UTC) (envelope-from freebsd-emulation@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1HwR7C-0004vG-4C for freebsd-emulation@freebsd.org; Fri, 08 Jun 2007 01:10:02 +0200 Received: from 81.210.248.49 ([81.210.248.49]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Jun 2007 01:10:02 +0200 Received: from saper by 81.210.248.49 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Jun 2007 01:10:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-emulation@freebsd.org From: Marcin Cieslak Date: Fri, 08 Jun 2007 01:03:01 +0200 Lines: 24 Message-ID: <46688EA5.9060703@system.pl> References: <200706071003.l57A3N2o069188@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 81.210.248.49 User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.2) Gecko/20070309 SeaMonkey/1.1.1 In-Reply-To: <200706071003.l57A3N2o069188@freefall.freebsd.org> Sender: news Subject: Re: FreeBSD ports: 1 unfetchable distfile: x11-toolkits/linux-openmotif X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jun 2007 23:10:11 -0000 Hello, I am writing you because FreeBSD port system is unable to fetch Linux OpenMotif RPMs from the ftp.motifzone.net server. Looks like we have some problem with anonymous FTP: % ftp ftp.motifzone.com Connected to ftp.motifzone.com. 220 ProFTPD 1.2.9 Server (Motifzone Ftp Server) [192.168.32.12] Name (ftp.motifzone.com:saper): ftp 331 Anonymous login ok, send your complete email address as your password. Password: 530-Unable to set anonymous privileges. 530 Login incorrect. ftp: Login failed. ftp> Is there any chance to fix it soon? If not, please let us know so that we can remove your site from the list of FTP mirrors for those RPMs. Thank you in advance, --Marcin From owner-freebsd-emulation@FreeBSD.ORG Fri Jun 8 20:27:16 2007 Return-Path: X-Original-To: freebsd-emulation@FreeBSD.org 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 ABF3316A46C; Fri, 8 Jun 2007 20:27:16 +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 5D69A13C45D; Fri, 8 Jun 2007 20:27:16 +0000 (UTC) (envelope-from nox@saturn.kn-bremen.de) Received: by gwyn.kn-bremen.de (Postfix, from userid 10) id 43A2E1615CA; Fri, 8 Jun 2007 22:27:15 +0200 (CEST) Received: from saturn.kn-bremen.de (nox@localhost [127.0.0.1]) by saturn.kn-bremen.de (8.13.6/8.13.6) with ESMTP id l58KOpJC025657; Fri, 8 Jun 2007 22:24:51 +0200 (CEST) (envelope-from nox@saturn.kn-bremen.de) Received: (from nox@localhost) by saturn.kn-bremen.de (8.13.6/8.13.6/Submit) id l58KOoLC025656; Fri, 8 Jun 2007 22:24:50 +0200 (CEST) (envelope-from nox) From: Juergen Lock Date: Fri, 8 Jun 2007 22:24:50 +0200 To: Allan Jude Message-ID: <20070608202450.GA23993@saturn.kn-bremen.de> Mail-Followup-To: Allan Jude , bug-followup@FreeBSD.org, freebsd-hackers@freebsd.org, freebsd-emulation@freebsd.org References: <200706081510.l58FAA84097522@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200706081510.l58FAA84097522@freefall.freebsd.org> User-Agent: Mutt/1.5.14 (2007-02-12) Cc: freebsd-hackers@FreeBSD.org, freebsd-emulation@FreeBSD.org, bug-followup@FreeBSD.org Subject: Re: ports/113430: Kernel Panic with emulators/qemu on AMD64 SMP X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jun 2007 20:27:16 -0000 On Fri, Jun 08, 2007 at 03:10:10PM +0000, Allan Jude wrote: > I recreated it again, and the 'stopped at' in the kernel panic is: > > userret+0x22 movq 0(%rdi),%rbx Ok so apparently userret was called with a bogus td arg, can you find out from where? (there should be a return address on the stack, userret here starts with a sub $0x28,%rsp (hmm, no frame pointer?) so add that or whatever yours subtracts.) Btw, > fault virtual address = 0x202 > fault code = supervisor read, page not present >[...] > #9 0xffffffff80650f5d in trap (frame= > {tf_rdi = 0xffffff012f655720, tf_rsi = 0x4, tf_rdx = 0x46, tf_rcx >[...] shouldnt tf_rdi here be rdi at the time of the fault, i.e. 0x202? Anyone know why its different? Also, as mentioned above userret doesnt save a frame pointer here (rbp) and indeed, > 0xffffff012f655720, tf_rax = 0x2, tf_rbx = 0xf4240, tf_rbp = > 0xffffffffb38f5d10, tf_r10 = 0xffffff012b39e108, tf_r11 = 0x2, tf_r12 = >[...] > tf_rflags = 0x10282, tf_rsp = 0xffffffffb38f5bb0, tf_ss = tf_rbp seems to be way off compared to tf_rsp, are parts of the kernel now compiled with -fomit-frame-pointer? (even for a debug kernel?) This may explain why we dont see who called userret in the kgdb backtrace... From owner-freebsd-emulation@FreeBSD.ORG Sat Jun 9 10:13:42 2007 Return-Path: X-Original-To: emulation@FreeBSD.org 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 C0C9216A400; Sat, 9 Jun 2007 10:13:42 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7]) by mx1.freebsd.org (Postfix) with ESMTP id 1247813C465; Sat, 9 Jun 2007 10:13:41 +0000 (UTC) (envelope-from gabor@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id F040A9F2CD6; Sat, 9 Jun 2007 11:57:15 +0200 (CEST) X-Virus-Scanned: amavisd-new at t-hosting.hu Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id MXf35tZrkQza; Sat, 9 Jun 2007 11:56:52 +0200 (CEST) Received: from [192.168.2.186] (catv-5063f539.catv.broadband.hu [80.99.245.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by server.t-hosting.hu (Postfix) with ESMTP id 73CD09F26ED; Sat, 9 Jun 2007 11:56:51 +0200 (CEST) Message-ID: <466A7954.20603@FreeBSD.org> Date: Sat, 09 Jun 2007 11:56:36 +0200 From: Gabor Kovesdan User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: doc@FreeBSD.org Content-Type: multipart/mixed; boundary="------------050609080004080305040103" Cc: emulation@FreeBSD.org, Daniel Gerzo Subject: New FreeBSD Linuxulator article [Fwd: PERFORCE change 121258 for review] X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jun 2007 10:13:42 -0000 This is a multi-part message in MIME format. --------------050609080004080305040103 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit FYI. All comments are appreciated. The emulation@ list is CC'd since they might be interested as well and technical review and comments are appreciated, too. Regards, -- Gabor Kovesdan FreeBSD Volunteer EMAIL: gabor@FreeBSD.org .:|:. gabor@kovesdan.org WEB: http://people.FreeBSD.org/~gabor .:|:. http://kovesdan.org --------------050609080004080305040103 Content-Type: message/rfc822; name="PERFORCE change 121258 for review.eml" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="PERFORCE change 121258 for review.eml" Return-Path: X-Original-To: gabor@t-hosting.hu Delivered-To: gabor@t-hosting.hu Received: from localhost (localhost [127.0.0.1]) by server.t-hosting.hu (Postfix) with ESMTP id 88C619F2CD6 for ; Sat, 9 Jun 2007 11:50:17 +0200 (CEST) X-Virus-Scanned: amavisd-new at t-hosting.hu Received: from server.t-hosting.hu ([127.0.0.1]) by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id mLUGmpHcSI-z for ; Sat, 9 Jun 2007 11:49:52 +0200 (CEST) Received: from mx2.freebsd.org (mx2.freebsd.org [69.147.83.53]) by server.t-hosting.hu (Postfix) with ESMTP id 697D29F2CC7 for ; Sat, 9 Jun 2007 11:49:23 +0200 (CEST) Received: from hub.freebsd.org (hub.freebsd.org [69.147.83.54]) by mx2.freebsd.org (Postfix) with ESMTP id E3310E961 for ; Sat, 9 Jun 2007 09:48:53 +0000 (UTC) (envelope-from owner-perforce@freebsd.org) Received: by hub.freebsd.org (Postfix) id DC14516A473; Sat, 9 Jun 2007 09:48:53 +0000 (UTC) Delivered-To: gabor@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id D7EA316A469; Sat, 9 Jun 2007 09:48:53 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9CB1D16A400 for ; Sat, 9 Jun 2007 09:48:53 +0000 (UTC) (envelope-from gabor@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 8C42C13C4AE for ; Sat, 9 Jun 2007 09:48:53 +0000 (UTC) (envelope-from gabor@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l599mr0X041641 for ; Sat, 9 Jun 2007 09:48:53 GMT (envelope-from gabor@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l599mrZv041632 for perforce@freebsd.org; Sat, 9 Jun 2007 09:48:53 GMT (envelope-from gabor@freebsd.org) Date: Sat, 9 Jun 2007 09:48:53 GMT Message-Id: <200706090948.l599mrZv041632@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to gabor@freebsd.org using -f From: Gabor Kovesdan Subject: PERFORCE change 121258 for review To: Perforce Change Reviews http://perforce.freebsd.org/chv.cgi?CH=121258 Change 121258 by gabor@gabor_server on 2007/06/09 09:48:33 This is Roman Divacky's (rdivacky@) Master thesis about the Linux emulation layer of FreeBSD he has been working on in Google's SoC 2006-2007 programs. We will turn this document into a normal FreeBSD article, thus I'm adding it here, so that interested parties can be easily involved and I don't have too much time myself to complete the markup here and now, but this way, everyone with a p4 account can work on it and improve the article so that we can add it to the official repo later. TODO (trying not to forget anything): - Cut the article into sect2, sect3 parts. Original structure can be seen at http://www.vlakno.cz/~rdivacky/diplomka.pdf . And the sources: www.vlakno.cz/~rdivacky/obsah.tex and http://www.vlakno.cz/~rdivacky/diplomka.tex . I completed the first sect1 part, you can look for that as a reference, how it should be done. Other articles are a good starting point as well. - Cut it into paragraphs - Indenting and whitespace changes: - each new levels must be indented with +2 spaces - double space after sentences - Using entites, where possible: &linux; instead of Linux, &os; instead of FreeBSD. - Check which copyright notices must be added to the article header - Proper formatting of code citation, links, listed items, etc. - Check for typos and grammar. I added this to my own directory, but please feel free to commit changes matching the list above. Consider those implicitly approved by me. Snapshot here: http://kovesdan.org/files/linux/article.html Submitted by: rdivacky Affected files ... .. //depot/user/gabor/doc/linux-emulation/Makefile#1 add .. //depot/user/gabor/doc/linux-emulation/article.sgml#1 add Differences ... --------------050609080004080305040103-- From owner-freebsd-emulation@FreeBSD.ORG Sat Jun 9 12:33:04 2007 Return-Path: X-Original-To: emulation@FreeBSD.org 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 3640C16A41F; Sat, 9 Jun 2007 12:33:04 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id DE09413C46A; Sat, 9 Jun 2007 12:33:03 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id D360E8BDE61; Sat, 9 Jun 2007 14:33:02 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bnkW1lzeIs3f; Sat, 9 Jun 2007 14:33:01 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id D37908BDCB9; Sat, 9 Jun 2007 14:33:01 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.13.8/8.13.8/Submit) id l59CX1Wd054031; Sat, 9 Jun 2007 14:33:01 +0200 (CEST) (envelope-from rdivacky) Date: Sat, 9 Jun 2007 14:33:01 +0200 From: Roman Divacky To: Gabor Kovesdan Message-ID: <20070609123301.GB53922@freebsd.org> References: <466A7954.20603@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <466A7954.20603@FreeBSD.org> User-Agent: Mutt/1.4.2.3i Cc: emulation@FreeBSD.org, Daniel Gerzo , doc@FreeBSD.org Subject: Re: New FreeBSD Linuxulator article [Fwd: PERFORCE change 121258 for review] X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jun 2007 12:33:04 -0000 On Sat, Jun 09, 2007 at 11:56:36AM +0200, Gabor Kovesdan wrote: > FYI. All comments are appreciated. The emulation@ list is CC'd since > they might be interested as well and technical review and comments are > appreciated, too. thank you! you also probably want to edit the text to remove text like: Appendix A gives us some background about the inner processes of the Google Summer of Code. Appendix B provides code metrics and the actual code delivered in the thesis project. which does not make any sense in fbsd article (I think) roman