Re: [SQL] postmaster: init.d/start

2000-06-13 Thread Thomas Mack
>Hi Daniel, > >thank you for your reply. > >There are some unanswered questions. >Why does one have to consider multiple run levels? Doesn't run level 3 >(network + X) implicate run level 2 (network)? Not on SuSE Linux. On SOlaris for example, you will find in /etc/inittab an entry like: s2:23:w

Re: [SQL] postmaster: init.d/start

2000-06-12 Thread Bill Anderson
Markus Wagner wrote: > > Hi Daniel, > > thank you for your reply. > > There are some unanswered questions. > Why does one have to consider multiple run levels? Doesn't run level 3 > (network + X) implicate run level 2 (network)? > So if I don't use XDM (or equivalent) and the system starts with

Re: [SQL] postmaster: init.d/start

2000-06-12 Thread Markus Wagner
Hi Daniel, thank you for your reply. There are some unanswered questions. Why does one have to consider multiple run levels? Doesn't run level 3 (network + X) implicate run level 2 (network)? So if I don't use XDM (or equivalent) and the system starts with a login shell only, it would start run

Re: [SQL] postmaster: init.d/start

2000-06-10 Thread Daniel Fairs
This is the System V-style initialisation. The layout is as follows: /etc/rc.d/init.d/ This directory contains the actual scripts which start and stop the various services on the system. The system supplies a 'start' or 'stop' parameter for the call of the script depending on whether the system

[SQL] postmaster: init.d/start

2000-06-10 Thread Markus Wagner
Hi, under SuSe Linux 6.3 there are different subdirectories rc.d for different runlevels. Each dir contains links to the start/stop scripts. The filenames contain numbers to indicate the position / the order of the services to start. Where (for which runlevel) and at what position should I link