VirtualBox

Changes between Initial Version and Version 3 of Ticket #15913


Ignore:
Timestamp:
Sep 28, 2016 7:56:30 AM (8 years ago)
Author:
Frank Mehnert
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15913 – Description

    initial v3  
     1I am trying to install the guest additions in a fresh installed Fedora 24 32 bits but the VBoxLinuxAdditions.run script hangs.
    12
    2  I am trying to install the guest additions in a fresh installed Fedora 24 32 bits but the VBoxLinuxAdditions.run script hangs.
     3The !VirtualBox version I am using is 5.0.24, but I have tried to install guest additions 5.1.4, since the former one doesn't compile under kernel 4.7.2 32 bits.
    34
    4  The VirtualBox version I am using is 5.0.24, but I have tried to install guest additions 5.1.4, since the former one doesn't compile under kernel 4.7.2 32 bits.
    5 
    6  The exact sequence of commands used are:
     5The exact sequence of commands used are:
    76{{{
    87# sudo dnf install install gcc cpp kernel-devel kernel-headers kernel-PAE-devel
     
    2423}}}
    2524
    26  I have also tried with the latest test build at https://www.virtualbox.org/download/testcase/VBoxGuestAdditions_5.1.5-110588.iso but the result is the same.
     25I have also tried with the latest test build at https://www.virtualbox.org/download/testcase/VBoxGuestAdditions_5.1.5-110588.iso but the result is the same.
    2726
    28  Exactly the same procedure for a Fedora 24 64 bits guest is working fine and the guest installation finishes without problems.
     27Exactly the same procedure for a Fedora 24 64 bits guest is working fine and the guest installation finishes without problems.
    2928
    30  A pstree command shows the following relevant process tree:
     29A pstree command shows the following relevant process tree:
    3130{{{
    3231  │   │           └─sudo,30032 sh -x /tmp/vbox/VBoxLinuxAdditions.run
     
    3736}}}
    3837
    39  So it looks like it is loading the kernel module where the installation hangs.
    40  This is the list of packages I have installed which are relevant to the kernel:
     38So it looks like it is loading the kernel module where the installation hangs.
     39This is the list of packages I have installed which are relevant to the kernel:
    4140{{{
    4241$ rpm -qa | grep kernel
     
    5049}}}
    5150
    52  I have tried to have a look to the stack of the modprobe command:
     51I have tried to have a look to the stack of the modprobe command:
    5352{{{
    5453#sudo cat /proc/32361/stack
     
    7574}}}
    7675
    77  I don't know if that's useful.
     76I don't know if that's useful.
    7877
    79  I attach the output of running the installation script with sh -x, but I am afraid it doesn't give much extra information.
     78I attach the output of running the installation script with sh -x, but I am afraid it doesn't give much extra information.
    8079
    81  I also attach VBoxSVC.log just in case it is useful.
     80I also attach VBoxSVC.log just in case it is useful.
    8281
    83  Regards
     82Regards

© 2023 Oracle
ContactPrivacy policyTerms of Use