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

    Latest FOG 0.33b

    Scheduled Pinned Locked Moved
    General
    77
    1.6k
    6.1m
    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.
    • Tom ElliottT
      Tom Elliott
      last edited by

      r1323 released.

      Switched to using ImagingLog for the task counts. Directly sets the Time zone on the DateTime class functions if the date.timezone parameter hasn’t been set in the /etc/php.ini file. It doesn’t take into consideration typos within the date.timezone setting as technically it’s set. Usually a default install doesn’t set this parameter anyway. So if we don’t check it, it will cause funky display issues on the Dashboard page. If it is set incorrectly, you’ll still see 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

      1 Reply Last reply Reply Quote 0
      • W
        warp
        last edited by

        On the r1323 I’av this message on the console linux

        [url=“/_imported_xf_attachments/0/586_Capture.JPG?:”]Capture.JPG[/url]

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

          do you you have the /opt/fog/ directory?

          Are the FOG Services on the linux box running?

          [code]sudo service FOGMulticastManager restart
          sudo service FOGScheduler restart
          sudo service FOGImageReplicator restart[/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

          1 Reply Last reply Reply Quote 0
          • W
            warp
            last edited by

            And, The Shutdown after work on the station that boot PXE does not work. Even if you check the option Shutdown after works.

            1 Reply Last reply Reply Quote 0
            • W
              warp
              last edited by

              It’s ok now.

              1 Reply Last reply Reply Quote 0
              • W
                warp
                last edited by

                I still can not have a correct display even with the correct syntax of date.time = “Europe/Paris”

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

                  Did you set:
                  date.time = “Europe/Paris”
                  or
                  date.timezone = “Europe/Paris”

                  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
                    warp
                    last edited by

                    Sorry, date.timezone = “Europe/Paris”

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

                      Now that that’s set, did you restart apache services?

                      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
                        warp
                        last edited by

                        I’m putting the right option in php.ini, restart the server or restart the httpd service, nothing works.

                        1 Reply Last reply Reply Quote 0
                        • W
                          warp
                          last edited by

                          Here are the new message

                          [url=“/_imported_xf_attachments/0/588_Capture.JPG?:”]Capture.JPG[/url]

                          1 Reply Last reply Reply Quote 0
                          • W
                            warp
                            last edited by

                            I also have this problem

                            [url=“/_imported_xf_attachments/0/589_Capture.JPG?:”]Capture.JPG[/url]

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

                              Yep, you sure do!

                              When you installed 0.33 did you do a fresh install of an upgrade over 0.32?

                              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
                              • Tom ElliottT
                                Tom Elliott
                                last edited by

                                r1324 released.

                                Should fix the timezone issue more directly. If the timezone’s not set, it sets the timezone to GMT. If it is set, it forcibly set’s the TimeZone to that in your php.ini file.

                                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
                                  warp
                                  last edited by

                                  When I install 0.33 it’s always e fresh install

                                  1 Reply Last reply Reply Quote 0
                                  • W
                                    warp
                                    last edited by

                                    I try the r1324

                                    1 Reply Last reply Reply Quote 0
                                    • W
                                      warp
                                      last edited by

                                      The r1324 works for the date.timezone.
                                      You can watch #1143 and #1151

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

                                        r1325 released.

                                        Should fix the thrown error message when updating a host and not having the location plugin set.

                                        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
                                        • Tom ElliottT
                                          Tom Elliott
                                          last edited by

                                          r1326, 1327, 1328 released.

                                          All are fixes/tweaks to location stuff. Had a couple of minor typos, all should be corrected and operating properly now.

                                          Thank you,

                                          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
                                            warp
                                            last edited by

                                            You can watch #1143 and #1151

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 56
                                            • 57
                                            • 58
                                            • 59
                                            • 60
                                            • 77
                                            • 78
                                            • 58 / 78
                                            • First post
                                              Last post

                                            216

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project