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

                        So I downloaded WinSCP and was able to connect to the FOG server, but when I try to download the error.log file I get the attached error. WinSCPerror.JPG

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

                          @michaeloberg

                          sudo chmod 755 /tftpboot/error.log
                          
                          Wayne WorkmanW 1 Reply Last reply Reply Quote 1
                          • Wayne WorkmanW
                            Wayne Workman @ch3i
                            last edited by

                            @ch3i said:

                            @michaeloberg

                            sudo chmod 755 /tftpboot/error.log
                            

                            I was just about to say something similar, ch3i… Only I’d recommend 777. But anyways, yeah. After you set the proper permissions on that file, you should be able to get it via TFTP.

                            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

                              Dang your good, thank you so much so I have attached my error log!
                              error.log

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

                                Any ideas?

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

                                  I would investigate the “favicon.ico” errors first, because there are a lot of them…

                                  https://forums.fogproject.org/search/favicon.ico?in=titlesposts

                                  I’m at the end of the day today… about to head home. I’ll help more later.

                                  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 click on your link I get a page does not exist error message

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

                                      It’s supposed to just take you to a search for “favicon.ico” in the forums.

                                      You can search for it yourself if it doesn’t work.

                                      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
                                      • Wayne WorkmanW
                                        Wayne Workman
                                        last edited by

                                        I talked with Tom, he says the “favicon.ico” errors are non-impacting.

                                        So you should search the forums for the other errors. The WiKi too, and Google, why not?

                                        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

                                          Is there anything else we can try? I really need this image uploaded ASAP as I have 400 HP 745 G2 systems to load. Any further help is appreciated, I am open to any suggestions!
                                          Michael

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

                                            Update again to the latest trunk version of fog.

                                            Should only require going into wherever you made /svn/trunk
                                            and issuing:
                                            [CODE]svn up
                                            cd bin
                                            ./installfog.sh[/CODE]

                                            See what happens then.

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

                                            136

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project