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

    Solved Task is "Stuck in Active" and not displayed

    FOG Problems
    3
    4
    870
    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.
    • C
      cojohnson last edited by

      Hey Everyone,

      On FOG’s home screen, i see there is one active task… When I click on “Task Management”, I do not see any active tasks. Any ideas?

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

        Please open terminal.

        Run:
        sudo mysql -u root (If you have a password for your root user you will need: sudo mysql -u root -p)

        Once in mysql shell run:

        use fog;
        update tasks set taskStateID=4 where taskStateID in (0,1,2,3);
        

        You should have no more “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 1
        • H
          hamrichfog last edited by

          @Tom-Elliott Thanks Tom, I had the same problem and this fixed it for me!

          1 Reply Last reply Reply Quote 1
          • C
            cojohnson last edited by

            Thanks Tom, that fixed me up!

            I was playing around with MySQL but couldn’t quite figure it out by myself!

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

              Please open terminal.

              Run:
              sudo mysql -u root (If you have a password for your root user you will need: sudo mysql -u root -p)

              Once in mysql shell run:

              use fog;
              update tasks set taskStateID=4 where taskStateID in (0,1,2,3);
              

              You should have no more “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 1
              • 1 / 1
              • First post
                Last post

              191
              Online

              10.4k
              Users

              16.4k
              Topics

              150.5k
              Posts

              Copyright © 2012-2023 FOG Project