Does it make sence that I have 15 xterms open and I'm out of PTYs
already? I also have XConsole, which probably snatches one as well.
Just doesn't make sence that the GENERIC kernel would only have, say, 20
TTYs by default. I'm downloading syssrc.tgz now and I'm going to roll one
with more TTYs.
Insight anyone?
Brian A. Seklecki Stargate Industries, LLC
Network Operations Center http://www.stargate.net/
The Crane Building, Suite 300 (412) 316-STAR x7719 - voice
40 24th St. (412) 316-7899 - fax
Pittsburgh, PA 15222 BSek...@Stargate.Net
# Evening everyone:
#
# Does it make sence that I have 15 xterms open and I'm out of PTYs
# already? I also have XConsole, which probably snatches one as well.
#
# Just doesn't make sence that the GENERIC kernel would only have, say, 20
# TTYs by default. I'm downloading syssrc.tgz now and I'm going to roll one
# with more TTYs.
Did you MAKEDEV pty1 pty2 pty3 pty4 ...?
#
# Insight anyone?
#
#
# Brian A. Seklecki Stargate Industries, LLC
# Network Operations Center http://www.stargate.net/
# The Crane Building, Suite 300 (412) 316-STAR x7719 - voice
# 40 24th St. (412) 316-7899 - fax
# Pittsburgh, PA 15222 BSek...@Stargate.Net
#
#
#
--*greywolf;
/* Need OpenSource servers? Try BSD - Solid as a Rock. */
It's still rolling now. It's a 40 MHz IPX w/ 64 & 64. I use it to do
everything but Netscape - run that remotely of the SunOS boxen.
Once it gets done, I'll reboot and run /dev/MAKDEV ...
-lava
Brian A. Seklecki Stargate Industries, LLC
Network Operations Center http://www.stargate.net/
The Crane Building, Suite 300 (412) 316-STAR x7719 - voice
40 24th St. (412) 316-7899 - fax
Pittsburgh, PA 15222 BSek...@Stargate.Net
I recompiled with "OPTIONS UNCONSOLE" as well as:
pseudo-device pty 256 # pseudo-ttys (for network, etc.)
Yet I still recieve the same error message after about 20 xterms.
I've ran /dev/MAKEDEV, same restul
I tried running "./MAKEDEV 1 ; ./MAKEDEV 2 " ...up to 15, same result
Suggestions anyone?
> Alright, I don't know whats up with this.
>
> I recompiled with "OPTIONS UNCONSOLE" as well as:
>
> pseudo-device pty 256 # pseudo-ttys (for network, etc.)
>
> Yet I still recieve the same error message after about 20 xterms.
>
> I've ran /dev/MAKEDEV, same restul
>
> I tried running "./MAKEDEV 1 ; ./MAKEDEV 2 " ...up to 15, same result
Make sure the pty device nodes are being created.
`MAKEDEV 1' won't work. Try ./MAKEDEV pty1.
If you really do have all those pty device nodes created and you still
get those errors then try running the program ktrace(1) to see what it's
trying to do.
Eduardo Horvath
I'll try it when I get back into the office.
-Brian