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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
11-20-2004, 09:46 AM
|
#1
|
Member
Registered: Oct 2004
Location: Chicago, IL
Distribution: Fedora Core 2
Posts: 101
Rep:
|
apache error logs
Hi,
I am running Fedora core 2 and ive noticed the following in my error logs:
Sat Nov 20 09:12:44 2004] [warn] child process 22552 still did not exit, sending a SIGTERM
[Sat Nov 20 09:12:44 2004] [warn] child process 22553 still did not exit, sending a SIGTERM
[Sat Nov 20 09:12:44 2004] [warn] child process 22554 still did not exit, sending a SIGTERM
[Sat Nov 20 09:12:44 2004] [warn] child process 22555 still did not exit, sending a SIGTERM
[Sat Nov 20 09:12:44 2004] [warn] child process 22556 still did not exit, sending a SIGTERM
[Sat Nov 20 09:12:44 2004] [warn] child process 22557 still did not exit, sending a SIGTERM
[Sat Nov 20 09:12:44 2004] [warn] child process 22558 still did not exit, sending a SIGTERM
[Sat Nov 20 09:12:44 2004] [warn] child process 22559 still did not exit, sending a SIGTERM
[Sat Nov 20 09:12:44 2004] [warn] child process 22552 still did not exit, sending a SIGTERM
[Sat Nov 20 09:12:44 2004] [warn] child process 22553 still did not exit, sending a SIGTERM
[Sat Nov 20 09:12:44 2004] [warn] child process 22554 still did not exit, sending a SIGTERM
[Sat Nov 20 09:12:44 2004] [warn] child process 22556 still did not exit, sending a SIGTERM
[Sat Nov 20 09:12:44 2004] [warn] child process 22557 still did not exit, sending a SIGTERM
[Sat Nov 20 09:12:44 2004] [warn] child process 22558 still did not exit, sending a SIGTERM
[Sat Nov 20 09:12:44 2004] [warn] child process 22559 still did not exit, sending a SIGTERM
Ive looked on google and didnt find a good explaination as to what these logs are exactly.
any ideas?
Thanks
lenny
|
|
|
11-20-2004, 10:53 AM
|
#2
|
Member
Registered: Apr 2004
Location: Scotland
Distribution: Suse, OpenWRT
Posts: 299
Rep:
|
I assume you've tried killing it and restarting.
httpd stop
ps -aux | grep httpd (make sure all processes are dead)
httpd start
Did you do an upgrade or fresh install before you noticed the log entries?
|
|
|
11-20-2004, 03:36 PM
|
#3
|
Member
Registered: Oct 2004
Location: Chicago, IL
Distribution: Fedora Core 2
Posts: 101
Original Poster
Rep:
|
ok great thanks...If I noticed some that are still running, should I kill them with the following command:
kill <PID>
thanks again
lenny
|
|
|
11-20-2004, 04:16 PM
|
#4
|
Member
Registered: Apr 2004
Location: Scotland
Distribution: Suse, OpenWRT
Posts: 299
Rep:
|
Kill them off and then restart and check the logs.
Was this a new install or upgrade?
|
|
|
11-20-2004, 04:24 PM
|
#5
|
Member
Registered: Oct 2004
Location: Chicago, IL
Distribution: Fedora Core 2
Posts: 101
Original Poster
Rep:
|
well it's a pretty new install..i just installed fedora about 3 months ago or so...but that command I mentioned before is correct?
|
|
|
11-20-2004, 04:43 PM
|
#6
|
Member
Registered: Apr 2004
Location: Scotland
Distribution: Suse, OpenWRT
Posts: 299
Rep:
|
Quote:
Originally posted by lsimon4180
well it's a pretty new install..i just installed fedora about 3 months ago or so...but that command I mentioned before is correct?
|
service httpd stop
ps aux | grep httpd
Should kill them all
|
|
|
11-20-2004, 05:00 PM
|
#7
|
Member
Registered: Oct 2004
Location: Chicago, IL
Distribution: Fedora Core 2
Posts: 101
Original Poster
Rep:
|
great thanks...i also had another issue im wondering if you are familiar with..
I'm running iptables as a firewall solution im able to enter different rules and after i run:
service iptables save
and it saves, but if I restart the machine all the entries i made are gone and I have to enter them again..
any ideas?
thanks
lenny
|
|
|
11-20-2004, 05:22 PM
|
#8
|
Member
Registered: Apr 2004
Location: Scotland
Distribution: Suse, OpenWRT
Posts: 299
Rep:
|
Quote:
Originally posted by lsimon4180
great thanks...i also had another issue im wondering if you are familiar with..
I'm running iptables as a firewall solution im able to enter different rules and after i run:
service iptables save
and it saves, but if I restart the machine all the entries i made are gone and I have to enter them again..
any ideas?
thanks
lenny
|
Try -
iptables-save > /etc/sysconfig/iptables
will save your current rules to the iptables file that it looks at on startup. Just messing about with iptables myself so a relative newbie to it. /etc/sysconfig has iptables-config and the above iptables file. Have a read at them
Good luck 
|
|
|
All times are GMT -5. The time now is 11:13 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|