- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: start the service
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2004 02:28 PM
02-09-2004 02:28 PM
New 'X' desktop is edp:5
Starting applications specified in /root/.vnc/xstartup
Log file is /root/.vnc/edp:5.log
but I still can't run the vncviewer on desktop pc , what other setting I need to make ?thx.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2004 02:39 PM
02-09-2004 02:39 PM
Re: start the service
netstat -nap | grep vnc
tcp 0 0 0.0.0.0:5805 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:5905 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:6005 0.0.0.0:* LISTEN
If these are all there, and you're using 'vncviewer' to attach to 'edp:5', then we'll need some error messages from your desktop to track it down further.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2004 06:22 PM
02-09-2004 06:22 PM
Re: start the service
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2004 04:11 AM
02-10-2004 04:11 AM
SolutionI would not suggest you use vnc as root. I suggest you use it as regular user and also use ssh tunnel on it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 09:53 PM
02-11-2004 09:53 PM
Re: start the service
At client check if you are able to ping the ip of the system where you are running vncserver (basically check if its in network).
from vncveiewer type ip:5 it would ask you for a password. to view the desktop. you should be runninng vncserver from root.
regards,
sam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2004 10:26 PM
02-11-2004 10:26 PM
Re: start the service
At least that worked for me on HPUX.