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

    build 7142 Task Management broken

    Scheduled Pinned Locked Moved Solved
    Bug Reports
    4
    13
    2.3k
    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.
    • G
      Gunnar
      last edited by

      http://fog/fog/management/index.php?node=task displays the active task. But the pages doesn’t contain the button “cancel selected tasks?” to cancel the running jobs.

      http://fog/fog/management/index.php?node=task&sub=active does contain button “cancel selected tasks?” but doesn’t display the active task as the pages refreshes every second. In the upper part of page “1 active task found” gets displayed.

      /var/log/apache2/error.log doesn’t contain any error for that time frame.

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

        Same problem in scheduled tasks.

        Having two active scheduled tasks. None of them is displayed.

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

          @Gunnar Confirmed, found, fixed, tested, and pushed.

          Please update and let me know.

          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 Reply Quote 0
          • M
            mp12 @Tom Elliott
            last edited by

            @Tom-Elliott

            Tasks show up.
            Setting a check mark to select all active tasks doesn’t work.

            0_1460458335673_fog.png

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

              tested with build 7144:

              index.php?node=task still doesn’t display a cancel button or is it as designed?

              index.php?node=task&sub=active now works, task gets listed and can be cancelled. DB entry in table tasks also updated.
              Refresh interval still a little bit high with 7 seconds if I counted right or did I miss the configuration parameter for that interval?

              issue reported by @mp12 regarding multi-select obviously still not fixed.

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

                @Gunnar The page is supposed to automatically redirect you to the active tasks page. Meaning the link in the url should adjust from: http://blahblah.blah/fog/management/index.php?node=task to http://blahblah.blah/fog/management/index.php?node=task&sub=active

                Is this not happening? Do you actually see the active tasks?

                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 @mp12
                  last edited by

                  @mp12 checkbox should now be fixed.

                  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
                  • G
                    Gunnar
                    last edited by

                    @Tom Elliott index.php?node=task doesn’t cause any redirect based on my configuration FOG_VIEW_DEFAULT_SCREEN set to LIST I think it’s correct that no redirect happens.

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

                      @Gunnar That was incorrect. It shouldn’t matter what the view is. When you initially go to the task page it should take you to the active page. As you informed me that the LIST view was your selector, I tested and confirmed this issue. I’m just going to guess that this was the case of the others that seemingly randomly had the “I can’t see the cancel/pause buttons” issue altogether.

                      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

                        Also, i pushed a fix for it already too.

                        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
                        • G
                          Gunnar
                          last edited by

                          tested with build 7148:

                          node=task redirects to node=task&sub=active no mater if FOG_VIEW_DEFAULT_SCREEN set to LIST or SEARCH
                          Also multi-select works now and both task gets cancelled.

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

                            @Gunnar That’s what I was hoping for.

                            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
                            • Wayne WorkmanW
                              Wayne Workman
                              last edited by

                              I believe this was the same bug here, same version too, 7142, so I’m linking the two together.
                              https://forums.fogproject.org/topic/7141/deploy-task-remains

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

                              329

                              Online

                              12.0k

                              Users

                              17.3k

                              Topics

                              155.2k

                              Posts
                              Copyright © 2012-2024 FOG Project