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

Fatal Error: Failed to mount nfs volume timed out

Scheduled Pinned Locked Moved
FOG Problems
6
42
16.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.
  • E
    Evan Knowlton
    last edited by Oct 2, 2014, 11:46 PM

    Sorry if this has been asked before, however I did not see anything like it in the forums so far. One similar post with no solution. Im at a loss as I don’t know what to do to resolve this issue.

    V 1.2.0 Installed on Ubuntu 12.10

    • Send Method . . . NFS
    • Checking in . . . Done
    • Mounting File System . . . mount: mounting 192.168.10.250:/ images/dev/ on /images failed: Connection timed out

    Fatal Error: Failed to mount NFS volume.

    1 Reply Last reply Reply Quote 0
    • T
      Tom Elliott
      last edited by Oct 3, 2014, 12:03 AM

      Is the NFS service running?

      [code]sudo service nfs-kernel-server restart[/code]

      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
      • E
        Evan Knowlton
        last edited by Oct 3, 2014, 12:04 AM

        I made a mistake in that this is the corrected display of the error

        • Send Method . . . NFS
        • Checking in . . . Done
        • Mounting File System . . . mount: mounting 192.168.10.250:/ images/dev/ on /images failed: Connection timed out
          Done
          *Preparing to send image file to server.
          Checking mounted File System . . . .

        ##########################

        An error has been detected!

        ##########################

        Fatal Error: Failed to mount NFS volume.

        ##############################

        Computer will reboot in 1 minute

        ##############################

        1 Reply Last reply Reply Quote 0
        • E
          Evan Knowlton
          last edited by Oct 3, 2014, 12:09 AM

          apl@Apl-Fog:~$ sudo service nfs-kernel-server restart
          [sudo] password for apl:

          • Stopping NFS kernel daemon [ OK ]
          • Unexporting directories for NFS kernel daemon… [ OK ]
          • Exporting directories for NFS kernel daemon… exportfs: /etc/exports [1]: Neither ‘subtree_check’ or ‘no_subtree_check’ specified for export “*:/images”.
            Assuming default behaviour (‘no_subtree_check’).
            NOTE: this default has changed since nfs-utils version 1.0.x

          exportfs: /etc/exports [2]: Neither ‘subtree_check’ or ‘no_subtree_check’ specified for export “*:/images/dev”.
          Assuming default behaviour (‘no_subtree_check’).
          NOTE: this default has changed since nfs-utils version 1.0.x

                                                                               [ OK ]
          
          • Starting NFS kernel daemon [ OK ]
          1 Reply Last reply Reply Quote 0
          • E
            Evan Knowlton
            last edited by Oct 3, 2014, 12:17 AM

            Still timing out

            1 Reply Last reply Reply Quote 0
            • T
              Tom Elliott
              last edited by Oct 3, 2014, 12:31 AM

              Is this line absolutely what you’re seeing?

              [code]* Mounting File System . . . mount: mounting 192.168.10.250:/ images/dev/ on /images failed: Connection timed out[/code]

              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
              • E
                Evan Knowlton
                last edited by Oct 3, 2014, 12:41 AM

                Yes

                [url=“/_imported_xf_attachments/1/1397_IMAG0175.jpg?:”]IMAG0175.jpg[/url]

                1 Reply Last reply Reply Quote 0
                • T
                  Tom Elliott
                  last edited by Oct 3, 2014, 12:44 AM

                  Okay, so there isn’t a space in / and images, that’s good.

                  Have you ensured firewall is disabled?
                  [code]sudo service firewalld stop; sudo ufw disable[/code]

                  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
                  • E
                    Evan Knowlton
                    last edited by Oct 3, 2014, 12:45 AM

                    Firewall stopped and disabled on system startup

                    1 Reply Last reply Reply Quote 0
                    • T
                      Tom Elliott
                      last edited by Oct 3, 2014, 12:46 AM

                      Also, ensure the .mntcheck files are in place:
                      [code]sudo touch /images/.mntcheck
                      sudo touch /images/dev/.mntcheck
                      chmod -R 777 /images[/code]

                      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
                      • E
                        Evan Knowlton
                        last edited by Oct 3, 2014, 12:54 AM

                        apl@Apl-Fog:~$ sudo touch /images/.mntcheck
                        apl@Apl-Fog:~$ sudo touch /images/dev/.mntcheck
                        apl@Apl-Fog:~$ chmod -R 777 /images
                        chmod: changing permissions of ‘/images’: Operation not permitted
                        chmod: changing permissions of ‘/images/dev’: Operation not permitted
                        chmod: changing permissions of ‘/images/dev/.mntcheck’: Operation not permitted
                        chmod: changing permissions of ‘/images/postdownloadscripts’: Operation not permitted
                        chmod: changing permissions of ‘/images/postdownloadscripts/fog.postdownload’: Operation not permitted
                        chmod: changing permissions of ‘/images/.mntcheck’: Operation not permitted

                        Dont really know how or what to do to resolve that . . . =(

                        1 Reply Last reply Reply Quote 0
                        • E
                          Evan Knowlton
                          last edited by Oct 3, 2014, 1:29 AM

                          I want to thank you for your time and help in resolving this issue.

                          Unfortunately I have to get going as we are closing at the moment. I wont be back in until Monday.

                          Again thank you I honestly didn’t expect a response let alone one almost immediately.

                          1 Reply Last reply Reply Quote 0
                          • T
                            Tom Elliott
                            last edited by Oct 3, 2014, 10:03 AM

                            The chmod commands probably also need the sudo command prepended to it:
                            [code]sudo chmod -R 777 /images[/code]

                            I don’t know if this will even work though considering, from what I can see, the nfs isn’t even mounting.

                            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
                            • E
                              Evan Knowlton
                              last edited by Oct 6, 2014, 8:35 PM

                              I do not get a return when using sudo

                              apl@Apl-Fog:~$ sudo chmod -R 777 /images
                              [sudo] password for apl:

                              1 Reply Last reply Reply Quote 0
                              • T
                                Tom Elliott
                                last edited by Oct 6, 2014, 8:39 PM

                                You need to type the apl user’s password.

                                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
                                • E
                                  Evan Knowlton
                                  last edited by Oct 6, 2014, 8:46 PM

                                  I cut that off early. That was just a mistake it just goes back to prompt with out a return.

                                  apl@Apl-Fog:~$ sudo chmod -R 777 /images
                                  [sudo] password for apl:
                                  apl@Apl-Fog:~$

                                  1 Reply Last reply Reply Quote 0
                                  • T
                                    Tom Elliott
                                    last edited by Oct 6, 2014, 8:51 PM

                                    that’s fine.

                                    There shouldn’t be a return, if there is it means something has gone wrong.

                                    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
                                    • E
                                      Evan Knowlton
                                      last edited by Oct 6, 2014, 8:53 PM

                                      Failed to mount NFS Volume again

                                      1 Reply Last reply Reply Quote 0
                                      • E
                                        Evan Knowlton
                                        last edited by Oct 6, 2014, 9:09 PM

                                        [ATTACH]1410[/ATTACH]It Hangs on i8042 before moving on to checking in and getting stuck for a few minutes before failing[ATTACH]1409[/ATTACH]

                                        [url=“/_imported_xf_attachments/1/1409_IMAG0177_BURST002.jpg?:”]IMAG0177_BURST002.jpg[/url][url=“/_imported_xf_attachments/1/1410_IMAG0176_BURST001.jpg?:”]IMAG0176_BURST001.jpg[/url]

                                        1 Reply Last reply Reply Quote 0
                                        • E
                                          Evan Knowlton
                                          last edited by Oct 7, 2014, 3:06 PM

                                          This post is deleted!
                                          1 Reply Last reply Reply Quote 0
                                          • 1
                                          • 2
                                          • 3
                                          • 1 / 3
                                          1 / 3
                                          • First post
                                            4/42
                                            Last post

                                          175

                                          Online

                                          12.1k

                                          Users

                                          17.3k

                                          Topics

                                          155.3k

                                          Posts
                                          Copyright © 2012-2024 FOG Project