Navigation


Changeset 617:c16583e80ffe in freeDiameter for contrib


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

Location:
contrib/nightly_tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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.