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

    Downloading binaries needed..... Failed!

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    3
    23
    3.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.
    • N
      nvdp2002 @george1421
      last edited by

      @george1421 Just wanted to let you know it can connect now. The HTTPS proxy was nonstandard. Thanks for taking the time to help with this. Ill let you know if the install completes this time. Thank you very much.

      1 Reply Last reply Reply Quote 0
      • N
        nvdp2002 @Sebastian Roth
        last edited by

        @Sebastian-Roth Hi. Seems to be working now. Thanks for your time. Its very much appreciated. Ill let you know how the install goes this time round.

        1 Reply Last reply Reply Quote 0
        • N
          nvdp2002 @george1421
          last edited by

          @george1421 Hi.
          So your file come through fine
          $ wget https://fogproject.org/kernels/Kernel.TomElliott.4.19.6.64
          –2019-04-29 09:13:03-- https://fogproject.org/kernels/Kernel.TomElliott.4.19.6.64
          Connecting to 172.25.3.42:8080… connected.
          Proxy request sent, awaiting response… 200 OK
          Length: 8368800 (8.0M) [application/octet-stream]
          Saving to: ‘Kernel.TomElliott.4.19.6.64’

          Kernel.TomElliott.4 100%[===================>] 7.98M 1.90MB/s in 4.2s

          2019-04-29 09:13:09 (1.90 MB/s) - ‘Kernel.TomElliott.4.19.6.64’ saved [8368800/8368800]

          But i still get the binaries failed line when running the install.

          So close…

          1 Reply Last reply Reply Quote 0
          • S
            Sebastian Roth Moderator
            last edited by

            @nvdp2002 The installer uses curl instead of wget but both usually make use of the same environment variables. Please try this:

            curl -ko /tmp/Kernel.TomElliott.4.19.6.64 https://fogproject.org/kernels/Kernel.TomElliott.4.19.6.64
            

            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

            N 1 Reply Last reply Reply Quote 0
            • N
              nvdp2002 @Sebastian Roth
              last edited by

              @Sebastian-Roth Hi, That worked aswell.

              $ curl -ko /tmp/Kernel.TomElliott.4.19.6.64 https://fogproject.org/kernels/Kernel.TomElliott.4.19.6.64
              % Total % Received % Xferd Average Speed Time Time Time Current
              Dload Upload Total Spent Left Speed
              100 8172k 100 8172k 0 0 2329k 0 0:00:03 0:00:03 --:–:-- 2329k

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

                @nvdp2002 So if curl is working then so should the fog installer. It is still failing?

                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!

                N 1 Reply Last reply Reply Quote 0
                • N
                  nvdp2002 @george1421
                  last edited by nvdp2002

                  @george1421 Yes still failing.
                  This was the last line in the log file:
                  Apr 29 12:33:54 vmubuntu systemd[1]: Starting MySQL Community Server…
                  Apr 29 12:33:55 vmubuntu systemd[1]: Started MySQL Community Server.
                  ERROR 1396 (HY000) at line 1: Operation ALTER USER failed for ‘root’@‘127.0.0.1’

                  Does that help ?

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

                    @nvdp2002 well now that tells us you got passed the downloading issue and now for some reason mysql is giving you a problem.

                    Since you are running on ubuntu, I guess we can assume that this issue is coming into play. https://forums.fogproject.org/topic/10006/ubuntu-is-fog-s-enemy

                    The issue is fog assumes that the root user shouldn’t have a password where if it does the mysql commands will fail. Ubuntu is changing the default when an update is applied so fog is now out of sync with what ubuntu installed.

                    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
                    • S
                      Sebastian Roth Moderator
                      last edited by

                      @nvdp2002 said in Downloading binaries needed..... Failed!:

                      ERROR 1396 (HY000) at line 1: Operation ALTER USER failed for ‘root’@‘127.0.0.1’

                      This might be ok on Ubuntu. I am not exactly sure at the moment. We try different mysql commands at that stage and one or the other might fail.

                      Please take a picture of the installer output you see on screen as well so we know exactly where it fails.

                      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

                      N 1 Reply Last reply Reply Quote 0
                      • N
                        nvdp2002 @Sebastian Roth
                        last edited by

                        @Sebastian-Roth

                        Hi Sebastian, Sorry for the slow response.
                        Ive attached the log files.

                        That seems to have the same output.

                        foginstall.log fog_error_1.5.5.log

                        1 Reply Last reply Reply Quote 0
                        • S
                          Sebastian Roth Moderator
                          last edited by

                          @nvdp2002 The last we see in the log is Is the MySQL password blank? (Y/n) - how do you answer the question? Do you know the password of your database? Is it blank or set?

                          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
                          • 1
                          • 2
                          • 2 / 2
                          • First post
                            Last post

                          179

                          Online

                          12.1k

                          Users

                          17.3k

                          Topics

                          155.3k

                          Posts
                          Copyright © 2012-2024 FOG Project