Xclock command not working

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Xclock command not working
# 1  
Old 01-01-2015
Xclock command not working

Hi,
I am using Xming tool to open the my RHEL machine remotely in UI mode. When I use xclock command using 'root', the command works properly and I can see the clock pop-up. However, when I run the 'xclock' command using oracle user I get an error, which is shown in the attached file.
Can someone tell me the cause and solution for this problem? Let me know if any further information is required.
Thank you in advance !!!
# 2  
Old 01-01-2015
What happens if you log in directly as the oracle user, not via root? Would it work, then?
# 3  
Old 01-01-2015
That's set to prevent any user logged on to the server from accessing YOUR display.

Since a remote X Windows display is accessed by a TCP connection, and TCP has no inherent identification of who is at the other end of the connection, SSH X Windows forwarding as configured on your network sets up authentication on the TCP connection.

Without that authentication, anyone logged on to the remote server could set their X DISPLAY envval to something like ":10.0" and connect to your display.

And do things like change your mouse settings so that your mouse flips between you having to move your mouse about a foot to make your cursor move 3 pixels, and then 3 seconds later set it so when you move your mouse 1/32 of an inch the cursor flies across the screen. And back a few seconds later...

And that's if they're just trying to mess with you. A nefarious user could scrape your screen and log all your keystrokes.

Last edited by achenle; 01-01-2015 at 02:16 PM..
# 4  
Old 01-02-2015
The problem I'm really expecting to see here is that Oracle Universal Installer is an X-Windows tool, so we need to find a way to enable that, albeit temporarily.

I know we don't have this issue, but then we don't have x-windows for anything else, so we've not worried about that.



Robin
# 5  
Old 01-02-2015
Using SSH X forwarding in putty and Xming.

Connect as root :

Code:
[root@host][root]# echo $DISPLAY
localhost:10.0
xauth list
<output here>
su - oracle
xauth add <output from above>
export DISPLAY=localhost:10.0
xclock # or other x program.

# 6  
Old 01-12-2015
Quote:
Originally Posted by Peasant
Using SSH X forwarding in putty and Xming.

Connect as root :

Code:
[root@host][root]# echo $DISPLAY
localhost:10.0
xauth list
<output here>
su - oracle
xauth add <output from above>
export DISPLAY=localhost:10.0
xclock # or other x program.

Hi Peasant,

Thanks for the reply, but I tried these steps earlier and did not work. Please find the attached herewith the file. Any other approach on this.
# 7  
Old 01-12-2015
You seem to be adding your server's IPaddress to itself with:-
Code:
xauth add 125.19.55.169:10

...but then you set the display to localhost, which might be the problem. Try setting these two with the same address. If you direct the DISPLAY to be localhost, then the incoming connection will be from 127.0.0.1, not the 125.19.55.169 address you have allowed.


Can you have another go?



Robin
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Startx xclock on virtual lpar

Hello, Is there a way to run xclock or startx on LPAR, since LPAR doesn't have any console or it is connected to HMC usually the way is to export the display to some PC which has Xmanager running on it, but in my case, I want to run xmanager on the AIX Lpar and run on it the... (2 Replies)
Discussion started by: filosophizer
2 Replies

2. Solaris

Xclock help

This is where I am getting stuck and I am wondering if I can get some help from the community. I log into putty with X11 forward enable echo $DISPLAY DISPLAY=localhost:10.0 export DISPLAY xclock ( I do see a clock) :) I am happy that I finally get to install Oracle 11g on solaris... (2 Replies)
Discussion started by: newborndba
2 Replies

3. Windows & DOS: Issues & Discussions

Unable to show xclock in UNIX for windows

i had tried to run the xclock after i login into my HP UX machine using the C shell in the Services for Unix (Windows) but the xclock does not pop up. Do anyone has the same issue? Do i need to install some X windows package as well? Thanks (1 Reply)
Discussion started by: lchunleo
1 Replies

4. Red Hat

xclock comand not found

hi rhel6 gurus i have set up a rhel6.2 db server. i have data base admins needing to connect to this rhel6 derver via reflectionx. reflectionx is set correctly but when attempting to test connectivity by 'xclock' the following message pops up : -bash:xclock; command not found. anyone out... (1 Reply)
Discussion started by: jsynodin
1 Replies

5. AIX

Installed AIX6.1 in LPAR, but fail to start xclock

I have clean installed AIX6.1 in this partition. I want to run xclock but it fail to run :( I have launch export DISPLAY=10.23.17.60:0 Then launch xclock but it will produce some error saying it failed. Error: Can't open display: 10.23.177.60:0 When i try to google around, some say... (5 Replies)
Discussion started by: wingcross
5 Replies

6. Shell Programming and Scripting

Need help! command working ok when executed in command line, but fails when run inside a script!

Hi everyone, when executing this command in unix: echo "WM7 Fatal Alerts:", $(cat query1.txt) > a.csvIt works fine, but running this command in a shell script gives an error saying that there's a syntax error. here is content of my script: tdbsrvr$ vi hc.sh "hc.sh" 22 lines, 509... (4 Replies)
Discussion started by: 4dirk1
4 Replies

7. HP-UX

xclock not working in HP-Unix 11.23

Hi, I need to install Oracle on HP-UX 11.23.But I'm unable to start xclock to check if x-server is working fine or not. Have tried connecting using reflection but no luck. Have also set the display but still it does not work. Any suggestions would be appreciated. Regards, Narayan (1 Reply)
Discussion started by: narayanv
1 Replies

8. Shell Programming and Scripting

[BASH] xclock/xcalc/xterm...process question?

I have no idea how to do this: Let's say the user opens an "xclock &" in one of my scripts and I don't want him to be able to re-open one with the script. How could I test that? Possibly with a message saying that "The <xclock(or w/e other process like xcalc)> is already running in the... (3 Replies)
Discussion started by: Yakuzan
3 Replies

9. Shell Programming and Scripting

Xclock and background

Hi everyone, could you explain why am I not able to bring up xclock, or for that matter any Xtools (xcalc etc...), in the background? When I execute: xclock & This brings up the clock in the foreground, my focus is on the clock, not back in my command window. Any suggestion? ... (2 Replies)
Discussion started by: gio001
2 Replies

10. Solaris

Unable to run xclock

Hello. I am trying to run xclock on newly built solaris box - These are the steps I followed: # DISPLAY=localhost:0.0 # export DISPLAY # xclock xclock: not found # cd /usr/openwin/bin # ./xclock Error: Can't open display: localhost:0.0 # Please suggest, what am i doing wrong? Thank... (27 Replies)
Discussion started by: panchpan
27 Replies
Login or Register to Ask a Question