The update-rc.d tag has no wiki summary.
0
votes
2answers
86 views
Apache and MySQL doesn't start at boot
I am running Debian 6 on a server. On this server I want to have an instance of Apache2 and MySQL started when the system boots.
For this purpose I know there are the init.d script and the symbolic ...
0
votes
1answer
120 views
Impossible to run php-fpm on server restarts (Ubuntu 12.04 x64)
I'm setting up a server with nginx + php-fpm (5.4.11) on ubuntu 12.04 LTS (x64)
I installed nginx from the repository and I compiled PHP myself. Everythings work fine when I start php-fpm and nginx
...
1
vote
3answers
105 views
How can a larger delay be placed between two interdependent upstart or /etc/init.d services?
My PostgreSQL service must start after OpenVPN, and when I check the order rc.X directories they are listed as S16openvpn and S19postgresql, so they are in the right order.
However connecting to a ...
1
vote
2answers
250 views
Debian startup - start a daemon after postgresql
i'm configuring my debian server and i don't manage to start a daemon correctly.
In order to start, my daemon has to find the Postgresql socket (located at /var/run/postgresql/.s.PGSQL.5432), but ...
2
votes
2answers
151 views
Script on startup without update-rc.d
I've a debian minimal installation, and I just want to start a custom script at startup.
I've a script at /etc/init.d/myscript,
I put a chmod 700, and create symlinks to S20myscript into :
...
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
65 views
Prompt to user during startup on Debian
I need to write a script which prompts information to the user in case of an error. Is it possible to do it using /etc/init.d scripts + update-rc.d? Is there any other way?
Thanks for your ...
1
vote
1answer
234 views
command not found
I use Debian and try to run update-rc.d sphinx defaults, buts it's shows:
update-rc.d command not found
Script sphinx already exists.
How can I fix it?
0
votes
1answer
381 views
Workaround for starting zabbix agent on Ubuntu. update-rc.d LSB mismatch
I am trying to run the zabbix-agent (1.8.1) on boot on Ubuntu (lucid 10.04).
Zabbix is installed just fine, and it manually starts just fine with /etc/init.d/zabbix-agent start
However it doesn't ...