Hi,
permissions for devpts files defaults 0600, so they're default to "mesg
n" - refusing write/talk. I think it should defaults to 0660 to accept
talk by default.

And when you log in KDE session, kde will create one listening
terminal session which pops up a window when somebody talks/writes you
a message even when you have not open any xterm window... This doesn't
work with 0600 unless the user explicitely run mesg y in .bashrc or
with </dev/pts/<that_device>.


--- /etc/devfsd.conf.old        Thu Mar  7 01:25:39 2002
+++ /etc/devfsd.conf    Thu Mar  7 01:04:18 2002
@@ -28,8 +28,8 @@
 # Uncomment the following if you want to set the group to "tty" for the
 # pseudo-tty devices. This is necessary so that mesg(1) can later be used to
 # enable/disable talk requests and wall(1) messages.
-REGISTER       ^pty/s.*        PERMISSIONS     -1.tty  0600
-REGISTER       ^pts/.*         PERMISSIONS     -1.tty  0600
+REGISTER       ^pty/s.*        PERMISSIONS     -1.tty  0660
+REGISTER       ^pts/.*         PERMISSIONS     -1.tty  0660
 
 #
 # Uncomment this if you want permissions to be saved and restored


Would this be a problem?


-- 
         Martin Mačok                 http://underground.cz/
   [EMAIL PROTECTED]        http://Xtrmntr.org/ORBman/

Reply via email to