From owner-ssh@clinet.fi  Thu May 17 21:35:22 2001
Received: from smtp1.clinet.fi (smtp1.clinet.fi [194.100.2.57])
	by hutcs.cs.hut.fi (8.9.3/8.9.3) with ESMTP id VAA22189
	for <ssh-archiver@cs.hut.fi>; Thu, 17 May 2001 21:35:21 +0300 (EET DST)
Received: from mail.clinet.fi (mail.clinet.fi [194.100.0.7])
	by smtp1.clinet.fi (Postfix) with ESMTP
	id 0755C1F119; Thu, 17 May 2001 21:35:15 +0300 (EEST)
Received: (from majordom@localhost)
	by mail.clinet.fi (8.9.3/8.9.3) id VAA30886
	for ssh-outgoing; Thu, 17 May 2001 21:10:17 +0300
Received: from imadev.eeg.ccf.org (imadev.eeg.ccf.org [139.137.100.50])
	by mail.clinet.fi (8.9.3/8.9.3) with SMTP id VAA30882
	for <ssh@clinet.fi>; Thu, 17 May 2001 21:10:15 +0300
Received: (qmail 10488 invoked by uid 563); 17 May 2001 18:10:11 -0000
Date: Thu, 17 May 2001 14:10:10 -0400
From: Greg Wooledge <wooledg@eeg.ccf.org>
To: =?iso-8859-1?Q?Fr=E9d=E9ric_Gobin?= <f.gobin@intermedia-solutions.de>
Cc: "ML-openSSH (E-Mail)" <ssh@clinet.fi>
Subject: Re: Problems with ssh and pseudo-terminals
Message-ID: <20010517141010.V23387@eeg.ccf.org>
References: <E0C57F25101AD51180B00050DA354D1601CF3A@IMSPDCEXCH>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
User-Agent: Mutt/1.2.5i
In-Reply-To: <E0C57F25101AD51180B00050DA354D1601CF3A@IMSPDCEXCH>; from f.gobin@intermedia-solutions.de on Thu, May 17, 2001 at 05:51:01PM +0200
Sender: owner-ssh@clinet.fi
Precedence: bulk

On Thu, May 17, 2001 at 05:51:01PM +0200, Frédéric Gobin wrote:

> 	The server cannot allocate a pseudo-terminal. You may encounter some
> problems with the terminal.
> 
> What can I do ? BTW, I'm using kernel version 2.4.4 and the latest
> OpenSSH-Version

With or without devfs?  I can't help with devfs, because I've never
used it.  But for "normal" /dev, you should have a /dev/pts directory,
which becomes the mount point for a "devpts" pseudo-filesystem.  I've also
heard that the /dev/ptmx character device could be a problem.

Here's what I have (on a Linux kernel 2.2.19 system):

drwxr-xr-x    2 root     root            0 May 15 18:04 /dev/pts
crw-rw-rw-    1 root     tty        5,   2 May 17 14:08 /dev/ptmx

And "mount" says:

devpts on /dev/pts type devpts (rw,gid=5,mode=620)

There is no entry for that in /etc/fstab, by the way.
