FreeBSD 6.0 on VMware Server Time and Clock Slow Down FreeBSD 6,0 a VMware Server tempo e relógio está lento

FreeBSD 6.0, when running as guest operating system in VMware Server or VMware Workstation 5.0, the FreeBSD system encounters considerable clock ticking slowdown, up to as high as 60% of time loss compared to real time clock. FreeBSD 6,0, quando executando sistema operacional como hóspede em VMware Server ou Workstation 5,0 VMware, o sistema FreeBSD encontros relógio assinalando abrandamento considerável, até ao limite de tão alta como 60% comparativamente a perda de tempo em tempo real relógio. Even right after you reset the clock and set the time properly, after a while, the gap between FreeBSD virtual machine time and actual time will be widen. Mesmo depois de direito redefinir o relógio e definir o tempo de forma adequada, depois de algum tempo, o fosso entre FreeBSD máquina virtual tempo real e tempo será ampliar.

One possible solution or workaround to this problem is to disable the use of APIC (note: Not ACPI) by adding the following line in /boot/loader.conf: Uma possível solução ou workaround para este problema é que desativar o uso do APIC (nota: não ACPI), adicionando a seguinte linha em / boot / loader.conf:

hint.apic.0.disabled=1 hint.apic.0.disabled = 1

By disabling APIC device, FreeBSD is forced to fall back on the IRQ timers to avoid the rate of the clock and timer on emulated FreeBSD machine on VMware slows down. Ao desativar APIC dispositivo, FreeBSD é forçado a voltar a cair a IRQ temporizadores para evitar a taxa do relógio e timer emulada FreeBSD a máquina em VMware fica mais lento. The down side to this resolution is that FreeBSD cannot runs in as SMP kernel mode as a virtual SMP machine on the emulated machine. O lateral estabelece a esta resolução é que o FreeBSD não pode é executado em modo kernel SMP como virtual como uma máquina SMP emulada sobre a máquina.

Another alternative is to comment out the “device apic” line in the kernel config file and rebuild the kernel, but only if you are technically know what you’re doing. Uma outra alternativa é a comentar as "dispositivo apic" linha de configuração do kernel arquivo e reconstruir o kernel, mas só se você for tecnicamente saiba o que está fazendo.

For VMware host in Windows NT operating system, reboot and run the Windows OS in safe mode may solve the timing incorrect issue too, although it’s better to format and install the whole machine as FreeBSD rather than running it as Windows safe mode host. Para VMware acolhimento no sistema operacional Windows NT, reinicialize e executar o sistema operacional Windows em modo seguro maio resolver a questão demasiado timing incorrecto, apesar de que é melhor para formatar e instalar toda a máquina como FreeBSD, em vez de correr o Windows modo seguro-o como anfitrião.

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Esta é uma página traduzida máquina que é fornecida "como está" sem garantia. Machine translation may be difficult to understand. A tradução automática pode ser difícil de compreender. Please refer to Por favor, consulte a original English article Inglês original article whenever possible. sempre que possível.

Share and contribute or get technical support and help at Compartilhe e contribuir ou obter suporte técnico e ajudar a My Digital Life Forums Minha vida digital Fóruns .



