VM crashed and solution it is:
Use the command get-hotfix -id KB3045999 to find out whether the update is installed
c:\>powershell
PS C:\> get-hotfix -id KB3045999
Source Description HotFixID InstalledBy InstalledOn
-------- ------------- ---------- -------------
UserXYZ Security Update KB3045999 NT AUTHORITY\SYSTEM
Now uninstall the update if its available:
On the command prompt type wusa /uninstall /kb:3045999
C:\> wusa /uninstall /kb:3045999
Restart the machine, and you are all set to use the VM again.
Source: https://forums.virtualbox.org/viewtopic.php?f=6&t=67355
SEJA BEM VINDO!!!!
Tecnologia da Informação.
Informações, artigos, dicas, desenvolvimento, sistema operacional e hardware.
Além de outros interesses que tenho no meu cotidiano.
Mostrando postagens com marcador fail. Mostrar todas as postagens
Mostrando postagens com marcador fail. Mostrar todas as postagens
quarta-feira, abril 22, 2015
VM crashed in VirtualBox
quarta-feira, fevereiro 18, 2015
Linux Mint 17.1 falha rede ao retornar da hibernação
Usando o Linux em casa... e o Mint 17.1 estava retornando da hibernação sem rede e isso me incomodou bastante já que hoje não ter rede é restringir quase toda atividade.
Pesquisando um pouco cheguei até o site:
http://forums.linuxmint.com/viewtopic.php?f=49&t=128359
Que deu o roteiro (receita de bolo) para alterar alguns arquivos e funcionou...
Editar /etc/initramfs-tools/conf.d/resume
Colocar o UUID do swap em /etc/fstab
Executar: # update-initramfs -u
Editar o /etc/default/grub
E colocar GRUB_CMDLINE_LINUX
Executar: # update-initramfs -u
Vamos aos arquivos que ficaram (resumidamente, os arquivos podem conter mais linhas):
armando@note ~ $ cat /etc/initramfs-tools/conf.d/resume
RESUME=UUID=9a1662fb-939d-4f29-bdaf-5b33648c32af
armando@note ~ $ cat /etc/fstab
UUID=9a1662fb-939d-4f29-bdaf-5b33648c32af none swap sw 0 0
armando@note ~ $ cat /etc/default/grub
GRUB_CMDLINE_LINUX="resume=RESUME=UUID=9a1662fb-939d-4f29-bdaf-5b33648c32af"
Pesquisando um pouco cheguei até o site:
http://forums.linuxmint.com/viewtopic.php?f=49&t=128359
Que deu o roteiro (receita de bolo) para alterar alguns arquivos e funcionou...
Editar /etc/initramfs-tools/conf.d/resume
Colocar o UUID do swap em /etc/fstab
Executar: # update-initramfs -u
Editar o /etc/default/grub
E colocar GRUB_CMDLINE_LINUX
Executar: # update-initramfs -u
Vamos aos arquivos que ficaram (resumidamente, os arquivos podem conter mais linhas):
armando@note ~ $ cat /etc/initramfs-tools/conf.d/resume
RESUME=UUID=9a1662fb-939d-4f29-bdaf-5b33648c32af
armando@note ~ $ cat /etc/fstab
UUID=9a1662fb-939d-4f29-bdaf-5b33648c32af none swap sw 0 0
armando@note ~ $ cat /etc/default/grub
GRUB_CMDLINE_LINUX="resume=RESUME=UUID=9a1662fb-939d-4f29-bdaf-5b33648c32af"
Marcadores:
aba-tecnologia,
fail,
falha,
hibernação,
hibernating,
linux,
mint,
swap
terça-feira, março 01, 2011
Instalação Android r10 no Windows 7 64 - Install Android on Windows 7 64
Ao baixar o Android r10 e tentar instalar no Windows 7 64 recebia a mensagem de erro informando que não existia o JDK para prosseguir a instalação. Verifiquei as possibilidades de problemas e não resolveu.
Buscando um pouco na internet cheguei a estes links:
http://www.google.com.br/search?rlz=1C1SKPL_enBR407BR407&sourceid=chrome&ie=UTF-8&q=java+windows+7+android+fail+install
http://stackoverflow.com/questions/1919340/android-sdk-setup-under-windows-7-pro-64-bit
http://codearetoy.wordpress.com/2010/12/23/jdk-not-found-on-installing-android-sdk/
http://stackoverflow.com/questions/4394584/android-sdk-install-problem
Diga-se de passagem que o último link após verificar as configurações deu a resposta nos comentários do mesmo:
Windows 7 32 bit - same behaviour as windows XP SP3 - hit BACK and than NEXT again and you're able to install the Andriod SDK
I had problem on installation Android r10 in Windows 7 64, the installer show message not have installed JDK.
Search on Google returned:
The last link have configuration and solution on coments:
Windows 7 32 bit - same behaviour as windows XP SP3 - hit BACK and than NEXT again and you're able to install the Andriod SDK
Assinar:
Postagens (Atom)