[Konsole-devel] [Bug 140952] Konsole crashes on start-up with "Konsole is unable to open a PTY"

Robert Knight robertknight at gmail.com
Mon Feb 5 13:34:53 UTC 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=140952         




------- Additional Comments From robertknight gmail com  2007-02-05 14:34 -------
Are you able to run xterm, rxvt or gnome-terminal?  Unfortunately the PTY error message is shown by Konsole for a variety of unrelated problems as well.

But if it is a PTY error, that can be debugged using the strace tool, which can be installed using "apt-get install strace" under debian.

If you are able to run xterm, then start it using Alt+F2 and run these commands from there:

strace -e trace=stat64 konsole 2> log
cat log | grep pts



More information about the konsole-devel mailing list