• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    (CentOS 7 & Fog Trunk) - Cannot open UDP Socket

    Scheduled Pinned Locked Moved Unsolved
    FOG Problems
    2
    4
    1.4k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P
      Pontiac CCSD 429
      last edited by

      I followed this walk-through of CentOS 7 & Fog Trunk. (yes, I know beta…)
      http://blog.ibuddy.info/index.php/2015/06/fog-v-1-3-on-centos-7-full-install-guide/

      The deployment takes an image successfully and deploys successfully… but I’m constantly alerted upon initiating any job that “Cannot open UDP Socket: Permission denied”.

      This shows up on every task requested on the fog site… and also shows up on the imaged machine as I’m trying to pull the image just after registering the system.

      7-19-2015 5-29-53 PM.png

      Any ideas on how to correct?

      1 Reply Last reply Reply Quote 0
      • Tom ElliottT
        Tom Elliott
        last edited by

        Did you disable selinux?

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

        Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

        Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

        1 Reply Last reply Reply Quote 1
        • Tom ElliottT
          Tom Elliott
          last edited by

          I’ve recoded the wake on LAN elements in hopes to make this item operate better. I don’t know how well it will work but it shouldn’t give you a permission denied message any more. One of the biggest changes I’ve made to this is the web request is not from a single server any more. What should happen now is any/all enabled nodes will send the magicpacket that wol needs to wake up.

          This means the wol folder will not be needed and the settings as well. The other notes to this is the way it operates. Not only will a wol packet be sent by all nodes, but it also sends a packet to any/all macs associated to a host. Hopefully this will help. One of the soon to be made changes is also going to be webroot. I will make the webroot variable assigned in the db with the nodes. Why? Because the nodes all have web data that can be used. Not all nodes have to be configured with the same webroot as is currently assumed. For right now it does use the global setting.

          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG! Get in contact with me (chat bubble in the top right corner) if you want to join in.

          Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

          Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

          1 Reply Last reply Reply Quote 0
          • P
            Pontiac CCSD 429
            last edited by Pontiac CCSD 429

            @Tom Elliott: Yes, selinux was disabled and removed via:

            sed -i 's/SELINUX=enforcing/SELINUX=disabled/' /etc/sysconfig/selinux
            sed -i 's/SELINUX=enforcing/SELINUX=disabled/' /etc/selinux/config
            systemctl stop firewalld
            systemctl disable firewalld
            

            Thanks for the reply, the process isn’t being interrupted at this point. I’m not relying on WOL at the moment for my needs.

            1 Reply Last reply Reply Quote 0
            • 1 / 1
            • First post
              Last post

            247

            Online

            12.0k

            Users

            17.3k

            Topics

            155.2k

            Posts
            Copyright © 2012-2024 FOG Project