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

Dashboard -storage group activity doesn't change

Scheduled Pinned Locked Moved Solved
FOG Problems
2
3
1.1k
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.
  • F
    FallingWax
    last edited by Jan 9, 2017, 4:24 PM

    Running Version 1.3.0
    SVN Revision: 6050

    Dashboard has been stuck showing 4 active tasks and 1 queued for a few weeks now. Even with no running or scheduled tasks the dashboard view does not update. Any way to refresh this?

    1 Reply Last reply Reply Quote 0
    • W
      Wayne Workman
      last edited by Wayne Workman Jan 9, 2017, 6:47 PM Jan 10, 2017, 12:46 AM

      The below code will delete all Queued, Checked-In, and In-Progress tasks.

      mysql -D fog
      DELETE FROM `tasks` WHERE `taskStateID` IN (1,2,3);
      exit
      

      The below code will blast the entire tasks table. If you do this, all the history about snapin & image deployments will be thrown out, but you’ll be able to start fresh.

      mysql -D fog
      TRUNCATE TABLE `tasks`;
      exit
      

      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/

      F 1 Reply Last reply Jan 10, 2017, 8:58 PM Reply Quote 0
      • F
        FallingWax @Wayne Workman
        last edited by Jan 10, 2017, 8:58 PM

        @Wayne-Workman Thanks! That cleared it up.

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        1 / 1
        • First post
          1/3
          Last post

        186

        Online

        12.0k

        Users

        17.3k

        Topics

        155.2k

        Posts
        Copyright © 2012-2024 FOG Project