From owner-freebsd-emulation@FreeBSD.ORG Wed Dec 30 23:08:07 2009 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 E7788106568D for ; Wed, 30 Dec 2009 23:08:07 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from mail-ew0-f226.google.com (mail-ew0-f226.google.com [209.85.219.226]) by mx1.freebsd.org (Postfix) with ESMTP id 7F7D88FC12 for ; Wed, 30 Dec 2009 23:08:07 +0000 (UTC) Received: by ewy26 with SMTP id 26so9874641ewy.3 for ; Wed, 30 Dec 2009 15:07:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=91XpyAWdYtKFmbRb9ID8GbMvCicGEFlXrfqWukdO1go=; b=WMMEqp+VjhN0iEP249ESk4glLo/53srtl/MjqVr9iZTGurOhRT+C3O2fiLcXCV+sB3 XJJ5wIYJr7FkEfmJN2EtePtXz9CgfXReqwj/jBRSdgkZvIequ/KPtOe4uwVfPJjUkw8s YSFcrKFePW4CphhZMu+9QfQbzdnq/zGEIua0E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ajPZ8HNDjRriGwSjXww32s2eWWEbJRI/ounk6MzsmBIgr/pUliAZb5qKwMaLgwAr2E QJISjDOWOBjZuRQ1u9safoyCW19sKv0dnjamckaXmXAAC74GZtb4pQaOMqnr5I7ZLyPz QGsUnH8k4+ooR0fofqBdecvyuEwqsQe968XmE= MIME-Version: 1.0 Received: by 10.213.1.199 with SMTP id 7mr16225304ebg.23.1262212984110; Wed, 30 Dec 2009 14:43:04 -0800 (PST) Date: Wed, 30 Dec 2009 23:43:04 +0100 Message-ID: <1bd550a00912301443s9a2887ayaf1b20a71e0031be@mail.gmail.com> From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= To: freebsd-emulation@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: linprocfs Input/output error X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Dec 2009 23:08:08 -0000 Hi all, In 8.0-RELEASE-p1 if I try to execute this: cat /compat/linux/proc/cpuinfo > ~/cpuinfo.txt I get cat: /compat/linux/proc/cpuinfo: Input/output error truss shows the read system call returns ERR#5. It is the same with other files from linprocfs. What am I missing? Thanks in advance