Re: [CentOS] VNC server problem

2008-07-23 Thread Johnny Hughes
Gopinath Achari wrote: hi, i just installed the vnc and vncserver package. i started the server with command vncserver :2 when i connected to vncserver using vncviewer 192.168.1.101:5902 i prompted for the password then it display i windows with a terminal but when gui is enabled by

Re: [CentOS] VNC server problem

2008-07-22 Thread Gopinath Achari
hi, i just installed the vnc and vncserver package. i started the server with command vncserver :2 when i connected to vncserver using vncviewer 192.168.1.101:5902 i prompted for the password then it display i windows with a terminal but when gui is enabled by uncommenting the two lines

Re: [CentOS] VNC server problem

2008-07-22 Thread Gopinath Achari
hi i remove the packeges vnc and vnc-server and reinstalled newly using yum install vnc and yum install vnc-server it got installed then i started the service it displayed /sbin/service vncserver restart Shutting down VNC server: [ OK ] Starting VNC server:

Re: [CentOS] VNC server problem

2008-07-22 Thread Gopinath Achari
/sbin/service vncserver status Xvnc (pid 13533) is running... [EMAIL PROTECTED] ~]# /sbin/service vncserver restart Shutting down VNC server: 2:vnc[FAILED] Starting VNC server: 2:vnc [FAILED] this above was displayed when i restarted the

RE: [CentOS] VNC server problem

2008-07-22 Thread Gopinath Achari
yes here the user vnc exists i have logged in as a localuser gopinath and using su command to switch to root then i am executing this commands On Tue, 2008-07-22 at 06:25 -0600, Joseph L. Casale wrote: > >VNCSERVERS="2:vnc" > >VNCSERVERARGS[2]="-geometry 1024x768 -depth 24" > > Here you are star

Re: [CentOS] VNC server problem

2008-07-22 Thread kapil singh
Hello, Make sure that the vncserver service is start or not. using #service vncserver status if it returns stop then start vncserver service. #service vncserver start use command #vncserver localhost initially no need to mention port number. By default configuration, it runs well no need t

RE: [CentOS] VNC server problem

2008-07-22 Thread Joseph L. Casale
>VNCSERVERS="2:vnc" >VNCSERVERARGS[2]="-geometry 1024x768 -depth 24" Here you are starting a vncserver on port 5902 for user "vnc". Does he exist? >here i have created a user vnc and set the password using vncpasswd cmd. Ok >then i started the vncserver > ># vncserver > >New 'localhost.

Re: [CentOS] VNC server problem

2008-07-22 Thread Fabian Arrotin
Gopinath Achari wrote: HI all, i am configuring VNC server in CentOS 5.1. i have enables this two lines in /etc/sysconfig/vncserver file VNCSERVERS="2:vnc" VNCSERVERARGS[2]="-geometry 1024x768 -depth 24" here i have created a user vnc and set the password using vncpasswd cmd.

[CentOS] VNC server problem

2008-07-22 Thread Gopinath Achari
HI all, i am configuring VNC server in CentOS 5.1. i have enables this two lines in /etc/sysconfig/vncserver file VNCSERVERS="2:vnc" VNCSERVERARGS[2]="-geometry 1024x768 -depth 24" here i have created a user vnc and set the password using vncpasswd cmd. then i started the vncs