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

    Isolated Network DHCP Interface error

    Scheduled Pinned Locked Moved
    Linux Problems
    2
    4
    1.7k
    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.
    • G
      GVsurplus
      last edited by

      After rebooting my Ubuntu 12.04 Fog 0.32 server, I always manually reset the DHCP using:

      [CODE]sudo /etc/init.d/isc-dhcp-server start[/CODE]

      But for the past two reboots, the command fails and the log generates the error:

      [CODE]Dec 17 11:40:51 host-desktop dhcpd: Not configured to listen on any interfaces![/CODE]

      I’ve attempted to set the interface manually, as per [URL=‘http://fogproject.org/forum/threads/fog-setup-with-2-nics.10241/’]this thread[/URL], but that didn’t work, nor did dpkg-reconfigure.

      Any suggestions?

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

        Sounds to me like an upstart bug if anyone else wants to jump in to help all please feel free

        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
        • Tom ElliottT
          Tom Elliott
          last edited by

          Try this:

          [code]update-rc.d isc-dhcp-server disable[/code]

          Then edit the file:
          [quote]/etc/rc.local[/quote]

          Add before the exit 0 line:

          [code]sleep 30 && start isc-dhcp-server[/code]

          Restart and hopefully all things will work.[/quote]

          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
          • G
            GVsurplus
            last edited by

            [quote=“Tom Elliott, post: 40087, member: 7271”]Try this:

            [code]update-rc.d isc-dhcp-server disable[/code]

            Then edit the file:

            Add before the exit 0 line:

            [code]sleep 30 && start isc-dhcp-server[/code]

            Restart and hopefully all things will work.[/quote][/quote]

            Thank you for your help. The syslog still reads the same interface error. I looked into previous syslog files, and at one point, it read out:
            [CODE]Withdrawing address record for [IP address] on eth0
            Leaving mDNS multicast group on interface eth0
            Interface eht0 IPv4 no longer relevant for mDNS[/CODE]

            Could any of this have to do with the error?

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

            152

            Online

            12.1k

            Users

            17.3k

            Topics

            155.3k

            Posts
            Copyright © 2012-2024 FOG Project