Search results

  1. A

    2 gateways on one NIC - auto fallover

    CARP Heartbeat Both available on FreeBSD AFAIK. Heartbeat is more tailored to building redundant application servers, while CARP seems to be more tailored to building redundant firewalls. I'm sure either can serve both purposes though.
  2. A

    FreeBSD Screen Shots

    Nice! What are you using for your system stats in the top right?
  3. A

    Strange sound problem

    If you recompile your USB modules with USB_DEBUG defined, you can try set your default bitrate to 48000 Hz. Once your new modules are installed, add this to /boot/loader.conf: hw.usb.uaudio.default_bits=16 hw.usb.uaudio.default_rate=48000 (and then reboot)
  4. A

    Strange atime/mtime after boot

    FWIW, I'm South African. Only in Sweden for a few months. :)
  5. A

    Strange atime/mtime after boot

    Yep, these issues might arise when your CMOS clock is in local time. The real question is why are you running it like that? It is a fundamentally broken concept that, to my knowledge, only Windows needs.
  6. A

    PPTP VPN Gateway

    Depends what you're trying to accomplish? Yes, removing that line will stop the error, but then all traffic won't get routed out the VPN.
  7. A

    Dualboot FreeBSD / Linux

    You should be able to add FreeBSD booting to Grub2 if you RTFM... Otherwise, find a way of getting boot0 installed into your disk's MBR. You'll need a bootable FreeBSD USB stick, or another FreeBSD system into which you can put your disk. Use boot0cfg. Of course that might render your linux...
  8. A

    PPTP VPN Gateway

    The route failure is probably because you already have a default route... and MPD is trying to add another one.
  9. A

    PPTP VPN Gateway

    I suspect it'll be helpful if you could post your configuration and log output.
  10. A

    Bridging two VLANs

    This seems like a bug to me...
  11. A

    Mozilla complaining about Linux

    Even so, chromium starts up significantly faster than firefox, and I don't think anyone can claim that it does significantly less than firefox?
  12. A

    Trying to delete partition on FreeBSD 8.2 results in operation not permitted

    FWIW, things are changing. Gpart is relatively new, and disklabel is becoming old and crusty it seems. Documentation will be updated in time. ;)
  13. A

    [NEWS] FreeBSD: A Faster Platform For Linux Gaming Than Linux?

    These things will always be controversial I guess, but it's nice to be on the gloating side for a change. :)
  14. A

    Trying to delete partition on FreeBSD 8.2 results in operation not permitted

    Maybe the situation has changed. Have you tried using gpart?
  15. A

    Lost use of system after mergemaster

    You really don't need to reinstall. Just rebuild your password database. For ports with their own accounts, check /usr/ports/UIDs to see what UID/GID they need. Use vipw if you edit the password database manually. If you're editing /etc/passwd directly or with a script, use cap_mkdb to...
  16. A

    Rc.d scripts at startup

    I suspect you're trying to do the wrong thing, but maybe daemon will help you.
  17. A

    FreeBSD as a guest OS on virtualbox

    SSH into it. Or install X on your guest.
  18. A

    Trying to delete partition on FreeBSD 8.2 results in operation not permitted

    AFAIK, GEOM won't let you modify a provider that has any mounted filesystems on it. Unless you do this first: sysctl -w kern.geom.debugflags=17
  19. A

    Why doesn't evilvte work?

    Pretty strange. I see it's tcsh that is core dumping, and that will definitely cause the terminal emulator to exit. I'm not sure what about evilvte is causing tcsh to crash, but I can reproduce it here so I'll try debug it some time. In the mean time, other shells should work if you can live...
  20. A

    How much interest until the end installation program?

    Also, use script to save screen output to a file.
Back
Top