[opensuse] Problem with Virtualbox kernel 2.6.36 module
Here it's me again with the kernel 2.6.36 adventures :) I have been trying to run my virtual machines in virtualbox with no success so I decided to upgrade packages for upgraded kernel, this means to install them from Virtualization-kernel-HEAD repo. The error is about a known issue where the kernel module can't start. So when I try 'sudo /etc/init.d/vboxdrv setup' the result is: *** /etc/init.d/vboxdrv: line 83: log_daemon_msg: command not found done. done /etc/init.d/vboxdrv: line 83: log_daemon_msg: command not found /etc/init.d/vboxdrv: line 281: /usr/share/%PACKAGE%/src/vboxhost/do_dkms: No such file or directory done. done /etc/init.d/vboxdrv: line 83: log_daemon_msg: command not found /etc/init.d/vboxdrv: line 299: /usr/share/%PACKAGE%/src/vboxhost/do_dkms: No such file or directory Failed, trying without DKMS failed /etc/init.d/vboxdrv: line 83: log_daemon_msg: command not found Look at /var/log/vbox-install.log to find out what went wrong failed *** Currently I'm booting from desktop kernel 2.6.36 (multiple kernels). More info: hernan@hernan-CL:~> rpm -qa | grep kernel kernel-pae-2.6.35.1-1.1.i586 kernel-pae-devel-2.6.36-90.1.i586 kernel-source-2.6.35.1-1.1.noarch kernel-pae-devel-2.6.35.1-1.1.i586 kernel-desktop-2.6.36-90.1.i586 kernel-source-2.6.36-90.1.noarch kernel-default-devel-2.6.35.1-1.1.i586 kernel-devel-2.6.35.1-1.1.noarch kernel-syms-2.6.35.1-1.1.i586 kernel-xen-devel-2.6.35.1-1.1.i586 kernel-syms-2.6.36-90.1.i586 kernel-desktop-devel-2.6.35.1-1.1.i586 kernel-desktop-2.6.34.7-0.4.1.i586 kernel-desktop-devel-2.6.36-90.1.i586 kernel-default-devel-2.6.36-90.1.i586 kernel-xen-devel-2.6.36-90.1.i586 kernel-firmware-20100617-24.2.noarch kernel-devel-2.6.36-90.1.noarch hernan@hernan-CL:~> rpm -q make gcc linux-glibc-devel make-3.81-135.1.i586 gcc-4.5-4.2.i586 linux-glibc-devel-2.6.32-3.3.noarch Virtualbox installation log: /etc/init.d/vboxdrv: line 303: /usr/share/%PACKAGE%/src/vboxhost/vboxdrv/build_in_tmp: No such file or directory Thanks in advance, -- Hernán Thiers García Estudiante de Ingeniería en Informática / I.T. Engineering Student Home +56 - 45 - 287366 Mobile +56 - 9 - 3779421 Skype: +56 258 13910 # 565 / internaldrums Twitter: Hernan_CL Blog: http://hernanthiers.blogspot.com Temuco, Chile -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Wednesday 10 November 2010 16:19:23 Hernan Thiers wrote:
Here it's me again with the kernel 2.6.36 adventures :)
I have been trying to run my virtual machines in virtualbox with no success so I decided to upgrade packages for upgraded kernel, this means to install them from Virtualization-kernel-HEAD repo.
I am using kernel 2.6.34.7-0.5-desktop and I have no problem running VirtualBox (not the OSE). Why are you trying to use a higher version of the kernel instead of the default one for openSUSE 11.3 ? -- Bogdan -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Wed, Nov 10, 2010 at 15:24, Bogdan Cristea wrote:
On Wednesday 10 November 2010 16:19:23 Hernan Thiers wrote:
Here it's me again with the kernel 2.6.36 adventures :)
I have been trying to run my virtual machines in virtualbox with no success so I decided to upgrade packages for upgraded kernel, this means to install them from Virtualization-kernel-HEAD repo.
I am using kernel 2.6.34.7-0.5-desktop and I have no problem running VirtualBox (not the OSE). Why are you trying to use a higher version of the kernel instead of the default one for openSUSE 11.3 ?
Probably for the same reasons a lot of us are using a higher version of the kernel than the one that came with 11.3. The 2.6.34 kernel that came with 11.2 does not play well with nVidia and KDE4 (a bit of an understatement). You end up with an 11.3 install that is virtually unusable due to frequent desktop freezes, and random 100% CPU - there were dozens of mailing list threads on this topic when 11.3 was GA. The solution that worked.. bump up to kernel 2.6.35 or higher C. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On 11/10/2010 9:24 AM, Bogdan Cristea wrote:
On Wednesday 10 November 2010 16:19:23 Hernan Thiers wrote:
Here it's me again with the kernel 2.6.36 adventures :)
I have been trying to run my virtual machines in virtualbox with no success so I decided to upgrade packages for upgraded kernel, this means to install them from Virtualization-kernel-HEAD repo.
I am using kernel 2.6.34.7-0.5-desktop and I have no problem running VirtualBox (not the OSE). Why are you trying to use a higher version of the kernel instead of the default one for openSUSE 11.3 ?
I can tell you why I do: better performance with Nvidia drivers (latest). I was having issues with KDE seeming to lockup for short periods. After I updated my kernel to the kernel in Kernel:HEAD and reinstalled the kernel module, bliss has settled! -Matt -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Wednesday 10 November 2010 16:31:46 Matt Hayes wrote:
I can tell you why I do: better performance with Nvidia drivers (latest). I was having issues with KDE seeming to lockup for short periods. After I updated my kernel to the kernel in Kernel:HEAD and reinstalled the kernel module, bliss has settled!
I don't have issues with KDE after installing nvidia driver, but the desktop looks a little strange and the vertical refresh rate is 60 Hz instead of 75 Hz. Maybe I should update too for a newer kernel. Thanks for the tip. -- Bogdan -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Wed, Nov 10, 2010 at 15:39, Bogdan Cristea wrote:
On Wednesday 10 November 2010 16:31:46 Matt Hayes wrote:
I can tell you why I do: better performance with Nvidia drivers (latest). I was having issues with KDE seeming to lockup for short periods. After I updated my kernel to the kernel in Kernel:HEAD and reinstalled the kernel module, bliss has settled!
I don't have issues with KDE after installing nvidia driver, but the desktop looks a little strange and the vertical refresh rate is 60 Hz instead of 75 Hz. Maybe I should update too for a newer kernel. Thanks for the tip.
Before you do this, it might be worth doing some digging in the archives on Kernel:HEAD topics. Kernel 2.6.35 was fairly painless to update to, but Kernel:Head now has 2.6.36 which does throw a bit of a wobble under certain conditions.. VBox for example... some people have had issues getting the latest nVidia drivers working... a few other issues have been raised. That said, there is a huge improvement for most of us when we bumped up to a higher version kernel. Oh, I'd also recommend you set the option to allow multi kernel - that way you can roll back to your working 2.6.34 if things don't quite go so well with a 2.6.36 kernel. C. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
El 10/11/10 12:17, C escribió:
Before you do this, it might be worth doing some digging in the archives on Kernel:HEAD topics. Kernel 2.6.35 was fairly painless to update to, but Kernel:Head now has 2.6.36 which does throw a bit of a wobble under certain conditions.. VBox for example...
VirtualBox Works. some people have
had issues getting the latest nVidia drivers working...
latest Nvidia drivers work too. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On 11/10/2010 10:22 AM, Cristian Rodríguez wrote:
El 10/11/10 12:17, C escribió:
Before you do this, it might be worth doing some digging in the archives on Kernel:HEAD topics. Kernel 2.6.35 was fairly painless to update to, but Kernel:Head now has 2.6.36 which does throw a bit of a wobble under certain conditions.. VBox for example...
VirtualBox Works.
some people have
had issues getting the latest nVidia drivers working...
latest Nvidia drivers work too.
Agreed. Nvidia drivers work fine, however, I've not been able to get the VirtualBox installer from Virtual Box's website to build the kernel module properly. Are you using OSE? -Matt -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On 11/10/2010 04:22 PM, Cristian Rodríguez wrote:
El 10/11/10 12:17, C escribió:
Before you do this, it might be worth doing some digging in the archives on Kernel:HEAD topics. Kernel 2.6.35 was fairly painless to update to, but Kernel:Head now has 2.6.36 which does throw a bit of a wobble under certain conditions.. VBox for example...
VirtualBox Works.
And causes a host reboot sometimes so not for everyone Togan -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Wed, Nov 10, 2010 at 16:22, Cristian Rodríguez wrote:
Before you do this, it might be worth doing some digging in the archives on Kernel:HEAD topics. Kernel 2.6.35 was fairly painless to update to, but Kernel:Head now has 2.6.36 which does throw a bit of a wobble under certain conditions.. VBox for example...
VirtualBox Works.
some people have
had issues getting the latest nVidia drivers working...
latest Nvidia drivers work too.
That's why I said "under certain conditions." :-) For some people, it works, for others VBox on a host with 2.6.36 sometimes causes the host to reboot (as Togan has already noted)... or nVidia drivers simply won't compile the kernel module properly. These issues have been recently discussed on the ML here.. so at least some people have bumped into issues with 2.6.36 on 11.3... but not everyone. Kernel 2.6.35 seemed to work for most everyone who tried it. These issues are a good reason why it's useful to enable multi kernel (something a really wish was either a default or much easier and considerably more visible to enable than it is now). C. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
El 10/11/10 11:19, Hernan Thiers escribió:
Here it's me again with the kernel 2.6.36 adventures :)
I have been trying to run my virtual machines in virtualbox with no success so I decided to upgrade packages for upgraded kernel, this means to install them from Virtualization-kernel-HEAD repo.
The error is about a known issue where the kernel module can't start. So when I try 'sudo /etc/init.d/vboxdrv setup' the result is:
This is a bug, that I introduced in the last virtualbox version update, it apparently does not have any other effect than not logging some messages. Other than the annoying message, it works for me but will check it out at some point later. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
El 10/11/10 11:38, Cristian Rodríguez escribió:
El 10/11/10 11:19, Hernan Thiers escribió:
Here it's me again with the kernel 2.6.36 adventures :)
I have been trying to run my virtual machines in virtualbox with no success so I decided to upgrade packages for upgraded kernel, this means to install them from Virtualization-kernel-HEAD repo.
The error is about a known issue where the kernel module can't start. So when I try 'sudo /etc/init.d/vboxdrv setup' the result is:
This is a bug, that I introduced in the last virtualbox version update, it apparently does not have any other effect than not logging some messages.
Other than the annoying message, it works for me but will check it out at some point later.
Thanks Cristian. I thought those messages errors wouldn't really have any effect over the installation but what about this one?: '/usr/share/%PACKAGE%/src/vboxhost/vboxdrv/build_in_tmp: No such file or directory' -- Hernán Thiers García Estudiante de Ingeniería en Informática / I.T. Engineering Student Home +56 - 45 - 287366 Mobile +56 - 9 - 3779421 Skype: +56 258 13910 # 565 / internaldrums Twitter: Hernan_CL Blog: http://hernanthiers.blogspot.com Temuco, Chile -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
El 10/11/10 11:48, Hernan Thiers escribió:
Thanks Cristian. I thought those messages errors wouldn't really have any effect over the installation but what about this one?: '/usr/share/%PACKAGE%/src/vboxhost/vboxdrv/build_in_tmp: No such file or directory'
there is an mess in the init-script, as you see there is a variable %PACKAGE% that for some reason wasnt replaced properly. With or without it, it isnt going to work, that part is used to compile the virtualbox modules manually, for which you would need kernel-source, make, gcc and probably other stuff installed on the system. In practise what you want is to install the kmps build for this particular kernel version, (which BTW.. works just fine, Im using it myself, right at this moment ;)) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
El 10/11/10 12:06, Cristian Rodríguez escribió:
El 10/11/10 11:48, Hernan Thiers escribió:
Thanks Cristian. I thought those messages errors wouldn't really have any effect over the installation but what about this one?: '/usr/share/%PACKAGE%/src/vboxhost/vboxdrv/build_in_tmp: No such file or directory'
there is an mess in the init-script, as you see there is a variable %PACKAGE% that for some reason wasnt replaced properly.
With or without it, it isnt going to work, that part is used to compile the virtualbox modules manually, for which you would need kernel-source, make, gcc and probably other stuff installed on the system.
In practise what you want is to install the kmps build for this particular kernel version, (which BTW.. works just fine, Im using it myself, right at this moment ;))
Alright Cristian. What are those kmps? What packages in concrete do I have to install and from where? By the way as I posted; I already have all the compilation needed packages and multiple kernel option enabled. (Someone mentioned it). -- Hernán Thiers García Estudiante de Ingeniería en Informática / I.T. Engineering Student Home +56 - 45 - 287366 Mobile +56 - 9 - 3779421 Skype: +56 258 13910 # 565 / internaldrums Twitter: Hernan_CL Blog: http://hernanthiers.blogspot.com Temuco, Chile -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
El 10/11/10 13:13, Hernan Thiers escribió:
Alright Cristian. What are those kmps? What packages in concrete do I have to install and from where?
huh ? virtualbox-ose-host-kmp-desktop or -default depending your kernel if this is a host, or virtualbox-ose-guest-kmp if otherwise. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
El 10/11/10 13:15, Cristian Rodríguez escribió:
El 10/11/10 13:13, Hernan Thiers escribió:
Alright Cristian. What are those kmps? What packages in concrete do I have to install and from where?
huh ? virtualbox-ose-host-kmp-desktop or -default depending your kernel if this is a host, or virtualbox-ose-guest-kmp if otherwise.
I already have that kmp package installed; python-virtualbox-ose virtualbox-ose virtualbox-ose-devel virtualbox-ose-guest-kmp-desktop virtualbox-ose-guest-kmp-pae virtualbox-ose-host-kmp-desktop virtualbox-ose-qt xorg-x11-driver-virtualbox-ose -- Hernán Thiers García Estudiante de Ingeniería en Informática / I.T. Engineering Student Home +56 - 45 - 287366 Mobile +56 - 9 - 3779421 Skype: +56 258 13910 # 565 / internaldrums Twitter: Hernan_CL Blog: http://hernanthiers.blogspot.com Temuco, Chile -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
El 10/11/10 23:43, Hernan Thiers escribió: ave that kmp package installed;
python-virtualbox-ose virtualbox-ose virtualbox-ose-devel virtualbox-ose-guest-kmp-desktop virtualbox-ose-guest-kmp-pae virtualbox-ose-host-kmp-desktop virtualbox-ose-qt xorg-x11-driver-virtualbox-ose
Apparently your installation is messed up. try zypper dup --from Virtualization and ensure the kernel you are booting is the same for which the modules are built. in my case, I have virtualbox-ose-3.2.10-109.10.x86_64 virtualbox-ose-qt-3.2.10-109.10.x86_64 virtualbox-ose-host-kmp-desktop-3.2.10_k2.6.36.0_91-109.10.x86_64 and works just fine ;) -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
El 12/11/10 11:25, Cristian Rodríguez escribió:
El 10/11/10 23:43, Hernan Thiers escribió: ave that kmp package installed;
python-virtualbox-ose virtualbox-ose virtualbox-ose-devel virtualbox-ose-guest-kmp-desktop virtualbox-ose-guest-kmp-pae virtualbox-ose-host-kmp-desktop virtualbox-ose-qt xorg-x11-driver-virtualbox-ose
Apparently your installation is messed up.
try zypper dup --from Virtualization and ensure the kernel you are booting is the same for which the modules are built.
in my case, I have
virtualbox-ose-3.2.10-109.10.x86_64 virtualbox-ose-qt-3.2.10-109.10.x86_64 virtualbox-ose-host-kmp-desktop-3.2.10_k2.6.36.0_91-109.10.x86_64
and works just fine ;)
Thanks Cristian but don't know why I can't uninstall the guest-kmp package. I mean when I try to uninstall it Yast goes for another guest-kmp package. What is that one for? -- Hernán Thiers García Estudiante de Ingeniería en Informática / I.T. Engineering Student Home +56 - 45 - 287366 Mobile +56 - 9 - 3779421 Skype: +56 258 13910 # 565 / internaldrums Twitter: Hernan_CL Blog: http://hernanthiers.blogspot.com Temuco, Chile -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
El 12/11/10 12:18, Hernan Thiers escribió:
Thanks Cristian but don't know why I can't uninstall the guest-kmp package. I mean when I try to uninstall it Yast goes for another guest-kmp package. What is that one for?
That one meant to be installed in guest vms, there is something fishy in the dependencies of that package, removing it with zypper rm or directly with rpm -e may do the trick. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
El 12/11/10 12:25, Cristian Rodríguez escribió:
El 12/11/10 12:18, Hernan Thiers escribió:
Thanks Cristian but don't know why I can't uninstall the guest-kmp package. I mean when I try to uninstall it Yast goes for another guest-kmp package. What is that one for?
That one meant to be installed in guest vms, there is something fishy in the dependencies of that package, removing it with zypper rm or directly with rpm -e may do the trick.
Okay now my packages seems to be in order: virtualbox-ose-3.2.10-111.2.i586 virtualbox-ose-host-kmp-desktop-3.2.10_k2.6.36.0_92-111.2.i586 virtualbox-ose-qt-3.2.10-111.2.i586 However error keeps the same. -- Hernán Thiers García Estudiante de Ingeniería en Informática / I.T. Engineering Student Home +56 - 45 - 287366 Mobile +56 - 9 - 3779421 Skype: +56 258 13910 # 565 / internaldrums Twitter: Hernan_CL Blog: http://hernanthiers.blogspot.com Temuco, Chile -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
El 12/11/10 13:06, Hernan Thiers escribió:
Okay now my packages seems to be in order: virtualbox-ose-3.2.10-111.2.i586 virtualbox-ose-host-kmp-desktop-3.2.10_k2.6.36.0_92-111.2.i586 virtualbox-ose-qt-3.2.10-111.2.i586
what kernel are you booting ? show the result of uname -a what does /etc/init.d/vboxdrv restart says ? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
El 10/11/10 13:15, Cristian Rodríguez escribió:
El 10/11/10 13:13, Hernan Thiers escribió:
Alright Cristian. What are those kmps? What packages in concrete do I have to install and from where?
huh ? virtualbox-ose-host-kmp-desktop or -default depending your kernel if this is a host, or virtualbox-ose-guest-kmp if otherwise.
I haven't yet find any different result with this problem so I would like to know if someone would take this as a bug or not. kernel 2.6.36 doesn't build the vboxdrv module for virtualbox-ose. Installed packages: -virtualbox-ose -virtualbox-ose-devel -virtualbox-ose-guest-kmp-desktop -virtualbox-ose-guest-kmp-pae -virtualbox-ose-host-kmp-desktop -virtualbox-ose-qt -xorg-x11-driver-virtualbox-ose Compilation required packages are also installed. -- Hernán Thiers García Estudiante de Ingeniería en Informática / I.T. Engineering Student Home +56 - 45 - 287366 Mobile +56 - 9 - 3779421 Skype: +56 258 13910 # 565 / internaldrums Twitter: Hernan_CL Blog: http://hernanthiers.blogspot.com Temuco, Chile -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Friday 12 November 2010 15:44:23 Hernan Thiers wrote:
I haven't yet find any different result with this problem so I would like to know if someone would take this as a bug or not. kernel 2.6.36 doesn't build the vboxdrv module for virtualbox-ose. Installed packages: -virtualbox-ose -virtualbox-ose-devel -virtualbox-ose-guest-kmp-desktop -virtualbox-ose-guest-kmp-pae -virtualbox-ose-host-kmp-desktop -virtualbox-ose-qt -xorg-x11-driver-virtualbox-ose
Compilation required packages are also installed.
I can confirm that the same thing happens with the non ose version of VB. I get the following error: make KBUILD_VERBOSE=1 -C /lib/modules/2.6.36-custom/build SUBDIRS=/tmp/vbox.0 SRCROOT=/tmp/vbox.0 modules make[1]: *** No rule to make target `modules'. Stop. make: *** [vboxdrv] Error 2 Could you please post the error you get ? -- Bogdan -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On 11/12/2010 9:03 AM, Bogdan Cristea wrote:
On Friday 12 November 2010 15:44:23 Hernan Thiers wrote:
I haven't yet find any different result with this problem so I would like to know if someone would take this as a bug or not. kernel 2.6.36 doesn't build the vboxdrv module for virtualbox-ose. Installed packages: -virtualbox-ose -virtualbox-ose-devel -virtualbox-ose-guest-kmp-desktop -virtualbox-ose-guest-kmp-pae -virtualbox-ose-host-kmp-desktop -virtualbox-ose-qt -xorg-x11-driver-virtualbox-ose
Compilation required packages are also installed.
I can confirm that the same thing happens with the non ose version of VB. I get the following error:
make KBUILD_VERBOSE=1 -C /lib/modules/2.6.36-custom/build SUBDIRS=/tmp/vbox.0 SRCROOT=/tmp/vbox.0 modules make[1]: *** No rule to make target `modules'. Stop. make: *** [vboxdrv] Error 2
Could you please post the error you get ?
What version of VirtualBox are you using? The latest build of VirtualBox on their site builds the kernel module with kernel 2.6.36.x with no issues. -Matt -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Friday 12 November 2010 16:08:31 Matt Hayes wrote:
What version of VirtualBox are you using? The latest build of VirtualBox on their site builds the kernel module with kernel 2.6.36.x with no issues.
I am using VB 3.2.8. Thanks for the tip, I'll try with the latest version. regards -- Bogdan Cristea http://sites.google.com/site/cristeab/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On 11/12/2010 9:17 AM, Bogdan Cristea wrote:
On Friday 12 November 2010 16:08:31 Matt Hayes wrote:
What version of VirtualBox are you using? The latest build of VirtualBox on their site builds the kernel module with kernel 2.6.36.x with no issues.
I am using VB 3.2.8. Thanks for the tip, I'll try with the latest version.
regards
Not a problem. I noticed the issue myself last night when I was messin' with my windows VM.. well trying to. Went to "Help" and "check for updates" Told me I was running the latest version, but their site said differently. Downloaded, upgraded, and to my surprise worked great. -Matt -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
El 12/11/10 11:08, Matt Hayes escribió:
On 11/12/2010 9:03 AM, Bogdan Cristea wrote:
On Friday 12 November 2010 15:44:23 Hernan Thiers wrote:
I haven't yet find any different result with this problem so I would like to know if someone would take this as a bug or not. kernel 2.6.36 doesn't build the vboxdrv module for virtualbox-ose. Installed packages: -virtualbox-ose -virtualbox-ose-devel -virtualbox-ose-guest-kmp-desktop -virtualbox-ose-guest-kmp-pae -virtualbox-ose-host-kmp-desktop -virtualbox-ose-qt -xorg-x11-driver-virtualbox-ose
Compilation required packages are also installed.
I can confirm that the same thing happens with the non ose version of VB. I get the following error:
make KBUILD_VERBOSE=1 -C /lib/modules/2.6.36-custom/build SUBDIRS=/tmp/vbox.0 SRCROOT=/tmp/vbox.0 modules make[1]: *** No rule to make target `modules'. Stop. make: *** [vboxdrv] Error 2
Could you please post the error you get ?
What version of VirtualBox are you using? The latest build of VirtualBox on their site builds the kernel module with kernel 2.6.36.x with no issues.
-Matt
My error: /etc/init.d/vboxdrv: line 83: log_daemon_msg: command not found /etc/init.d/vboxdrv: line 281: /usr/share/%PACKAGE%/src/vboxhost/do_dkms: No such file or directory Here it's Virtualbox OSE 3.2.10-109.9 I never have tried to compile the source code from website but if I'm not wrong package in Factory repo is latest virtualbox version isn't it? -- Hernán Thiers García Estudiante de Ingeniería en Informática / I.T. Engineering Student Home +56 - 45 - 287366 Mobile +56 - 9 - 3779421 Skype: +56 258 13910 # 565 / internaldrums Twitter: Hernan_CL Blog: http://hernanthiers.blogspot.com Temuco, Chile -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Friday 12 November 2010 16:32:46 Hernan Thiers wrote:
Here it's Virtualbox OSE 3.2.10-109.9
I never have tried to compile the source code from website but if I'm not wrong package in Factory repo is latest virtualbox version isn't it?
I would advise you to use the non use version instead (unless you want to use VB for production). It has some features not available in the ose (e.g. Shared Folders, USB access) -- Bogdan Cristea http://sites.google.com/site/cristeab/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On 11/12/2010 9:32 AM, Hernan Thiers wrote:
El 12/11/10 11:08, Matt Hayes escribió:
On 11/12/2010 9:03 AM, Bogdan Cristea wrote:
On Friday 12 November 2010 15:44:23 Hernan Thiers wrote:
I haven't yet find any different result with this problem so I would like to know if someone would take this as a bug or not. kernel 2.6.36 doesn't build the vboxdrv module for virtualbox-ose. Installed packages: -virtualbox-ose -virtualbox-ose-devel -virtualbox-ose-guest-kmp-desktop -virtualbox-ose-guest-kmp-pae -virtualbox-ose-host-kmp-desktop -virtualbox-ose-qt -xorg-x11-driver-virtualbox-ose
Compilation required packages are also installed.
I can confirm that the same thing happens with the non ose version of VB. I get the following error:
make KBUILD_VERBOSE=1 -C /lib/modules/2.6.36-custom/build SUBDIRS=/tmp/vbox.0 SRCROOT=/tmp/vbox.0 modules make[1]: *** No rule to make target `modules'. Stop. make: *** [vboxdrv] Error 2
Could you please post the error you get ?
What version of VirtualBox are you using? The latest build of VirtualBox on their site builds the kernel module with kernel 2.6.36.x with no issues.
-Matt
My error: /etc/init.d/vboxdrv: line 83: log_daemon_msg: command not found /etc/init.d/vboxdrv: line 281: /usr/share/%PACKAGE%/src/vboxhost/do_dkms: No such file or directory
Here it's Virtualbox OSE 3.2.10-109.9
I never have tried to compile the source code from website but if I'm not wrong package in Factory repo is latest virtualbox version isn't it?
No idea. I don't use the packages from the distribution. I grab the download for openSUSE directly from the VirtualBox site. -Matt -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (6)
-
Bogdan Cristea
-
C
-
Cristian Rodríguez
-
Hernan Thiers
-
Matt Hayes
-
Togan Muftuoglu