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

    Wrong Image size in web interface

    Scheduled Pinned Locked Moved Unsolved
    FOG Problems
    3
    15
    3.0k
    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.
    • P
      plegrand
      last edited by plegrand

      Hello Tom,
      this the size on client, but the size on server

      FOG Configuration => Fog Settings => General Settings => FOG_FTP_IMAGE_SIZE (on)
      

      is wrong also

      Then, what is the meanings of these informations ?

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

        @plegrand Try restarting the FOGImageSize service. (I Can’t remember if that got pushed out in 1.3.5 or 1.4.0 though)

        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

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

          Image Size on Server is the ‘Space it physically takes up on the server.’
          Image Size on Client is taken during imaging (capture or deploy) as the image is being applied. It updates the partition working on and then all of the information is taken together to try to tell the admin’s what the “smallest” drive acceptable for the image to still work.

          So, ideally, the Size on client should be larger than the size on server.

          As stated before, neither of these fields is indicative of a problem with the image or its usability. It simply is there to help keep the admin’s informed.

          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
          • P
            plegrand @Tom Elliott
            last edited by plegrand

            @Tom-Elliott
            i restarted FOGImage service which is present in 1.3.5 without success

            But as you said :
            “this element has no impact on the functionality/usability of the images in question.”

            No problem for me

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

              @plegrand If you’d like you can try installing the RC versions? Maybe something was messed up unknowingly?

              I’m not able to replicate. Would you also be able to post the fogimagesize.log file? Maybe something is erroring out that we just aren’t seeing? (This element only deals with Size on server for what its worth).

              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

              P 1 Reply Last reply Reply Quote 0
              • P
                plegrand @Tom Elliott
                last edited by

                @Tom-Elliott
                For the moment i prefer to keep the latest stable version.
                There is no errors into fogimagesize.log.

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

                  @plegrand Anything from:

                  systemctl -l status FOGImageSize
                  

                  (Assuming this is a systemd based startup system)

                  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

                  P 1 Reply Last reply Reply Quote 0
                  • P
                    plegrand @Tom Elliott
                    last edited by

                    @Tom-Elliott said in Wrong Image size in web interface:

                    systemctl -l status FOGImageSize

                    systemctl -l status FOGImageSize

                    ● FOGImageSize.service - FOGImageSize
                       Loaded: loaded (/lib/systemd/system/FOGImageSize.service; enabled)
                       Active: active (running) since ven. 2017-05-12 14:32:36 CEST; 5min ago
                     Main PID: 12288 (FOGImageSize)
                       CGroup: /system.slice/FOGImageSize.service
                               ├─12288 /usr/bin/php -q /opt/fog/service/FOGImageSize/FOGImageSize &
                               └─12289 /usr/bin/php -q /opt/fog/service/FOGImageSize/FOGImageSize &
                    
                    mai 12 14:32:36 Fog systemd[1]: Started FOGImageSize.
                    mai 12 14:32:38 Fog FOGImageSize[12288]: du: impossible d'accéder à « /home/images/PORTGLT650G2 »: Aucun fichier ou dossier de ce type
                    

                    The last error is normal there is no directory PORTGLT650G2, i have to remove image in web interface

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

                      @plegrand After removing that image, and doing the same steps as needed, any luck?

                      That might be causing a break in the output of data for the Image Size on Server stuff which I should be able to address (if it is doing what I think it is).

                      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

                      P 1 Reply Last reply Reply Quote 0
                      • P
                        plegrand @Tom Elliott
                        last edited by

                        @Tom-Elliott
                        No, same “problem”

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

                          Alright, well I already addressed the “file not found” type problem in the RC’s thanks to this. So at least there’s that.

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

                          175

                          Online

                          12.1k

                          Users

                          17.3k

                          Topics

                          155.4k

                          Posts
                          Copyright © 2012-2024 FOG Project