From owner-freebsd-emulation@FreeBSD.ORG Tue May 14 20:42:18 2013 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9A002F27 for ; Tue, 14 May 2013 20:42:18 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-we0-x22c.google.com (mail-we0-x22c.google.com [IPv6:2a00:1450:400c:c03::22c]) by mx1.freebsd.org (Postfix) with ESMTP id 394E5AD7 for ; Tue, 14 May 2013 20:42:18 +0000 (UTC) Received: by mail-we0-f172.google.com with SMTP id w60so928212wes.3 for ; Tue, 14 May 2013 13:42:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=l6LOHEMbmbjxWfktpgJzbwx12mvqy3KntlU0RPcS4Sg=; b=TDnGA8aMu5fBwrxh519Ro0iBTG4uYOx5ATMdGhp2/RddpsmBq6IJvAcR+KZ/YouXud h4hE0VQefMmj1jPvszYYVdwVeE3qjQzdi9OBggB9qSPlIH3AHtjLlses6Q1mcxaESffJ 0CdrlDnL+HXWAOWfY0QWvLY/1sxyXJSyHy0MOBIBJHoFG0l0pePJK89vdkP5C17B2b6K HegYvjTH/EdD1RnlBJMAn4qRAI4fasF8YoNtamo+p6RWA69CigZ6pTmCeTfaGxV8d2/X ffTW2xQstFadmZWFDN1QbAbsGWzglhmIqsKcpmZfsRUkvOmH3gNRZ/16Z54jiWwu/sGm hLNg== MIME-Version: 1.0 X-Received: by 10.180.82.74 with SMTP id g10mr10208340wiy.10.1368564137173; Tue, 14 May 2013 13:42:17 -0700 (PDT) Received: by 10.194.119.131 with HTTP; Tue, 14 May 2013 13:42:17 -0700 (PDT) Date: Tue, 14 May 2013 15:42:17 -0500 Message-ID: Subject: =?ISO-8859-1?Q?Lin=ADux=ADu=ADla=ADtor_problem?= From: Adam Vande More To: "freebsd-emulation@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.14 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 May 2013 20:42:18 -0000 I'm trying to get an ancient Linux app called IMS System Administration Utility V2.02 (07-Dec-90) going. Unfortunately, it fails here: 910 sysval NAMI "/compat/linux/secfile" 910 sysval NAMI "/compat/linux" 910 sysval NAMI "/compat/linux/secfile" 910 sysval RET linux_access 0 910 sysval CALL linux_socketcall(0x1,0xbfbfdc5c) 910 sysval RET linux_socketcall -1 errno 22 Invalid argument 910 sysval CALL linux_ioctl(0xffffffff,0x8927,0xbfbfdc80) 910 sysval RET linux_ioctl -1 errno 9 Bad file descriptor 910 sysval CALL close(0xffffffff) 910 sysval RET close -1 errno 9 Bad file descriptor 910 sysval CALL linux_open(0x808be70,0,0x1) 910 sysval NAMI "/compat/linux/dev/tty" 910 sysval NAMI "/dev/tty" 910 sysval RET linux_open 3 Does anyone have insight into this problem? I did create /dev/tty...perhaps there is some incompatibility? -- Adam Vande More