VirtualBox

版本 6Core_dump版本 7 之間的變動


忽略:
時間撮記:
2008-9-16 上午07:23:57 (16 年 前)
作者:
Frank Mehnert
註解:

--

圖例:

未更動
新增
刪除
修改
  • Core_dump

    v6 v7  
    2525Sometimes it is required to force a !VirtualBox process to terminate, for example, a VM hangs for some unknown reason. This can be done like this (I assume that the VM was started from the GUI):
    2626{{{
     27$ ulimit -c unlimited
     28$ sudo echo -n 1 > /proc/sys/fs/suid_dumpable
    2729$ /usr/lib/virtualbox/VirtualBox -startvm VM_NAME &
    2830$ pidof VirtualBox
     
    3032$ kill -4 7145
    3133}}}
    32 Passing the signal number 4 `SIGKILL` is essential! The same applies to the alternative frontends `VBoxHeadless` and `VBoxSDL`.
     34Passing the signal number 4 (`SIGKILL`) is essential! The same applies to the alternative frontends `VBoxHeadless` and `VBoxSDL`.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette