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

Task is "Stuck in Active" and not displayed

Scheduled Pinned Locked Moved Solved
FOG Problems
3
4
1.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.
  • C
    cojohnson
    last edited by May 5, 2017, 12:34 PM

    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
    • T
      Tom Elliott
      last edited by Tom Elliott May 5, 2017, 6:46 AM May 5, 2017, 12:37 PM

      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
      • C
        cojohnson
        last edited by May 5, 2017, 12:45 PM

        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
        • H
          hamrichfog
          last edited by May 8, 2017, 3:15 PM

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

          1 Reply Last reply Reply Quote 1
          • 1 / 1
          1 / 1
          • First post
            2/4
            Last post

          193

          Online

          12.1k

          Users

          17.3k

          Topics

          155.3k

          Posts
          Copyright © 2012-2024 FOG Project