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

    Can't download uploaded image to client

    Scheduled Pinned Locked Moved Unsolved
    FOG Problems
    6
    13
    4.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.
    • Tom ElliottT
      Tom Elliott
      last edited by

      Does the image exist? Physically on 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

      1 Reply Last reply Reply Quote 0
      • Wayne WorkmanW
        Wayne Workman @MrKeishii
        last edited by

        @MrKeishii You have an FTP problem, most likely credentials.

        Check this out: https://wiki.fogproject.org/wiki/index.php/Troubleshoot_FTP

        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!
        Daily Clean Installation Results:
        https://fogtesting.fogproject.us/
        FOG Reporting:
        https://fog-external-reporting-results.fogproject.us/

        T 1 Reply Last reply Reply Quote 0
        • M
          MrKeishii
          last edited by

          Apparently it says it doesn’t physically appear on server according to this snapshot

          Screen Shot 2015-07-06 at 9.55.56 AM.png

          What could be the problem? I can physically see the image when I listed them in the above snapshots.

          thanks Tom!

          Wayne WorkmanW 1 Reply Last reply Reply Quote 0
          • Wayne WorkmanW
            Wayne Workman @MrKeishii
            last edited by

            @MrKeishii Again, you have an FTP problem. I promise.

            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!
            Daily Clean Installation Results:
            https://fogtesting.fogproject.us/
            FOG Reporting:
            https://fog-external-reporting-results.fogproject.us/

            1 Reply Last reply Reply Quote 0
            • Tom ElliottT
              Tom Elliott
              last edited by

              The picture you displayed with your image files shows it exists in the /images/dev, but this is not where FOG Checks for the image existance. It searchs for the image in /images/(imagepathname)

              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
              • M
                MrKeishii
                last edited by

                our /images/(imagepathname) is as follows
                Screen Shot 2015-07-06 at 10.21.59 AM.png

                problem is I do not see the actual path in terminal

                Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                • Wayne WorkmanW
                  Wayne Workman @MrKeishii
                  last edited by

                  @MrKeishii Because you have an FTP problem.

                  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!
                  Daily Clean Installation Results:
                  https://fogtesting.fogproject.us/
                  FOG Reporting:
                  https://fog-external-reporting-results.fogproject.us/

                  1 Reply Last reply Reply Quote 2
                  • Tom ElliottT
                    Tom Elliott
                    last edited by

                    You can, temporarily, correct this by:

                    sudo mv /images/28d24484bf43 /images/T440MASTER
                    

                    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
                      TheKoR @Wayne Workman
                      last edited by

                      @Wayne-Workman said:

                      Check this out: https://wiki.fogproject.org/wiki/index.php/Troubleshoot_FTP

                      Ubuntu 13.10 - Fog 1.3.0
                      XEON E5630 - 16 Go - 6To raid 5
                      Best download : 22Go in 23 sec
                      Avg rate : 4.5G/min on 20 unicasts at same time

                      1 Reply Last reply Reply Quote 1
                      • A
                        atarone @MrKeishii
                        last edited by

                        I am having this same problem with one of my images as well. I have tried all of the troubleshooting steps listed in the Wiki without any change. Anyone have any ideas? The machine I am trying to image is a Windows XP Kiosk.

                        1 Reply Last reply Reply Quote 0
                        • A
                          adowns
                          last edited by adowns

                          The image that you posted of the listed imaged size from Image Management shows 2 sizes. The first being the size of the computers HDD that you are taking the image from. The second is the size of the image in the location listed in the Image Management T440-Master Record that you put up. The problem may be an FTP Issue, here are some steps to troubleshoot that. If after taking an image, there is a folder in the /images/dev/ directory with an image file, it may be a security issue on the server for the fog user.

                          I have run into an issue where the user account that I used for fog was denied access to login to the server and that prevented it from moving the image once the ftp was complete. I have entries in the file: /security/access.conf:

                          + : root,fog : ALL
                          - : ALL : ALL
                          

                          Without that entry, the fog user is unable to move the image file to the appropriate spot after imaging.

                          Wayne WorkmanW 1 Reply Last reply Reply Quote 1
                          • Wayne WorkmanW
                            Wayne Workman @adowns
                            last edited by

                            @adowns What linux distro and version are you running?

                            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!
                            Daily Clean Installation Results:
                            https://fogtesting.fogproject.us/
                            FOG Reporting:
                            https://fog-external-reporting-results.fogproject.us/

                            1 Reply Last reply Reply Quote 0
                            • 1 / 1
                            • First post
                              Last post

                            159

                            Online

                            12.0k

                            Users

                            17.3k

                            Topics

                            155.2k

                            Posts
                            Copyright © 2012-2024 FOG Project