|
From: Cam M. <ca...@cs...> - 2008-09-04 22:37:39
|
Hi,
Rather sporadically I am getting an error from VMCI. It was working
previously.
cam@hardy:~/VMCI$ ./sharedMemApp -s
Failed opening default VMCI device with error 2.
Failed to init VMCI library.
/dev/vmci exists but strace shows the following error:
open("/dev/vmci", O_RDWR|O_LARGEFILE) = -1 ENODEV (No such device)
Here is the output from dmesg referring to VMCI.
[713259.760719] VMCI: Major device number is: 253
[713259.762032] Probing for vmci/PCI.
[713259.762094] ACPI: PCI Interrupt 0000:02:03.0[A] -> GSI 17 (level,
low) -> IRQ 18
[713259.762174] Found vmci/PCI at 0x20c0, irq 18.
[713259.762200] VMCI device does not support datagrams.
[713259.762248] ACPI: PCI interrupt for device 0000:02:03.0 disabled
[713259.768547] vmci: probe of 0000:02:03.0 failed with error -16
[713270.412047] Opening vmci device
[713270.412392] Received open on uninitialized vmci device.
[713277.483196] Opening vmci device
[713277.483568] Received open on uninitialized vmci device.
It seems the probe is failing. I am running Ubuntu with 2.6.24-16. Is
it known what combination open-vm-tools version and kernel that work
well together?
Thanks,
Cam
|