Return to BSD News archive
Newsgroups: comp.unix.bsd Path: sserve!manuel.anu.edu.au!munnari.oz.au!news.hawaii.edu!ames!agate!spool.mu.edu!darwin.sura.net!utkux1.utk.edu!martha.utcc.utk.edu!frank From: frank@martha.utcc.utk.edu (frank segner (phrank)) Subject: Re: [386BSB] All network ports in use. Message-ID: <1992Nov16.031242.4544@utkux1.utk.edu> Sender: usenet@utkux1.utk.edu (USENET News System) Organization: University of Tennessee Computing Center X-Newsreader: Tin 1.1 PL3 References: <4pth7vJIDk@DATA-HH.zer.sub.org> Date: Mon, 16 Nov 1992 03:12:42 GMT Lines: 15 c.kuhtz@data-hh.comlink.de (Christian Kuhtz) writes: : Hi, : : I can only log in on three ttyp's. screen says no more PTYs and : telnetd: All network ports in use. But I need a few more, at least 10 : ports. Please help me! I had to get rid of this problem ! : : How should I creat more ports ? by MAKEDEV ? how ? try to replace 'pseudo-device pty 4' by 'pseudo-device pty 16' in /sys/i386/conf/YOURCONFIGFILE ;-} and, of course, recompile the kernel... so long frank