5 Responses to “FreeBSD 6.0 on VMware Server Time and Clock Slow Down” 5 As respostas ao "FreeBSD 6,0 a VMware Server Tempo e Relógio Slow Down"

  1. Rexiology... Rexiology ... : Clock in a VMWare FreeBSD Guest Runs More Slowly or Quickly Than Real Time... : Relógio, em um VMWare FreeBSD do cliente Funcionamentos rápido ou mais devagar Than Real Time ...
    January 7th, 2007 20:30 7o janeiro de 2007 20:30
    1

    [...] , vmware, APIC   Share this post: email it! [...], VMware, APIC Compartilhe este post: e-mail! | bookmark it! | Bookmark it! | digg it! | Digg it! | live it! | Live it! Published 07-01-2007 08:28 by Rex Filed under Useful Tools, Information Technology,Linux [...] Publicado em 07-01-2007 08:28 Rex Arquivado em ferramentas úteis, Tecnologia da Informação, Linux [...]

  2. Planeta FreeBSD » Clock in a VMWare FreeBSD Guest Runs More Slowly or Quickly Than Real Time… Planeta FreeBSD »Relógio em um VMWare FreeBSD do cliente corre depressa ou mais devagar do que tempo real…
    January 7th, 2007 21:08 7o janeiro de 2007 21:08
    2

    [...] ;umm, seems that I am little bit enthusiastic about knowing all those unix-like system recently, since I didn’t pay ;much time to know ;them before. [...]; Umm, parece que estou conhecendo pouco entusiasmado com todos aqueles sistema Unix-like recentemente, pois eu não pagam; muito tempo para saber; eles antes. right now I’ve set up ;3 VMs with vmware‘>CentOS4.4 , Gentoo Linux 2006 ;(since it is able to run in Sun SPARC machine), FreeBSD 6.1 , and going to setup one more VM with Sun Solaris 10 x86 (11/2006 version) ;arch to get familiar with all those main stream unix-like OSes.while toying around with Gentoo and FreeBSD, I did found that Gentoo seems had no problems on the clock issue happened in my CentOS as well as FC6 as described in my previous post. Eu agora criado; 3 VMS com vmware '> CentOS4.4, Gentoo Linux 2006; (uma vez que é capaz de rodar em máquinas Sun SPARC), FreeBSD 6,1, e indo para uma configuração mais VM com a Sun Solaris 10 x86 (11/2006 versão); arco para se familiarizar com todos os principais fluxo Unix-like OSes.while cerca de brincar com o Gentoo eo FreeBSD, descobriu que eu fiz Gentoo parece não teve problemas com o relógio questão aconteceu na minha CentOS bem como FC6 tal como descrito no meu post anterior. but FreeBSD did encounter this problem again. FreeBSD, mas fez levantar este problema novamente. the clock is much slower than real one on the host OS.by searching to Google, I found this post saying about FreeBSD clock is slowing when acting in VMWare as guest OS, and it was also the same reason in Linux that the OS is using APIC to get the clock for the time. o relógio é muito mais lento do que uma real sobre o acolhimento OS.by pesquisando para o Google, achei este post dizer sobre o FreeBSD relógio está a abrandar quando actuam no VMWare como hóspede OS, e foi também a mesma razão, em que o sistema operacional Linux está utilizando APIC para obter o relógio para a hora. the solution is to disable APIC on the boot time by editing /boot/loader.conf and put a line:hint.apic.0.disabled=1in the file and reboot FreeBSD, or to ;’to comment out the “device apic” line in the kernel config file and rebuild the kernel’. a solução é desativar a APIC em tempo de boot, editando / boot / loader.conf e colocar uma linha: hint.apic.0.disabled = 1in o arquivo e reinicie FreeBSD, ou para; "para comentar as" dispositivo apic " linha de configuração do kernel arquivo e reconstruir o kernel '. also by doing so will loose the ability for the guest OS to run in SMP mode. Também por isso será solto da capacidade para o hóspede OS a correr em modo SMP. pretty same as what ;happened in Linux. bonita mesmo como aquilo; aconteceu em Linux. After doing the loader.conf modification and reboot the FreeBSD VM, the clock is back to normal without problem. Após fazer a alteração loader.conf e reiniciar o FreeBSD VM, o relógio está de volta ao normal, sem problema. by installing VMWare-Tools into FreeBSD vm, verifying that vmware-guestd is running and also in the FreeBSD guest OS’s .vmx file, set toos.syncTime to TRUE, the time in my FreeBSD vm is back to normal and won’t need NTP to sync the real time, just like what I did in my CentOS in previous post. Ao instalar-VMWare Tools em FreeBSD vm, verificando que o vmware-guestd está funcionando e, também, no FreeBSD hóspede SO's. VMX arquivo, para definir toos.syncTime TRUE, o tempo no meu FreeBSD vm está de volta ao normal e não vai NTP necessidade de sincronizar o tempo real, exatamente como o que fiz na minha CentOS no emprego anterior. It’s pretty cool that I can run all those 3 VMs with different unix-like OSes simutaniously in my Windows 2003 R2 Server with 2GB RAM. É muito legal que eu possa executar todos aqueles 3 VMS com diferentes sistemas operativos Unix-like simutaniously no meu Windows Server 2003 R2 com 2 GB RAM. I gave ;each guest OS 384mb RAM to run and thanks to VMWare Workstation’s dynamic memory allocation technology, while my testing of those 3 VMs I can still have more than 1 gb RAM for my host OS. Eu dei; cada hóspede SO 384MB RAM a correr e, graças a VMWare Workstation da tecnologia alocação dinâmica de memória, enquanto o meu teste desses 3 VMS eu ainda pode ter mais de 1 GB de RAM para o meu anfitrião OS. I think it should be no problem for me to boot up one more Solaris 10 VM in the same time. Eu acho que não deve ser problema para mim para arrancar mais uma VM Solaris 10, no mesmo tempo. The goal is to understanding all those system and networking administration tasks on those different main-stream unix-like OSes and further more to host web applications and database systems on them. O objetivo é compreender todos os sistemas e redes administração sobre os diferentes funções principais de fluxo Unix-like SOs e ainda mais para hospedar aplicações web e sistemas de banco de dados sobre eles. maybe than trying to develop some Mono projects ;to run ASP.NET websites ;upon them. talvez do que a tentar desenvolver alguns projetos Mono; para executar ASP.NET websites; sobre eles. ;I’ve already found that it’s pretty different on the admin of ; Linux and BSD systems since it’s pretty different on the directory structures as well as those admin commands and locations of various config files. ; Já percebemos que ela é bastante diferente sobre o administrador de; sistemas Linux e BSD, uma vez que é bastante diferente do diretório em estruturas, bem como os comandos admin e locais das diferentes ficheiros de configuração. wondering if it’s also different ;in a Solaris OS… anyway, it’s always nice to learn new things, and I am enjoying it on my weekend… Technorati Tags: linux ;, ;freebsd, ;solaris, ;CentOS, ;ntp, ;clock, ;kernel , ;vmware, ;APIC ; [...] perguntando se ele é também diferente, em um SO… qualquer maneira, é sempre bom para aprender coisas novas, e estou desfrutando-lo em minha semana… Technorati Tags: linux;,; FreeBSD,; Solaris,; CentOS,; ntp,; relógio,; kernel,; vmware,; APIC; [...]

  3. Planeta Gentoo » Comment on FreeBSD 6.0 on VMware Server Time and Clock Slow Down by Planeta FreeBSD » Clock in a VMWare FreeBSD Guest Runs More Planeta Gentoo »comentar sobre FreeBSD 6,0 a VMware Server Tempo e Relógio abrandar a Planeta FreeBSD» Relógio em um VMWare FreeBSD do cliente Mais Executada
    January 8th, 2007 00:20 8 de janeiro de 2007 00:20
    3

    [...] Original post by Comments for My Digital Life [...] [...] Original por correio para Comentários Digital My Life [...]

  4. Permasalahan Time di FreeBSD GuestOS pada VMware « Admin Juga Manusia 2.0 ™ Permasalahan Tempo di FreeBSD GuestOS pada VMware "Admin Juga Manusia 2,0 ™
    July 3rd, 2007 07:02 3 de julho de 2007 07:02
    4

    [...] 2. [...] 2. Tambahkan baris ‘hint.apic.0.disabled=1′ di /boot/loader.conf. Tambahkan Baris' hint.apic.0.disabled = 1 'di / boot / loader.conf. Solusi ini saya dapat dari link ini. Solusi ini saya link ini dapat dari. [...]

  5. Virtualized LoadRunner? LoadRunner virtual? (Part 3 of 3) by LoadRunner TnT (Parte 3 de 3) por LoadRunner TNT
    October 13th, 2007 14:41 Dia 13 de Outubro, 2007 14:41
    5

    [...] FreeBSD 6.0 on VMware Server Time and Clock Slow Down [from My Digital Life] [...] [...] FreeBSD 6,0 a VMware Server Tempo e Relógio Slow Down [da Minha Vida Digital] [...]

