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

    Snap-in Replication

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    3
    11
    2.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.
    • Wayne WorkmanW
      Wayne Workman
      last edited by

      This is likely related to this: https://forums.fogproject.org/topic/7472/host-group-replication-between-fog-servers

      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/

      adukes40A 1 Reply Last reply Reply Quote 0
      • adukes40A
        adukes40 @Wayne Workman
        last edited by

        @Wayne-Workman so perhaps not fixed yet? if not thats fine. I was able to successfully image from the node, using the location plugin. So nice to see this start to come together.

        1 Reply Last reply Reply Quote 0
        • adukes40A
          adukes40
          last edited by

          Ok, updated again and I am still not having snapin replication working. Here is what the log shows:

          mirror: Access failed: 553 Could not create file. (test.bat)
          [05-26-16 9:04:30 pm] * Started sync for Snapin test3
          lftp -e ‘set ftp:list-options -a;set net:max-retries 10;set net:timeout 30; set net:limit-total-rate 0:1024000; mirror -c -R -i test.bat --ignore-time -vvv --exclude ‘dev/’ --exclude ‘ssl/’ --exclude ‘CA/’ --delete-first /opt/fog/snapins /opt/fog/snapins; exit’ -u fog,[Protected] 10.106.2.149
          [05-26-16 9:04:30 pm] | CMD:
          [05-26-16 9:04:30 pm] * Starting Sync Actions
          mirror: Access failed: 553 Could not create file. (caBOYSGYM.bat)
          [05-26-16 9:04:29 pm] | Snapin name: test3
          [05-26-16 9:04:29 pm] * Found Snapin to transfer to 2 node(s)
          [05-26-16 9:04:29 pm] * Started sync for Snapin test2
          lftp -e ‘set ftp:list-options -a;set net:max-retries 10;set net:timeout 30; set net:limit-total-rate 0:1024000; mirror -c -R -i caBOYSGYM.bat --ignore-time -vvv --exclude ‘dev/’ --exclude ‘ssl/’ --exclude ‘CA/’ --delete-first /opt/fog/snapins /opt/fog/snapins; exit’ -u fog,[Protected] 10.106.2.149
          [05-26-16 9:04:29 pm] | CMD:
          [05-26-16 9:04:29 pm] * Starting Sync Actions

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

            @adukes40 said in Snap-in Replication:

            mirror: Access failed: 553 Could not create file

            What does your /etc/vsftpd.conf look like?

            What about permissions of the /opt/fog/snapins folders on both the node that’s failing to receive the file?

            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

            adukes40A 1 Reply Last reply Reply Quote 0
            • adukes40A
              adukes40 @Tom Elliott
              last edited by adukes40

              @Tom-Elliott conf looks like:

              anonymous_enable=NO
              local_enable=YES
              write_enable=YES
              local_umask=022
              dirmessage_enable=YES
              xferlog_enable=YES
              connect_from_port_20=YES
              xferlog_std_format=YES
              listen=YES
              pam_service_name=vsftpd
              userlist_enable=NO
              tcp_wrappers=YES
              seccomp_sandbox=NO

              Rights look like:

              drwxr-xr-x 3 root root 4096 May 24 14:29 snapins

              If you would rather have screenshots let me know and I will get those instead of copy/paste

              Edit: Forgot to add, version 7895 now.

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

                @adukes40 and if you run chown -R /opt/fog/snapins

                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

                  Sorry should be:
                  chown -R fog:root /opt/fog/snapins

                  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

                  adukes40A 2 Replies Last reply Reply Quote 2
                  • adukes40A
                    adukes40 @Tom Elliott
                    last edited by

                    @Tom-Elliott now looks like this:

                    drwxr-xr-x 3 fog root 4096 May 24 14:29 snapins

                    1 Reply Last reply Reply Quote 0
                    • adukes40A
                      adukes40 @Tom Elliott
                      last edited by

                      @Tom-Elliott and it looks like the node now has the 3 bat files. Thanks

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

                        @adukes40 no problem.

                        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

                        213

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project