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

Dell Optiplex 3010 imaging to /tmp/pigz1

Scheduled Pinned Locked Moved
FOG Problems
4
11
2.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.
  • L
    lawrence1997
    last edited by Jan 27, 2017, 9:46 AM

    Hi All

    Trying to upload an image for a Dell Optiplex 3010. And it is is saying that it has data on the FOG server with around 230GB of data but when i look in the captured field it states that there is no data.

    Upon capturing the image i see that its trying to save it in a different location than the other images are stored its trying to save it in /tmp/pigz1.

    Any help on trying to get this image up-to our FOG Sever would be appreciated

    Kind Regards

    Lawrence Lonsdale

    PS: All other images upload and download successfully

    1 Reply Last reply Reply Quote 0
    • G
      george1421 Moderator
      last edited by Jan 27, 2017, 11:05 AM

      What version of FOG are you using?

      Does the 3010 have a sata disk or nvme (M.2) disk?

      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
      • L
        lawrence1997
        last edited by Jan 27, 2017, 11:06 AM

        Hi george,

        We are using version 1.3.3 and it has a SATA drive.

        Kind Regards

        Lawrence Lonsdale

        G 1 Reply Last reply Jan 27, 2017, 11:11 AM Reply Quote 0
        • G
          george1421 Moderator @lawrence1997
          last edited by Jan 27, 2017, 11:11 AM

          @lawrence1997 Just so I’m clear here. You can capture images of other computers to the FOG server and it works just fine, but when you upload a 3010 it attempts to upload the file to /tmp/pigz1 on the fog server instead of /images/dev/<mac_address> ?

          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!

          L 1 Reply Last reply Jan 27, 2017, 11:24 AM Reply Quote 0
          • L
            lawrence1997 @george1421
            last edited by Jan 27, 2017, 11:24 AM

            @george1421 Exactly right

            Kind Regards

            Lawrence

            T 1 Reply Last reply Jan 27, 2017, 11:33 AM Reply Quote 0
            • T
              Tom Elliott @lawrence1997
              last edited by Jan 27, 2017, 11:33 AM

              @lawrence1997 That’s 100% incorrect.

              /tmp/pigz1 is nothing more than a FIFO (File in, File out).

              All images, capture and deploy, get sent to this file. It’s nothing more than a memory buffer.

              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

              L 1 Reply Last reply Jan 27, 2017, 11:57 AM Reply Quote 1
              • L
                lawrence1997 @Tom Elliott
                last edited by Jan 27, 2017, 11:57 AM

                @Tom-Elliott Do you know why the image wouldn’t be getting to /images even tho on the FOG server thats where the location is set.

                Kind Regards

                Lawrence Lonsdale

                T 1 Reply Last reply Jan 27, 2017, 12:20 PM Reply Quote 0
                • T
                  Tom Elliott @lawrence1997
                  last edited by Jan 27, 2017, 12:20 PM

                  @lawrence1997 I dont’ know what you mean.

                  FOG captures images to your Storage Location’s dev folder.

                  In a typical fog server you have a storage location structure similar to:

                  /images
                  /images/.mntcheck
                  /images/postdownloadscripts
                  /images/dev
                  /images/dev/.mntcheck
                  

                  The main storage (mounted read only for clients being deployed to) is /images.

                  When uploading, a folder is created in /images/dev with the systems mac address in lowercase form without any special characters. So WHILE an image is being captured it would be uploaded into:
                  /images/dev/<macaddress>.

                  When the capture is complete, FTP is called and moves the /images/dev/<macaddress> to /images/<imagepathasdefinedingui>.

                  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

                  L 1 Reply Last reply Jan 27, 2017, 3:14 PM Reply Quote 1
                  • W
                    Wayne Workman
                    last edited by Jan 27, 2017, 1:56 PM

                    This article also details that process:
                    https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_FTP

                    Also this touches on it too:
                    https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_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!
                    Daily Clean Installation Results:
                    https://fogtesting.fogproject.us/
                    FOG Reporting:
                    https://fog-external-reporting-results.fogproject.us/

                    1 Reply Last reply Reply Quote 0
                    • L
                      lawrence1997 @Tom Elliott
                      last edited by Jan 27, 2017, 3:14 PM

                      @Tom-Elliott Tom do you know why all other images can upload except a Dell 3010 then

                      Kind Regards

                      Lawrence

                      G 1 Reply Last reply Jan 27, 2017, 3:37 PM Reply Quote 0
                      • G
                        george1421 Moderator @lawrence1997
                        last edited by Jan 27, 2017, 3:37 PM

                        @lawrence1997 On this model, have you run through the FOG compatibility tests from the iPXE menu?

                        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
                        • 1 / 1
                        1 / 1
                        • First post
                          3/11
                          Last post

                        203

                        Online

                        12.1k

                        Users

                        17.3k

                        Topics

                        155.3k

                        Posts
                        Copyright © 2012-2024 FOG Project