VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (934 - 936 of 16363)

Ticket Resolution Summary Owner Reporter
#956 duplicate Assetion failed (resulting trap int3) in sems-linux.cpp(219) Maciej Mrozowski
Description

amd64 VirtualBox 1.5.2 installed on 64bit Gentoo host (ACCEPT_KEYWORDS=amd64 - stable, using app-emulation/virtualbox-bin/virtualbox-bin-1.5.2-r1.ebuild) - prebuild binary version

VirtualBox is closing itself randomly (few times a day)

my host:

maciek@lebrodyl ~ $ uname -a
Linux lebrodyl 2.6.23-gentoo-r3 #8 SMP PREEMPT Sat Dec 8 01:45:42 CET 2007 x86_64 Intel(R) Pentium(R) 4 CPU 3.20GHz GenuineIntel GNU/Linux

emerge --info: (just in any case it's revelant)

maciek@lebrodyl ~ $ emerge --info
Portage 2.1.3.19 (default-linux/amd64/2007.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.23-gentoo-r3 x86_64)
=================================================================
System uname: 2.6.23-gentoo-r3 x86_64 Intel(R) Pentium(R) 4 CPU 3.20GHz
Timestamp of tree: Sat, 08 Dec 2007 22:16:01 +0000
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p17
dev-java/java-config: 1.3.7, 2.0.33-r1
dev-lang/python:     2.4.4-r6
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 1.12.9-r2
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.4_p6, 1.7.9-r1, 1.9.6-r2, 1.10
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.22-r2
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=nocona -O2 -fexpensive-optimizations -fomit-frame-pointer -pipe -msse -msse2 -msse3"
CHOST="x86_64-pc-linux-gnu"
...
#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