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

    "Language french" invalid stockage group

    Scheduled Pinned Locked Moved
    Bug Reports
    3
    11
    891
    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
      OkeriKai
      last edited by

      Upp please

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

        Will you update to the dev branch to version 1.5.9RC2??

        Did you use the git process to install FOG or did you download the tar.gz file to install FOG?

        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!

        O 1 Reply Last reply Reply Quote 0
        • O
          OkeriKai @george1421
          last edited by

          @george1421 Bonjour, merci pour votre réponse !

          Non je souhaite rester en 1.5.7, et j’ai télécharger le fichier :
          https://github.com/FOGProject/fogproject/archive/1.5.7.tar.gz

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

            @OkeriKai Does your FOG server have internet access? If YES then I want you to use the git method to download the FOG installer. It will allow you to get updates of FOG faster in the future. Depending on your version of linux install you need a program called git So use your linux distro commands to install git. Enter these commands on your FOG server from a command shell.

            # Centos/RHEL
            sudo yum install git
            
            # Ubuntu/Debian
            sudo apt-get install git
            

            After git is installed then :

            sudo -i
            cd /root
            git clone https://github.com/FOGProject/fogproject.git
            cd fogproject
            

            The above command will download the installer for FOG 1.5.8, but we need some more commands to get to 1.5.9RC2

            sudo -i
            git checkout dev-branch
            git pull
            cd bin
            ./installfog.sh
            

            These commands will change the fog installer to the 1.5.9RC2 branch. Then it runs the installfog.sh shell script again. All of the questions you answered when you first installed FOG will be remembered when you run the foginstaller again. You will not loose any images you captured or any data in the database.

            The FOG version 1.5.9RC2 is the latest with all of the fixes added. Within a short time the FOG developers will take the RC2 status off this program and make it 1.5.9 stable. You should not fear installing this version.

            When FOG 1.5.9 is released you will need to instruct the FOG installer to switch back to the main branch or you will stay on the developer branch moving forward. To switch back to the main branch just key in the following commands.

            sudo -i
            cd /root/fogproject
            git checkout master
            git pull
            cd bin
            ./installfog.sh
            

            The idea to upgrade to 1.5.9 is that your problem with invalid storage node may already be fixed in the latest version of FOG. So lets try 1.5.9RC2 before we ask the developers to look at the program.

            URL Reference:
            https://wiki.fogproject.org/wiki/index.php?title=Getting_FOG
            https://wiki.fogproject.org/wiki/index.php/Upgrade_to_trunk

            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!

            O 1 Reply Last reply Reply Quote 0
            • O
              OkeriKai @george1421
              last edited by

              @george1421 Ok merci, je vais tester tout ça !
              Mise à part ça, est-ce que vous auriez une idée d’ou pourrais provenir l’erreur “invalid storage failed” ?

              Merci encore pour vos réponses ! 🙂

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

                @OkeriKai

                “invalid storage failed”

                I think this come from a bug in the FOG 1.5.7 program. I have seen other FOG Admins report the same error invalid storage group. I see from your pictures that you have a storage group assigned for the storage node.

                One last thing to check is make sure your image definition “debian-master” is assigned to a valid storage group.

                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!

                O 2 Replies Last reply Reply Quote 0
                • O
                  OkeriKai @george1421
                  last edited by

                  @george1421 Ok, j’essaie une dernière fois de capturer une autre image : celle de windows 10, celle-ci est bien affectée à un groupe de stockage “default member”

                  2020-06-29 22_46_04-Active Tasks.png

                  Je vous tiens au courant !

                  1 Reply Last reply Reply Quote 1
                  • O
                    OkeriKai @george1421
                    last edited by

                    @george1421 Bonjour, après un échec de la dernière capture de windows sous la version 1.5.7, j’ai décidé de suivre votre tutoriel afin d’installer la dernière version 1.5.9RC2 .

                    L’installation étant faite, je décide de capturer Windows 10 et par magie cela fonctionne ! Le déploiement marche aussi !
                    J’essaie par curiosité d’en faire de même pour ma debian-master, et tout fonctionne.

                    Je vous remercie énormément pour votre aide, qui me sera très utile pour mes études.
                    Un dernière question, quand est-ce que la version 1.5.9RC2 sera t-elle stable ?

                    Merci encore.

                    Matthieu JacquartM george1421G 2 Replies Last reply Reply Quote 0
                    • Matthieu JacquartM
                      Matthieu Jacquart @OkeriKai
                      last edited by

                      @OkeriKai Salut, j’avoue que le 1er réflexe à avoir quand il y a des soucis de capture d’image est de mettre à jour Fog et/ou les Kernel, cela résout souvent les incompatibilités avec les PC récents ou des bugs de versions antérieures de Fog.
                      D’abord tester la version stable (branch master) et si besoin la dev-branch, cela fait gagner du temps 😉

                      Fog 1.5.9.138
                      Debian 11
                      Vmware ESXi

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

                        @OkeriKai said in "Language french" invalid stockage group:

                        Un dernière question, quand est-ce que la version 1.5.9RC2 sera t-elle stable ?

                        I don’t have an answer for that. The more people that test 1.5.9RC2 the more happy the developers are to move it to stable. Just don’t forget to go NOW and change the branch back to master so you don’t forget later and wonder why things are not working good.

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

                        237

                        Online

                        12.0k

                        Users

                        17.3k

                        Topics

                        155.2k

                        Posts
                        Copyright © 2012-2024 FOG Project