[Oisf-users] Startup

Eric Leblond eleblond at edenwall.com
Tue Jun 29 09:20:51 UTC 2010


Hi,

Le mardi 29 juin 2010 à 10:09 +0100, Anas.B a écrit :
> I'm sorry , this is my script
> 
> ### BEGIN INIT INFO
> # Provides:          scriptname
> # Required-Start:    $remote_fs $syslog
> # Required-Stop:     $remote_fs $syslog
> # Default-Start:     2 3 4 5
> # Default-Stop:      0 1 6
> # Short-Description: Start daemon at boot time
> # Description:       Enable service provided by daemon.
> ### END INIT INFO
> #!/bin/bash
> #
> # suricata_inline
> 
> start(){
> # Démarrrer les démons.
> #echo "Démarrage du module ip_queue:"
> #lsmod | grep ip_queue >/dev/null || /sbin/modprobe ip_queue;

strictly useless, ip_queue is *deprecated* and not used by suricata.
You need to load the real module: nfnetlink_queue

It may be enough to make things work.

Cordialement,
-- 
Éric Leblond, eleblond at edenwall.com
Téléphone : +33 1 40 24 65 04, Fax : +33 9 57 21 48 75
EdenWall, http://www.edenwall.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: Ceci est une partie de message numériquement signée
URL: <http://lists.openinfosecfoundation.org/pipermail/oisf-users/attachments/20100629/8812cea2/attachment.sig>


More information about the Oisf-users mailing list