Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!unmvax!gatech!bloom-beacon!mit-vax!jim From: jim@expo.lcs.mit.edu (Jim Fulton) Newsgroups: comp.sys.hp Subject: Re: HP 9000/835 running X11 and HP-UX 3.01 Summary: MIT and HP UNIX domain sockets use different file name Message-ID: <5873@mit-vax.LCS.MIT.EDU> Date: 30 Mar 89 16:45:37 GMT References: <17119@cisunx.UUCP> <101950028@hpcvlx.HP.COM> Sender: jim@mit-vax.LCS.MIT.EDU Organization: X Consortium, MIT Laboratory for Computer Science Lines: 13 > Has anyone else seen such a problem? Is this a bug in HP's code? Could the > addition of MIT's libraries be causing such a subtle problem? MIT's UNIX domain sockets assume that you are not sharing /tmp among machines. HP's product version used to (and may still) append the host name to the socket name so that it would be unique on such shared filesystems. Look in /tmp for directories named something like .X11-unix* on your product software and fix your MIT Xlib to match. Jim Fulton MIT X Consortium