From owner-ssh@clinet.fi  Fri May 18 12:41:41 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 MAA12686
	for <ssh-archiver@cs.hut.fi>; Fri, 18 May 2001 12:41:40 +0300 (EET DST)
Received: from mail.clinet.fi (mail.clinet.fi [194.100.0.7])
	by smtp1.clinet.fi (Postfix) with ESMTP
	id E8FCE2071F; Fri, 18 May 2001 12:41:33 +0300 (EEST)
Received: (from majordom@localhost)
	by mail.clinet.fi (8.9.3/8.9.3) id MAA15833
	for ssh-outgoing; Fri, 18 May 2001 12:18:33 +0300
Received: from bastion.dmz.ims ([212.38.217.2])
	by mail.clinet.fi (8.9.3/8.9.3) with ESMTP id MAA15819
	for <ssh@clinet.fi>; Fri, 18 May 2001 12:18:30 +0300
Received: from gate.dmz.ims (imspdcexch.house.ims) [172.16.0.1] 
	by bastion.dmz.ims with esmtp (Exim 2.05 #1 (Debian))
	id 150gHK-0005Wg-00; Fri, 18 May 2001 11:10:34 +0200
Received: by IMSPDCEXCH with Internet Mail Service (5.5.2650.21)
	id <LDQKKMVJ>; Fri, 18 May 2001 11:26:33 +0200
Message-ID: <E0C57F25101AD51180B00050DA354D1601CF3B@IMSPDCEXCH>
From: =?iso-8859-1?Q?Fr=E9d=E9ric_Gobin?= <f.gobin@intermedia-solutions.de>
To: "ML-openSSH (E-Mail)" <ssh@clinet.fi>
Subject: RE: Problems with ssh and pseudo-terminals
Date: Fri, 18 May 2001 11:26:31 +0200
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2650.21)
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from quoted-printable to 8bit by mail.clinet.fi id MAA15823
Sender: owner-ssh@clinet.fi
Precedence: bulk

When I try 

	mount devpts /dev/pts -t devpts

I get an error :

	fs type devpts not supported by kernel (or something similar)

But the devpts is kompiled into the kernel ...

-----Ursprüngliche Nachricht-----
Von: Greg Wooledge [mailto:wooledg@eeg.ccf.org]
Gesendet: Donnerstag, 17. Mai 2001 20:10
An: Frédéric Gobin
Cc: ML-openSSH (E-Mail)
Betreff: Re: Problems with ssh and pseudo-terminals


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.
