Operating System - HP-UX
1826203 Members
3050 Online
109691 Solutions
New Discussion

Unset: error messages during shutdown

 
Alan Meyer_4
Respected Contributor

Unset: error messages during shutdown

Whenever I am shutting down or rebooting my server, I am receiving the following error messages during the shutdown process:

/sbin/rc[67]: Unset: not found.

/sbin/rc2.d/K177hpws_apache[46]: Unset: not found.
/sbin/rc2.d/K177hpws_tomcat[46]: Unset: not found.
/sbin/rc2.d/K177hpws_webmin[45]: Unset: not found.
/sbin/rc2.d/K177hpws_webproxy[44]: Unset: not found.
/sbin/rc2.d/K177hpws_xmltools[42]: Unset: not found.
/sbin/rc1.d/K300acct[39]: Unset: not found.
/sbin/rc1.d/K352eus[43]: Unset: not found.
/sbin/rc1.d/K400iforls[34]: Unset: not found.
/sbin/rc1.d/K410Rpcd[30]: Unset: not found.


The associated script line numbers all refer back to this line in the script;

. /etc/rc.config

I've tried tracing it back into the rc.config directories, but am not making the connection to the Unset message.
" I may not be certified, but I am certifiable... "
5 REPLIES 5
Alan Meyer_4
Respected Contributor

Re: Unset: error messages during shutdown

System is version 11.11
" I may not be certified, but I am certifiable... "
Alex Lavrov.
Honored Contributor

Re: Unset: error messages during shutdown

Don't you have dir/file named "Unset" somewhere?

Alex.
I don't give a damn for a man that can only spell a word one way. (M. Twain)
Alan Meyer_4
Respected Contributor

Re: Unset: error messages during shutdown

That was not it Alex, but it got me thinking that one of the files in /etc/rc.config.d has Unset in it. So I grepped for Unset and discovered the line:

Unset UNIX95

It should be

unset UNIX95

Somehow the "u" got capitalized.

Thanks for jogging my thought process Alex.
" I may not be certified, but I am certifiable... "
Jeff Schussele
Honored Contributor

Re: Unset: error messages during shutdown

Hi Alan,

unset is a special command of the shell - it's not a command nor file.
rc.config just sources the files in /etc/rc.config.d
Is it possible that these files in rc.config.d have a problem?
If for example they had Unset in them & not unset, that could certainly be a problem.

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Alan Meyer_4
Respected Contributor

Re: Unset: error messages during shutdown

close
" I may not be certified, but I am certifiable... "