Changes between Initial Version and Version 1 of Ticket #10980, comment 3
- Timestamp:
- Sep 24, 2012 4:48:46 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10980, comment 3
initial v1 4 4 5 5 So I leave the following commands and all look OK: 6 7 {{{ 6 8 VBoxManage setextradata MountainLion VBoxInternal/Devices/e1000/1/Config/R0Enabled 0 7 9 VBoxManage setextradata MountainLion VBoxInternal/Devices/e1000/1/Config/GCEnabled 0 … … 15 17 <ExtraDataItem name="VBoxInternal/Devices/e1000/1/Config/GCEnabled" value="0"/> 16 18 <ExtraDataItem name="VBoxInternal/Devices/e1000/1/Config/R0Enabled" value="0"/> 19 20 }}} 17 21 18 22 After boot I tried to reproduce Guru Meditation -400 error. On the second file I usually get error but this time I've got only network problems in the VM . Ping to both default router or host was not work. But network adapter state was good - flags UP and RUNNING, and it has IP-address and routing was correct. I've downed and then upped network interface with ifconfig. After some seconds connection was restored and NFS got working too. After 20 - 30 seconds connection lost again. Down and up interface was helpful again.