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

FOG Client 0.11.3 - no config.json file

Scheduled Pinned Locked Moved Solved
Bug Reports
4
56
16.4k
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.
  • W
    Wayne Workman
    last edited by Jul 19, 2016, 6:00 PM

    I guess now, I need to test a 1.5 GB snapin pack… I’m just going to throw crap in a file until it’s about that size, don’t care about functionality at this point, This is related to file size.

    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
    • T
      Tom Elliott @Junkhacker
      last edited by Jul 19, 2016, 6:00 PM

      @Junkhacker I can only guess that the post_max_filesize and upload_max_size (or whatever they are) are not set to the value of the file that’s being uploaded currently?

      Just a guess of course.

      WTH do I know though?

      Can you check your server’s php.ini settings for these two things @Wayne-Workman

      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

      W J 2 Replies Last reply Jul 19, 2016, 6:06 PM Reply Quote 0
      • W
        Wayne Workman @Tom Elliott
        last edited by Jul 19, 2016, 6:06 PM

        @Tom-Elliott Those two things are already set to 10000M. They are upload_max_filesize and post_max_size inside php.ini, On my server, it was /etc/php.ini

        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
        • J
          Junkhacker Developer @Tom Elliott
          last edited by Junkhacker Jul 19, 2016, 12:10 PM Jul 19, 2016, 6:07 PM

          @Tom-Elliott when i had the problem (and it may be unrelated to his problem) it wasn’t a filesize issue. my snapins were less than 1MB in size. i have not had the problem with 1.3.0-RC-1. perhaps it is worth noting that the file owner details are different now, though. owner of older snapin files are fog:www-data new snapins are fog:fog

          signature:
          Junkhacker
          We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

          W 1 Reply Last reply Jul 19, 2016, 6:23 PM Reply Quote 0
          • W
            Wayne Workman
            last edited by Jul 19, 2016, 6:10 PM

            The snapin is approx. 2.11GB, I have enough space on / to hold it, I was reading online that not enough space can cause it.

            [root@mb-fog log]# df -h
            Filesystem                         Size  Used Avail Use% Mounted on
            devtmpfs                           2.0G     0  2.0G   0% /dev
            tmpfs                              2.0G     0  2.0G   0% /dev/shm
            tmpfs                              2.0G  432K  2.0G   1% /run
            tmpfs                              2.0G     0  2.0G   0% /sys/fs/cgroup
            /dev/mapper/fedora--server-root     20G  7.1G   12G  39% /
            tmpfs                              2.0G  2.0M  2.0G   1% /tmp
            /dev/sda1                          976M  116M  794M  13% /boot
            /dev/mapper/fedora--server-images  468G  230G  215G  52% /images
            tmpfs                              395M     0  395M   0% /run/user/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!
            Daily Clean Installation Results:
            https://fogtesting.fogproject.us/
            FOG Reporting:
            https://fog-external-reporting-results.fogproject.us/

            T 2 Replies Last reply Jul 19, 2016, 6:12 PM Reply Quote 0
            • T
              Tom Elliott @Wayne Workman
              last edited by Jul 19, 2016, 6:12 PM

              @Wayne-Workman I’m not asking for disk size available. I’m asking about the /etc/php/php.ini (or whereever it’s located).

              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
              • W
                Wayne Workman @Junkhacker
                last edited by Wayne Workman Jul 19, 2016, 12:25 PM Jul 19, 2016, 6:23 PM

                @Junkhacker said in FOG Client 0.11.3 - no config.json file:

                perhaps it is worth noting that the file owner details are different now, though. owner of older snapin files are fog:www-data new snapins are fog:fog

                Mine are fog:apache for the snapins folder… I’ll try fog:fog and see what happens.

                —EDIT—

                I set permissions recursively on the snapins folder, then re-created the snapin in the gui. Didn’t seem to affect the zero file size.

                [root@mb-fog snapins]# ls -la
                total 317304
                drwxrwxr-x. 3 fog  fog       4096 Jul 19 13:24 .
                drwxr-xr-x. 5 root root      4096 Jul 19 07:17 ..
                -rwxrwxr-x. 1 fog  fog  266245249 Jun 30 09:17 avast-install-mb-domain.exe
                -rwxrwxr-x. 1 fog  fog   52764672 Jul  6 09:56 googlechromestandaloneenterprise64.msi
                -rwxrwxr-x. 1 fog  fog    5885952 Jun 30 12:26 MerakiSM-Agent-mb.msi
                -rwxrwxr-x. 1 fog  fog         51 Jul 12 07:13 Set_Timezone.bat
                -rwxr-xr-x. 1 fog  fog          0 Jul 19 13:24 SmartNotebook2016.zip
                drwxrwxr-x. 3 fog  fog       4096 Feb 25 08:44 ssl
                [root@mb-fog snapins]#
                

                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
                • W
                  Wayne Workman
                  last edited by Wayne Workman Jul 19, 2016, 12:30 PM Jul 19, 2016, 6:29 PM

                  I also just gave the server a reboot, and then re-tried. No luck.

                  At this point - I’m going to just manually place the file in the right spot and set permissions, and hope that works.

                  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/

                  J 1 Reply Last reply Jul 19, 2016, 6:39 PM Reply Quote 0
                  • W
                    Wayne Workman
                    last edited by Wayne Workman Jul 19, 2016, 12:39 PM Jul 19, 2016, 6:38 PM

                    Well of course, placing the file manually didn’t work because there was no hash created for it. 😞

                    Guess I’m doing this deployment with a batch file snapin.

                    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
                    • J
                      Junkhacker Developer @Wayne Workman
                      last edited by Jul 19, 2016, 6:39 PM

                      @Wayne-Workman have you verified that you can log into the server as the user “fog” with the password that is stored in the storage management page?

                      signature:
                      Junkhacker
                      We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                      W 1 Reply Last reply Jul 19, 2016, 6:40 PM Reply Quote 0
                      • W
                        Wayne Workman @Junkhacker
                        last edited by Jul 19, 2016, 6:40 PM

                        @Junkhacker I did just now because you asked, yes it works. I ssh’d in using fog and the password in storage management.

                        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/

                        J 1 Reply Last reply Jul 19, 2016, 6:42 PM Reply Quote 0
                        • J
                          Junkhacker Developer @Wayne Workman
                          last edited by Jul 19, 2016, 6:42 PM

                          @Wayne-Workman try to chmod 775 SmartNotebook2016.zip and upload the file again

                          signature:
                          Junkhacker
                          We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                          W 1 Reply Last reply Jul 19, 2016, 6:45 PM Reply Quote 0
                          • W
                            Wayne Workman @Junkhacker
                            last edited by Jul 19, 2016, 6:45 PM

                            @Junkhacker said in FOG Client 0.11.3 - no config.json file:

                            @Wayne-Workman try to chmod 775 SmartNotebook2016.zip and upload the file again

                            Did that. The upload went much slower that time for some reason, but did complete. File size is still zero. Notice The file size from my manual placement changed to 0 after updating the snapin with a new file.

                            [root@mb-fog snapins]# ls -la
                            total 2532300
                            drwxrwxr-x. 3 fog  fog        4096 Jul 19 13:32 .
                            drwxr-xr-x. 5 root root       4096 Jul 19 07:17 ..
                            -rwxrwxr-x. 1 fog  fog   266245249 Jun 30 09:17 avast-install-mb-domain.exe
                            -rwxrwxr-x. 1 fog  fog    52764672 Jul  6 09:56 googlechromestandaloneenterprise64.msi
                            -rwxrwxr-x. 1 fog  fog     5885952 Jun 30 12:26 MerakiSM-Agent-mb.msi
                            -rwxrwxr-x. 1 fog  fog          51 Jul 12 07:13 Set_Timezone.bat
                            -rwxrw-rw-. 1 fog  fog  2268149127 Jul 19 12:43 SmartNotebook2016.zip
                            drwxrwxr-x. 3 fog  fog        4096 Feb 25 08:44 ssl
                            [root@mb-fog snapins]# chmod 775 SmartNotebook2016.zip
                            [root@mb-fog snapins]# ls -la
                            total 2532300
                            drwxrwxr-x. 3 fog  fog        4096 Jul 19 13:32 .
                            drwxr-xr-x. 5 root root       4096 Jul 19 07:17 ..
                            -rwxrwxr-x. 1 fog  fog   266245249 Jun 30 09:17 avast-install-mb-domain.exe
                            -rwxrwxr-x. 1 fog  fog    52764672 Jul  6 09:56 googlechromestandaloneenterprise64.msi
                            -rwxrwxr-x. 1 fog  fog     5885952 Jun 30 12:26 MerakiSM-Agent-mb.msi
                            -rwxrwxr-x. 1 fog  fog          51 Jul 12 07:13 Set_Timezone.bat
                            -rwxrwxr-x. 1 fog  fog  2268149127 Jul 19 12:43 SmartNotebook2016.zip
                            drwxrwxr-x. 3 fog  fog        4096 Feb 25 08:44 ssl
                            [root@mb-fog snapins]# ls
                            avast-install-mb-domain.exe  googlechromestandaloneenterprise64.msi  MerakiSM-Agent-mb.msi  Set_Timezone.bat  SmartNotebook2016.zip  ssl
                            [root@mb-fog snapins]# ls -la
                            total 2532300
                            drwxrwxr-x. 3 fog  fog        4096 Jul 19 13:32 .
                            drwxr-xr-x. 5 root root       4096 Jul 19 07:17 ..
                            -rwxrwxr-x. 1 fog  fog   266245249 Jun 30 09:17 avast-install-mb-domain.exe
                            -rwxrwxr-x. 1 fog  fog    52764672 Jul  6 09:56 googlechromestandaloneenterprise64.msi
                            -rwxrwxr-x. 1 fog  fog     5885952 Jun 30 12:26 MerakiSM-Agent-mb.msi
                            -rwxrwxr-x. 1 fog  fog          51 Jul 12 07:13 Set_Timezone.bat
                            -rwxrwxr-x. 1 fog  fog  2268149127 Jul 19 12:43 SmartNotebook2016.zip
                            drwxrwxr-x. 3 fog  fog        4096 Feb 25 08:44 ssl
                            [root@mb-fog snapins]# ls -la
                            total 317304
                            drwxrwxr-x. 3 fog  fog       4096 Jul 19 13:44 .
                            drwxr-xr-x. 5 root root      4096 Jul 19 07:17 ..
                            -rwxrwxr-x. 1 fog  fog  266245249 Jun 30 09:17 avast-install-mb-domain.exe
                            -rwxrwxr-x. 1 fog  fog   52764672 Jul  6 09:56 googlechromestandaloneenterprise64.msi
                            -rwxrwxr-x. 1 fog  fog    5885952 Jun 30 12:26 MerakiSM-Agent-mb.msi
                            -rwxrwxr-x. 1 fog  fog         51 Jul 12 07:13 Set_Timezone.bat
                            -rwxr-xr-x. 1 fog  fog          0 Jul 19 13:44 SmartNotebook2016.zip
                            drwxrwxr-x. 3 fog  fog       4096 Feb 25 08:44 ssl
                            [root@mb-fog snapins]#
                            

                            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 Jul 19, 2016, 6:52 PM Reply Quote 0
                            • W
                              Wayne Workman
                              last edited by Jul 19, 2016, 6:46 PM

                              @Developers I’m suspicious of the hashing functionality at the moment.

                              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/

                              J 1 Reply Last reply Jul 19, 2016, 6:48 PM Reply Quote 0
                              • J
                                Junkhacker Developer @Wayne Workman
                                last edited by Jul 19, 2016, 6:48 PM

                                @Wayne-Workman are you still able to upload snapins that are not snapinpacks?

                                signature:
                                Junkhacker
                                We are here to help you. If you are unresponsive to our questions, don't expect us to be responsive to yours.

                                W 1 Reply Last reply Jul 19, 2016, 6:59 PM Reply Quote 0
                                • T
                                  Tom Elliott @Wayne Workman
                                  last edited by Jul 19, 2016, 6:52 PM

                                  @Wayne-Workman the upload isn’t working let’s figure that out first. Hashing is checked when the snapin checks in. A 0 size file hash is being returned

                                  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 Jul 19, 2016, 6:56 PM

                                    If i had to guess its specific to ftp timeout during the transfer .

                                    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

                                    W 1 Reply Last reply Jul 19, 2016, 6:58 PM Reply Quote 0
                                    • W
                                      Wayne Workman @Tom Elliott
                                      last edited by Jul 19, 2016, 6:58 PM

                                      @Tom-Elliott That would make sense. I’ll start researching 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!
                                      Daily Clean Installation Results:
                                      https://fogtesting.fogproject.us/
                                      FOG Reporting:
                                      https://fog-external-reporting-results.fogproject.us/

                                      T 1 Reply Last reply Jul 19, 2016, 6:59 PM Reply Quote 0
                                      • T
                                        Tom Elliott @Wayne Workman
                                        last edited by Jul 19, 2016, 6:59 PM

                                        @Wayne-Workman it’s configurable in fog settings

                                        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

                                        W 1 Reply Last reply Jul 19, 2016, 7:05 PM Reply Quote 0
                                        • W
                                          Wayne Workman @Junkhacker
                                          last edited by Jul 19, 2016, 6:59 PM

                                          @Junkhacker Just tested with a 1.6MB file, it worked.

                                          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
                                          • 2
                                          • 3
                                          • 2 / 3
                                          2 / 3
                                          • First post
                                            40/56
                                            Last post

                                          210

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project