I was facing some errors each time i was rebooting Solaris 10 box, the errors goes like this:
Jun 23 14:08:40 inetd[314]: Property 'name' of instance svc:/application/x11/xvnc-inetd:default is missing, inconsistent or invalid
Jun 23 14:08:40 inetd[314]: Property 'proto' of instance svc:/application/x11/xvnc-inetd:default is missing, inconsistent or invalid
Jun 23 14:08:40 inetd[314]: Invalid configuration for instance svc:/application/x11/xvnc-inetd:default, placing in maintenance
viewing the services using svcs command showed that the service svc:/application/x11/xvnc-inetd:default is in maintenance mode, by checking the file: /etc/services i could see that the service vnc-server is missing in the file, so just by adding the missing servic:
vnc-server 5900/tcp # Xvnc
and rebooting the box the error messages were gone.
Jun 23 14:08:40 inetd[314]: Property 'name' of instance svc:/application/x11/xvnc-inetd:default is missing, inconsistent or invalid
Jun 23 14:08:40 inetd[314]: Property 'proto' of instance svc:/application/x11/xvnc-inetd:default is missing, inconsistent or invalid
Jun 23 14:08:40 inetd[314]: Invalid configuration for instance svc:/application/x11/xvnc-inetd:default, placing in maintenance
viewing the services using svcs command showed that the service svc:/application/x11/xvnc-inetd:default is in maintenance mode, by checking the file: /etc/services i could see that the service vnc-server is missing in the file, so just by adding the missing servic:
vnc-server 5900/tcp # Xvnc
and rebooting the box the error messages were gone.
No comments:
Post a Comment