ASF Bugzilla – Attachment 36140 Details for
Bug 62697
`ExtendedStatus Off` directive when using mod_systemd causes systemctl to hang
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
(UNTESTED) Proposed Resolution
62697-proposed-resolution.patch (text/plain), 644 bytes, created by
Doug Knight
on 2018-09-07 20:41:03 UTC
(
hide
)
Description:
(UNTESTED) Proposed Resolution
Filename:
MIME Type:
Creator:
Doug Knight
Created:
2018-09-07 20:41:03 UTC
Size:
644 bytes
patch
obsolete
>Index: modules/arch/unix/mod_systemd.c >=================================================================== >--- modules/arch/unix/mod_systemd.c (revision 1840316) >+++ modules/arch/unix/mod_systemd.c (working copy) >@@ -75,6 +75,12 @@ > > if (!ap_extended_status) { > /* Nothing useful to report with ExtendedStatus disabled. */ >+ rv = sd_notifyf(0, "READY=1\n" >+ "STATUS=ExtendedStatus is disabled."); >+ if (rv < 0) { >+ ap_log_error(APLOG_MARK, APLOG_ERR, 0, s, APLOGNO() >+ "sd_notifyf returned an error %d", rv); >+ } > return DECLINED; > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 62697
: 36140