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

    Installation woes: dhcp...Failed!

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    5
    42
    19.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.
    • JJ FullmerJ
      JJ Fullmer Testers
      last edited by JJ Fullmer

      what dhcp package are you trying to install with yum?
      And, since you’re new to the install, are you sure you want DHCP on the FOG server? Do you not already have a dhcp server on your network?

      K 1 Reply Last reply Reply Quote 2
      • K
        kbramhall @JJ Fullmer
        last edited by

        @Arrowhead-IT We are utilizing this FOG server to push a basic FreeBSD image to a large number of NAS drives that will be using an isolated subnet so we figured we’d just use the FOG server to run DHCP. I’ll check with our networking team to see if they can allow the FOG server to utilize its services.

        I simply tried: yum install dhcp
        but that fails with the same error as the FOG install: Errno 256 No more mirrors to try.

        Wayne WorkmanW JJ FullmerJ 2 Replies Last reply Reply Quote 0
        • Wayne WorkmanW
          Wayne Workman @kbramhall
          last edited by

          @kbramhall Isolated subnet? Does it have an internet connection?

          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!
          Daily Clean Installation Results:
          https://fogtesting.fogproject.us/
          FOG Reporting:
          https://fog-external-reporting-results.fogproject.us/

          K 1 Reply Last reply Reply Quote 2
          • george1421G
            george1421 Moderator
            last edited by

            This post is deleted!
            1 Reply Last reply Reply Quote 0
            • JJ FullmerJ
              JJ Fullmer Testers @kbramhall
              last edited by JJ Fullmer

              @kbramhall
              I’m not 100% sure if the package is the same in redhat as it is in debian, but in debian its
              sudo apt-get isc-dhcp-server

              so maybe try

              yum install isc-dhcp-server
              

              I’ve had a problem where it wasn’t installing the dhcp package on debian too on a test DHCP style install a couple weeks ago and installing the package manually fixed the problem for me. But then I ended up not using the DHCP on fog.

              Wayne WorkmanW K 2 Replies Last reply Reply Quote 1
              • K
                kbramhall @Wayne Workman
                last edited by

                @Wayne-Workman Installing 1.2.0 and we are not using a proxy server.

                1 Reply Last reply Reply Quote 0
                • george1421G
                  george1421 Moderator
                  last edited by george1421

                  ok then lets confirm a few things.

                  You want FOG to be the dhcp and/or dns server for your subnet? Or do you have an existing infrastructure already in place? If you have an existing infrastructure in place AND/OR you are not doing PXE booting then you can skip the dhcp and dns configurations.

                  K JJ FullmerJ 2 Replies Last reply Reply Quote 0
                  • K
                    kbramhall @Wayne Workman
                    last edited by

                    @Wayne-Workman Yes it does. Once the install/services are up and running we’ll take it off of the public facing IP and throw an internal IP on it.

                    1 Reply Last reply Reply Quote 0
                    • K
                      kbramhall @george1421
                      last edited by

                      @george1421 We are hoping to use PXE booting for these NAS devices using this FOG server to push a FreeBSD image over an isolated subnet.

                      george1421G 1 Reply Last reply Reply Quote 0
                      • Wayne WorkmanW
                        Wayne Workman @JJ Fullmer
                        last edited by Wayne Workman

                        @Arrowhead-IT in RHEL 7 / Fedora 19+ / CentOS 7 it’s just yum install dhcp

                        @kbramhall I know you said you weren’t behind a proxy - but we’ve heard/seen the issue you’re describing several times and more times than not it’s because of a proxy server / web filter / firewall higher up on the network that’s blocking access to repositories and mirrors.

                        Can you make double sure?

                        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!
                        Daily Clean Installation Results:
                        https://fogtesting.fogproject.us/
                        FOG Reporting:
                        https://fog-external-reporting-results.fogproject.us/

                        1 Reply Last reply Reply Quote 3
                        • george1421G
                          george1421 Moderator @kbramhall
                          last edited by

                          @kbramhall How about the part, do you need FOG to be the dhcp and dns server for the subnet where it will exist? I want to ensure that you REALLY need both dhcp and dns setup. Sorry for being picky here, but since this is your first time with fog I want to ensure we know how you need it setup.

                          1 Reply Last reply Reply Quote 0
                          • JJ FullmerJ
                            JJ Fullmer Testers @george1421
                            last edited by

                            @george1421 said:

                            ok then lets confirm a few things.

                            You want FOG to be the dhcp server for your subnet?

                            Just so you know. The reason I chose not to use DHCP with FOG is because I had the mistaken assumption that FOG would automatically manage it in some way, or that the gui would have some control over it. It does not, you’ll be doing a bunch of manual configuration. It added some small configuration and did get it passing out ip addresses, which may be enough for you. But just be aware that you’ll likely have to do some more manual configuration of the DHCP. Not that that is all that hard nor undocumented on the internet, just wanted to make sure you’re aware.

                            Wayne WorkmanW K 2 Replies Last reply Reply Quote 1
                            • K
                              kbramhall @JJ Fullmer
                              last edited by

                              @Arrowhead-IT Unfortunately that failed as well. I’m thinking there may be an underlying networking issue that I’ll work on with our networking team. Either way even if dhcp isn’t running on this server shouldn’t I still be able to get to http://xxx/xxx/xxx/fog ?

                              JJ FullmerJ george1421G 2 Replies Last reply Reply Quote 0
                              • JJ FullmerJ
                                JJ Fullmer Testers @kbramhall
                                last edited by

                                This post is deleted!
                                1 Reply Last reply Reply Quote 0
                                • george1421G
                                  george1421 Moderator @kbramhall
                                  last edited by george1421

                                  @kbramhall If fog doesn’t fully setup the first time then no it will not display the console login.

                                  I would suggest that you go back from the beginning and select no for dns and no for dhcp. You can set those up later if you really need them. The packages are downloaded and installed then the database is configured then the apache settings are configured.

                                  K 1 Reply Last reply Reply Quote 2
                                  • Wayne WorkmanW
                                    Wayne Workman @JJ Fullmer
                                    last edited by

                                    @Arrowhead-IT said:

                                    Just so you know. The reason I chose not to use DHCP with FOG is because I had the mistaken assumption that FOG would automatically manage it in some way, or that the gui would have some control over it. It does not, you’ll be doing a bunch of manual configuration.

                                    I guess now is as good a time as ever to say I’m working on an add-on that does just this.

                                    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!
                                    Daily Clean Installation Results:
                                    https://fogtesting.fogproject.us/
                                    FOG Reporting:
                                    https://fog-external-reporting-results.fogproject.us/

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

                                      I still feel this needs to be addressed.
                                      @Wayne-Workman said:

                                      @kbramhall Isolated subnet? Does it have an internet connection?

                                      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
                                      • K
                                        kbramhall @george1421
                                        last edited by

                                        @george1421 I’ll give that a shot. Thanks

                                        Tom ElliottT 1 Reply Last reply Reply Quote 0
                                        • K
                                          kbramhall @JJ Fullmer
                                          last edited by

                                          @Arrowhead-IT That is good to know. I am pretty sure all we need is to push IPs from a given IP pool to each of these devices.

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

                                            @kbramhall All of this banter is going to go nowhere if the network you’re trying to install this thru does not have Internet access.

                                            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

                                            K 1 Reply Last reply Reply Quote 1
                                            • 1
                                            • 2
                                            • 3
                                            • 1 / 3
                                            • First post
                                              Last post

                                            160

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project