Hi Michael,<br><br>thank you for the quick reply.<br><br>I've solved in the problem. During my analysis on system i've find out that cced was not running. So i have restarted cced service and, after, i started up httpd. Everything goes well. However it's so strange this behaviour because i realized that there was this problem only because the admin panel doesn't work anymore but all the sites were working well.<br>
<br>Thank you<br><br>Marcello Torchio<br><br><div class="gmail_quote">2012/5/29 Michael Stauber <span dir="ltr"><<a href="mailto:mstauber@blueonyx.it" target="_blank">mstauber@blueonyx.it</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Marcello,<br>
<div><div class="h5"><br>
> today i noticed that on my 5108 Server the admin page was not working. If i<br>
> go to http://<my-ip>:444 i got a blank page. So i thinked to restart httpd.<br>
> The service has been stopped but never restarts. If i connect to the server<br>
> with ssh and type service httpd start it says me Starting httpd.... but<br>
> nothing.. no errors, nothing. Only infinite wait. So i've traced the<br>
> command and it says me:<br>
><br>
> open("/usr/share/locale/en_US.UTF-8/LC_MESSAGES/initscripts.mo", O_RDONLY)<br>
> = -1 ENOENT (No such file or directory)<br>
> open("/usr/share/locale/en_US.utf8/LC_MESSAGES/initscripts.mo", O_RDONLY) =<br>
> -1 ENOENT (No such file or directory)<br>
> open("/usr/share/locale/en_US/LC_MESSAGES/initscripts.mo", O_RDONLY) = -1<br>
> ENOENT (No such file or directory)<br>
> open("/usr/share/locale/en.UTF-8/LC_MESSAGES/initscripts.mo", O_RDONLY) =<br>
> -1 ENOENT (No such file or directory)<br>
> open("/usr/share/locale/en.utf8/LC_MESSAGES/initscripts.mo", O_RDONLY) = -1<br>
> ENOENT (No such file or directory)<br>
> open("/usr/share/locale/en/LC_MESSAGES/initscripts.mo", O_RDONLY) = -1<br>
> ENOENT (No such file or directory)<br>
><br>
> I've done recently updates but no reboot since last updates.<br>
><br>
> Does anyone know the reason of this issue?<br>
<br>
</div></div>That's weird. The language files you listed there are part of the<br>
"initscripts" RPM.<br>
<br>
If any process cannot find them, then this could mean one of two things:<br>
<br>
a) The RPM "initscripts" is damaged and files from it are missing. In that<br>
case this can be fixed by running "yum reinstall initscripts".<br>
<br>
b) The file /etc/sysconfig/i18n is damaged and does no longer contain the<br>
relevant information to set the system language correctly.<br>
<br>
On a 5108R with the GUI set to English it should read like this:<br>
<br>
[root@5108r devel]# cat /etc/sysconfig/i18n<br>
LANG=en_US<br>
LC_ALL=en_US.UTF-8<br>
LINGUAS="en_US da_DK de_DE ja_JP"<br>
<br>
Please check these two things and see if that makes a difference.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
With best regards<br>
<br>
Michael Stauber<br>
_______________________________________________<br>
Blueonyx mailing list<br>
<a href="mailto:Blueonyx@mail.blueonyx.it">Blueonyx@mail.blueonyx.it</a><br>
<a href="http://mail.blueonyx.it/mailman/listinfo/blueonyx" target="_blank">http://mail.blueonyx.it/mailman/listinfo/blueonyx</a><br>
</font></span></blockquote></div><br>