• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Recent content by wroopy

  1. W

    Virtual machine hangs on bootmenu

    Looked att syslog and dmesg after a boot but can't find anything special. I've tried to reinstall grub, whithout any difference. When the server hasn't been nicly shutdown or restarted it waits in grub menu. If the server hangs and I need to do hard shutdown it waits in grub menu. Any...
  2. W

    Virtual machine hangs on bootmenu

    Nothing in the log, since the guest doesn't boot.
  3. W

    Virtual machine hangs on bootmenu

    Hi! I have a ESXi 5 (with latest rollup) used at home. I have one VM running Ubuntu 11.10 and sometimes when it is restarted it hangs on the boot menu (grub). To get it to boot I need to open the console and hit enter. Sometimes it boots without the need for me to press enter on the menu...
  4. W

    ESXi: Script to restart VM

    How do I do that?
  5. W

    ESXi: Script to restart VM

    I think the problem is that I have passthrough a DVB-card to the client and sometimes I get a " irq 9: nobody cared (try booting with the "irqpoll" option)" and I think that the error is related to that device. Sometimes when I get the error the kernel coredumps and the host stops responding...
  6. W

    ESXi: Script to restart VM

    After some reserach on commands I created the script below. There are probably bether ways of doing it, but hopefully it would meet my needs. #!/bin/sh ID=`vim-cmd vmsvc/getallvms|grep $1|cut -d\ -f1` if [ ! `vim-cmd vmsvc/get.guest $ID|grep toolsStatus|cut -d\" -f2` = toolsOk ]; then...
  7. W

    ESXi: Script to restart VM

    I know that tools doesn't respond. The problem is that I don't know the console version of VMWare commands. Is there any good guides/documentation? I guess that I could use vim-cmd or vsish.
  8. W

    ESXi: Script to restart VM

    I have a VM that occasionally stops responding. To get it to work again I need to restart the VM. Until I've figured out why th VM stop responding I need a workaround. I'm thinking of running a script on the ESXi 5 server that checks if Vmware Tools is responding. If it doesn't respond I...
  9. W

    Intel 82579LM and 82579V

    If needed I can also help you with testing.
Back
Top