Navigation


Changeset 617:c16583e80ffe in freeDiameter


Ignore:
Timestamp:
Dec 3, 2010, 3:00:30 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Update documentation for Fedora systems where SELinux prevents binding the SCTP socket

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • INSTALL.Fedora

    r612 r617  
    3232# make
    3333
     34NOTE: You may need to change something in SELinux to allow binding the SCTP socket on Diameter port.
     35The following command is the very naive way to do it, you can probably do better (feedback appreciated!)
     36# setenforce Permissive
     37
    3438
    3539There is currently no Fedora-specific package for freeDiameter.
  • contrib/nightly_tests/README

    r613 r617  
    2929        $ sudo yum install wget
    3030        $ sudo yum install `wget http://www.freediameter.net/hg/freeDiameter/raw-file/tip/contrib/nightly_tests/prereqs.fedora -O - | grep -v -e "^#"`
     31       
     32     You may also have issues with SELinux later, an easy workaround is to disable it (until better solution)
     33        # setenforce Permissive
    3134       
    3235
  • contrib/nightly_tests/prereqs.fedora

    r613 r617  
    99#   service postgresql initdb
    1010#   chkconfig --level 345 postgresql on
     11
     12# To allow SCTP sockets to be bound in SELinux, I don't know the command,
     13# so let's disable SELinux for the moment:
     14#   setenforce Permissive
Note: See TracChangeset for help on using the changeset viewer.