I changed the permission on an I-Bay through server-manager and now server-manager isn't working.
The httpd & httpd-admin services are running and I've restarted both many times and rebooted the server.
All my websites are running fine as is webmail.
Here is, what I think, the offending part of my httpd error log - [Mon Jan 10 20:21:44 2005] [notice] caught SIGTERM, shutting down
[Mon Jan 10 20:21:45 2005] [notice] Apache configured -- resuming normal operations
[Mon Jan 10 20:21:45 2005] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Mon Jan 10 20:21:45 2005] [notice] Accept mutex: sysvsem (Default: sysvsem)
This is also in my admin_error_log
I've looked at several threads which looked like the same problem as mine but none are relevant and don't work. For instance I've checked the permissions in the functions folder. They all look ok to what was in the thread.
I've ran /etc/e-smith/events/actions/navigation-conf which was suggested in another thread and got these errors
Unrecognized character \xB0 at /usr/lib/perl5/5.6.1/CGI/Util.pm line 95.
Compilation failed in require at /usr/lib/perl5/5.6.1/CGI.pm line 27.
BEGIN failed--compilation aborted at /usr/lib/perl5/5.6.1/CGI.pm line 27.
Compilation failed in require at /usr/lib/perl5/site_perl/5.6.1/CGI/Persistent.pm line 13.
BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.6.1/CGI/Persistent.pm line 13.
Compilation failed in require at /usr/lib/perl5/site_perl/5.6.1/CGI/FormMagick.pm line 17.
BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.6.1/CGI/FormMagick.pm line 17.
Compilation failed in require at /usr/lib/perl5/site_perl/esmith/FormMagick.pm line 9.
BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/esmith/FormMagick.pm line 9.
Compilation failed in require at /etc/e-smith/events/actions/navigation-conf line 28.
BEGIN failed--compilation aborted at /etc/e-smith/events/actions/navigation-conf line 28.
These errors are also in my admin_error_log.
All the above file only have read access apart from navigation-conf which has 554 permissions. Is this correct?
This is line 95 in /usr/lib/perl5/5.6.1/CGI/Util.pm °¿¢@ P@ = $#$order; # preextend
doesn't look too good
Line 27 in /usr/lib/perl5/5.6.1/CGI.pmuse CGI::Util qw(rearrange make_attributes unescape escape expires);
Line 13 in /usr/lib/perl5/site_perl/5.6.1/CGI/Persistent.pm use CGI::Util qw(rearrange make_attributes unescape escape expires);
Line 17 in /usr/lib/perl5/site_perl/5.6.1/CGI/FormMagick.pm use CGI::Util qw(rearrange make_attributes unescape escape expires);
Line 9 in /usr/lib/perl5/site_perl/esmith/FormMagick.pm use CGI::Util qw(rearrange make_attributes unescape escape expires);
Line 28 in /etc/e-smith/events/actions/navigation-confuse esmith::FormMagick;
I may be looking in the wrong place - most probably but I haven't a clue.
Any help will be greatly appreciated.
Thanks
Howard