Search results

  1. D

    FreeBSD/CLANG ready for testing -> now imported in HEAD

    [INFO]: import of clang/LLVM to happen on June 9th: It might be ready for testing. The post wasn't really clear though.
  2. D

    Extending a slice -- possible?

    Can you post the details of how you did it?
  3. D

    ccache and buildworld

    Yes, do remove CFLAGS. They cause more trouble than they're worth. Flags for optimization are automatically used.
  4. D

    ccache and buildworld

    Does buildworld work if ccache is disabled?
  5. D

    picoBSD building problem

    PicoBSD isn't in development anymore. Consider using NanoBSD instead.
  6. D

    UDP load balancing

    Perhaps there's no UDP load balancer due to the fact that most people simply use DNS round robin to achieve this and failover.
  7. D

    Anyone using SpamAssassin with FreeBSD 8.0?

    I'm using SpamAssassin on a mail server that's been in production for approximately 6 months now. It's running RELENG_8_0 and bayes is in use. So far, no serious problems have popped up. However, I'm not using any database backends. Perhaps the port maintainer might be able to help out.
  8. D

    UDP load balancing

    I only have one thing left to suggest then. Use PF for load balancing incoming connections. This does have some limitations, but it should be able to work well for what you need. Some references: Load Balance Incoming Connections TRANSLATION EXAMPLES
  9. D

    UDP load balancing

    Is there a reason why domain names can't be used instead?
  10. D

    [PF] Packet speed limit

    I've always wondered why it isn't possible to limit incoming traffic with PF. It is because of implementation difficulties or something similar? Wget can limit the download speed with --limit-rate though.
  11. D

    UDP load balancing

    Try tweaking the DNS settings. It's much simpler. Do something like: For DNS: dig +short google.com ns ns4.google.com. ns2.google.com. ns1.google.com. ns3.google.com. For NTP: dig +short 0.pool.ntp.org a 140.112.2.189 210.68.16.24 123.204.57.143
  12. D

    Multimedia Codecs

    +1 for VLC. It's excellent.
  13. D

    [tuning] Run more 100k threads

    A similar case would be parallel builds (-j flag when using make). Increasing the number does speed things up, but there's a limit. When you go over it, things just stay the same or slow down dramatically.
  14. D

    devel/git always installs gitk

    Thanks for the pointer. I've been using Ports for quite a while now, and I didn't know that the knobs are documentated there.
  15. D

    Bare-Metal-Recovery

    Check out dump, restore, and this howto: Backup.
  16. D

    migrate physical freeBSD to virtual

    dd just copies the data directly from the disks. Don't think it would work.
  17. D

    sshguard on a jail

    There is some ongoing work to virtualize the network stack for Jails. However, it isn't complete yet (if I remember correctly), so SirDice's method is probably the only way right now.
  18. D

    Can't delete file with strange name

    I've also encountered this problem before. I worked around it by using the file manager under GNOME. The delete works flawlessly.
  19. D

    freebsd-update vs csup

    I believe the standard-supfile varies according to the version your using: [dennylin93@cnmc ~]> uname -a FreeBSD cnmc.tw 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Thu Jan 7 15:21:05 CST 2010 root@cnmc.tw:/usr/obj/usr/src/sys/CNMC amd64 [dennylin93@cnmc ~]> grep tag...
Back
Top