Changes between Initial Version and Version 3 of Ticket #15913
- Timestamp:
- Sep 28, 2016 7:56:30 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ticket #15913 – Description
initial v3 1 I am trying to install the guest additions in a fresh installed Fedora 24 32 bits but the VBoxLinuxAdditions.run script hangs. 1 2 2 I am trying to install the guest additions in a fresh installed Fedora 24 32 bits but the VBoxLinuxAdditions.run script hangs.3 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. 3 4 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: 5 The exact sequence of commands used are: 7 6 {{{ 8 7 # sudo dnf install install gcc cpp kernel-devel kernel-headers kernel-PAE-devel … … 24 23 }}} 25 24 26 25 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. 27 26 28 27 Exactly the same procedure for a Fedora 24 64 bits guest is working fine and the guest installation finishes without problems. 29 28 30 29 A pstree command shows the following relevant process tree: 31 30 {{{ 32 31 │ │ └─sudo,30032 sh -x /tmp/vbox/VBoxLinuxAdditions.run … … 37 36 }}} 38 37 39 40 38 So it looks like it is loading the kernel module where the installation hangs. 39 This is the list of packages I have installed which are relevant to the kernel: 41 40 {{{ 42 41 $ rpm -qa | grep kernel … … 50 49 }}} 51 50 52 51 I have tried to have a look to the stack of the modprobe command: 53 52 {{{ 54 53 #sudo cat /proc/32361/stack … … 75 74 }}} 76 75 77 76 I don't know if that's useful. 78 77 79 78 I attach the output of running the installation script with sh -x, but I am afraid it doesn't give much extra information. 80 79 81 80 I also attach VBoxSVC.log just in case it is useful. 82 81 83 82 Regards