On Thu, Jan 13, 2000 at 09:43:08PM -0800, h a wrote:
> 
> Hi All,
> 
> I am running redhat 6.0 in two machines, when i tried to telnet from
> one to the other i got this message:
>
> telnetd: All network ports in use
> connection closed by foreign host.
> 
> i got the same message when i tried to to localhost "127.0.0.1"

This means that all pseudo-ttys have been allocated, and there are no
longer any free ones.  If you're using /dev/pts, you should have an
entry in your /etc/fstab that automatically mounts this filesystem at
system boot.  Otherwise, you'll probably have to run

        % cd /dev ; ./MAKEDEV all

to create all the /dev/ttyp* and /dev/pty* files.

-- 
Giorgos Keramidas, < keramida @ ceid . upatras . gr >
"What we have to learn to do, we learn by doing." [Aristotle]
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to