You are not logged in.
Pages: 1
Eterm won;t start and I run out of pty's after a while (or so it seems...) and xterm won't start then either. I have searched and I do know that I need to add a line in fstab - it's already there:
none /dev/pts devpts defaults 0 0
Any suggestions?
Offline
Maybe some app is leaking pty's. You could try increasing the CONFIG_UNIX98_PTY_COUNT=256 in the kernel config and recompile but that won't fix the problem - it'll just delay the inevitable. Perhaps you could try using lsof to see what processes are using the pty's.
Offline
it's happening again - this is a real problem as I don't have any terminals unlessI reboot...
Offline
what terminals are you using? Eterm? how do you close them? try using aterm or xterm for a day and see if the issue still happens. if at all possible, check you xsession-errors.log file or system log or some sort of log ...
also, maybe try running one terminal and running other terminals from there in order to see error messages...
another option:
are you restarting udev by hand? udev will kill your ptys and you need to do a remount
Offline
another option:
are you restarting udev by hand? udev will kill your ptys and you need to do a remount
That may well actually be it...
Offline
phrakture wrote:another option:
are you restarting udev by hand? udev will kill your ptys and you need to do a remountThat may well actually be it...
yeah whenever you restart udev you need to remount... ummm whatever is in rc.sysinit... there were 2 of them maybe /proc or /sys was the other one... *shrug*
Offline
Reinstall the kernel - this is a kernel problem, at least from my experience. I'm guessing it involves some sort of corruption of the kernel package, though with md5sums used it's hard to see how.
Offline
Gullible Jones: wayyy off the path.
phunni: after restarting udev, do
mount /dev/pts
mount /dev/shm
Offline
thanks iph - I reckon that's the way to go...
Gullible Jones, thanks for answering anyway...
Offline
Sorry... Last time this happened to me, it was with the 2.6.9 kernel. I think that package was screwed up somehow, because reinstalling the kernel fixed it... :? Anyway, I haven't seen it since.
Offline
Pages: 1