Graphical program no longer works after Solaris 10 upgrade


 
Thread Tools Search this Thread
Operating Systems Solaris Graphical program no longer works after Solaris 10 upgrade
# 1  
Old 05-25-2010
Graphical program no longer works after Solaris 10 upgrade

This is a fairly complex issue. I do not have a lot of knowledge on X11. But here are the things.

I am running a program called Synergy off a Solaris server. The server sits in a remote network and can be accessed via NAT. Using Putty, I will enable X11 forwarding and launch Synergy via Putty. At my local end, I have Cygwin xwin installed on my windows environment. I will start xwin to catch the Synergy X11 input from the remote server.

Things were working fine until the server underwent a OS upgrade from Solaris 8 to 10. From what I know, the SSH (Tectia), was upgrade as well.

I am able to get xterm and xclock to work properly via the above setup but I am not able to get Synergy working. Am I right to say that if xclock works, then synergy should work as well ?

This is the error message
Code:
user_id [355]> ccm start -m
Starting Telelogic Synergy...
Xlib: connection to "127.0.0.1:28.0" refused by server
Xlib: PuTTY X11 proxy: wrong authentication protocol attempted
/opt/ccm70/bin/util/ccm_gui: Error opening X display; Check valid $DISPLAY and xhost permissions.
Warning: Telelogic Synergy startup failed.

Can any expert help point me to the right direction to configure the graphical program to work again? Note: the same set up can work at the remote network end.

Last edited by Leion; 05-26-2010 at 06:39 AM.. Reason: Updated my question
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

awk program date function no longer running

I work at a company that uses a program written in AWK to track various data and prepare reports. Worked with this program for three years plus (the author is no longer with us) and the YTD Production report will not return a report with a date after 123119. This is a problem. Below is the (I... (3 Replies)
Discussion started by: paulgdavitt
3 Replies

2. Shell Programming and Scripting

Script Works But Need It to Exit Upon Closing Program

Running Xubuntu 16.04 with shell version "GNU bash, version 4.3.48(1)-release (x86_64-pc-linux-gnu)," I have a working script that consistently renames a Chrome window: #!/bin/sh while sleep 1; do xdotool search --name chrome 2>/dev/null | while read id; do xdotool set_window --name... (21 Replies)
Discussion started by: jakefish
21 Replies

3. Shell Programming and Scripting

Ending user sessions which have been on a program for longer than 1 hour

hi, im looking to write a script to end user sessions which are on a paticular program and have been for over an hour so I can free up the system a bit. I understand that the "who" command lists the current users logged into the system, however it does not let me see what program they are on... (12 Replies)
Discussion started by: 02JayJay02
12 Replies

4. SuSE

YaST no longer works on SLES 10

YaST no longer works on one of our SUSE Linux Enterprise Server 10, When I issue “Yast” I get the following error messages "warning: the ncurses frontend is installed but does not work" "You need to install yast2-ncurses to use the YaST2 text mode interface" Can you help? please (2 Replies)
Discussion started by: hassan1
2 Replies

5. Forum Support Area for Unregistered Users & Account Problems

My account no longer works

Hello. This is me: https://www.unix.com/unix-dummies-questions-answers/57594-possible-give-sudo-access-subdirectories.html#post302176910 LordJezo Been posting for years. Now my account wont work and every attempt to reset my password is not working. My email address should be :... (0 Replies)
Discussion started by: (Lord Jezo)
0 Replies

6. UNIX and Linux Applications

graphical user acessible program

hi evaryone i am new to linux and i need help from u people ,i have to create a user accesible window in which i have to provide a button on submitting the button it has to run my c program,can anyone help me out how to do this . thanks (2 Replies)
Discussion started by: srilakshmi
2 Replies

7. Shell Programming and Scripting

Line works in solo but not in program?

Now I am just getting frustrated and confused... if anyone has some advice on how this anomoly is occurring I would greatly appreciate it. cat helpme.txt | awk 'NR<5{printf("%-20s %-20d %-20d %-20.1f\n","hello",$1,$2,$3)}' | sort -rk4 This line works fine in solo - reads the three fields from... (4 Replies)
Discussion started by: nortypig
4 Replies
Login or Register to Ask a Question