From owner-freebsd-emulation@FreeBSD.ORG Fri Feb 26 11:06:13 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0E02106564A for ; Fri, 26 Feb 2010 11:06:13 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-ww0-f54.google.com (mail-ww0-f54.google.com [74.125.82.54]) by mx1.freebsd.org (Postfix) with ESMTP id 38FC68FC1C for ; Fri, 26 Feb 2010 11:06:12 +0000 (UTC) Received: by wwb22 with SMTP id 22so2837836wwb.13 for ; Fri, 26 Feb 2010 03:06:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=knvseWYSI0bSWgcxt5oT3Gjsjrw3jLpN3SBXiGnR664=; b=dhx4ECcffn+D48sUnF9Sw5PDuyJBFv1NVtxbTEYqGltxcttsAaIW/GkmHN+RNo/b5O PYaNlrz356X69esu6fc5vUrhvDAH7ZpTKNV8AR+kcS1n4dp9Oej4f7+jQvar0yHoqGdF xIBrwWVcRebMiMYSYksaGQaGOUI2JJPEjfc5Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=GiX6+2BZVn8fLqmK4U8L9OuCokJ3m8UV8tbrncq+RDwy6yE+jYUsGaapwSicBeqbLw peQ7ADAUa/Jy2kpJqaSMMLEsNvKDT6TAAKYf7pQ54fe0obwrEitNCASp4a7mZQBsHfwC s2jjlNr7SYRGfMrj8L1AL4Pf0vaLmGLbkcPOg= MIME-Version: 1.0 Received: by 10.216.85.5 with SMTP id t5mr235476wee.176.1267182367193; Fri, 26 Feb 2010 03:06:07 -0800 (PST) In-Reply-To: <20100226104147.GC2489@deviant.kiev.zoral.com.ua> References: <1bd550a01002251354v7ea3ede9r458c027b038280fc@mail.gmail.com> <20100226104147.GC2489@deviant.kiev.zoral.com.ua> Date: Fri, 26 Feb 2010 12:06:07 +0100 Message-ID: <1bd550a01002260306t10e1d287wc634e47848020ddc@mail.gmail.com> From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= To: Kostik Belousov Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-emulation@freebsd.org Subject: Re: linprocfs proc/pid/mem Bad address 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, 26 Feb 2010 11:06:13 -0000 On Fri, Feb 26, 2010 at 11:41 AM, Kostik Belousov wrote: > On Thu, Feb 25, 2010 at 10:54:02PM +0100, Fernando Apestegu?a wrote: >> Why /compat/linux/proc//mem always reports "Bad address" ? >> >> I'm using 8.0-RELEASE-p2 >> >> Thanks in advance. > > Reports when ? What is the operation you doing that causes this ? Oops, sorry. When trying to cat the file for example. In Linux the error reported is something like "No such process" >