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

    CentOS 7 Installation Problems

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    3
    11
    1.2k
    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.
    • W
      wanderbread
      last edited by wanderbread

      After not being able to get the install to complete on Ubuntu 18 or 16 due to inability to download binaries, I decided to give the CentOS install a shot. While it went better in terms of not having to deal with sourcing some of the required packages that are deprecated, the install is still failing at the
      * Downloading binaries needed.................................Failed!

      I’ve included the error log for the attempted CentOS install.
      0_1530198049150_fog_error_1.5.4.log

      Is there a way that I can download the binaries manually?

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

        Does your fog server have direct internet access or is it via a proxy server?

        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!

        W 1 Reply Last reply Reply Quote 0
        • W
          wanderbread @george1421
          last edited by

          @george1421 Thanks for the reply, it has direct access.

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

            @wanderbread Can your fog computer ping www.fogproject.org?

            I’m also not seeing anything in the log that states it can’t download the binaries either. I know the binary file goes into the root of the installer directory. Let me see if I can find out where they exist in the fogproject world.

            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!

            W 2 Replies Last reply Reply Quote 0
            • W
              wanderbread @george1421
              last edited by

              @george1421 So this is interesting… I’m able to ping machines on our local network, but I cannot ping www.fogproject.org.
              That said, the machine definitely has internet access (as I am currently posting this from said machine).

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

                @wanderbread What is the default route for the fog server? This may be simply a networking issue .

                You also disabled the centos firewall and set setlinux to permissive didn’t you?

                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!

                W 1 Reply Last reply Reply Quote 0
                • W
                  wanderbread @george1421
                  last edited by wanderbread

                  @george1421 I’m able to ping google by URL, but not fogproject. However, I am able to ping it by the IP listed.

                  [root@localhost ~]# ping google.com
                  PING google.com (172.217.8.174) 56(84) bytes of data.
                  64 bytes from ord37s08-in-f14.1e100.net (172.217.8.174): icmp_seq=5 ttl=56 time=8.09 ms
                  64 bytes from ord37s08-in-f14.1e100.net (172.217.8.174): icmp_seq=6 ttl=56 time=8.18 ms
                  64 bytes from ord37s08-in-f14.1e100.net (172.217.8.174): icmp_seq=7 ttl=56 time=8.13 ms
                  64 bytes from ord37s08-in-f14.1e100.net (172.217.8.174): icmp_seq=8 ttl=56 time=8.20 ms
                  ^X64 bytes from ord37s08-in-f14.1e100.net (172.217.8.174): icmp_seq=9 ttl=56 time=8.13 ms
                  ^C
                  --- google.com ping statistics ---
                  9 packets transmitted, 5 received, 44% packet loss, time 8019ms
                  rtt min/avg/max/mdev = 8.099/8.152/8.204/0.120 ms
                  [root@localhost ~]# ping google.com
                  PING google.com (172.217.8.174) 56(84) bytes of data.
                  64 bytes from ord37s08-in-f14.1e100.net (172.217.8.174): icmp_seq=4 ttl=56 time=8.15 ms
                  64 bytes from ord37s08-in-f14.1e100.net (172.217.8.174): icmp_seq=5 ttl=56 time=8.20 ms
                  64 bytes from ord37s08-in-f14.1e100.net (172.217.8.174): icmp_seq=6 ttl=56 time=8.16 ms
                  ^X64 bytes from ord37s08-in-f14.1e100.net (172.217.8.174): icmp_seq=7 ttl=56 time=8.20 ms
                  ^C
                  [root@localhost ~]# ping www.fogproject.org
                  PING fogproject.org (162.213.199.177) 56(84) bytes of data.
                  ^C
                  --- fogproject.org ping statistics ---
                  49 packets transmitted, 0 received, 100% packet loss, time 48010ms
                  [root@localhost git]# ping 172.217.8.174
                  PING 172.217.8.174 (172.217.8.174) 56(84) bytes of data.
                  64 bytes from 172.217.8.174: icmp_seq=3 ttl=56 time=8.26 ms
                  64 bytes from 172.217.8.174: icmp_seq=4 ttl=56 time=8.13 ms
                  64 bytes from 172.217.8.174: icmp_seq=5 ttl=56 time=8.13 ms
                  ^C
                  --- 172.217.8.174 ping statistics ---
                  5 packets transmitted, 3 received, 40% packet loss, time 4002ms
                  rtt min/avg/max/mdev = 8.136/8.178/8.262/0.119 ms
                  
                  
                  1 Reply Last reply Reply Quote 0
                  • W
                    wanderbread @george1421
                    last edited by

                    @george1421 I was following the guide here:
                    https://wiki.fogproject.org/wiki/index.php?title=CentOS_7

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

                      @wanderbread well that may not have been a great test. I can’t ping www.fogproject.org either. But the site is up because I can connect via https.

                      @Developers, do you have any idea why the binaries would not be downloading during install? Its happening on both ubuntu and centos distros?

                      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!

                      1 Reply Last reply Reply Quote 0
                      • mparletteM
                        mparlette
                        last edited by

                        @wanderbread I am not sure what is going on but I was extremely happy with the CentOS 7 install. Make sure to follow the specific install instructions for the flavor. I was able to blow it all away and rebuild the server within a few hours no problems. Good luck.

                        W 1 Reply Last reply Reply Quote 1
                        • W
                          wanderbread @mparlette
                          last edited by wanderbread

                          @mparlette @george1421 Thanks. I’m not sure what the issue was, but I believe it to have been network related. I didn’t realize it initially when I posted but the pings I was doing, showed dropped packets galore (even while some were successful). I’m working my way through the install guide after creating a new VM, and so far it’s looking alright. No packet loss on an initial test ping. We’ll see what happens when I start the FOG installer!

                          EDIT:
                          SUCCESS!

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

                          159

                          Online

                          12.0k

                          Users

                          17.3k

                          Topics

                          155.2k

                          Posts
                          Copyright © 2012-2024 FOG Project