VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (574 - 576 of 16363)

Ticket Resolution Summary Owner Reporter
#955 fixed Incorrect snapshot handling in Linux (VERR_ALREADY_EXISTS) tautrimas
Description

This is how it happens:

  1. I create a snapshot of running Win XP client.
  2. I use the client, and when I finish my work, I simly push "revert to current snapshot".
  3. It works many times, but one day, after reverting it says "aborted".
  4. Then, when I try to revert again (after starting client up and playing a bit), it says:

Could not copy the state file '/home/tautrimas/.VirtualBox/Machines/WinXP/Snapshots/{b2ec225f-3158-4dde-d1a7-dd58663d6426}.sav' to '/home/tautrimas/.VirtualBox/Machines/WinXP/Snapshots/{02b3e0da-9713-46f2-8e88-3e0806fb9da6}.sav' (VERR_ALREADY_EXISTS).

Result Code: 0x80004005 Component: Machine Interface: IMachine {31f7169f-14da-4c55-8cb6-a3665186e35e}

  1. Virtual Disk Manager says, that there are currently 2 difference disks (each 60.50 KB in size) for my single snapshot.

Problem is, that I can't revert my snapshot back. Problem appeared second time in a week (after reinstall of VBox).

Linux system: Sabayon Linux 3.4f

USB and sound enabled.

#957 fixed IRQL_NOT_LESS_OR_EQUAL Stijn
Description

Host: Windows XP Professional SP2 Guest: Mandriva Linux 2008.0, DreamLinux 2.2 VBox 1.5.2

When I try to install one of the two linux distro's mentioned above, I get a BSOD containing "IRQL_NOT_LESS_OR_EQUAL".

I haven't tried other distro's yet, but the fact that I get the same error while one distro is debian-based and the other is redhat-based gives me the impression there's either something wrong with VBox, or with my computer..

I was unable to find 'VBoxSVC.log' so I couldn't attach it.

My hardware consists of:

  • AMD Athlon 64 X2 3800+
  • MSI K8N SLI-FI
  • 2x 512MB DDR-400
  • Maxtor DiamondMax 10 250GB, SATA
  • Creative X-Fi XtremeMusic
  • Nvidia GeForce 6600GT 128MB
  • NEC-4550A
  • LiteOn DVD-ROM

Kind regards, Stijn

#958 fixed VirtualBox 1.5.2 with webservices (soap) Michael
Description

Hello!

I will use VirtualBox 1.5.2 with webservices. This is not an Vbox defect! To this day, i doesn't found some docs/howtos to setup this.

I have written a soap client in PHP to get the vbox version number.

My sample:


/* CLIENT: show VBox version */ <?php $client = new SOAPClient('http://192.168.1.150/webserv/vboxwebService.wsdl'); try {

$result = $client->IVirtualBox_getVersion(0,1);

foreach ($result->resultElements as $resultElement) {

print $resultElement->URL;

}

} catch (SOAPFault $f) {

print $f->faultstring;

} ?>


The file vboxwebService.wsdl point to soap address localhost on port 18083. This is the address to the soap server? My sample return as output "Can't connect to host". How looks the connection between soap server to VirtualBox?

Can you put some simple soap samples to VirtualBox website please?

Many thanks Michael

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.

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