Hi Sebastian,

On Sat, Jun 18, 2011 at 06:17:04PM +0200, Sebastian Bremicker wrote:

> as I identified a not (yet) running psql daemon for a reason for bley
> not to start up I installed the following workaround:

Sounds plausible so far (I had such issues with other software too)

> * create a file /etc/insserv.conf.d/postgresql with the following
> content:
> 
> $postgresql     postgresql
> 
> * add $postgresql as a dependency to the bley initscript:
> 
> --- bley~       2011-06-18 17:57:00.000000000 +0200
> +++ bley        2011-06-18 17:58:40.000000000 +0200
> @@ -1,7 +1,7 @@
>  #! /bin/sh
>  ### BEGIN INIT INFO
>  # Provides:          bley
> -# Required-Start:    $remote_fs $syslog
> +# Required-Start:    $remote_fs $syslog $postgresql
>  # Required-Stop:     $remote_fs $syslog
>  # Default-Start:     2 3 4 5
>  # Default-Stop:      0 1 6

It should be suffucient to use "postgresql" here and drop the 
/etc/insserv.conf.d/postgresql file.

> But I presume this is quite a brute-force attempt. Maybe only my server
> is affected as I am just setting it up and there are not too many
> services running right now.

It is bf, yes.
I will have a look whether this can be fixed in a nicer way :)

Thanks for the report and debugging
Evgeni

-- 
Bruce Schneier can read and understand Perl programs.



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to