VNC Connect


 
Thread Tools Search this Thread
Operating Systems Solaris VNC Connect
# 1  
Old 03-20-2009
VNC Connect

Hi all,

Almost at my wit ends, trying to connect to vnc port 0 on Solaris 10.

configured Xservers with the followin:

:0 Local local_uid@none root /usr/X11/bin/Xserver :0 -rfbauth /etc/.vnc/passwd -rfbport 5900
:1 Local local_uid@none root /usr/X11/bin/Xserver :1 -rfbauth /etc/.vnc/passwd

However, when when I perform a netstat -a |grep 5900, seems like it's not listening.

My vnc process seems to be listening to display :1 only, did I miss anything out?

# ps -aef |grep -i vnc
root 683 675 0 11:44:45 ? 0:01 /usr/X11/bin/Xvnc :1 -depth 24 -alwaysshared -rfbauth /etc/.vnc/passwd -auth /v
root 813 803 0 12:07:13 pts/2 0:00 grep -i vnc

Thanks in advance
Eugene
# 2  
Old 03-20-2009
Found out that xvnc is only listening on :1 because it's configured in svccfg under application/x11/x11-server as display1.

Attempted to add display0, it works, however, it will shut out my server's CDE login as both are attempting for :0 *occupied by xsun*

root 716 682 0 15:26:58 ? 0:01 /usr/openwin/bin/Xsun :0 -defdepth 24 -nobanner -auth /var/dt/A:0-31aqvb

Anyway to use xvnc to listen to :0 while the xserver is running on :0 for my server's CDE display?

Last edited by srage; 03-20-2009 at 05:53 AM..
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Connect direct - SFTP - List of servers that I can connect

Greetings Experts, I am working for a bank client and have a question on connect-direct and SFTP. We are using Linux RedHat servers. We use connect-direct to transfer (NDM) files from one server to another server. At times, we manually transfer the files using SFTP from one server to another... (2 Replies)
Discussion started by: chill3chee
2 Replies

2. Cybersecurity

When i start CSF i cant connect VPS or download any data into it It appears i cant connect Linux VP?

It appears i cant connect linux VPS server via SSH or i cant SCP any file to it and i cant wget any file TO it (from inside it) while CSF (Config Server Firewall, LFD is running. Just after isntall in default configuration and after changing TESTING mode to LIVE mode. Trying to wget & install... (1 Reply)
Discussion started by: postcd
1 Replies

3. AIX

AIX Remote Connect Fail With “No more multiple IP addresses to connect” Error

We have a production server at a client site running AIX. And recently when users are trying to connect to it via telnet, it prompts "No more multiple IP addresses to connect". Can I know what does this error mean? and how to rectify this? Thanks. (2 Replies)
Discussion started by: a_sim
2 Replies

4. UNIX for Dummies Questions & Answers

using VNC to connect RH

Hi, I am using VNC to connect to Redhat ES. VNC works great, but when I minimize, I can't seem to bring that window back up. Any one know how to do that. I try ALT -TAB, that brings my Windows, I am trying to bring different terminal windows with in VNC. Thanks (1 Reply)
Discussion started by: samnyc
1 Replies

5. UNIX and Linux Applications

VNC trouble

I have been having issues with VNC. I have been gettining a lot of errors but mostly gray screens and some black screens. I think this may also be a gnome error. I know that the xstartup file is the file to look at. > more ~/.vnc/xstartup #!/bin/sh && xrdb $HOME/.Xresources xsetroot -solid... (0 Replies)
Discussion started by: bitlord
0 Replies

6. Solaris

VNC in solaris 10

First you need to know that I'm 100% new to solaris/unix. I'm trying to setup VNC on my sparc based server that I just installed solaris 10 on but when I type in vncserver to start it, I get "couldn't find "xauth" on your PATH" What do I do so I can get a gui up and running remotely on my... (20 Replies)
Discussion started by: QuadRunner750
20 Replies

7. Solaris

vnc error

hi all, when i try to configure vnc server on solaris to able to connect from windows when i run vncserver command in solaris 10 i got this error root@local $ vncserver vncserver: couldn't find "Xvnc" on your PATH. root@local $ what can i do to solve this problem (3 Replies)
Discussion started by: xxmasrawy
3 Replies

8. Shell Programming and Scripting

VNC Timer

Hello fellows, I am new in this forum, i would appreciate your assistance. I need a timming system for my vnc desktops (Cybercafe timer stuff). Each unix user login to my server only with vnc, and i want to write a program that can generate timer tickets and have control on the time used for... (0 Replies)
Discussion started by: foweja
0 Replies

9. HP-UX

VNC depot

Hi All, I'm having a very difficult time compiling VNC for HPUX 11.0. Is there a vnc depot sitting somewhere out there ? Thanks a bunch, KENT (1 Reply)
Discussion started by: kxchen_home
1 Replies

10. UNIX for Dummies Questions & Answers

Vnc

Anyone know of a site where I can download a copy (non-evaluation copy and preferably free. ;) nods to Neo's post in UNIX Operating System thread) of VNC for RedHat 8? Thanks in advance. (7 Replies)
Discussion started by: google
7 Replies
Login or Register to Ask a Question