Tcl/TK Xauth errors

[email protected]
Fri, 11 Dec 1998 16:28:38 -0600

If you've tried running exmh, then you've probably come across these infamous
xauth errors:

******

<snip>
BgRegister X server insecure (must use xauth-style authorization); command
ignor
ed
exmh-bg cannot rendez-vous with UI - exiting.
Usually this is because Tk send is not working.
Check the notes under Frequently Asked Questions #4a and #4b.
You can find this under the Help menu.

*******

The problem is that there is a missing directory that needs to be created.

If you're using operating in runlevel five you can look at your
/var/log/xdm-error.log file and you will notice that the first line should
look like this:

xdm error (pid 491): Cannot open server authorization file
/usr/X11R6/lib/X11/xd
m/authdir/A:0-a00491

The directory that needs to be created is /usr/X11R6/lib/X11/xdm/authdir.
After this is created, xauth takes over and everything is fine.