On Tuesday 10 April 2012 09:42:27 David Riebenbauer wrote:
> The timestamps here and the logs in the initial mail suggest that
> shorewall.service gets started before '/' is remounted rw. That makes
> the write to /var/log in shorewalls init script fail.
> 
> /etc/init.d/shorewall
> >#!/bin/sh
> >### BEGIN INIT INFO
> ># Provides:          shorewall
> ># Required-Start:    $network $remote_fs
> ># Required-Stop:     $network $remote_fs
>  
> I think that should say:
> ># Required-Start:    $network $remote_fs $local_fs
> ># Required-Stop:     $network $remote_fs $local_fs
> 
> If so this is really a bug in shorewall.
> 
> Another possibly though is that remote-fs.target should imply
> local-fs.target. Which it indeed does in v44-1.
> 
> José, could you confirm if either the suggested modification to the
> initscript or an upgrade to 44-1 fixes the problem?
> 
> Regards,
> David
> 
Hi David,

I've changed '/etc/init.d/shorewall' as you suggested:

    # Require-Start:    $network $remote_fs $local_fs
    # Require-Stop:     $network $remote_fs $local_fs

and shorewall has "started without problem".

Thanks.

Best regards,
José F. Lombera



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

Reply via email to