Mageia Bugzilla – Attachment 12451 Details for
Bug 28570
wine.service error at boot
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Stop wine from failing to register if systemd-binfmt.service already started
wine.patch (text/plain), 617 bytes, created by
Dave Hodgins
on 2021-03-11 02:30:31 CET
(
hide
)
Description:
Stop wine from failing to register if systemd-binfmt.service already started
Filename:
MIME Type:
Creator:
Dave Hodgins
Created:
2021-03-11 02:30:31 CET
Size:
617 bytes
patch
obsolete
>--- /etc/rc.d/init.d/wine.original 2021-01-15 13:06:07.000000000 -0500 >+++ /etc/rc.d/init.d/wine 2021-03-10 19:54:16.508660236 -0500 >@@ -29,12 +29,12 @@ > case "$1" in > start) > gprintf "Starting %s: " "$SERVICE" >- if [ -e /proc/sys/fs/binfmt_misc/windows ]; then >- failure >- echo >- gprintf "Wine Registration already enabled!\n" >- exit 1 >- fi >+# if [ -e /proc/sys/fs/binfmt_misc/windows ]; then >+# failure >+# echo >+# gprintf "Wine Registration already enabled!\n" >+# exit 1 >+# fi > /sbin/modprobe binfmt_misc &>/dev/null > RETVAL=$? > echo ':windows:M::MZ::/usr/bin/wine:' >/proc/sys/fs/binfmt_misc/register
--- /etc/rc.d/init.d/wine.original 2021-01-15 13:06:07.000000000 -0500 +++ /etc/rc.d/init.d/wine 2021-03-10 19:54:16.508660236 -0500 @@ -29,12 +29,12 @@ case "$1" in start) gprintf "Starting %s: " "$SERVICE" - if [ -e /proc/sys/fs/binfmt_misc/windows ]; then - failure - echo - gprintf "Wine Registration already enabled!\n" - exit 1 - fi +# if [ -e /proc/sys/fs/binfmt_misc/windows ]; then +# failure +# echo +# gprintf "Wine Registration already enabled!\n" +# exit 1 +# fi /sbin/modprobe binfmt_misc &>/dev/null RETVAL=$? echo ':windows:M::MZ::/usr/bin/wine:' >/proc/sys/fs/binfmt_misc/register
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 28570
: 12451