Comment 21 for bug 523148

Revision history for this message
In , Jan (jan-redhat-bugs) wrote :

Better workaround for systems with only one user:

Edit /dev/pts mountpoint in /etc/fstab:

none /dev/pts devpts uid=500,gid=5,mode=620

Add this "uid=500" to your UID (id -u).
Then remount:

mount /dev/pts -o remount

and use it. :)

Also you can set gid=0,mode=660 or something similar.