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

    Problème de brouillard

    Scheduled Pinned Locked Moved
    Linux Problems
    3
    33
    5.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.
    • J
      julio @Sebastian Roth
      last edited by

      @sebastian-roth

      la sur le coup c’étais une solution à mon problème que j’étais entrain de resoudre. mais pour ma pars j’ai laisser le montage automatique.!

      erreur.PNG erreur3.PNG

      george1421G 1 Reply Last reply Reply Quote 0
      • S
        Sebastian Roth Moderator
        last edited by

        @julio I am not sure I understand what you mean.

        Please run ls -alR /images/ and post the full output here.

        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

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

          @julio Please help us with what problem you are trying to solve here? You are attempting to use both /home/fog/images/ and /images/ in your fog configuration. There are real reasons to do what you are trying to do. We just want to make sure it fixes your problem and you are just not creating another problem that will haunt you like a ghost in the future.

          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!

          J 1 Reply Last reply Reply Quote 0
          • J
            julio @Sebastian Roth
            last edited by

            @sebastian-roth said in Problème de brouillard:

            @julio I am not sure I understand what you mean.

            Please run ls -alR /images/ and post the full output here.

            lsrimage.PNG

            voilà c’est fais

            1 Reply Last reply Reply Quote 0
            • J
              julio @george1421
              last edited by

              @george1421 j’ai supriimer le chemin /home/fog/images je suis rester avec celui par defaut. mais je n’arrive pas à capture l’image de centos8.

              je ne sais pas si c’est dû au problème de mot de passe ou autres. merci bien

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

                @julio Ok if we look back at your 2nd post with the could not connect error.

                Is 192.168.56.20 the IP address of your fog server?

                If yes did you remember to turn off the linux firewall on that ubuntu server?

                If yes then run the following command on the linux console of your fog server. showmount -e 127.0.0.1 That command will show us the exported shares from the FOG 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!

                J 1 Reply Last reply Reply Quote 0
                • J
                  julio @george1421
                  last edited by

                  @george1421 said in Problème de brouillard:

                  @julio Please provide a clear picture of the error taken with a mobile phone. Upload the picture to this thread or post a link to the picture. The solution to the problem depends on what error message is displayed.

                  cà c’est mon problème, je n’arrive pas à capturer l’image de mon système!
                  erreur.PNG

                  1 Reply Last reply Reply Quote 0
                  • J
                    julio @george1421
                    last edited by

                    @george1421
                    oui 192.168.56.20 est bien l’addresse de mon serveur fog. oui j’avais desactiver mon serveur fog une fois avant de le reactiver après.partage.PNG

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

                      @julio The showmount command is showing the NFS shares that are configured on the FOG server. This is correct.

                      Did you disable the ubuntu firewall on this FOG server? Something is blocking the NFS mount command from working on pxe boot computer to FOG server.

                      Is the FOG server and pxe booting target computer on the same TCPIP subnet?

                      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!

                      J 1 Reply Last reply Reply Quote 0
                      • S
                        Sebastian Roth Moderator
                        last edited by

                        @julio As George said, it seems like something is blocking the NFS connection. Are your clients on the same IP subnet 192.168.56.x?

                        As well check the firewall using the following two commands:

                        iptables -L -n -v
                        ufw status
                        

                        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

                        J 1 Reply Last reply Reply Quote 0
                        • J
                          julio @george1421
                          last edited by

                          @george1421
                          oui mon serveur fog et mon pc sont sur le meme sous reseau tcpip
                          non mon parefeu est active

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

                            @julio I think my translation is not 100% good. I read “No my firewall is active” from your post.

                            If you run this command from the FOG server linux command prompt do you get “active”
                            sudo ufw status

                            If yes, we turn it off with sudo ufw disable This should respond with stopped and disabled.

                            When the firewall is off the target computer should connect to FOG 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!

                            J 2 Replies Last reply Reply Quote 0
                            • J
                              julio @george1421
                              last edited by

                              @george1421 ufw.PNG

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

                                @julio Ok now we find the problem.

                                Does your company require the firewall to be turned on? If no, then turn off with the command I give you last.

                                If you must keep firewall on then you will need to add more firewall rules to allow NFS to communicate with FOG 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!

                                J 3 Replies Last reply Reply Quote 0
                                • J
                                  julio @Sebastian Roth
                                  last edited by

                                  @sebastian-roth iptables1.PNG

                                  1 Reply Last reply Reply Quote 0
                                  • J
                                    julio @george1421
                                    last edited by

                                    @george1421 iptables.PNG

                                    1 Reply Last reply Reply Quote 0
                                    • J
                                      julio @george1421
                                      last edited by

                                      @george1421
                                      ok je viens de desactiver mon parefeu. je le fais pour mon travail de fin d’etude.

                                      george1421G 1 Reply Last reply Reply Quote 0
                                      • J
                                        julio @george1421
                                        last edited by

                                        @george1421
                                        merci beaucoup george la capture fonctionne maintenant

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

                                          @julio said in Problème de brouillard:

                                          ok je viens de desactiver mon parefeu. je le fais pour mon travail de fin d’etude.

                                          Yes this is the quickest fix. You can leave firewall with NFS but it needs a lot of configuration. Must FOG admins just turn off firewall and image happy.

                                          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!

                                          J 2 Replies Last reply Reply Quote 0
                                          • J
                                            julio @george1421
                                            last edited by

                                            @george1421 si j’aimerais avoir le parefeu active que pourais je faire pour cela???

                                            george1421G 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 1 / 2
                                            • First post
                                              Last post

                                            111

                                            Online

                                            12.1k

                                            Users

                                            17.3k

                                            Topics

                                            155.3k

                                            Posts
                                            Copyright © 2012-2024 FOG Project