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

    Snapin task exists but doesn't show

    FOG Problems
    2
    4
    960
    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.
    • Joseph Hales
      Joseph Hales Testers last edited by

      Back in this thread <[url]http://fogproject.org/forum/threads/host-name-already-exists.12368/>we[/url] removed a bad record from the database manually I need some advice for a complete sql noob on how to open the correct database for active tasks select the record and delete it. OS is ubuntu 12.04 SVN 3084.

      RTFM

      1 Reply Last reply Reply Quote 0
      • Joseph Hales
        Joseph Hales Testers last edited by

        Ok waited till everyone was done imaging today and ran it and no change so I went back to the forums and truncate table snapinJobs; truncate table snapinTasks; which solved the issue.

        RTFM

        1 Reply Last reply Reply Quote 0
        • Joseph Hales
          Joseph Hales Testers last edited by

          Is the select the Host Name?

          RTFM

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

            Without Mysql password
            [code]mysql -u root fog
            SELECT * FROM snapinTasks;
            DELETE FROM snapinTasks WHERE stID=‘IDfoundneededdeletefrom priorselectstatement’;[/code]

            With mysql password only line changed is the first:
            [code]mysql -u root -p fog[/code]

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

            129
            Online

            10.4k
            Users

            16.4k
            Topics

            150.6k
            Posts

            Copyright © 2012-2023 FOG Project