From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: From: Noah Evans To: Fans of the OS Plan 9 from Bell Labs Bell Labs <9fans@cse.psu.edu> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v912) Date: Tue, 6 Nov 2007 12:30:21 +0900 Subject: [9fans] Plan 9 port namespace directory and $DISPLAY in leopard Topicbox-Message-UUID: eb0ac88e-ead2-11e9-9d60-3106f5b1d025 Hey, How do you guys deal with the the $DISPLAY variable in leopard? The default on my machine dies because $DISPLAY contains a directory name(something like: /tmp/launch-hAKQ0T/:0) which messes up getns when getns tries to make the ns directory(tries to make a non-existent path). I fix this by starting X11 from the terminal and setting $DISPLAY to ':0'. How have you guys been getting around the problem? Noah