Bug 1262617

Summary: virtualbox guest additions
Product: [Fedora] Fedora Reporter: Richard S. Hendershot <rshendershot>
Component: systemdAssignee: systemd-maint
Status: CLOSED CANTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 23CC: awilliam, johannbg, jsynacek, lnykryn, msekleta, s, systemd-maint, zbyszek
Target Milestone: ---Keywords: Reopened
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-09-28 15:30:05 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
systemctl run wild
none
processes end but this one (7992) never completes
none
another vboxadd that starves
none
the script to create the logs none

Description Richard S. Hendershot 2015-09-13 13:59:54 UTC
Description of problem:  can't install virtualbox guest additions


Version-Release number of selected component (if applicable):


How reproducible: always


Steps to Reproduce:
1. install
2. mount additions
3. run

Actual results: systemctl vbox-add goes wild, memory is sucked up, systemd runs cpu to max


Expected results: successful 'starting guest additions'


Additional info:

Comment 1 Jan Synacek 2015-09-15 07:55:39 UTC
There is no systemctl vbox-add.

Comment 2 Richard S. Hendershot 2015-09-16 14:45:50 UTC
Created attachment 1074064 [details]
systemctl run wild

I apologize for not being able to remember the exact log but this shows the many forks that result in memory starvation.  VM is given 2G RAM

Comment 3 Richard S. Hendershot 2015-09-16 14:48:31 UTC
Created attachment 1074065 [details]
processes end but this one (7992) never completes

I kill this process and vbox additions continues. I have to do this several times.

Comment 4 Richard S. Hendershot 2015-09-16 14:50:45 UTC
Created attachment 1074066 [details]
another vboxadd that starves

during this time systemd is running 100%

Comment 5 Richard S. Hendershot 2015-09-16 14:52:07 UTC
I think there is a problem.  I may not have captured anything useful but any guidance in that is welcomed.  Pls advise.

Comment 6 Richard S. Hendershot 2015-09-16 14:54:54 UTC
Created attachment 1074070 [details]
the script to create the logs

Comment 7 Richard S. Hendershot 2015-09-26 13:30:51 UTC
still cannot install virtual box additions.  increased VM memory to 4G.  

[]$ ./chk_systemctl 
root      7189  1932  0 08:22 pts/1    00:00:00 systemctl start vboxadd
rhender+  7248  1732  0 08:29 pts/0    00:00:00 /bin/sh ./chk_systemctl
rhender+  7250  7248  0 08:29 pts/0    00:00:00 grep -i systemctl
-------
              total        used        free      shared  buff/cache   available
Mem:           3952         642        2861           9         448        3225
Swap:          1999           0        1999

Comment 8 Adam Williamson 2015-09-28 15:30:05 UTC
Hi Richard! As I explained on IRC, this looks like a real problem, but likely not a problem in Fedora. vboxadd-service.service is coming from VirtualBox, not from anything in Fedora, and it seems like that's where the problem is.

I recommend you report this to wherever you got your VirtualBox from.

Comment 9 Richard S. Hendershot 2015-10-03 12:13:33 UTC
Thanks again for all's help.  This is fixed in VirtualBox 5.0.6 re: their bug 14571