• 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.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.
  • S
    sjensen @george1421
    last edited by Dec 21, 2016, 4:55 PM

    @george1421 address of the fog server is static. The way I have the network setup, i have a separate VLAN just for imaging. The fog server (static ip) and client (DHCP) both get an IP address from the same subnet.

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

      @sjensen Is the IP Address of the FOG Server 192.168.28.18

      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
      • S
        sjensen @sjensen
        last edited by Dec 21, 2016, 4:57 PM

        @sjensen 0_1482339421580_Capture3.PNG

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

          @sjensen So the picture from the NFS issue appears to be showing the IP as 192.168.28.18 or 192.168.28.18.16 (I can’t tell the picture get’s too pixelated).

          Please either try getting a better picture of the message or tell us what IP it’s looking at for NFS?

          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, 6:17 PM Reply Quote 0
          • G
            george1421 Moderator @sjensen
            last edited by Dec 21, 2016, 5:03 PM

            @sjensen OK now that we confirmed the IP address is 192.168.28.10 its inline with the error message on the screen shot you posted. Its difficult to see in the picture if the last digit is an 8 or a 0, lets assume its 0.

            now from the fog server command prompt lets connect to your nfs share.

            mount -t nfs 192.168.28.10:/images /mnt

            Then check the content of that mount

            ls /mnt that should give you the same response as ls /images

            If they are the same then you can nfs mount your fog server by your fog server.

            You need to unmount that share to avoid conflicts in the future.

            umount /mnt

            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:15 PM Reply Quote 0
            • S
              sjensen @george1421
              last edited by Dec 21, 2016, 6:15 PM

              @george1421 The result was the same after that was mounted.

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

                @Tom-Elliott The ip is 192.168. 28.10

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

                  @sjensen What’s the permissions of the /images and /images/dev directories?

                  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, 6:37 PM Reply Quote 0
                  • S
                    sjensen @Tom Elliott
                    last edited by Dec 21, 2016, 6:37 PM

                    @Tom-Elliott 0_1482345427661_Capture4.PNG

                    G 1 Reply Last reply Dec 21, 2016, 6:47 PM Reply Quote 0
                    • T
                      Tom Elliott
                      last edited by Dec 21, 2016, 6:38 PM

                      Are both set to fsid=1?

                      But that’s not permissions either.

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

                                          246

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project