LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   FC 15 will not boot after upgrade kernel panic? (https://www.linuxquestions.org/questions/linux-software-2/fc-15-will-not-boot-after-upgrade-kernel-panic-883329/)

T3RM1NVT0R 05-29-2011 10:13 PM

@ Reply
 
Well we have installed following so far:

1. kernel package.
2. kernel debug package

I wasn't aware that it was already there. No need to re-install or perform any install.

Try this and see it works:

systemctl enable httpd.service
systemctl restart httpd.service

If works, then try the same for other services.

gkasica 05-29-2011 10:19 PM

Not looking good autofs worked but it was already OK


systemctl enable httpd.service
httpd.service is not a native service, redirecting to /sbin/chkconfig.
Executing /sbin/chkconfig httpd on

systemctl restart httpd.service
Job failed. See system logs and 'systemctl status' for details.


systemctl enable apmd.service
apmd.service is not a native service, redirecting to /sbin/chkconfig.
Executing /sbin/chkconfig apmd on

systemctl restart apmd.service
Job failed. See system logs and 'systemctl status' for details.
systemctl enable autofs.service

autofs.service is not a native service, redirecting to /sbin/chkconfig.
Executing /sbin/chkconfig autofs on

systemctl restart autofs.service

systemctl enable syslogd.service
Couldn't find syslogd.service.

systemctl enable syslog.service
Couldn't find syslog.service.

T3RM1NVT0R 05-29-2011 10:24 PM

@ Reply
 
Well I found this link: https://bugzilla.redhat.com/show_bug...iple&id=684152 and appears to be like a bug. This report explain the same error message that we are getting for httpd. If we can find out the reason whats wrong with httpd then we can give a try to troubleshoot other services.

Also I would say try re-installing httpd service and see if that makes any difference.

I am a bit curious to know if this server is on VM?

gkasica 05-29-2011 10:43 PM

Reinstalled the httpd RPMs

Running Transaction
Installing : httpd-tools-2.2.17-10.fc15.1.i686 1/5
Installing : httpd-2.2.17-10.fc15.1.i686 2/5
Installing : httpd-devel-2.2.17-10.fc15.1.i686 3/5
Installing : httpd-manual-2.2.17-10.fc15.1.noarch 4/5
Installing : 5:system-config-httpd-1.5.5-2.fc15.noarch 5/5

still get a fail

systemctl enable httpd.service
httpd.service is not a native service, redirecting to /sbin/chkconfig.
Executing /sbin/chkconfig httpd on

systemctl restart httpd.service
Job failed. See system logs and 'systemctl status' for details.

gkasica 05-29-2011 10:51 PM

reinstaled the syslog service and its running

[root@saturn fc15rpms]# systemctl enable rsyslog.service
[root@saturn fc15rpms]# systemctl restart rsyslog.service
[root@saturn fc15rpms]# ll /var/log/messages
-rw-------. 1 root root 510120 May 29 22:49 /var/log/messages

No luck on apmd or httpd

gkasica 05-29-2011 11:12 PM

heres the error output based on the article

httpd -t -k start
httpd: Syntax error on line 209 of /etc/httpd/conf/httpd.conf: Syntax error on line 6 of /etc/httpd/conf.d/auth_mysql.conf: Cannot load /etc/httpd/modules/mod_auth_mysql.so into server: /etc/httpd/modules/mod_auth_mysql.so: undefined symbol: make_scrambled_password

Line 209 of /etc/httpd/conf/httpd.conf
Include conf.d/*.conf

Line 6 of /etc/httpd/conf.d/auth_mysql.conf
LoadModule mysql_auth_module modules/mod_auth_mysql.so

I commented out line 6 and its now running httpd.

Still have apmd to go.....

gkasica 05-29-2011 11:32 PM

looking further at apm/apmd I see

apm --verbose
No APM support in kernel

So I'm going to disable it.

Same for restorecond that isn't running due to SElinux disabled

$verything Looks running at this point from a reboot.

Thank you very much for the excellent help!

T3RM1NVT0R 05-29-2011 11:40 PM

@ Reply
 
Great!!! Good to hear that.


All times are GMT -5. The time now is 11:50 AM.