Page 1 of 1

Guest Additions doesn't work with 4.9rc3 kernel

Posted: 30. Oct 2016, 08:49
by htjywf2008
Hello,

I tried Install VirtualBox Guest Additions in Fedora Rawhide, But it doesn't work, and my host system is Windows 10 Build 14955, and My VirtualBox version is 5.1.8.(kernel-devel and other is installed, but I get another problem)

Code: Select all

Failed to set up vboxadd, please check the log file
/var/log/VBoxGuestLinux.log for details.
and I also created ticket, but still no respond.

Code: Select all

Created symlink /etc/systemd/system/multi-user.target.wants/vboxadd.service → /usr/lib/systemd/system/vboxadd.service.
vboxadd.sh: failed: Look at /var/log/vboxadd-install.log to find out what went wrong.
vboxadd.sh: failed: Please check that you have gcc, make, the header files for your Linux kernel and possibly perl installed..
Created symlink /etc/systemd/system/multi-user.target.wants/vboxadd-service.service → /usr/lib/systemd/system/vboxadd-service.service.                                                                                                                    
Created symlink /etc/systemd/system/multi-user.target.wants/vboxadd-x11.service → /usr/lib/systemd/system/vboxadd-x11.service.
Could someone check the problem?

Thanks.

-htjywf2008

Re: Guest Additions doesn't work with 4.9rc3 kernel

Posted: 30. Oct 2016, 08:51
by htjywf2008

Re: Guest Additions doesn't work with 4.9rc3 kernel

Posted: 30. Oct 2016, 09:32
by socratis
htjywf2008 wrote:Here is my ticket: https://www.virtualbox.org/ticket/16116
It's usually better and faster, if problems like this one (configuration) get first addressed in the forums, rather than in the bug tracker. More than 95% of the issues are resolved here, which keeps the developers focusing on the bug fixes and enhancements, and there is no need for another ticket to keep track of.

Your problem is stated as:
htjywf2008 wrote:Please check that you have gcc, make, the header files for your Linux kernel and possibly perl installed.
Did you install these packages? The typical installation should involve something like:
  • sudo yum install binutils gcc make kernel-headers kernel-devel
or you can use Fedora's package manager to install the above packages.

Re: Guest Additions doesn't work with 4.9rc3 kernel

Posted: 30. Oct 2016, 09:46
by htjywf2008
Okay, I'm go check.

Re: Guest Additions doesn't work with 4.9rc3 kernel

Posted: 30. Oct 2016, 09:48
by htjywf2008
socratis wrote:
htjywf2008 wrote:Here is my ticket: https://www.virtualbox.org/ticket/16116
It's usually better and faster, if problems like this one (configuration) get first addressed in the forums, rather than in the bug tracker. More than 95% of the issues are resolved here, which keeps the developers focusing on the bug fixes and enhancements, and there is no need for another ticket to keep track of.

Your problem is stated as:
htjywf2008 wrote:Please check that you have gcc, make, the header files for your Linux kernel and possibly perl installed.
Did you install these packages? The typical installation should involve something like:
  • sudo yum install binutils gcc make kernel-headers kernel-devel
or you can use Fedora's package manager to install the above packages.
i already installed.

Re: Guest Additions doesn't work with 4.9rc3 kernel

Posted: 30. Oct 2016, 10:25
by socratis
OK, with a little bit of search, it seems like that there are two bug reports open, the one that you opened (#16116), which seems to be a duplicate of #16064: guest additions do not build with 4.9 kernel. The developers are aware of this, since it has been posted to the mailing list already.