From owner-freebsd-hackers Tue Feb 4 17:02:50 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA03458 for hackers-outgoing; Tue, 4 Feb 1997 17:02:50 -0800 (PST) Received: from vdp01.vailsystems.com (root@vdp01.vailsystems.com [207.152.98.18]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA03439 for ; Tue, 4 Feb 1997 17:02:46 -0800 (PST) Received: from crocodile.vale.com (crocodile [204.117.217.147]) by vdp01.vailsystems.com (8.8.3/8.7.3) with ESMTP id TAA27004 for ; Tue, 4 Feb 1997 19:02:45 -0600 (CST) Received: from jaguar (jaguar.vale.com [204.117.217.146]) by crocodile.vale.com (8.8.3/8.7.3) with SMTP id TAA14910 for ; Tue, 4 Feb 1997 19:02:44 -0600 (CST) Message-ID: <32F7DC34.73D5@vailsys.com> Date: Tue, 04 Feb 1997 19:02:44 -0600 From: Hal Snyder Reply-To: hal@vailsys.com Organization: Vail Systems, Inc. X-Mailer: Mozilla 3.0 (WinNT; I) MIME-Version: 1.0 To: hackers@freebsd.org Subject: ibcs2: Alarm clock? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Running the COFF binary of Sybase System 10.x isql on a FreeBSD 2.1.5-R system with ibcs2 enabled causes the program to exit immediately (less than 1/4 second) with Alarm clock Any ideas? Is ibcs2 networking binary compatibility a pipedream? I can tell the program looks for a valid entry in $SYBASE/interfaces because it will report an invalid server if one is specified that's not in the interface file. I'd *really* like to run Sybase client apps from FreeBSD instead of toy OS's like NT and SCO. :(