1
vote
0answers
37 views

Testing rc.d levels

I have a hierarchy of programs running which have a very specific start and stop order. I think I got the run levels set appropriately, but I'm having issues with some of them not working in the order ...
0
votes
1answer
480 views

rc scripts dependencies

On a Ubuntu 10.04.1 LTS server install certain services fail to start properly after a reboot. I have a couple of virtual interfaces defined on eth0: /etc/network/interfaces # This file describes ...
1
vote
3answers
6k views

How to start Apache server automatically?

I'm currently learning Linux environment and decided to manually install Apache server.For educational purposes I've compiled it into: /server/apache http.conf configured correctly. It works - I can ...