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 942651 Details for
Bug 1113509
radiusd aborts when it has no proxy response with active snmp traps
[?]
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]
reproducer patch for 3.0.4
bz1113509-3.0.4.patch (text/plain), 1.70 KB, created by
Nikolai Kondrashov
on 2014-09-30 09:36:02 UTC
(
hide
)
Description:
reproducer patch for 3.0.4
Filename:
MIME Type:
Creator:
Nikolai Kondrashov
Created:
2014-09-30 09:36:02 UTC
Size:
1.70 KB
patch
obsolete
>--- a/runtest.sh 2014-08-06 18:08:39.000000000 +0300 >+++ b/runtest.sh 2014-09-29 18:11:34.000000000 +0300 >@@ -188,9 +188,9 @@ > # change port of localhost home_server > sed -i 's/port =.*/port = 18132/' /tmp/raddb1/proxy.conf > # update auth port (second occurance of 'port =' in the file) >- awk '/port =/{c+=1}{if(c==2){sub("port =.*","port = 18132",$0)};print}' /tmp/raddb1/sites-enabled/default > default1 >+ awk '/port =/{c+=1}{if(c==2 || c==4){sub("port =.*","port = 18132",$0)};print}' /tmp/raddb1/sites-enabled/default > default1 > # update acct port (third occurance of '.port =' in the file) >- awk '/port =/{c+=1}{if(c==3){sub("port =.*","port = 18133",$0)};print}' default1 > /tmp/raddb1/sites-enabled/default >+ awk '/port =/{c+=1}{if(c==3 || c==5){sub("port =.*","port = 18133",$0)};print}' default1 > /tmp/raddb1/sites-enabled/default > > # correctly setup selinux context and group owner > chcon -R --reference=/etc/raddb/ /tmp/raddb2/ >@@ -200,9 +200,9 @@ > # change port of localhost home_server > sed -i 's/port =.*/port = 18142/' /tmp/raddb2/proxy.conf > # update auth port (second occurance of 'port =' in the file) >- awk '/port =/{c+=1}{if(c==2){sub("port =.*","port = 18142",$0)};print}' /tmp/raddb2/sites-enabled/default > default2 >+ awk '/port =/{c+=1}{if(c==2 || c==4){sub("port =.*","port = 18142",$0)};print}' /tmp/raddb2/sites-enabled/default > default2 > # update acct port (third occurance of '.port =' in the file) >- awk '/port =/{c+=1}{if(c==3){sub("port =.*","port = 18143",$0)};print}' default2 > /tmp/raddb2/sites-enabled/default >+ awk '/port =/{c+=1}{if(c==3 || c==5){sub("port =.*","port = 18143",$0)};print}' default2 > /tmp/raddb2/sites-enabled/default > > # add users for testing > for i in `seq 50 60`; do
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 1113509
: 942651