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

FOG Node - getversion.php Missing

Scheduled Pinned Locked Moved Unsolved
FOG Problems
3
22
4.8k
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
    Wayne Workman @RobTitian16
    last edited by Oct 3, 2016, 5:47 PM

    @RobTitian16 Can you successfully ping the main fog server from this problematic storage node?

    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 0
    • T
      Tom Elliott
      last edited by Oct 3, 2016, 5:49 PM

      More often than not, this is because of the “bind-address” configuration setting in /etc/my.cnf (your location might be /etc/mysql/my.cnf, or elsewhere from however ubuntu decides to layout the configuration).

      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

      W R 2 Replies Last reply Oct 3, 2016, 6:06 PM Reply Quote 1
      • W
        Wayne Workman @Tom Elliott
        last edited by Oct 3, 2016, 6:06 PM

        @Tom-Elliott What is the preference at the moment? 127.0.0.1 or localhost ?

        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/

        T 1 Reply Last reply Oct 3, 2016, 6:36 PM Reply Quote 0
        • T
          Tom Elliott @Wayne Workman
          last edited by Oct 3, 2016, 6:36 PM

          @Wayne-Workman YOu should remove bind-address entirely.

          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
          • R
            RobTitian16 @Tom Elliott
            last edited by RobTitian16 Oct 4, 2016, 4:16 AM Oct 4, 2016, 10:15 AM

            @Tom-Elliott 0_1475575997253_Capture.PNG

            bind-address already seems to be commented out. Is there anything else I can check?
            And yes, I can ping the server perfectly fine from the problematic node.

            I wonder if it’s the way I installed the storage node? I did:

            cd /opt
            sudo wget http://downloads.sourceforge.net/freeghost/fog_1.2.0.tar.gz
            sudo tar -xvzf fog_1.2.0.tar.gz
            cd fog_1.2.0/
            cd bin
            sudo ./installfog.sh

            And then from the installation menu, selected to install the node.
            I’m currently running Ubuntu 14.04, the same as my FOG server.
            Perhaps I need to update the version of the FOG storage node? Is it the same process as updating the FOG server?

            T W 2 Replies Last reply Oct 4, 2016, 10:43 AM Reply Quote 0
            • T
              Tom Elliott @RobTitian16
              last edited by Oct 4, 2016, 10:43 AM

              @RobTitian16 If bind-address is already commented, then you might need to change the ‘fogstorage’@‘%’ password.

              I think you can do this if you login as the mysql ‘root’ user.

              mysql -u root
              SET PASSWORD FOR 'fogstorage'@'%' = PASSWORD('fs22290863734');
              exit
              

              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

              R 1 Reply Last reply Oct 4, 2016, 11:44 AM Reply Quote 0
              • R
                RobTitian16 @Tom Elliott
                last edited by Oct 4, 2016, 11:44 AM

                @Tom-Elliott I tried doing that, but I receive the following error:

                0_1475581444954_Capture.PNG

                As you can see, I then tried to find the file it referenced, but it seems like it hasn’t been installed… have I installed the FOG node wrong somehow?

                T 1 Reply Last reply Oct 4, 2016, 12:22 PM Reply Quote 0
                • T
                  Tom Elliott @RobTitian16
                  last edited by Oct 4, 2016, 12:22 PM

                  @RobTitian16 You need to run that on the main server, not the node.

                  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

                  R 1 Reply Last reply Oct 4, 2016, 1:57 PM Reply Quote 0
                  • R
                    RobTitian16 @Tom Elliott
                    last edited by Oct 4, 2016, 1:57 PM

                    @Tom-Elliott Ah, thanks for that. I can now run: mysql -h hostHere -u userHere -pPasswordhere -D fog on the node and connect in to the database on the FOG server. However, it’s still not showing correctly on the GUI… it’s still showing the same thing, even when using the same credentials to add the storage node.

                    T 1 Reply Last reply Oct 4, 2016, 2:19 PM Reply Quote 0
                    • T
                      Tom Elliott @RobTitian16
                      last edited by Oct 4, 2016, 2:19 PM

                      @RobTitian16 That’s because the file simply doesn’t exist on the remote node.

                      For the node that’s giving the issue can you run:

                      rm -rf /var/www/fog /var/www/html/fog
                      

                      Update your fog installation folder as needed (either git pull or svn up) and rerun the installer?

                      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

                      R 1 Reply Last reply Oct 4, 2016, 3:19 PM Reply Quote 0
                      • R
                        RobTitian16 @Tom Elliott
                        last edited by Oct 4, 2016, 3:19 PM

                        @Tom-Elliott Excellent - that’s fixed it! Many thanks 🙂

                        1 Reply Last reply Reply Quote 0
                        • W
                          Wayne Workman @RobTitian16
                          last edited by Oct 4, 2016, 6:24 PM

                          @RobTitian16 said in FOG Node - getversion.php Missing:

                          I wonder if it’s the way I installed the storage node? I did:
                          cd /opt
                          sudo wget http://downloads.sourceforge.net/freeghost/fog_1.2.0.tar.gz
                          sudo tar -xvzf fog_1.2.0.tar.gz
                          cd fog_1.2.0/
                          cd bin
                          sudo ./installfog.sh

                          A 1.2.0 storage node will never work right with a 1.3.0 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!
                          Daily Clean Installation Results:
                          https://fogtesting.fogproject.us/
                          FOG Reporting:
                          https://fog-external-reporting-results.fogproject.us/

                          R 1 Reply Last reply Oct 5, 2016, 8:44 AM Reply Quote 0
                          • R
                            RobTitian16 @Wayne Workman
                            last edited by Oct 5, 2016, 8:44 AM

                            @Wayne-Workman Indeed - many thanks for your help 🙂

                            1 Reply Last reply Reply Quote 0
                            • 1
                            • 2
                            • 1 / 2
                            1 / 2
                            • First post
                              19/22
                              Last post

                            191

                            Online

                            12.1k

                            Users

                            17.3k

                            Topics

                            155.4k

                            Posts
                            Copyright © 2012-2024 FOG Project