public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/virtualbox-guest-additions] alext-upd-to-7.2.12: Fix wrong path to modprobe !
Date: Sun, 12 Jul 2026 20:58:00 GMT	[thread overview]
Message-ID: <178388988079.1.18205289905881492725.rpms-virtualbox-guest-additions-99fa69b61a5d@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/virtualbox-guest-additions
            Branch : alext-upd-to-7.2.12
            Commit : 99fa69b61a5dbd611ca94f4a1462998d0f2e252a
            Author : Sérgio M. Basto <sergio@serjux.com>
            Date   : 2020-06-10T15:17:58+01:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/virtualbox-guest-additions/c/99fa69b61a5dbd611ca94f4a1462998d0f2e252a?branch=alext-upd-to-7.2.12

            Log:
            Fix wrong path to modprobe !

"Failed at step EXEC spawning /usr/bin/modprobe: No such file or directory"

---
diff --git a/vboxservice.service b/vboxservice.service
index 8dcbf03..dcc3200 100644
--- a/vboxservice.service
+++ b/vboxservice.service
@@ -4,7 +4,7 @@ ConditionVirtualization=|oracle
 
 [Service]
 Type=simple
-ExecStartPre=-/usr/bin/modprobe vboxguest
+ExecStartPre=-/usr/sbin/modprobe vboxguest
 ExecStart=/usr/sbin/VBoxService -f
 Restart=on-failure
 

                 reply	other threads:[~2026-07-12 20:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=178388988079.1.18205289905881492725.rpms-virtualbox-guest-additions-99fa69b61a5d@fedoraproject.org \
    --to=git-commits@fedoraproject.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