Fedora 9 + httpd 2.2.3 = dead but subsys locked


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Fedora 9 + httpd 2.2.3 = dead but subsys locked
# 1  
Old 11-10-2008
Fedora 9 + httpd 2.2.3 = dead but subsys locked

Hi,
I tend to setup an apache server by issuing the commands yum install apr-util apr and separately downloading the httpd (v2.2.3) file and compling it myself. For previous fedora versions, I havent experienced any problems with yum update until now with Fedora 9. I noticed as soon as the glibc library files are updated from yum, at that moment and onward, apache displays on the status prompt "httpd dead but subsys locked".
I have done many reboots and restarts and nothing.
Can someone please lend their support for this problem. I will be happy to reply with any information I can.
# 2  
Old 11-10-2008
If this line is in your httpd.conf, try commenting it out:

Code:
LoadModule unique_id_module modules/mod_unique_id.so

# 3  
Old 11-10-2008
Well, I checked both the httpd.conf and the ssl.conf files, yet I still couldnt find the that module.
Any other solutions?
# 4  
Old 11-11-2008
Did you rebuild httpd/APR after you updated glibc?
# 5  
Old 11-12-2008
nope, so what command must I issue to do so?
# 6  
Old 11-13-2008
Quote:
I tend to setup an apache server by issuing the commands yum install apr-util apr and separately downloading the httpd (v2.2.3) file and compling it myself.
Your first message stated that you compiled httpd. Are you now saying you do not know how to recompile it?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Linux

/var/lock/subsys permission denied for root

Hello I have simple line of code here: FILE *lockfp = fopen("/var/lock/subsys/processName", "w"); which is denied even running as root. The result is locking failed for the following reason: Permission denied How is this possible? Why is this happening? Thanks for your... (4 Replies)
Discussion started by: flagman5
4 Replies

2. UNIX for Advanced & Expert Users

Testing privileges -lock lockfile /var/lock/subsys/..- Permission denied

Hi all, I have to test some user priviliges. The goal is to be sure that an unauthorized user can't restart some modules (ssh, mysql etc...). I'm trying to automate it with a shell script but in same cases I got the syslog broadcast message. Is there any way to simply get a return code... (3 Replies)
Discussion started by: Dedalus
3 Replies

3. Shell Programming and Scripting

sed is dead

Hello everybody, I'm new to bash scripting (and scripting in general) but I'm making decent progress in the hands-on solutions I need... I've encountered a problem that seemed very simple to me at first, but had me going on for hours. Maybe you can help me. Say I have an input text file like... (2 Replies)
Discussion started by: origamisven
2 Replies

4. Red Hat

fedora grub help, moving to tri boot (XP, ubuntu, fedora soemething)

I will shortly be adding a fedora flavor to my devel box. I currently have XP (installed first on an ssd), ubuntu 10.04 (installed second on the first partition of a platter drive), and I want to add either Cent or SL on the second partition of the platter drive. I will probably also want to... (0 Replies)
Discussion started by: LMHmedchem
0 Replies

5. What is on Your Mind?

Usenet is dead

On servers i check there seems to be no news at all. (3 Replies)
Discussion started by: Action
3 Replies

6. Shell Programming and Scripting

grep command to replace multiline text from httpd.conf file on Fedora

Hi, I am a newbie to shell scripting and to Linux environment as well. In my project I am trying to search for following text from the httpd.conf file <Directory '/somedir/someinnerdir'> AllowOverride All </Directory> and then remove this text and again rewrite the same text. The... (1 Reply)
Discussion started by: bhushan
1 Replies

7. Linux

Dual Boot Win XP And Fedora with Fedora Installed First

Hi everyone, I hope this question goes here. Anyways, I have a unique situation where my friend's comp has Fedora installed and wants to add Win XP as a dual boot without formatting the drive. Is it possible to create a partition on the current hard drive and then install win xp? I couldn't find... (4 Replies)
Discussion started by: eltinator
4 Replies

8. Shell Programming and Scripting

what is dead.letter ??

Hi all can you please help me what is dead.letter file ? when it is created ? for the first time i have seen this file getting created in my current directory? I am using SunOs. Any IDEA ?? (2 Replies)
Discussion started by: jambesh
2 Replies
Login or Register to Ask a Question