- Timestamp:
- Sep 21, 2010 1:50:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_AdvancedTopics.xml
r32665 r32666 301 301 The VirtualBox GINA is implemented as a wrapper around the standard Windows 302 302 GINA (<computeroutput>MSGINA.DLL</computeroutput>), 303 therefore it will most likely not work correctly with 3rd party GINA modules. 303 therefore it will most likely not work correctly with 3rd party GINA modules. 304 304 </note></para> 305 305 … … 1341 1341 command:</para> 1342 1342 1343 <para><screen>VBoxManage setextradata "VM name" VBoxInternal2/ GuestCoreDumpEnabled 1</screen></para>1343 <para><screen>VBoxManage setextradata "VM name" VBoxInternal2/CoreDumpEnabled 1</screen></para> 1344 1344 1345 1345 <para>You can specify which directory to use for core dumps with this 1346 1346 command:</para> 1347 1347 1348 <para><screen>VBoxManage setextradata "VM name" VBoxInternal2/ GuestCoreDumpDir <path-to-directory></screen>Make1348 <para><screen>VBoxManage setextradata "VM name" VBoxInternal2/CoreDumpDir <path-to-directory></screen>Make 1349 1349 sure the directory you specify is on a volume with sufficient free space 1350 1350 and that the VirtualBox process has sufficient permissions to write files … … 1358 1358 This is done using the following commands:</para> 1359 1359 1360 <para><screen>VBoxManage setextradata "VM name" VBoxInternal2/ GuestCoreDumpReplaceSystemDump 11361 VBoxManage setextradata "VM name" VBoxInternal2/ GuestCoreDumpLive 1</screen>At1360 <para><screen>VBoxManage setextradata "VM name" VBoxInternal2/CoreDumpReplaceSystemDump 1 1361 VBoxManage setextradata "VM name" VBoxInternal2/CoreDumpLive 1</screen>At 1362 1362 least one of the above two commands will have to be provided if you have 1363 1363 enabled the VirtualBox CoreDumper.</para> 1364 1364 1365 <para>Setting <computeroutput> GuestCoreDumpReplaceSystemDump</computeroutput>1365 <para>Setting <computeroutput>CoreDumpReplaceSystemDump</computeroutput> 1366 1366 sets up the VM to override the host's core dumping mechanism and in the 1367 1367 event of any crash only the VirtualBox CoreDumper would produce the core 1368 1368 file.</para> 1369 1369 1370 <para>Setting <computeroutput> GuestCoreDumpLive</computeroutput> sets up the VM1370 <para>Setting <computeroutput>CoreDumpLive</computeroutput> sets up the VM 1371 1371 to produce cores whenever the VM receives a 1372 1372 <computeroutput>SIGUSR2</computeroutput> signal. After producing the core
Note:
See TracChangeset
for help on using the changeset viewer.