Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 855059 Details for
Bug 998682
SELinux denial when starting rabbitmq-server service
[?]
New
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.rh83 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]
Use ephemeral port for probing
0001-Use-ephemeral-port-for-probing.patch (text/plain), 1.79 KB, created by
John Eckersberg
on 2014-01-24 15:50:22 UTC
(
hide
)
Description:
Use ephemeral port for probing
Filename:
MIME Type:
Creator:
John Eckersberg
Created:
2014-01-24 15:50:22 UTC
Size:
1.79 KB
patch
obsolete
>From 0cd8e6ca6aa5113802424ebdc555036d881d0234 Mon Sep 17 00:00:00 2001 >From: John Eckersberg <jeckersb@redhat.com> >Date: Fri, 24 Jan 2014 10:47:03 -0500 >Subject: [PATCH] Use ephemeral port for probing > >--- > rabbitmq-probe-ephemeral-port.patch | 12 ++++++++++++ > rabbitmq-server.spec | 5 +++++ > 2 files changed, 17 insertions(+), 0 deletions(-) > create mode 100644 rabbitmq-probe-ephemeral-port.patch > >diff --git a/rabbitmq-probe-ephemeral-port.patch b/rabbitmq-probe-ephemeral-port.patch >new file mode 100644 >index 0000000..65ca2ac >--- /dev/null >+++ b/rabbitmq-probe-ephemeral-port.patch >@@ -0,0 +1,12 @@ >+diff -Naur rabbitmq-server-3.1.5.orig/src/rabbit_networking.erl rabbitmq-server-3.1.5/src/rabbit_networking.erl >+--- rabbitmq-server-3.1.5.orig/src/rabbit_networking.erl 2014-01-24 10:24:25.488664673 -0500 >++++ rabbitmq-server-3.1.5/src/rabbit_networking.erl 2014-01-24 10:24:58.475664551 -0500 >+@@ -39,7 +39,7 @@ >+ >+ -define(SSL_TIMEOUT, 5). %% seconds >+ >+--define(FIRST_TEST_BIND_PORT, 10000). >++-define(FIRST_TEST_BIND_PORT, 32768). >+ >+ %%---------------------------------------------------------------------------- >+ >diff --git a/rabbitmq-server.spec b/rabbitmq-server.spec >index 85ce595..cb5101f 100644 >--- a/rabbitmq-server.spec >+++ b/rabbitmq-server.spec >@@ -35,6 +35,10 @@ Requires(preun):chkconfig > Requires(preun):initscripts > %endif > >+# https://bugzilla.redhat.com/show_bug.cgi?id=998682 >+# https://bugzilla.redhat.com/show_bug.cgi?id=1032595#c8 >+Patch0: rabbitmq-probe-ephemeral-port.patch >+ > %description > RabbitMQ is an implementation of AMQP, the emerging standard for high > performance enterprise messaging. The RabbitMQ server is a robust and >@@ -52,6 +56,7 @@ scalable implementation of an AMQP broker. > > %prep > %setup -q >+%patch0 -p1 > > %build > cp %{S:2} %{_rabbit_wrapper} >-- >1.7.1 >
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 998682
: 855059