Cant start up or re-install

Discussion in 'General Questions' started by DeclanS, Dec 28, 2009.

  1. DeclanS

    DeclanS Bit poster

    Messages:
    4
    my Windows 7 installation was doing nothing so i tried uninstalling parallels 5 but it said i had to stop my running machines before i could uninstall. i deleted everything using app zapper and when i tried to install again it said to quit parallels virtual machine before continuing. Why does parallels think a machine is running?
    any help would be greatly appreciated.
     

    Attached Files:

  2. sandro

    sandro Parallels Developers

    Messages:
    512
    you can avoid this problem with follow steps:

    1. open Terminal application (/Applications/Utilities/Terminal.app)
    2. at Terminal perform follow command:

    sudo killall -9 prl_vm_app
     
  3. DeclanS

    DeclanS Bit poster

    Messages:
    4
    thanks for the quick reply. when i run the command, however, it says no matching processes were found? the installer still doesn't work
     
  4. sandro

    sandro Parallels Developers

    Messages:
    512
    please post here output of follow command performed from Terminal:

    ps aux -c | grep prl_
     
  5. DeclanS

    DeclanS Bit poster

    Messages:
    4
    Declan 10475 0.0 0.0 0 0 ?? E Sun03pm 0:00.00 (prl_vm_app)
    Declan 15495 0.0 0.0 0 0 ?? E Mon06pm 0:00.00 (prl_vm_app)
    192-168-1-2:~ Declan$
     
  6. sandro

    sandro Parallels Developers

    Messages:
    512
    then try follow commands:

    kill -9 10475
    kill -9 15495
     
  7. DeclanS

    DeclanS Bit poster

    Messages:
    4
    thanks for your help, this morning it mysteriously installed fine. you guys are really helpfull.

    Thanks,
    Declan
     

Share This Page