X11 Display Problem with Mac OSX after creating new account


 
Thread Tools Search this Thread
Special Forums UNIX Desktop Questions & Answers X11 Display Problem with Mac OSX after creating new account
# 1  
Old 10-27-2011
CPU & Memory X11 Display Problem with Mac OSX after creating new account

For preliminaries, I am on a Mac Pro running 10.5. I am trying to run a program that opens an X11 graphic and plots a mesh. The little program is called showme. It has worked just fine in the past. Up until I had to make a new user account on this machine for myself. Now every time I try to run the program I get an error about not being able to open display. Here is the specific error that I get

Quote:
_X11TransSocketINETConnect() can't get address for /tmp/launch-3pw9FX/:6000: nodename nor servname provided, or not known
Error: Cannot open display.
This is quite frustrating because I know I have been able to successfully run this program in the past. I don't really know all the ends and outs of UNIX so I don't even know how to begin to correct this issue. Any help would be greatly appreciated.
# 2  
Old 10-27-2011
What's the value of DISPLAY ?
# 3  
Old 10-27-2011
Quote:
echo $DISPLAY
/tmp/launch-3pw9FX/:0
I should also correct an earlier statement. The program uses X to graphically display the mesh. I am also attempting to run the program locally as well.
# 4  
Old 10-27-2011
Try DISPLAY="" myprogram
This User Gave Thanks to Corona688 For This Post:
# 5  
Old 10-27-2011
When I try DISPLAY="" myprogram I don't get the X11TransSocketINETConnect line, but it still gives the cannot open display error.
# 6  
Old 10-27-2011
What do you have under /tmp ?
# 7  
Old 10-27-2011
If I ls -l /tmp I get the following:
Code:
ls -l /tmp/
total 8
srwxrwxrwx  1 flc      wheel    0 Oct 26 13:41 com.hp.launchport=
srwxrwxrwx  1 flc      wheel    0 Oct 26 13:43 dbus-DMXDk1Aevk=
-rw-r--r--  1 flc      wheel  157 Oct 26 13:43 fink-dbus-session-510
drwx------  3 flc      wheel  102 Oct 26 13:41 launch-3pw9FX/
drwx------  3 flc      wheel  102 Oct 26 13:41 launch-IA1Re7/
drwx------  3 flc      wheel  102 Oct 26 13:41 launch-Uv2Dss/
drwx------  3 forrest  wheel  102 Oct 27 13:54 launch-W6u7fI/
drwx------  3 forrest  wheel  102 Oct 27 13:54 launch-iVCuNz/
drwx------  3 forrest  wheel  102 Oct 27 13:54 launch-mB6ACp/
drwx------  3 flc      wheel  102 Oct 26 13:40 launchd-84.ngzEjz/

The user flc is me and forrest is the name of my previous account (which I have yet to remove from this machine)
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

[Solved] putty+x11:How do I pass X11 display rights to "su"?

I can log into a unix system with Putty. I've set the "X11 forwarding" checkbox, and I've verified that I can display an X11 window back on my laptop. What I need to be able to do is "su" to another uid after logging in and then run something which display a window back on my laptop, with the... (2 Replies)
Discussion started by: dkarr
2 Replies

2. OS X (Apple)

Creating Shell Script for STIG Checklist MAC OSX 10.6

Hello, I am new to Mac OSX and shell scripting all together. I was wondering if anyone could help get me started in a few scenarios so that I would be able to automate checking a system against a STIG checklist. A STIG Checklist is a DoD Guideline for securing systems. Here is the first... (3 Replies)
Discussion started by: john3j04
3 Replies

3. OS X (Apple)

Mac OSX kernel

is there anyway of looking at, and if possible, modifying it? (2 Replies)
Discussion started by: cleansing_flame
2 Replies

4. Filesystems, Disks and Memory

unix executable file problem on MAC OSX ??? please help

I've got this problem. My computers and external hard drives are converting many of my files to a Unix Executable File which has a grey terminal looking icon. I don't understand what is causing this to happen. It is happening to a large number of my image file of different formats and also... (1 Reply)
Discussion started by: chadb
1 Replies

5. Windows & DOS: Issues & Discussions

win-xp/mac-osx

I'm currently looking for an emulation program that would allow me to open and run osx app.s and programs on a windows xp based system. if not is there a unix/linux/lindows program that may do the same? (3 Replies)
Discussion started by: area51nstk
3 Replies

6. UNIX Desktop Questions & Answers

Mac Osx.2

I finally broke down and decided to buy a new piece of hardware. I think I made the right decision when I chose an Apple iBook - OSX is incredible! I haven't used a Mac since System7.5, and 10.2 is just blowing me away! Best of all, it's easy to use for people who are not used to Mac, but if I... (5 Replies)
Discussion started by: LivinFree
5 Replies

7. UNIX for Dummies Questions & Answers

Mac OSX question

Hi. Is it possible to execute a Cocoa (or Carbon or eaven a classic) program for mac OSX in the terminal window? OSX finder can sometimes be so busy that it wont respond for several minutes, ie if you are uploading a very big file/files to a afp server. Then it would have been nice to start... (7 Replies)
Discussion started by: nicke30
7 Replies

8. UNIX for Dummies Questions & Answers

Mac OSX vs. UNIX

To anyone that has the answer: What does UNIX have that Mac OSX doesn't. I am a programmer, and I am wondering if I could just get Mac OSX for my programming needs instead of UNIX. But my major question is what does UNIX have that Mac OSX doesn't. Thank you if you have the answer, and are willing... (2 Replies)
Discussion started by: REM
2 Replies
Login or Register to Ask a Question