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

    Image Size on Server always ~2GB (Dashboard)

    Scheduled Pinned Locked Moved Solved
    Bug Reports
    6
    11
    3.9k
    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.
    • x23piracyX
      x23piracy
      last edited by

      Hi,

      something must be wrong with determining server size on the storage server fog always shows 2gb:

      [IMG]http://i.imgur.com/IAGiC4z.png[/IMG]
      When i check the storage node its bigger, no wonder!

      [IMG]http://i.imgur.com/Acmejwo.png[/IMG]

      There is never a file matching the 2GB the server lists, so that must be a bug while determining size.

      Regards X23

      ║▌║█║▌│║▌║▌█

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

        You’re on the latest SVN Trunks?

        I’m not able to replicate the error. I had a couple images with extra spare sizes just to be on the safe side that things were working properly. It reported all correctly, then I removed those extra files, and it lowered the size properly.

        Maybe it’s a problem with the vsftp? FOG is using FTP to get the sizes from the remote node, it sounds, to me, like it’s not reading the proper locations and is limited to a home folder of some sort.

        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
        • x23piracyX
          x23piracy
          last edited by

          Hi Tom,

          please let us fix that out by tv. I contact you.
          If we have a solution i will document it here.

          Regards X23

          ║▌║█║▌│║▌║▌█

          1 Reply Last reply Reply Quote 0
          • x23piracyX
            x23piracy
            last edited by

            Hi,

            this one is fixed ubuntu ftp did not like the command fog tried to find out file sizes.
            Afaik Tom allready fixed that in SVN.

            In 1.2.0 the problem should still exist.
            @Tom maybe we could give the guys staying on stable the relevant changes so they can fix it?

            Regards X23

            ║▌║█║▌│║▌║▌█

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

              For Ubuntu/Debian:
              [code]wget -O /var/www/fog/lib/fog/FOGFTP.class.php https://svn.code.sf.net/p/freeghost/code/trunk/packages/web/lib/fog/FOGFTP.class.php[/code]
              For Redhat/Centos:
              [code]wget -O /var/www/html/fog/lib/fog/FOGFTP.class.php https://svn.code.sf.net/p/freeghost/code/trunk/packages/web/lib/fog/FOGFTP.class.php[/code]

              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

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

                Image sizes are not reporting correctly for SVN 2920 on Fedora 21.

                vsftpd should have all the permissions it needs… probably…

                Where should I start?

                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
                • N
                  NT_Tech
                  last edited by

                  [quote=“Tom Elliott, post: 34635, member: 7271”]For Ubuntu/Debian:
                  [code]wget -O /var/www/fog/lib/fog/FOGFTP.class.php https://svn.code.sf.net/p/freeghost/code/trunk/packages/web/lib/fog/FOGFTP.class.php[/code]
                  For Redhat/Centos:
                  [code]wget -O /var/www/html/fog/lib/fog/FOGFTP.class.php https://svn.code.sf.net/p/freeghost/code/trunk/packages/web/lib/fog/FOGFTP.class.php[/code][/quote]

                  IF you do this on 1.2 with the current trunk (as of today’s post) it WILL break your FOG and not allow you to upload or download images. I was able to move the original file back and FOG 1.2 was restored to working order! Would still love to have the file sizes report correctly, but not at the expense of FOG actually working. I am going to try an older SVN file and let you know.

                  UPDATED NOTE: The attached php file is from SVN 2120 and fixed 1.2 without breaking it! It goes in the folder indicated by Tom’s post above.

                  [url=“/_imported_xf_attachments/1/1988_FOGFTP.class.php?:”]FOGFTP.class.php[/url]

                  1 Reply Last reply Reply Quote 0
                  • T
                    tandersb @Tom Elliott
                    last edited by

                    @Tom-Elliott I’m just now trying to implement FOG at my workplace, and I’m also getting this error. I’m in ubuntu server 14.04, running FOG 1.2.0. I’ve tried running the wget command but unfortunately it returns a 404 error. Is there possibly an updated URL or has the .php file been removed?

                    Thanks in advance!

                    george1421G x23piracyX 2 Replies Last reply Reply Quote 0
                    • george1421G
                      george1421 Moderator @tandersb
                      last edited by

                      @tandersb If you are just starting with fog (or even if you have had it for a while) please install FOG 1.3.2.

                      Plus you should start your own new thread because your conditions may be different.

                      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 1 Reply Last reply Reply Quote 0
                      • x23piracyX
                        x23piracy @tandersb
                        last edited by x23piracy

                        @tandersb said in Image Size on Server always ~2GB (Dashboard):

                        …

                        alt text

                        don’t wake a sleeping dog 😉

                        alt text
                        funny that the text content of my screenshot starts with: “something must be wrong wit|” 😄

                        ║▌║█║▌│║▌║▌█

                        1 Reply Last reply Reply Quote 0
                        • T
                          tandersb @george1421
                          last edited by

                          @george1421 Thanks, I will.

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

                          191

                          Online

                          12.0k

                          Users

                          17.3k

                          Topics

                          155.2k

                          Posts
                          Copyright © 2012-2024 FOG Project