public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox-modules/files/
Date: Tue, 13 Nov 2018 08:33:35 +0000 (UTC)	[thread overview]
Message-ID: <1542098007.9bf27fc3a7bf3fd1312c0700e1f53c83edc9e5b4.polynomial-c@gentoo> (raw)

commit:     9bf27fc3a7bf3fd1312c0700e1f53c83edc9e5b4
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 13 04:56:23 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Nov 13 08:33:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf27fc3

app-emulation/virtualbox-modules: change module load order

vboxnetadp, vboxnetflt and vboxpci depend on vboxdrv
Module                  Size  Used by
vboxdrv               425984  3 vboxpci,vboxnetadp,vboxnetflt

But since OpenRC commit d70b1c55b67b44b98c23ceed25bc428481f7e00a
modprobe is run with '--first-time' option, thus produsing harmless,
but stil nasty looking error: '* Failed to load vboxdrv' on boot

This commit changes module load order to prevent seeing the error.
This does not change behavior on older openrc systems.

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 app-emulation/virtualbox-modules/files/virtualbox.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/virtualbox-modules/files/virtualbox.conf b/app-emulation/virtualbox-modules/files/virtualbox.conf
index 452f0a9ff3e..c8c79a24988 100644
--- a/app-emulation/virtualbox-modules/files/virtualbox.conf
+++ b/app-emulation/virtualbox-modules/files/virtualbox.conf
@@ -1,4 +1,4 @@
+vboxdrv
 vboxnetflt
 vboxnetadp
-vboxdrv
 vboxpci


             reply	other threads:[~2018-11-13  8:33 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-13  8:33 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-05  4:47 [gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox-modules/files/ Viorel Munteanu
2023-06-01 15:57 Viorel Munteanu
2021-04-25 12:59 Conrad Kostecki
2021-02-22 21:44 Louis Sautier
2020-05-05 15:04 Lars Wendler
2019-02-06  9:32 Lars Wendler
2017-09-02 14:27 Michael Palimaka
2016-08-11  8:09 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1542098007.9bf27fc3a7bf3fd1312c0700e1f53c83edc9e5b4.polynomial-c@gentoo \
    --to=polynomial-c@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox