[Date Prev] [Date Index] [Date Next] [Thread Prev] [Thread Index] [Thread Next]

Re: Running SSH as an executable console.

Bryan Stansell bryan@conserver.com
Tue, 2 Aug 2011 16:58:22 GMT


Are you running this on Solaris?  And did you compile it?  If so, did
HAVE_UNLOCKPT get defined in config.h?  The problem is that it's trying
to allocate a pty locally and getting a permission problem.  I'm
guessing at the HAVE_UNLOCKPT idea.  Seeing the whole config.h might
enlighten things.  Or there is some system-level thing blocking the
allocation...it's not even getting to the point of running ssh.

Bryan