Leave a Reply Deixe uma resposta

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> Você pode usar estas tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q Cite=""> <strike> <strong>

Subscribe without commenting Subscreva sem comentar


Custom Search

New Articles Novos Artigos

Incoming Search Terms for the Article Incoming Termos de pesquisa para o artigo

vmware time slow VMware tempo lento - -- vmware server time problem VMware servidor vez problema - -- vmware freebsd clock VMware FreeBSD relógio - -- vmware freebsd time VMware FreeBSD tempo - -- Vmware server clock Vmware servidor relógio - -- freebsd vmware time FreeBSD hora VMware - -- vmware server time VMware servidor tempo - -- freebsd vmware clock FreeBSD VMware relógio - -- vmware server time sync VMware servidor tempo sync - -- vmware clock VMware relógio - -- vmware linux time slow VMware Linux tempo lento - -- vmware clock too slow VMware relógio demasiado lento - -- vmware server time linux VMware tempo servidor Linux - -- freebsd time vmware FreeBSD tempo VMware - -- linux slow time Linux lenta tempo - -- freebsd vmware loader.conf FreeBSD VMware loader.conf - -- vmware on freebsd VMware no FreeBSD - -- vmware server time delay VMware servidor tempo demora - -- vmware freebsd time VMware FreeBSD tempo - -- VMware Server freebsd VMware Server FreeBSD - -- freebsd vmware clock slow FreeBSD VMware relógio lento - -- vmware server on freebsd VMware servidor em FreeBSD - -- gentoo vmware time Gentoo VMware tempo - -- freebsd vmware server FreeBSD VMware servidor - -- vmware server down VMware servidor para baixo - -- slow clock download lento relógio download - -- clock on mail server in vmware slows down relógio com servidor de e-mail fica mais lento no vmware - -- hint.apic freebsd boot hint.apic FreeBSD boot - -- vmware-server under freebsd VMware-servidor sob FreeBSD - -- vmware and time VMware e hora - -- vmware time to slow VMware tempo a lentidão - -- vmware time freebsd VMware tempo FreeBSD - -- vmware ntp clock VMware NTP relógio - -- centos 5 vmware time slow centos 5 VMware tempo lento - -- guest os clock running too slow os hóspedes relógio correr demasiado lento - -- linux clock slow under windows vmware server linux relógio lento sob janelas vmware servidor - -- vmware disable apic VMware desativar apic - -- vmware freebsd clock slow VMware FreeBSD relógio lento - -- vmware time VMware tempo - -- centos vmware tools xp host vmware server centos vmware ferramentas xp acolhimento vmware servidor - -- vmware tools timing problem VMware ferramentas timing problema - -- FreeBSD VMware FreeBSD VMware - -- vmware server clock slow VMware servidor relógio lento - -- freebsd system clock FreeBSD sistema relógio - -- vmware time slowdown VMware tempo abrandamento - -- download vmware freebsd VMware download FreeBSD - -- system clock slow down Sistema relógio está lento - -- freebsd vmware syncing time FreeBSD VMware sincronizando tempo - -- freebsd vmware host FreeBSD VMware acolhimento - -- vmware server time slow VMware servidor tempo lento - --