Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] virtualbox-ose: make vboxservice depend on dbus
@ 2020-10-02 10:49 iceaway
  2020-12-18 16:22 ` [PR PATCH] [Closed]: " pullmoll
  0 siblings, 1 reply; 3+ messages in thread
From: iceaway @ 2020-10-02 10:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 482 bytes --]

There is a new pull request by iceaway against master on the void-packages repository

https://github.com/iceaway/void-packages vboxservice_dbus_depencency
https://github.com/void-linux/void-packages/pull/25277

virtualbox-ose: make vboxservice depend on dbus
vboxservice will give an error message if dbus is not started.
We should check that dbus is running before starting the
service.

A patch file from https://github.com/void-linux/void-packages/pull/25277.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vboxservice_dbus_depencency-25277.patch --]
[-- Type: text/x-diff, Size: 1301 bytes --]

From ad31dd11467479817ea6a639498320bc2ed9dbee Mon Sep 17 00:00:00 2001
From: Pelle Windestam <pelle.windestam@tagmaster.com>
Date: Fri, 2 Oct 2020 12:34:19 +0200
Subject: [PATCH] virtualbox-ose: make vboxservice depend on dbus

vboxservice will give an error message if dbus is not started.
We should check that dbus is running before starting the
service.
---
 srcpkgs/virtualbox-ose/files/vboxservice/run | 1 +
 srcpkgs/virtualbox-ose/template              | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/virtualbox-ose/files/vboxservice/run b/srcpkgs/virtualbox-ose/files/vboxservice/run
index 6332cc9f13a..92311ba7ca1 100755
--- a/srcpkgs/virtualbox-ose/files/vboxservice/run
+++ b/srcpkgs/virtualbox-ose/files/vboxservice/run
@@ -1,2 +1,3 @@
 #!/bin/sh
+sv check dbus >/dev/null || exit 1
 exec VBoxService -f
diff --git a/srcpkgs/virtualbox-ose/template b/srcpkgs/virtualbox-ose/template
index 8efb7c8bc37..7ff58ecd7cc 100644
--- a/srcpkgs/virtualbox-ose/template
+++ b/srcpkgs/virtualbox-ose/template
@@ -1,7 +1,7 @@
 # Template file for 'virtualbox-ose'
 pkgname=virtualbox-ose
 version=6.1.14
-revision=3
+revision=4
 wrksrc="VirtualBox-${version%*a}"
 short_desc="General-purpose full virtualizer for x86 hardware"
 maintainer="Orphaned <orphan@voidlinux.org>"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Closed]: virtualbox-ose: make vboxservice depend on dbus
  2020-10-02 10:49 [PR PATCH] virtualbox-ose: make vboxservice depend on dbus iceaway
@ 2020-12-18 16:22 ` pullmoll
  0 siblings, 0 replies; 3+ messages in thread
From: pullmoll @ 2020-12-18 16:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 311 bytes --]

There's a closed pull request on the void-packages repository

virtualbox-ose: make vboxservice depend on dbus
https://github.com/void-linux/void-packages/pull/25277

Description:
vboxservice will give an error message if dbus is not started.
We should check that dbus is running before starting the
service.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Closed]: virtualbox-ose: make vboxservice depend on dbus
  2020-10-02  6:17 [PR PATCH] " iceaway
@ 2020-10-02 10:44 ` iceaway
  0 siblings, 0 replies; 3+ messages in thread
From: iceaway @ 2020-10-02 10:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 311 bytes --]

There's a closed pull request on the void-packages repository

virtualbox-ose: make vboxservice depend on dbus
https://github.com/void-linux/void-packages/pull/25268

Description:
vboxservice will give an error message if dbus is not started.
We should check that dbus is running before starting the
service.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-18 16:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-02 10:49 [PR PATCH] virtualbox-ose: make vboxservice depend on dbus iceaway
2020-12-18 16:22 ` [PR PATCH] [Closed]: " pullmoll
  -- strict thread matches above, loose matches on Subject: below --
2020-10-02  6:17 [PR PATCH] " iceaway
2020-10-02 10:44 ` [PR PATCH] [Closed]: " iceaway

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).