• 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
33.3k
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 @Tom Elliott
    last edited by Dec 22, 2016, 2:56 PM

    @Tom-Elliott said in mounting /images failed: Connection timed out:

    @george1421 1.2.0 (1.0.0 and up really) all used 64 bit and auto adjusted for 32 bit.

    OK so the names bzImage == x64 and bzImage32 == x86 is still proper for 1.2.0?

    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 S 2 Replies Last reply Dec 22, 2016, 2:57 PM Reply Quote 0
    • T
      Tom Elliott @george1421
      last edited by Dec 22, 2016, 2:57 PM

      @george1421 Yessir.

      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 @george1421
        last edited by Dec 22, 2016, 2:59 PM

        @george1421 Ok gentleman do I need to upgrade 1.3.0 to fix my issue? Or do I need to do some additional debuging?

        1 Reply Last reply Reply Quote 0
        • T
          Tom Elliott
          last edited by Dec 22, 2016, 3:00 PM

          @sjensen All of the commands I’m asking you to run should be run on the Client machine, NOT the fog 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

          S 2 Replies Last reply Dec 22, 2016, 3:11 PM Reply Quote 0
          • S
            sjensen @Tom Elliott
            last edited by Dec 22, 2016, 3:11 PM

            @Tom-Elliott I used the exact lines you posted on the client in debug mode as instructed. I can send a picture of what is being displayed on the clients screen.

            1 Reply Last reply Reply Quote 0
            • S
              sjensen @Tom Elliott
              last edited by Dec 22, 2016, 3:18 PM

              @Tom-Elliott version 4.8.11 x86_64 from the client

              1 Reply Last reply Reply Quote 0
              • S
                sjensen @Tom Elliott
                last edited by Dec 22, 2016, 3:47 PM

                @Tom-Elliott Thank you both very much for your help the last couple days. I really appreciate it.

                G 1 Reply Last reply Dec 22, 2016, 4:29 PM Reply Quote 0
                • G
                  george1421 Moderator @sjensen
                  last edited by george1421 Dec 22, 2016, 10:32 AM Dec 22, 2016, 4:29 PM

                  @sjensen so on the fog client (target computer)

                  1. Can you attempt to ping the FOG server? ping <fog_server_IP> where you replace the <fog_server_ip> with the real ip address of your fog server.

                  2. What was the results of executing Tom’s commands to connect the FOG server from the target computer over NFS.

                  mkdir /images
                  mount -o nolock,proto=tcp,rsize=32768,wsize=32768,intr,noatime "192.168.28.10:/images/dev" /images
                  

                  Then I’ll add my bits

                  ls -la /images
                  

                  This should give you a listing of all of the files in the /images share on the fog server.
                  If you do this from the fog server console ls -la /images the values should be the same.

                  But, this is where your image capture is failing.

                  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 2 Replies Last reply Dec 22, 2016, 4:35 PM Reply Quote 0
                  • S
                    sjensen @george1421
                    last edited by Dec 22, 2016, 4:35 PM

                    @george1421
                    kernel version on client version 4.8.11 x86_64 from the client

                    mkdir /images
                    mount -o nolock,proto=tcp,rsize=32768,wsize=32768,intr,noatime “192.168.28.10:/images/dev” /images

                    result from above commands
                    mount: cant find images: in /etc/fstab

                    G 1 Reply Last reply Dec 22, 2016, 4:41 PM Reply Quote 0
                    • G
                      george1421 Moderator @sjensen
                      last edited by george1421 Dec 22, 2016, 10:42 AM Dec 22, 2016, 4:41 PM

                      @sjensen Strange…

                      Lets try this mount command (sorry I’m old school here, we don’t need all them fancy options where I’m from)

                      Make sure the /images directory exists on the target computer with ls -la /images (ran from the target computer).

                      Then mount the local /images on the target computer to /images/dev on the FOG computer
                      mount -t nfs 192.168.28.10:/images/dev /images

                      If that one doesn’t work I have another command, but ideally the simple mount command should 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!

                      1 Reply Last reply Reply Quote 0
                      • S
                        sjensen @george1421
                        last edited by Dec 22, 2016, 4:49 PM

                        @george1421 think i may have found the issue. I cannot ping the fog server from the command prompt on the client. I cannot ping anything on the same network from the client. I don’t get it.

                        T G 2 Replies Last reply Dec 22, 2016, 4:49 PM Reply Quote 0
                        • T
                          Tom Elliott @sjensen
                          last edited by Dec 22, 2016, 4:49 PM

                          @sjensen What is the IP of the client?

                          ip addr

                          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 22, 2016, 5:08 PM Reply Quote 0
                          • G
                            george1421 Moderator @sjensen
                            last edited by george1421 Dec 22, 2016, 10:59 AM Dec 22, 2016, 4:59 PM

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

                            @george1421 think i may have found the issue. I cannot ping the fog server from the command prompt on the client. I cannot ping anything on the same network from the client. I don’t get it.

                            Well in a way this is GREAT NEWS. No pingy means no mounty.

                            The ip addr show should give you a listing of network interfaces, you want to look for the line with eth0 in it.

                            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!

                            1 Reply Last reply Reply Quote 0
                            • S
                              sjensen @Tom Elliott
                              last edited by Dec 22, 2016, 5:08 PM

                              @Tom-Elliott Strangely enough there is not an ip address

                              G 1 Reply Last reply Dec 22, 2016, 5:12 PM Reply Quote 0
                              • G
                                george1421 Moderator @sjensen
                                last edited by george1421 Dec 22, 2016, 11:13 AM Dec 22, 2016, 5:12 PM

                                @sjensen Do you see a line for eth0? There will be one for the loop back interface lo or something like that.

                                Part 2 of the question is what type of ethernet adapter is in this computer? Is it a usb ethernet adapter or a built in one on the motherboard?

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

                                  @george1421 0_1482431860070_IMG_0089.JPG

                                  Pretty sure it is an intel adapter

                                  the Ethernet is built on the motherboard

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

                                    @sjensen Based on what I’m seeing, your issue is the kernel isn’t doing what I hoped it would be doing.

                                    You can do one of two things.

                                    1. (and I’d recommend this over everything else), install the Latest RC (37 if you’re unsure) following the Wiki: https://wiki.fogproject.org/wiki/index.php?title=Upgrade_to_trunk#Git
                                      I recommend this method because you will get all of the fixes and improvements, features, etc in the current RC system. (Most of which you’ll likely never know you wanted but will be pleasantly, and automatically, available by upgrading).

                                    2. Change the backup kernel to your primary (go back to what came with 1.2.0). The Problem is 1.2.0 didn’t auto populate the devices with IP addresses via a service. I modified the 1.3.0 kernels to try to read the IP address during the load of the kernel itself, but it seems this didn’t work for you. The error messages you were seeing (tsc: calibration) whatever didn’t mean anything and did not pose any threat or mean your systems were not compatible with fog.

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

                                      @Tom-Elliott Will the instructions in 1. work for Ubuntu 14.04??

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

                                        @sjensen Yes, just remember you will need to be root first.

                                        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
                                        • T
                                          Tom Elliott
                                          last edited by Dec 22, 2016, 7:18 PM

                                          If you run into issues start a new thread and let us know so we can help out.

                                          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 22, 2016, 7:26 PM Reply Quote 0
                                          • 1
                                          • 2
                                          • 3
                                          • 4
                                          • 5
                                          • 4 / 5
                                          4 / 5
                                          • First post
                                            68/81
                                            Last post

                                          129

                                          Online

                                          12.1k

                                          Users

                                          17.3k

                                          Topics

                                          155.4k

                                          Posts
                                          Copyright © 2012-2024 FOG Project