Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] virtualbox update v4.0.8 trouble
Date: Sun, 29 May 2011 22:03:11
Message-Id: 201105292359.29994.alan.mckinnon@gmail.com
In Reply to: [gentoo-user] virtualbox update v4.0.8 trouble by Nicolai Beuermann
1 Apparently, though unproven, at 23:50 on Sunday 29 May 2011, Nicolai Beuermann
2 did opine thusly:
3
4 > Hi,
5 > after updating to virtualbox-4.0.8 I cannot start a vm anymore.
6 >
7 > The following ebuilds are installed:
8 > app-emulation/virtualbox-4.0.8
9 > app-emulation/virtualbox-additions-4.0.8
10 > app-emulation/virtualbox-extpack-oracle-4.0.8
11 > app-emulation/virtualbox-modules-4.0.8
12 >
13 > The logs mention that symlinks are not permitted. /usr/lib64 is a
14 > symlink to /usr/lib on my system.
15
16 Switch it to be the other way round which is how it should be. It works
17 perfectly here with the exact same packages:
18
19 $ ls -al /usr/
20 lrwxrwxrwx 1 root root 5 Oct 27 2010 lib -> lib64
21
22
23 The log entry tells you the software will not accept your configuration.
24
25
26
27 >
28 > / filesystem is ext4 on solid-state-drive mounted with default options.
29 >
30 > lsmod:
31 > vboxnetadp 4502 0
32 > vboxnetflt 14541 0
33 > vboxdrv 1745860 2 vboxnetadp,vboxnetflt
34 >
35 > By the way stable virtualbox-3.2.12-r4 is able to run the vm.
36 >
37 > cat VBox.log
38 > 00:00:00.676 VirtualBox 4.0.8-Gentoo r71778 linux.amd64 (May 29 2011
39 > 16:47:41) release log
40 > 00:00:00.676 Log opened 2011-05-29T17:02:39.312737000Z
41 > 00:00:00.676 OS Product: Linux
42 > 00:00:00.676 OS Release: 2.6.38-gentoo-r6-28.05.2011-01
43 > 00:00:00.676 OS Version: #1 SMP PREEMPT Sat May 28 15:37:06 CEST 2011
44 > 00:00:00.676 DMI Product Name: MacPro1,1
45 > 00:00:00.676 DMI Product Version: 1.0
46 > 00:00:00.677 Host RAM: 9997MB RAM, available: 8732MB
47 > 00:00:00.677 Executable: /usr/lib/virtualbox/VirtualBox
48 > 00:00:00.677 Process ID: 5576
49 > 00:00:00.677 Package type: LINUX_64BITS_GENERIC (OSE)
50 > 00:00:00.696 pdmR3LoadR0U: pszName="VMMR0.r0"
51 > rc=VERR_SUPLIB_SYMLINKS_ARE_NOT_PERMITTED szErr="Symlinks are not
52 > permitted: '/usr/lib64'"
53 > 00:00:00.696 VMSetError:
54 > /var/tmp/portage/portage/app-emulation/virtualbox-4.0.8/work/VirtualBox-4.0
55 > .8_OSE/src/VBox/VMM/VMMR3/VM.cpp(583) int vmR3CreateU(UVM*, uint32_t, int
56 > (*)(VM*, void*), void*);
57 > rc=VERR_SUPLIB_SYMLINKS_ARE_NOT_PERMITTED
58 > 00:00:00.696 VMSetError: Failed to load VMMR0.r0
59 > 00:00:00.696 VMSetError:
60 > /var/tmp/portage/portage/app-emulation/virtualbox-4.0.8/work/VirtualBox-4.0
61 > .8_OSE/src/VBox/VMM/VMMR3/VM.cpp(354) int VMR3Create(uint32_t, const
62 > VMM2USERMETHODS*, void (*)(VM*, void*, int, const char*, unsigned int,
63 > const char*, const char*,
64 > __va_list_tag*), void*, int (*)(VM*, void*), void*, VM**);
65 > rc=VERR_SUPLIB_SYMLINKS_ARE_NOT_PERMITTED
66 > 00:00:00.696 VMSetError: Unknown error creating VM
67 > 00:00:00.698 ERROR [COM]: aRC=NS_ERROR_FAILURE (0x80004005)
68 > aIID={515e8e8d-f932-4d8e-9f32-79a52aead882} aComponent={Console}
69 > aText={Failed to load VMMR0.r0 (VERR_SUPLIB_SYMLINKS_ARE_NOT_PERMITTED).
70 > 00:00:00.698 Unknown error creating VM
71 > (VERR_SUPLIB_SYMLINKS_ARE_NOT_PERMITTED)}, preserve=false
72 > 00:00:00.707 Power up failed
73 > (vrc=VERR_SUPLIB_SYMLINKS_ARE_NOT_PERMITTED, rc=NS_ERROR_FAILURE
74 > (0X80004005))
75 > 00:00:00.725 Using XKB for keycode to scan code conversion
76 >
77 >
78 > Please help. I don't have an idea.
79 >
80 > Nico
81
82 --
83 alan dot mckinnon at gmail dot com

Replies

Subject Author
Re: [gentoo-user] virtualbox update v4.0.8 trouble Nicolai Beuermann <Nicolai.Beuermann@×××.de>