Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Sep 1998 11:27:28 -0500 (EST)
From:      John Fieber <jfieber@indiana.edu>
To:        Mike Smith <mike@smith.net.au>
Cc:        emulation@FreeBSD.ORG
Subject:   Re: Running Sybase... 
Message-ID:  <Pine.BSF.4.02A.9809251112080.1314-100000@fallout.campusview.indiana.edu>
In-Reply-To: <199809251557.IAA03640@word.smith.net.au>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.02A.9809251112080.1314-100000>