Custom Query (16363 matches)
Results (2131 - 2133 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #3804 | fixed | need to reload the virtualbox kernel driver to reboot VM | ||
| Description |
Here's yet another problem I have with the VM that has been the subject of many of my tickets including the still outstanding ticket #1299. This VM is also the same VM that the ongoing discussion on the ML about VMs consuming vast amount of CPU is about. Maybe this is yet another datapoint for that problem. I cannot reboot this VM without first doing a: /etc/init.d/vboxdrv restart If I don't do the above after shutting down my WinXP instance and before trying to start it again, the WinXP hangs on startup. I will attach the log of virtual box starting to the point of it hanging after not having done the above driver reload. |
|||
| #3805 | fixed | Corrupted data on shared folders => Fixed in SVN | ||
| Description |
On a Windows XP host, I use a linux guest as local web server, where the All has been working fine, until I stumbled upon a bug in version 2.1.4 and 2.2.0 - data on the shared directory is corrupted, while read or written. I can reproduce this consistently, and I have found a minimal* text file that can trigger the bug. ( * if I split the file in two, both the parts will be read correctly ) fran@inside:/var/www/test$ rm -f .hg
fran@inside:/var/www/test$ hg init
fran@inside:/var/www/test$ hg add minfail
fran@inside:/var/www/test$ hg commit -m "Boom"
fran@inside:/var/www/test$ hg verify
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
minfail@0: broken revlog! (index data/minfail.i unknown format 25920)
warning: orphan revlog 'data/minfail.i'
1 files, 1 changesets, 0 total revisions
1 warnings encountered!
1 integrity errors encountered!
(first damaged changeset appears to be 0)
fran@inside:/var/www/test$
The problem is not present if I run mercurial on the host machine, or I copy the files on the virtual machine hard drive. This made me think that Mercurial works fine, but VirtualBox has trouble writing on the shared folder.
The |
|||
| #3806 | fixed | VBoxManage guestproperty wait does not work on OSX => Fixed in SVN | ||
| Description |
VBoxManage guestproperty wait "Machine" key never returns on osX tested with linux guest. Other way around works as exoected. |
|||

