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

mounting /images failed: Connection timed out

Scheduled Pinned Locked Moved
FOG Problems
3
81
30.1k
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.
  • G
    george1421 Moderator @sjensen
    last edited by Dec 21, 2016, 6:47 PM

    @sjensen ls -la /images and ls -la /images/dev

    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!

    S 1 Reply Last reply Dec 21, 2016, 6:50 PM Reply Quote 1
    • S
      sjensen @george1421
      last edited by Dec 21, 2016, 6:50 PM

      @george1421 0_1482346221583_Capture5.PNG

      T 1 Reply Last reply Dec 21, 2016, 6:54 PM Reply Quote 0
      • T
        Tom Elliott @sjensen
        last edited by Dec 21, 2016, 6:54 PM

        @sjensen THen my other question, what is the exact output of cat /etc/exports

        Please don’t screen shot and leave a “part” of it out this time?

        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

        G 1 Reply Last reply Dec 21, 2016, 6:57 PM Reply Quote 0
        • G
          george1421 Moderator @Tom Elliott
          last edited by george1421 Dec 21, 2016, 12:58 PM Dec 21, 2016, 6:57 PM

          @Tom-Elliott for reference this is what my fog server has (note the fsid is different for each export [share]):

          pi@pi01:~ $ cat /etc/exports 
          /images *(ro,sync,no_wdelay,no_subtree_check,insecure_locks,no_root_squash,insecure,fsid=0)
          /images/dev *(rw,async,no_wdelay,no_subtree_check,no_root_squash,insecure,fsid=1)
          

          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!

          S 1 Reply Last reply Dec 21, 2016, 7:04 PM Reply Quote 0
          • S
            sjensen @george1421
            last edited by Dec 21, 2016, 7:04 PM

            @george1421 What does that affect? Should I change it?

            T G 2 Replies Last reply Dec 21, 2016, 7:05 PM Reply Quote 0
            • T
              Tom Elliott @sjensen
              last edited by Dec 21, 2016, 7:05 PM

              @sjensen I need to see it.

              /images should have FSID of 0
              /images/dev should have FSID of 1.

              If you must change these values for other reasons, they cannot be the same, and they should be “iterative”

              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
              • G
                george1421 Moderator @sjensen
                last edited by Dec 21, 2016, 7:07 PM

                @sjensen said in mounting /images failed: Connection timed out:

                @george1421 What does that affect? Should I change it?

                In a word, please show us your cards first. Then we will tell you if you won or 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!

                S 1 Reply Last reply Dec 21, 2016, 7:08 PM Reply Quote 0
                • S
                  sjensen @george1421
                  last edited by Dec 21, 2016, 7:08 PM

                  @george1421 0_1482347313207_Capture6.PNG

                  1 Reply Last reply Reply Quote 0
                  • T
                    Tom Elliott
                    last edited by Dec 21, 2016, 7:27 PM

                    Please give a shot at changing the fsid’s so they are in order:
                    /images with fsid 0
                    /images/dev with fsid 1.

                    Also, please give a try at:

                    sudo touch /images/.mntcheck
                    sudo touch /images/dev/.mntcheck
                    sudo chown -R fog:root /images
                    sudo chmod -R 777 /images
                    sudo exportfs -a
                    sudo service nfs-kernel-server restart
                    sudo service ufw disable
                    

                    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

                    S 1 Reply Last reply Dec 21, 2016, 8:04 PM Reply Quote 0
                    • S
                      sjensen @Tom Elliott
                      last edited by Dec 21, 2016, 8:04 PM

                      @Tom-Elliott Ok I did what you asked. Should I try to upload an image again?

                      1 Reply Last reply Reply Quote 0
                      • T
                        Tom Elliott
                        last edited by Dec 21, 2016, 8:07 PM

                        Yes please.

                        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

                        S 2 Replies Last reply Dec 21, 2016, 8:23 PM Reply Quote 0
                        • S
                          sjensen @Tom Elliott
                          last edited by Dec 21, 2016, 8:23 PM

                          @Tom-Elliott same result…sorry

                          1 Reply Last reply Reply Quote 0
                          • S
                            sjensen @Tom Elliott
                            last edited by sjensen Dec 21, 2016, 2:30 PM Dec 21, 2016, 8:30 PM

                            @Tom-Elliott yesterday I did a kernel update would that have broken anything? I did it via terminal.

                            T G 2 Replies Last reply Dec 21, 2016, 8:31 PM Reply Quote 0
                            • T
                              Tom Elliott @sjensen
                              last edited by Dec 21, 2016, 8:31 PM

                              @sjensen The fact that it’s saying timeout leads me to think the the connection is unable to reach the 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! 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

                              G 1 Reply Last reply Dec 21, 2016, 8:32 PM Reply Quote 0
                              • G
                                george1421 Moderator @Tom Elliott
                                last edited by Dec 21, 2016, 8:32 PM

                                @Tom-Elliott Possibly schedule a debug deploy and then check what FOS is seeing?

                                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!

                                T 1 Reply Last reply Dec 21, 2016, 8:34 PM Reply Quote 0
                                • T
                                  Tom Elliott @george1421
                                  last edited by Dec 21, 2016, 8:34 PM

                                  @george1421 Sure? I don’t know. This seems awefully fishy and we aren’t getting anywhere.

                                  The stuff all points that something else is blocking the connection. Maybe the subnet the systems are booting from (and being issued IP addresses) is not allowed to request data?

                                  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

                                  S 1 Reply Last reply Dec 21, 2016, 9:19 PM Reply Quote 0
                                  • G
                                    george1421 Moderator @sjensen
                                    last edited by george1421 Dec 21, 2016, 2:41 PM Dec 21, 2016, 8:39 PM

                                    @sjensen said in mounting /images failed: Connection timed out:

                                    @Tom-Elliott yesterday I did a kernel update would that have broken anything? I did it via terminal.

                                    I guess we need to collect a little more information here then.

                                    What version of FOG are you using?
                                    What version of kernel did you just update to?
                                    Why did you update it?
                                    What hardware are you trying to capture? (manufacturer and model)
                                    Is the FOG server and target computer on the same subnet? (I think you already answered this)

                                    What you are experiencing is not typical with FOG. We need to identify where the gap is. It appears the target computer has network access, but it doesn’t have nfs access to the fog server(??). You can mount the nfs shares locally on the fog server, so the fos engine should be able to do the same. You have confirmed that the IP address of the FOG server matches the IP address from the error page. There is something going on here that is for sure.

                                    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!

                                    S 1 Reply Last reply Dec 21, 2016, 9:31 PM Reply Quote 0
                                    • S
                                      sjensen @Tom Elliott
                                      last edited by Dec 21, 2016, 9:19 PM

                                      @Tom-Elliott I dont think this makes a difference, but my fog server is a virtual it is on one vlan and my host is on another vlan. I can connect to the web interface for Fog with no issues from my computer which is on another vlan.

                                      1 Reply Last reply Reply Quote 0
                                      • S
                                        sjensen @george1421
                                        last edited by Dec 21, 2016, 9:31 PM

                                        @george1421 Fog version 1.2.0
                                        the latest kernel (i saved the old kernels)
                                        I updated because i was trying to download an image to a computer (HP prodesk 600 g2) and was getting an error “tsc fast tsc calibration failed”
                                        all posts I read said to update the kernel.
                                        I am trying to capture a HP 6005 usff. I have made a test image of this pc prior.
                                        Yes both Fog server and client are on the same subnet.

                                        T G 2 Replies Last reply Dec 21, 2016, 10:13 PM Reply Quote 0
                                        • T
                                          Tom Elliott @sjensen
                                          last edited by Dec 21, 2016, 10:13 PM

                                          @sjensen Your information is conflicting.

                                          You state the FOG Server and the client are on the same subnet, but the post before that you state they’re on different VLAN’s.

                                          Now, being issued different IP’s is fine as your DHCP controller can handle passing the boot files and with the use of IP Helpers all will seem to work fine.

                                          The difference, however, is something is obviously not right and we now have conflicting information making it that much harder to figure out.

                                          If they are on separate vlan’s I’m assuming there’s a switch handing out information and there’s probably a central point where all things reach out through. After that, there’s probably a firewall and traffic is all routed to that point?

                                          I’m just trying to understand the layout. Two clients on the same subnet (Server and host) should have no problems mounting an NFS share. But if you throw a firewall into the mix and separate vlan’s, I can only guess the network has no idea where to go, or it’s entirely blocked from that particular connection.

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

                                          206

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project