Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Dec 2016 08:53:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        vbox@FreeBSD.org
Subject:   [Bug 212074] emulators/virtualbox-ose starting virtual machines with vboxheadless returns 'already running?'
Message-ID:  <bug-212074-26505-knEg6N05hI@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-212074-26505@https.bugs.freebsd.org/bugzilla/>
References:  <bug-212074-26505@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212074

Pieter <pietersnld@users.sourceforge.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pietersnld@users.sourceforg
                   |                            |e.net

--- Comment #2 from Pieter <pietersnld@users.sourceforge.net> ---
Seems to be since revision 292450 and/or revision 291770 of the freebsd base
system. Noticed the same problem since I updated from 10.1 to 10.3 yesterda=
y.

https://svnweb.freebsd.org/base/release/10.3.0/etc/rc.subr?view=3Dlog

+++++++++++++++++++++++
MFC r291770: rc.subr: Check for running daemons before a custom start_cmd
is executed.

Currently rc scripts implementing their own start_cmd do not enjoy the
benefits of rc.subr's own check for rc_pid.

This leads to around a third of ports with such a start_cmd not to check for
the process at all and two thirds of ports to re-implement this check
(sometimes wrongly).

---> This patch moves the check for rc_pid to before ${rc_arg}_cmd is execu=
ted.
+++++++++++++++++++++++

You can start vboxheadless using faststart after boot. When using fast the
check for a 'pidfile' will be skipped. Dont know what checks will be skipped
also.

Pieter

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-212074-26505-knEg6N05hI>