>>>>> "fn" == Faried Nawaz <[EMAIL PROTECTED]> writes:
fn> No Inet domain socket created. fn> path = /tmp/.motif_socket-p701 fn> fn> A Toolkit error has occurred. fn> Unable to connect to Motif server. I don't know what's happening; possibly there is a race condition between CMUCL detecting that the unix socket is present in the filesystem and it trying to connect to it before the motifd is listening for connections. You could try tracing XT::OPEN-MOTIF-CONNECTION to see whether the last argument is a plausible pid for the motifd. If so, try adding a pause after the execution of INTERFACE:VERIFY-SYSTEM-SERVER-EXISTS (for instance by tracing with :break t then continuing). Also inspect the value of INTERFACE::*SYSTEM-MOTIF-SERVER* after executing V-S-S-E by hand, and check that it corresponds to the motifd process. -- Eric Marsden <URL:http://www.laas.fr/~emarsden/>
