carp active/active setup problem

2012-03-18 Thread Joao Ronaldo
Hi, I followed the instructions in the carp man page example to setup a pair of firewalls in active/active mode. For some reason, I can not make both firewalls to stay active. I tried balancing ip, ip-stealth, and ip-unicast. But, in all attempts, I get fw1# ifconfig carp carp1: flags=8843 m

Re: carp active/active setup problem

2012-03-18 Thread Joao Ronaldo
I forgot to mention that I am running 4.9 STABLE on both firewalls I have the rule below in both firewalls: pass proto carp all keep state And fw1# sysctl net.inet.carp net.inet.carp.allow=1 net.inet.carp.preempt=1 net.inet.carp.log=2 fw2# sysctl net.inet.carp net.inet.carp.allow=1

spamd greyreader failed

2011-06-24 Thread Joao Ronaldo
Hi, I would like some help to track down a problem I am having while running spamd in greylist mode on a machine running OpenBSD 4.7. This has been the fourth time spamd process dies. I see in the log file the following error: Jun 23 22:09:20 wall spamd[16639]: greyreader failed (Error 0) Cou

Re: spamd greyreader failed

2011-06-24 Thread Joao Ronaldo
I don't know if it is coincidency, but I noticed the time the error last occurred was the time I have this cronjob for spamd-setup: 9 B B B * B B B * B B B * B B B * B B B /usr/libexec/spamd-setup -d 2>&1 | tee /var/log/spamd-setup.out Regards, Joao

running multiple spamd instances in the same openbsd box

2011-07-06 Thread Joao Ronaldo
Hi, I know this not a supported feature. But I would like to run two or more instances of spamd on the same OpenBSD machine. This would be hosted in a cloud server. The main purpose is to be able to have different spamd.conf (blacklists) and differrent suffixes (spamd.alloweddomains) for diffe

ping: Could only allocate a receive buffer of 8191 bytes (default 65535)

2011-09-03 Thread Joao Ronaldo
Hi, I am running obsd 4.7. I noticed the message in the subject whenever I use ping. There is no packet loss but I am worried I might be reaching some sort of resource exhaustion. Could some body help me to interpret this message and possibly give hints on how to avoid it? Thanks in advance.

Re: ping: Could only allocate a receive buffer of 8191 bytes (default 65535)

2011-09-03 Thread Joao Ronaldo
Hi, Thanks for your reply > Did you tweak any sysctl options ? net.inet.ip.ifq.maxlen=512 net.inet.tcp.recvspace=131072 net.inet.tcp.sendspace=65536 > B Is the machine loaded ? Not at all load averages: B 0.10, B 0.11, B 0.08 B B 11:13:56 51 processes: B 1 running, 49 idle, 1 on processor C