From owner-freebsd-emulation Fri Sep 25 09:27:46 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA26230 for freebsd-emulation-outgoing; Fri, 25 Sep 1998 09:27:46 -0700 (PDT) (envelope-from owner-freebsd-emulation@FreeBSD.ORG) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA26221 for ; Fri, 25 Sep 1998 09:27:40 -0700 (PDT) (envelope-from jfieber@fallout.campusview.indiana.edu) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.9.1/8.9.1) with SMTP id LAA04618; Fri, 25 Sep 1998 11:27:28 -0500 (EST) Date: Fri, 25 Sep 1998 11:27:28 -0500 (EST) From: John Fieber To: Mike Smith cc: emulation@FreeBSD.ORG Subject: Re: Running Sybase... In-Reply-To: <199809251557.IAA03640@word.smith.net.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 25 Sep 1998, Mike Smith wrote: > > Nothing. The standard clients and admin tools report: > > > > Operating-system error: Invalid argument > > DB-LIBRARY error: Unknown host machine name. > > > > I guessed it was common library code that was failing. > > Sounds like it; a ktrace/linux_kdump of these would be educational in > order to find out where the EINVAL is being returned. This is what leads up to the call to write() the error message. This is from the isql utility attempting to connect to a known working server on another machine. The same error occurs connecting to the local (non-functioning) server either with the isql or the administration tool (sybinit). 4371 isql CALL linux_socketcall(0x3,0xefbfd2d0) 4371 isql RET linux_socketcall -1 errno -115 Unknown error: -115 4371 isql CALL ogetrlimit(0x7,0xefbfd18c) 4371 isql RET ogetrlimit 0 4371 isql CALL linux_newselect(0x40,0,0xefbfd1cc,0,0xefbfd1c4) 4371 isql RET linux_newselect 1 4371 isql CALL linux_socketcall(0x3,0xefbfd2d0) 4371 isql RET linux_socketcall -1 errno -106 Unknown error: -106 4371 isql CALL linux_fcntl(0x6,0x4,0x2) 4371 isql RET linux_fcntl 0 4371 isql CALL linux_socketcall(0xe,0xefbfd31c) 4371 isql RET linux_socketcall -1 errno -22 Unknown error: -22 4371 isql CALL linux_newuname(0xefbfcf80) 4371 isql RET linux_newuname 0 -john To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message