Search results

  1. mvip

    Issues with CARP under Qemu

    Pfarthing6, I'm no CARP expert by any means, but I think you need to bump up the advskew on one node, which would make it master. That's the whole point of net.inet.carp.preempt. Check out the CARP handbook section for details. Anyways, I've found the solution to the issue this thread was...
  2. mvip

    Issues with CARP under Qemu

    Works on OpenBSD 4.8 Since I didn't get any reply here, I continued my investigation. Since FreeBSD's CARP drivers originates from OpenBSD, I figured I'd see if it works with OpenBSD. Turns out it did, which indicates that this really is a bug in FreeBSD. The setup is using the same private...
  3. mvip

    Issues with CARP under Qemu

    Hey guys, First, a big thanks to the developers for all the hard work. You guys rock! Now to the issue. I've been using CARP on a few servers in the past without any issues. It usually works without any hick-ups. Now I'm planning to move our company's infrastructure from physical hardware to a...
  4. mvip

    kernel: maxproc limit exceeded

    I found the solution to at least my problem. By raising the sysctl values (kern.maxfiles and kern.maxfilesperproc) and then logout and in again, 'uname -n' was raised to the value of 'kern.maxfilesperproc'
  5. mvip

    kernel: maxproc limit exceeded

    I'm having almost exact the same problem, but with 'openfiles.' I think I've done pretty much everything. Similarly to motivez, the 'limit' value never seems to change, and limits.conf is set to 'unlimited'. For some reason I don't think the login.conf settings takes affect, as I tried to set a...
Back
Top