- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Starting a VNC server at boot problem
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
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
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
тАО11-29-2004 07:58 AM
тАО11-29-2004 07:58 AM
Starting a VNC server at boot problem
There are no errors in vnc's log file whatsoever. I am using the absolute paths in xstartup script.
What is weird is that after I log into the system and restart the service from console (using my script in /sbin/init.d) everything works!
It seems like twm is not executed from my xstartup script but I have no idea why. I looked at environment variables, paths. Everything looks fine.
Is there a more indepth way to debug/verbose display of what happens with other X sessions (my VNC display is :1)?
Any help would be greately appreciated. Thanks in advance!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-29-2004 08:17 AM
тАО11-29-2004 08:17 AM
Re: Starting a VNC server at boot problem
This will give more verbose output to /etc/rc.log
If this has been suggested perviously, please ignore.
Steven
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-29-2004 08:49 AM
тАО11-29-2004 08:49 AM
Re: Starting a VNC server at boot problem
With the set -x and the extra information I have got did not help me unfortunately. All I see is that the start command is executed successfully. The VNC server starts but the problem is that no window manager is running and I am still getting the grey desktop.
I am using absolute paths in the xstartup file which is supposed to be ran after the vnc service starts. I don't have any errors in either log file vnc or rc.log... :(
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-30-2004 01:46 AM
тАО11-30-2004 01:46 AM
Re: Starting a VNC server at boot problem
Jim Krol
james.krol@boeing.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-30-2004 02:37 AM
тАО11-30-2004 02:37 AM
Re: Starting a VNC server at boot problem
After logging in (either remote or local) and re-launching the vnc server manually, everything works like magic.
What could be different between starting the service at boot-up and starting it manually at console? I looked at paths, env vars. No other ideas so far :( Please help if you have any ideas.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-30-2004 09:29 AM
тАО11-30-2004 09:29 AM
Re: Starting a VNC server at boot problem
At what level do you start it?
try in /sbin/rc4.d with Kxxx in rc3.d
but leave initdefault to 3 in /etc/inittab
and give it a try: init 4
then init 3 and again init 4, success?
I always doublecheck: Reboot and again init 4...
Still fine? Now try changing initdefault...
(I suspect a conflict with the respawn of the console...)
All the best
Victor