• 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.2k
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.
  • 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
          • E
            Evan Knowlton
            last edited by Oct 8, 2014, 4:38 PM

            Just out of curiosity I recreated the upload task in the debug mode. When I list the directory from the client machine the /images directory is not visible. Is it a matter of file permissions / sharing ?

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

              For give me if this is a stupid question. But I finally got the permissions issue sorted out. I can open the /images folder now.

              Here is the stupid part of the question, and believe me I do feel stupid.

              Is there supposed to be a visible file named .mntcheck?

              As you can see by the screen shot the file is empty…

              Again I’m very sorry if this a stupid waste of time.

              [url=“/_imported_xf_attachments/1/1419_Screenshot from 2014-10-09 18:57:44.png?:”]Screenshot from 2014-10-09 18:57:44.png[/url]

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

                Okay Yes I figured out there is supposed to be a file there from another post I however do not know how to regenerate them. I tried running the installer again but that wasn’t any help

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

                  I Tried this:

                  root@Apl-Fog:~# ls -l /images/.mntcheck
                  -rwxrwxrwx 1 root root 0 Oct 9 19:11 /images/.mntcheck
                  root@Apl-Fog:~# ls -l /images/dev/.mntcheck
                  -rwxrwxrwx 1 root root 0 Oct 8 14:03 /images/dev/.mntcheck
                  root@Apl-Fog:~# touch /images/.mntcheck
                  root@Apl-Fog:~# chmod 777 /images/.mntcheck
                  root@Apl-Fog:~# touch /images/dev/.mntcheck
                  root@Apl-Fog:~# chmod 777 /images/dev/.mntcheck

                  However the directory is still empty

                  [url=“/_imported_xf_attachments/1/1420_Screenshot from 2014-10-09 19:22:01.png?:”]Screenshot from 2014-10-09 19:22:01.png[/url]

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

                    I’m only going on a limb and guessing you’re fairly new to the linux world?

                    Files that begin with a . are “hidden” from the filesystem. This would be why you’re seeing “contents: nothing”.

                    When you’re running the chmod commands I’d recommend using with the -R argument.

                    The reason is because chmod 777 <file/foldername> only affects the individual item.

                    chmod -R 777 <folder> means to set the persmissions recursively which is what you need.

                    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
                    • A
                      Albatros
                      last edited by Oct 10, 2014, 9:42 AM

                      To see hidden files, change your command ‘ls -l’ to ‘ls -la’.

                      Edit: If you want to see hidden files/folders over the file manager, press ctrl + h.

                      1 Reply Last reply Reply Quote 0
                      • E
                        Evan Knowlton
                        last edited by Oct 13, 2014, 1:17 PM

                        I will give that a shot this afternoon.

                        Also yeah kind of a noob, the last time I had to use Linux was for the cert back in early 2000. I didn’t really pass either.

                        1 Reply Last reply Reply Quote 0
                        • T
                          Tom Elliott
                          last edited by Oct 13, 2014, 1:20 PM

                          I mean no harm when i say these things.

                          I just want to understand what point of view I need to work with.

                          Hopefully you understand.

                          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 13, 2014, 1:36 PM

                            Well in that sense I’m not completely illiterate when it comes to tech. I have been in IT for years just never really had anything to do with Linux until now.

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

                              Here is what I have attempted so far this afternoon. No such luck getting any better results.

                              (Except that it seems like it is taking longer on “Checking In and Mounting File System”)

                              [url=“/_imported_xf_attachments/1/1433_Currently attempting.jpg?:”]Currently attempting.jpg[/url]

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

                                I don’t really know what else to do except maybe wipe and reinstall maybe with v14 of Ubuntu. Kind of a last resort though.

                                At this point a little feed back would be helpful,

                                Is it the fog machine?
                                It is listed as compatible hardware Dell Optiplex 760

                                Is there the possibility of it being a client issue?

                                The client is hardware registered.
                                The management console is [B]unable[/B] to resolve host name.
                                It obviously PXE boots and starts fog.

                                I am really unsure of what else to try. I have an extra HDD I may try a v14 load and see what happens.
                                I also have a second client machine different make and model, I guess before I try a reload I will set up the other machine. . .

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

                                  Last update for the day.

                                  I have not changed anything from the other day. I am now getting stuck at :

                                  PXE-E32: TFTP open timeout
                                  TFTP…

                                  Again I did not change anything from the other day infact I shut it all down and only got around to booting it all up this evening.

                                  I don’t understand what happened, that part was at least working. >.<

                                  1 Reply Last reply Reply Quote 0
                                  • T
                                    Tom Elliott
                                    last edited by Oct 15, 2014, 1:18 AM

                                    Try restarting the tftpd-hpa service:

                                    [code]sudo service tftpd-hpa 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
                                    • I
                                      irishfoguser
                                      last edited by Oct 15, 2014, 11:56 AM

                                      this is kinda my issue as well.

                                      i have a raid mirror md0 mounted as images vis fstab and the storage manager can see the 500gig drive but i dont have a /dev folder in it.

                                      i have changed the permissions on the folder. how to i get the /dev folder to be created.

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

                                        How do you have /images being mounted?

                                        Is /images a separate disk after you performed the install of FOG?

                                        The way to fix:
                                        [code]sudo mkdir /images/dev
                                        sudo touch /images/.mntcheck
                                        sudo touch /images/dev/.mntcheck
                                        sudo 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
                                        • I
                                          irishfoguser
                                          last edited by Oct 15, 2014, 3:35 PM

                                          almost there, i got the image up but i am getting a error when trying to deploy an image with part clone error exit and then /dev/sda1 no such file or directory.

                                          its a Windows XP image marked as resizeable in the gui on an ide drive.

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

                                          226

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project