Re: Saru daemon fails to start
Horms <[email protected]>
| Newsgroups | gmane.linux.highavailability.ultramonkey |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Aug 18, 2005 at 10:21:45PM +0000, Simone Segato wrote: > After quite a bit of time spent getting a proper saru rpm built on my Linxu RHEL > 3 server, I was able to create rpms for saru-0.0.1. I then installed the rpms > without any errors. I then went to start the saru daemon by issuing the command > 'service saru start' and I was meant by an error, 'Could not load saru kernel > module (ipt_saru)'. > > I know that in the INSTALL doc it reads that I'm to have a kernel with netfilter > enabled. How can I be sure that netfilter is enabled? As for the error, has > anyone received the same error and how did they manage to fix the problem? > > I know that ipt_saru is a netfilter kernel module, so how do I load it? If you are using a kernel supplied by a distribution, then the changes that it is enabled is very high. If you roll your own kernel, check the network options in your kernel config. In any case, if you run "iptables -L" and it works, you've got netfilter working. As for ipt_saru, the code for that is in the saru tree, you'll need to complile that. The resulting binary will be ipt_saru.o And then either insmod it, or put it in /lib/modules somewhere and run depmod, and then modprobe ipt_saru. Please keep in mind, that saru was written a while ago, and needs heartebat ~0.4.9 and a 2.4 kernel. It is quite possible (and quite easy I might add) to port this to heartbeat 2.0.0 and the 2.6 kernel, I just haven't had time to do this. If someone wants to send patches, I would be very happy to look at them. -- Horms -- Ultra Monkey - http://www.ultramonkey.org/ To UNSUBSCRIBE, email to [email protected], with a body: unsubscribe ultramonkey-users [email protected] where "[email protected]" is YOUR email address.