[Konsole-devel] [Bug 54740] cannot open a new konsole window

Adriaan De Groot adridg at cs.kun.nl
Thu May 8 20:39:49 UTC 2003


------- 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=54740     




------- Additional Comments From adridg at cs.kun.nl  2003-05-08 22:39 -------
This is konsole's way of complaining that no ptys can be written by you as a user. 
Because of a (long standing and very hard to track down) bug in the 
konsole_grantpty code, konsole_grantpty doesn't actually run or reassign 
permissions to the pty. A basic fix, on a _single_user_ system where you trust the 
security, is to (as root) 
 
* Add your normal user account to a group, say ttys 
* chgrp ttys /dev/pty* 
* chmod 660 /dev/pty* 
 
Alternatively, you could just chown 666 /dev/pty*, but this is a hack. 
 
If you search the archives of kde-freebsd at 
https://lists.csociety.org/pipermail/kde-freebsd/ you may find other threads (by me) 
about hunting that bug.


More information about the konsole-devel mailing list