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

    Update to 1.4.0 RC11 : Failed Backing up database

    Scheduled Pinned Locked Moved Solved FOG Problems
    17 Posts 3 Posters 4.2k Views
    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.
    • O
      o71 @Tom Elliott
      last edited by

      @Tom-Elliott How can I find it ?

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

        @o71 Run:

        git status
        

        From within the git folder.

        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

        O 1 Reply Last reply Reply Quote 0
        • O
          o71 @Tom Elliott
          last edited by

          @Tom-Elliott

          git status
          Sur la branche dev-branch
          Votre branche est à jour avec 'origin/dev-branch'.
          Modifications qui ne seront pas validées :
            (utilisez "git add <fichier>..." pour mettre à jour ce qui sera validé)
            (utilisez "git checkout -- <fichier>..." pour annuler les modifications dans la copie de travail)
          
                  modifié :         src/ipxe/src-efi/config/console.h
                  modifié :         src/ipxe/src/config/console.h
          
          Fichiers non suivis:
            (utilisez "git add <fichier>..." pour inclure dans ce qui sera validé)
          
                  bin/checksum_init/
                  bin/checksum_kernel/
                  packages/FOGService.msi
                  packages/clientfiles/
                  packages/inits/
                  packages/kernels/
                  rpttmp/
          
          aucune modification n'a été ajoutée à la validation (utilisez "git add" ou "git commit -a")
          
          Tom ElliottT 1 Reply Last reply Reply Quote 0
          • Tom ElliottT
            Tom Elliott @o71
            last edited by

            @o71 can you please run:

            git reset --hard
            git pull
            cd bin
            ./installfog.sh -y
            

            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

            O 1 Reply Last reply Reply Quote 0
            • O
              o71 @Tom Elliott
              last edited by

              @Tom-Elliott Same problem 😞

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

                @o71 Can you try:

                git checkout working
                git pull
                cd bin
                ./installfog.sh -y
                

                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

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

                  I feel I should add because I’ve now tested both working and dev-branch and I’m not running into any problems.

                  @falko had the issue because he was using the working branch and he happened to pull between periods I was working on another element.

                  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
                  • O
                    o71 @Tom Elliott
                    last edited by

                    @Tom-Elliott Its works ! What should I do now ? I do it :

                    git checkout dev-branch
                    
                    Tom ElliottT 1 Reply Last reply Reply Quote 0
                    • Tom ElliottT
                      Tom Elliott @o71
                      last edited by

                      @o71 you can do the checkout yes, but I suspect something is failing to update all the way through (which is what’s causing the issue on dev-branch itself).

                      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

                      O 1 Reply Last reply Reply Quote 0
                      • O
                        o71 @Tom Elliott
                        last edited by

                        @Tom-Elliott
                        The problem would come from the dev-branch and not from my server? If so, it is better that I stay for the moment in RC9.3 and I wait for another update? Or can I stay in the current state without fear of future problems?

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

                          @o71 I don’t think it’s anything dev-branch is doing directly. I think it’s your version of dev-branch causing the problem, though I don’t know what/why.

                          Either way RC 12 is now live.

                          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

                          O 1 Reply Last reply Reply Quote 0
                          • O
                            o71 @Tom Elliott
                            last edited by

                            @Tom-Elliott Its works! I’m with RC12 version with dev-branch. Thank you very much for your help.

                            Running Version 1.4.0-RC-12
                            SVN Revision: 6069
                            
                            1 Reply Last reply Reply Quote 0
                            • 1 / 1
                            • First post
                              Last post

                            104

                            Online

                            12.2k

                            Users

                            17.4k

                            Topics

                            155.6k

                            Posts
                            Copyright © 2012-2025 FOG Project