Search results

  1. joel@

    FreeBSD 9 on ESXi 5, clock stops

    I'd be interested in this as well.
  2. joel@

    FreeBSD 9 on ESXi 5, clock stops

    Any updates?
  3. joel@

    FreeBSD 9 on ESXi 5, clock stops

    Has anyone tried ESXi 5.1 with FreeBSD 9.0 yet? It's the first ESXi release to officially support FreeBSD 9.0. I'd be really interested in hearing about any test results.
  4. joel@

    FreeBSD 9 on ESXi 5, clock stops

    Same here. ESX 4.x works really well with FreeBSD 7-10.
  5. joel@

    FreeBSD 9 on ESXi 5, clock stops

    Add kern.timecounter.hardware=ACPI-fast to /etc/sysctl.conf.
  6. joel@

    Why would anyone want to run FreeBSD in a virtual machine?

    Using VMware allows me to run several different (i386/amd64, 7/8/9/10) instances of FreeBSD on my Mac, which is what I primarily use for work. Using VMware also allows me to run a wide range of different operating systems at the same time on the same server, which is a much more efficient use of...
  7. joel@

    FreeBSD 9 on ESXi 5, clock stops

    Any news?
  8. joel@

    Help me help FreeBSD

    C would be a (much) better choice.
  9. joel@

    FreeBSD 9 on ESXi 5, clock stops

    My suggestion would be for people with valid support contracts to contact VMware support and file a bug report.
  10. joel@

    FreeBSD 9 on ESXi 5, clock stops

    Has anyone been able to trigger this on ESX 4? I'd like to be sure that the problem only affects ESXi 5.
  11. joel@

    FreeBSD 9 on ESXi 5, clock stops

    FWIW, I have a large set of virtual machines running FreeBSD 8.2 amd64 on ESX 4.1 and I'm not seeing this. Every VM is configured with 1 vCPU and 3GB RAM. ntpd is running. The official VMware Tools package is installed (no open-vm tools). Kernel is GENERIC, no special sysctls or kern.hz...
  12. joel@

    [OT] EuroBSD 2012?

    http://2012.eurobsdcon.org/ Not all that much info right now though.
  13. joel@

    static route has changed

    Try asking on the net@freebsd.org mailing list if you haven't already.
  14. joel@

    No sound in laptop with FreeBSD 9-RELEASE (Headphones)

    Add hw.snd.default_unit=1 to /etc/sysctl.conf. Reboot. You don't need to load all the sound modules in /boot/loader.conf beginning with FreeBSD 9.0. They are already enabled in the GENERIC kernel.
  15. joel@

    NFS stop working unexpectedly

    As a test: on the NFS server, add the correct hostname/ip's for both your NFS server and NFS client to /etc/hosts and see if it works.
  16. joel@

    NFS stop working unexpectedly

    Well, make sure your DNS server (192.168.1.1) has both A and PTR for your internal IP adresses. Another option is to edit your /etc/hosts file.
  17. joel@

    NFS stop working unexpectedly

    As I said, have you checked DNS? I had a similar problem just a few weeks ago, and it started working again as soon as I added PTR records for my machines.
  18. joel@

    FreeBSD 4.4 (VMware Workstation) not detecting NIC

    Why are you trying to install a version of FreeBSD released 11 years ago?
  19. joel@

    Ads support not compiled in - samba

    Did you read the pkg-message when you installed the port? It says:
  20. joel@

    NFS stop working unexpectedly

    Check that reverse DNS lookups work.
Back
Top