search for: innotek

Displaying 10 results from an estimated 10 matches for "innotek".

2007 Sep 13
2
Is anyone already working on RPMs for VirtualBox OSE?
I have some RPMs I've made of innotek's VirtualBox OSE (Open Source Edition) for both CentOS 4 and CentOS 5 (i386). These RPMs include the dkms support for the kernel driver, etc. I have a couple of subtle things to fix in the RPMs (like setting the permissions on udev devices, etc.) but they're already usable. Before I...
2008 Feb 12
4
xVM and VirtualBox
...alMachine because the vboxdrv driver does not work: |VirtualBox kernel driver not installed. VBox status code: -1908 (VERR_VM_DRIVER_NOT_INSTALLED). Result Code: 0x80004005 Component: Console Interface: IConsole {d5a1cbda-f5d7-4824-9afe-d640c94c7dcf}| I really hope that, now that Innotek was bought by Sun, it will be possible in a future version to use VirtualBox also in a xVM Dom0 Bernd -- Bernd Schemmer, Frankfurt am Main, Germany http://home.arcor.de/bnsmb/index.html M s temprano que tarde el mundo cambiar . Fidel Castro
2013 Jun 06
8
memdisk and iso
On Wed, Jun 5, 2013 at 9:58 PM, upen <upendra.gandhi at gmail.com> wrote: > I copied pxelinux.cfg/default to pxelinux.cfg/<IP to HEX> and it looks this > step resolved the earlier error. Next I get failed to load com32 file > vesamenu.c32 while that file exists in /tftplinux/linux-install. Is vesamenu.c32 from 5.10? -- -Gene
2013 Jun 06
0
memdisk and iso
...- 82441FX PMC [Natoma] (rev >> > 02) >> > 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton >> > II] >> > 00:01.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev >> > 01) >> > 00:02.0 VGA compatible controller: InnoTek Systemberatung GmbH >> > VirtualBox >> > Graphics Adapter >> > 00:04.0 System peripheral: InnoTek Systemberatung GmbH VirtualBox Guest >> > Service >> > 00:07.0 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) >> > 00:08.0 Ethernet co...
2013 Jun 06
0
memdisk and iso
...ualbox guest. > > 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 02) > 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] > 00:01.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01) > 00:02.0 VGA compatible controller: InnoTek Systemberatung GmbH VirtualBox > Graphics Adapter > 00:04.0 System peripheral: InnoTek Systemberatung GmbH VirtualBox Guest > Service > 00:07.0 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) > 00:08.0 Ethernet controller: Advanced Micro Devices [AMD] 79c970 [PCnet32 >...
2017 May 18
2
[R] R-3.4.0 fails test
...t to |> |> a) move the discussion to R-devel |> b) include your platform (hardware, OS) and time zone info System: Host: MTA-V1-427894 Kernel: 3.19.0-32-generic x86_64 (64 bit gcc: 4.8.2) Desktop: KDE Plasma 4.14.2 (Qt 4.8.6) Distro: Linux Mint 17.3 Rosa Machine: System: innotek product: VirtualBox v: 1.2 Mobo: Oracle model: VirtualBox v: 1.2 Bios: innotek v: VirtualBox date: 12/01/2006 CPU: Quad core Intel Core i7-4790 (-MCP-) cache: 8192 KB flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 ssse3) bmips: 28734 clock speeds: max: 3591 MHz 1:...
2010 Jun 29
1
[PATCH] virt-what.in: Added VMware virt detection using cpuid in wrapper script
...Corporation'; then - echo virtualpc -fi + if echo "$dmi" | grep -q 'Manufacturer: VMware'; then + echo vmware + exit 0 + fi -# Check for VirtualBox. -# Added by Laurent L?onard. -if echo "$dmi" | grep -q 'Manufacturer: innotek GmbH'; then - echo virtualbox -fi + if echo "$dmi" | grep -q 'Manufacturer: Microsoft Corporation'; then + echo virtualpc + exit 0 + fi -# Check for OpenVZ / Virtuozzo. -# Added by Evgeniy Sokolov. -# /proc/vz - always exists if Open...
2010 Jun 29
1
[PATCH] virt-what.in: Added VMware virt detection using cpuid in wrapper script
...Corporation'; then - echo virtualpc -fi + if echo "$dmi" | grep -q 'Manufacturer: VMware'; then + echo vmware + exit 0 + fi -# Check for VirtualBox. -# Added by Laurent L?onard. -if echo "$dmi" | grep -q 'Manufacturer: innotek GmbH'; then - echo virtualbox -fi + if echo "$dmi" | grep -q 'Manufacturer: Microsoft Corporation'; then + echo virtualpc + exit 0 + fi -# Check for OpenVZ / Virtuozzo. -# Added by Evgeniy Sokolov. -# /proc/vz - always exists if Open...
2010 Mar 22
0
need help on working with libvirt+virtualbox
...me problem with xml input import libvirt conn=libvirt.open('vbox:///session') xmldesc = <above string> dom=conn.createLinux(xmldesc,0) Segmentation fault in my home directory/Machines xml file is created <?xml version="1.0"?> <VirtualBox xmlns="http://www.innotek.de/VirtualBox-settings" version="1.9-linux"> <Machine uuid="{9e37e287-67e3-ca78-5af0-9c38f14de49e}" name="vboxtest" OSType="Other" lastStateChange="2010-03-22T10:29:18Z" aborted="true"> <Hardware version="2&quot...
2009 Jan 06
11
zfs list improvements?
To improve the performance of scripts that manipulate zfs snapshots and the zfs snapshot service in perticular there needs to be a way to list all the snapshots for a given object and only the snapshots for that object. There are two RFEs filed that cover this: http://bugs.opensolaris.org/view_bug.do?bug_id=6352014 : ''zfs list'' should have an option to only present direct