Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 966838 Details for
Bug 892178
rngd.service should behave more elegantly in the case where no hardware RNG is present
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Exit code patch
exitcode.patch (text/plain), 824 bytes, created by
Jakub Čajka
on 2014-12-10 14:53:51 UTC
(
hide
)
Description:
Exit code patch
Filename:
MIME Type:
Creator:
Jakub Čajka
Created:
2014-12-10 14:53:51 UTC
Size:
824 bytes
patch
obsolete
>diff --git a/rngd-exit-code.patch b/rngd-exit-code.patch >new file mode 100644 >index 0000000..2cda08e >--- /dev/null >+++ b/rngd-exit-code.patch >@@ -0,0 +1,12 @@ >+diff -up rng-tools-5/rngd.c.rfail rng-tools-5/rngd.c >+--- rng-tools-5/rngd.c.rfail 2014-12-10 09:18:25.333873892 +0100 >++++ rng-tools-5/rngd.c 2014-12-10 09:19:06.096070334 +0100 >+@@ -319,7 +319,7 @@ int main(int argc, char **argv) >+ message(LOG_DAEMON|LOG_ERR, >+ "Maybe RNG device modules are not loaded\n"); >+ } >+- return 1; >++ return 66; >+ } >+ >+ if (arguments->verbose) { >diff --git a/rngd.service b/rngd.service >index 3d9dcb5..33829f6 100644 >--- a/rngd.service >+++ b/rngd.service >@@ -3,6 +3,7 @@ Description=Hardware RNG Entropy Gatherer Daemon > > [Service] > ExecStart=/sbin/rngd -f >+SuccessExitStatus=66 > > [Install] > WantedBy=multi-user.target
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 892178
:
966372
| 966838