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

    Fatal Error: Failed to Mount NFS Volume

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    7
    54
    29.5k
    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 @michaeloberg
      last edited by Wayne Workman

      @michaeloberg said:

      I see there is 4 different versions available, how can I tell which one will be best for our environment, also being new to Linux are the commands on the Wiki the exact syntax I will type in an SSH session with the command interface?

      I should clarify here, there is only one “Latest Trunk” version of FOG. there are many revisions, but only one “Latest”.

      However, there are many methods to GET the latest trunk version.

      I’d recommend using the SVN method. This might be a little more clear: https://wiki.fogproject.org/wiki/index.php/SVN#Ubuntu

      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/

      1 Reply Last reply Reply Quote 0
      • M
        michaeloberg
        last edited by

        Sorry methods, not versions. Not sure if this helps at all but when I try to do a full host registration it fails, says attempting to send to inventory…

        Never does.

        Wayne WorkmanW 1 Reply Last reply Reply Quote 0
        • Wayne WorkmanW
          Wayne Workman @michaeloberg
          last edited by

          @michaeloberg said:

          Sorry methods, not versions. Not sure if this helps at all but when I try to do a full host registration it fails, says attempting to send to inventory…

          Never does.

          Let me guess… Lenovo?

          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/

          1 Reply Last reply Reply Quote 0
          • M
            michaeloberg
            last edited by

            HP 745 EliteBook

            Wayne WorkmanW 1 Reply Last reply Reply Quote 0
            • Wayne WorkmanW
              Wayne Workman @michaeloberg
              last edited by

              @michaeloberg said:

              HP 745 EliteBook

              Hmm…

              Well just upgrade to trunk, we will go from there.

              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/

              1 Reply Last reply Reply Quote 0
              • davido38D
                davido38
                last edited by

                Same problem with the last ubuntu (Fog 1.2)

                Back to debian Wheezy and it works fine. (Fog 1.2)

                1 Reply Last reply Reply Quote 1
                • M
                  michaeloberg
                  last edited by

                  We are a little worried about upgrading at this time, we have 1000 computers to reimage (our old ones and they are working) it is the 400 new ones that won’t do a full host registration, can anything think of a BIOS setting or something else I need to check in our existing environment to get this working??

                  1 Reply Last reply Reply Quote 0
                  • M
                    michaeloberg
                    last edited by

                    So as mentioned earlier it won’t let us do a full host registration, when I do a quick host registration it say it did so, then see the attached picture, it just says attempting to send inventory…IMG_2819.JPG

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

                      @michaeloberg said:

                      So as mentioned earlier it won’t let us do a full host registration, when I do a quick host registration it say it did so, then see the attached picture, it just says attempting to send inventory…IMG_2819.JPG

                      Can you go back to System Info menu item and choose IP Information from the menu, instead of Compatibility?

                      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
                      • M
                        michaeloberg
                        last edited by

                        IP info.JPG

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

                          Alright, based on that, the nic is getting an IP.

                          Can you get it so it’s continuously entering “Attempting to send inventory…” and on the server get us a copy of the file: /var/log/apache2/error.log

                          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 1
                          • M
                            michaeloberg
                            last edited by

                            errorlog.JPG

                            I don’t have a log directory after var.

                            1 Reply Last reply Reply Quote 0
                            • J
                              Joe Schmitt Senior Developer
                              last edited by Joe Schmitt

                              In *nix systems putting a / infront of a path means it’s at the root. So what you were doing is this:

                              cd /var <-- Basically C:\var
                              cd /log <-- Basically C:\log
                              

                              You need to enter the whole path like this :

                              cd  /var/log 
                              

                              OR

                              cd /var
                              cd log
                              

                              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.

                              1 Reply Last reply Reply Quote 3
                              • M
                                michaeloberg
                                last edited by

                                OK I found my way how to navigate to the error.log, how to I obtain a copy of it so I can share that on here:
                                errorlog.JPG

                                Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                                • Wayne WorkmanW
                                  Wayne Workman @michaeloberg
                                  last edited by

                                  @michaeloberg said:

                                  OK I found my way how to navigate to the error.log, how to I obtain a copy of it so I can share that on here:
                                  errorlog.JPG

                                  Copy it to your /tftpboot folder, then use a windows client to grab it via TFTP. See the example here:
                                  https://wiki.fogproject.org/wiki/index.php/Troubleshoot_TFTP#Try_to_get_a_file_with_Windows:

                                  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/

                                  1 Reply Last reply Reply Quote 0
                                  • M
                                    michaeloberg
                                    last edited by

                                    When I try to copy the error.log file to the TFTPBoot directory I get the following message:
                                    CopyError.JPG

                                    ch3iC 1 Reply Last reply Reply Quote 0
                                    • ch3iC
                                      ch3i Moderator @michaeloberg
                                      last edited by

                                      @michaeloberg sudo ?

                                      1 Reply Last reply Reply Quote 0
                                      • M
                                        michaeloberg
                                        last edited by

                                        Yep, sudo did it. Again, I am new to Linux, your help is greatly appreciated.
                                        Michael

                                        1 Reply Last reply Reply Quote 0
                                        • M
                                          michaeloberg
                                          last edited by

                                          When I try to get the file from my windows box I get the attached error. I am sorry for all of this, I am new to FOG and Linux but am learning a lot from you guys. Thanks for your help:
                                          tftp error.JPG

                                          ch3iC 1 Reply Last reply Reply Quote 0
                                          • ch3iC
                                            ch3i Moderator @michaeloberg
                                            last edited by

                                            @michaeloberg Connect you to your server with WinSCP 😄

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

                                            271

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project