LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 05-29-2011, 10:13 PM   #31
T3RM1NVT0R
Senior Member
 
Registered: Dec 2010
Location: Internet
Distribution: Linux Mint, SLES, CentOS, Red Hat
Posts: 2,385

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
@ 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.
 
Old 05-29-2011, 10:19 PM   #32
gkasica
Member
 
Registered: Jan 2011
Location: Jackson WI
Distribution: Fedora Core/Generic
Posts: 116

Original Poster
Rep: Reputation: 0
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.
 
Old 05-29-2011, 10:24 PM   #33
T3RM1NVT0R
Senior Member
 
Registered: Dec 2010
Location: Internet
Distribution: Linux Mint, SLES, CentOS, Red Hat
Posts: 2,385

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
@ 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?
 
Old 05-29-2011, 10:43 PM   #34
gkasica
Member
 
Registered: Jan 2011
Location: Jackson WI
Distribution: Fedora Core/Generic
Posts: 116

Original Poster
Rep: Reputation: 0
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.
 
Old 05-29-2011, 10:51 PM   #35
gkasica
Member
 
Registered: Jan 2011
Location: Jackson WI
Distribution: Fedora Core/Generic
Posts: 116

Original Poster
Rep: Reputation: 0
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
 
Old 05-29-2011, 11:12 PM   #36
gkasica
Member
 
Registered: Jan 2011
Location: Jackson WI
Distribution: Fedora Core/Generic
Posts: 116

Original Poster
Rep: Reputation: 0
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.....
 
Old 05-29-2011, 11:32 PM   #37
gkasica
Member
 
Registered: Jan 2011
Location: Jackson WI
Distribution: Fedora Core/Generic
Posts: 116

Original Poster
Rep: Reputation: 0
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!
 
Old 05-29-2011, 11:40 PM   #38
T3RM1NVT0R
Senior Member
 
Registered: Dec 2010
Location: Internet
Distribution: Linux Mint, SLES, CentOS, Red Hat
Posts: 2,385

Rep: Reputation: 477Reputation: 477Reputation: 477Reputation: 477Reputation: 477
@ Reply

Great!!! Good to hear that.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
upgrade > kernel panic solly Arch 5 12-24-2008 12:00 PM
Kernel panic after upgrade jaristr Linux - Kernel 7 11-28-2006 05:43 AM
Dist-Upgrade = Kernel Panic carlosinfl Debian 4 10-18-2006 02:39 PM
pacman -Su, kernel upgrade, kernel panic, change distro? jkh Arch 35 03-10-2006 01:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:23 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration