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

    Fog Queue managment

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    2
    5
    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.
    • E
      educapole
      last edited by educapole

      Server
      • FOG Version: 1.3.5-RC-11
      • OS: Ubuntu 16.04 netinstall x64
      Client
      • Service Version: lastest
      • OS: Windows 7 pro x64
      Description

      Hello,

      Since a several month, the Storage Group Activity act weird. I mean, i 've always one task active even if there is no deployment running as we can see! 0_1489056324367_Main.PNG 3_1489056324368_Tasks.PNG 2_1489056324368_Stasks.PNG 1_1489056324368_Mtasks.PNG !

      And, the Storage Node is configured for work with 10 clients max at the same time but i have to force tasks. however there is only 5-6 clients running and the 4-5 left are queued.

      Any idea?

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

        You probably have “stale” tasks.

        You might be able to be rid of them with sql statement:

        update tasks set taskStateID=4 where taskStateID not in ('4','5');

        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
        • E
          educapole
          last edited by educapole

          @Tom-Elliott said in Fog Queue managment:

          You probably have “stale” tasks.

          You might be able to be rid of them with sql statement:

          update tasks set taskStateID=4 where taskStateID not in ('4','5');

          Where do i put this line? i tried in a terminal but it gives me a syntax error…

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

            @educapole you need to open mysql first.

            Typically this would be:

            mysql -u root fog

            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

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

              @Tom-Elliott Thanks, it works!

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

              185

              Online

              12.0k

              Users

              17.3k

              Topics

              155.2k

              Posts
              Copyright © 2012-2024 FOG Project