Sou novo no forum , e gostaria de saber o que fazer com um problema que vem acontecendo comigo
Instalei o SLES11 em uma maquina IBM M3550, ate ai tudo bem o problema e que quando dou o comando init 6 para poder reinicia-la, a mesma comeca a iniciar e para em
Running /etc/init.d/halt.local
E nao sai mais dai o que poderia fazer para parar com este problema
this forum’s primary language is English, so you might be better off wording your questions in that language - at least you’ll reach a broader audience
I couldn’t grasp if you still have a problem - if you’re wondering why [FONT=monospace][/FONT]/etc/init.d/halt.local is invoked when rebooting the system, have a look at /etc/init.d/reboot:
It seems likely that someone modified /etc/init.d/halt.local on the server in question, not taking into account that the script is not only invoked when halting the server, but when rebooting it, too.
As the name implies, that script is for local modifications by the system administrators, and is usually empty (except for comments). Please have a look at the file’s contents - is there any functional code in it?