Code Monkey home page Code Monkey logo

Comments (1)

Neurozone avatar Neurozone commented on August 9, 2024 2

Found the solution, it was a hidden selinux rule:

Jul 24 13:49:53 setroubleshoot[71999]: SELinux is preventing /data/Kavita/Kavita from name_bind access on the tcp_socket port 5000. For complete SELinux messages run: sealert -l 12fee786-2741-47f5-91ca-90d301101db1 Jul 24 13:49:54 setroubleshoot[71999]: SELinux is preventing /data/Kavita/Kavita from name_bind access on the tcp_socket port 5000. ***** Plugin catchall_boolean (89.3 confidence) suggests ****************** If you want to allow httpd to access openstack ports Then you must tell SELinux about this by enabling the 'httpd_use_openstack' boolean. You can read 'httpd_selinux' man page for more details. setsebool -P httpd_use_openstack 1 ***** Plugin catchall (11.6 confidence) suggests ************************** If you believe that Kavita should be allowed name_bind access on the port 5000 tcp_socket by default. Then you should report this as a bug. You can generate a local policy module to allow this access. allow this access for now by executing: ausearch -c 'Kavita' --raw | audit2allow -M my-Kavita semodule -X 300 -i my-Kavita.pp#

needed to add
allow httpd_t commplex_main_port_t:tcp_socket name_bind;

as selinux rule

from kavita.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.