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

R8333 - Unable to set host location (location plugin)

Scheduled Pinned Locked Moved Solved
Bug Reports
3
35
8.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.
  • T
    Tom Elliott @MRCUR
    last edited by Jun 30, 2016, 6:33 PM

    @MRCUR would you mind doing a full reboot to your 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

    M 1 Reply Last reply Jun 30, 2016, 6:52 PM Reply Quote 0
    • M
      MRCUR Testers @Tom Elliott
      last edited by Jun 30, 2016, 6:52 PM

      @Tom-Elliott Rebooted, same issue.

      [Thu Jun 30 14:51:08.344012 2016] [:error] [pid 1657] [client 10.0.4.12:58799] PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 32 bytes) in /var/www/html/fog/lib/fog/fogmanagercontroller.class.php on line 119, referer: http://fogserver.domain.org/fog/management/index.php?node=host&sub=edit&id=11790
      [Thu Jun 30 14:51:15.912554 2016] [:error] [pid 2498] [client 172.16.89.45:61396] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /var/www/html/fog/lib/fog/fogmanagercontroller.class.php on line 122, referer: http://fogserver.domain.org/fog/management/index.php?node=host
      
      W 1 Reply Last reply Jul 1, 2016, 9:49 PM Reply Quote 0
      • T
        Tom Elliott
        last edited by Jul 1, 2016, 12:33 AM

        Possibly.

        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 Jul 1, 2016, 7:57 PM Reply Quote 0
        • T
          Tom Elliott @Tom Elliott
          last edited by Jul 1, 2016, 7:57 PM

          @Tom-Elliott I wanted to note that we got this working last night but have hit another issue. @MRCUR ive not forgotten or anything just had a busy day. You know I’ll try to make this all work for you and others.

          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 @MRCUR
            last edited by Jul 1, 2016, 9:49 PM

            @MRCUR said in R8333 - Unable to set host location (location plugin):

            PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted

            That tells me you need to up your memory limit. Instructions are here:
            https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_Web_Interface

            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/

            M T 2 Replies Last reply Jul 1, 2016, 10:00 PM Reply Quote 0
            • M
              MRCUR Testers @Wayne Workman
              last edited by Jul 1, 2016, 10:00 PM

              @Wayne-Workman That error only occurs if I try to do a host change immediately after a server restart. It does not occur any other time.

              @Tom-Elliott No problem Tom. I appreciate your help last night. Lots of imaging was able to be done today since groups was working again. We can work on this again next week.

              W 1 Reply Last reply Jul 1, 2016, 10:02 PM Reply Quote 0
              • W
                Wayne Workman @MRCUR
                last edited by Jul 1, 2016, 10:02 PM

                @MRCUR Still… you’re hitting a memory limit sometimes which means your very close to the limit. Also your web interface will be much more fluid if you up the memory limit.

                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/

                M 1 Reply Last reply Jul 1, 2016, 10:08 PM Reply Quote 0
                • M
                  MRCUR Testers @Wayne Workman
                  last edited by Jul 1, 2016, 10:08 PM

                  @Wayne-Workman Fair point - I upped it to 2048 (was at 1024, server has a ton of RAM).

                  1 Reply Last reply Reply Quote 1
                  • T
                    Tom Elliott @Wayne Workman
                    last edited by Jul 1, 2016, 10:25 PM

                    @Wayne-Workman Memory, no more, is the issue.

                    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 1, 2016, 11:57 PM Reply Quote 0
                    • W
                      Wayne Workman @Tom Elliott
                      last edited by Jul 1, 2016, 11:57 PM

                      @Tom-Elliott good to hear - but some people have large fog systems.

                      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
                        last edited by Jul 2, 2016, 2:22 AM

                        Fixed many issues tonight including the speed problem. And location setting. Woot.

                        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

                        M 1 Reply Last reply Jul 2, 2016, 4:28 PM Reply Quote 1
                        • M
                          MRCUR Testers @Tom Elliott
                          last edited by Jul 2, 2016, 4:28 PM

                          @Tom-Elliott Thanks again Tom!

                          1 Reply Last reply Reply Quote 0
                          • W
                            Wayne Workman
                            last edited by Jul 2, 2016, 6:42 PM

                            What trunk version was this fixed in? Was it fixed by 8359?

                            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/

                            M 1 Reply Last reply Jul 2, 2016, 6:43 PM Reply Quote 0
                            • M
                              MRCUR Testers @Wayne Workman
                              last edited by Jul 2, 2016, 6:43 PM

                              @Wayne-Workman This was fixed ~8370 late last night.

                              W 1 Reply Last reply Jul 2, 2016, 6:47 PM Reply Quote 0
                              • W
                                Wayne Workman @MRCUR
                                last edited by Jul 2, 2016, 6:47 PM

                                @MRCUR 😕 great…

                                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
                                • 2 / 2
                                2 / 2
                                • First post
                                  21/35
                                  Last post

                                154

                                Online

                                12.0k

                                Users

                                17.3k

                                Topics

                                155.2k

                                Posts
                                Copyright © 2012-2024 FOG Project