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

    SubProcess -> mirror: Fatal error: max-retries exceeded

    Scheduled Pinned Locked Moved
    FOG Problems
    2
    14
    10.6k
    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.
    • Tom ElliottT
      Tom Elliott
      last edited by

      I’m guessing you then have a FOG Storage Node that is reporting back to the Main server? Though you can ftp to the node, can you actually perform any tasks, such as copy data to and from the server? It’s my guess that, even though you can log in, chances are permissions to the location are not correct, which would, seems to me, cause this issue.

      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
      • TreyBentleyT
        TreyBentley
        last edited by

        Thanks for the reply.

        I can confirm that we are able to mkdir, rmdir, get, and put multiple files to and from the server… from the node.

        However, we can only ftp from the server to the node using the account credentials we setup during the OS installation. Using the ‘fogstorage’ and ‘fsXXXX’ that the installfog.sh script gave us returns access denied. Besides, I am under the impression those are the node’s MySQL credentials, not ftp credentials, in the first place.

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

          That is absolutely correct.

          To ftp, you need an actual user account on the node machine.

          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

            You could create a fogstorage user with the fogstorage password if you so choose, but I think it’d just be easier to put the management username and password as what you setup the system with.

            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
            • TreyBentleyT
              TreyBentley
              last edited by

              We have a user account on the node, and we can perform what we need to perform in ftp via the initial system setup account, no problem, from the server. But where, in Fog, do I tell the main server what that username and password is for the node’s ftp?

              Besides which, I’m not getting any Login errors in the log files

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

                Under storage Management-><Choose Your Node>->Username and Password

                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
                • TreyBentleyT
                  TreyBentley
                  last edited by

                  But the Wiki said to put there what the script spit out…
                  Link: [url]http://www.fogproject.org/wiki/index.php/Managing_FOG#Adding_a_Storage_Node[/url]

                  Or am I misinterpreting?

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

                    I’m thinking it’s being misinterpreted.

                    You can’t ftp using a mysql username if ftp isn’t setup to authenticate thru that method.

                    I think the time you’re using the fogstorage and password is when it’s asking you for mysql username and password.

                    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
                    • TreyBentleyT
                      TreyBentley
                      last edited by

                      Okay… so I updated the management username and password in the Fog GUI. I then ran:
                      [code]sudo service FOGImageReplicator restart[/code]
                      and the error is still the same as when I first started this thread 😞
                      Any other troubleshooting I can try?

                      1 Reply Last reply Reply Quote 0
                      • TreyBentleyT
                        TreyBentley
                        last edited by

                        Also, for kicks, I went ahead and tried to change the management username and password to ‘Something’ and ‘Bogus’, and the log is still reporting the ‘max-retries exceeded’ error… still with no login errors in the log.

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

                          Is the IP setup to point at your storage node, and is the firewall/selinux disabled on the 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! 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
                          • TreyBentleyT
                            TreyBentley
                            last edited by

                            [quote]Is the IP setup to point at your storage node[?][/quote]
                            Fortunately, no. We had a typo in that field. 10.10.1.110 can look so much like 10.1.10.110 even after three technicians and a hundred glance-overs!!

                            Thanks! Files are transferring now and we feel sillyheaded, but that did it!

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

                              Glad I could be of assistance!

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

                              169

                              Online

                              12.0k

                              Users

                              17.3k

                              Topics

                              155.2k

                              Posts
                              Copyright © 2012-2024 FOG Project