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

FOG Imaging Log Empty?

Scheduled Pinned Locked Moved Solved
FOG Problems
3
7
1.5k
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.
  • K
    kenneth.sisco
    last edited by Oct 19, 2016, 7:22 PM

    Server
    • FOG Version: SVN Revision 5773
    • OS: Ubuntu 14.04
    Client
    • Service Version:
    • OS:
    Description

    I’m trying to pull up some reports of imaging that was conducted back in August to see what the timeframes were, in order to make comparisons with recent network upgrades that occurred - the purpose is to help show that network upgrades have been valuable in increasing efficiency in PC deployment for our organization. But when I log into FOG and go to Report Management -> Imaging Log, It allows me to select a Start Date as far back as 11-12-2015 and an End Date of today. I can select any date range, and each one gives me “No results found.”
    We upgraded to this SVN revision back in June. It was working prior to that upgrade. Am I doing something wrong, or is there a problem I need to fix to get reporting running again?

    1 Reply Last reply Reply Quote 0
    • T
      Tom Elliott
      last edited by Oct 20, 2016, 1:21 AM

      The bug is now fixed in working-RC-15 branch.

      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
      • W
        Wayne Workman
        last edited by Oct 19, 2016, 7:26 PM

        Were these image deployments to registered machines? FOG only cares about registered machines. If they weren’t registered, there would be no log of the deployments.

        If they were registered, likely the data is somewhere. Either in the DB but not displaying, or in the automatic backup that the installer made in June.

        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/

        K 1 Reply Last reply Oct 19, 2016, 7:27 PM Reply Quote 0
        • K
          kenneth.sisco @Wayne Workman
          last edited by Oct 19, 2016, 7:27 PM

          @Wayne-Workman Yes - these were all from Multicast tasks, which require registration in order to create proper groups, if I recall correctly.

          W 2 Replies Last reply Oct 19, 2016, 7:37 PM Reply Quote 0
          • W
            Wayne Workman @kenneth.sisco
            last edited by Oct 19, 2016, 7:37 PM

            @kenneth.sisco Via CLI, you can look at the raw data and see what’s there.

            To open the db via CLI:
            mysql -D fog

            To close when done:
            quit

            The table you’re interested in is called imagingLog and you can get it’s description with:
            describe imagingLog;

            You can select all data in it with:
            select * from imagingLog;

            You can sort by date of deployment ascending (asc) or descending (desc) and limit the number of rows returned like:
            select * from imagingLog order by ilStartTime asc LIMIT 20;

            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/

            1 Reply Last reply Reply Quote 0
            • W
              Wayne Workman @kenneth.sisco
              last edited by Wayne Workman Oct 19, 2016, 1:46 PM Oct 19, 2016, 7:45 PM

              @kenneth.sisco I’ve also confirmed this issue as a bug, because I have the same problem when I tried to see the imaging report. https://forums.fogproject.org/topic/8798/imaging-log-not-displaying-logs

              The below commands should get you by for now though.

              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/

              K 1 Reply Last reply Oct 19, 2016, 9:28 PM Reply Quote 0
              • K
                kenneth.sisco @Wayne Workman
                last edited by Oct 19, 2016, 9:28 PM

                @Wayne-Workman Thank you for reporting the bug. I was able to find the logs I needed using the SQL commands you provided. Thanks a ton! Hopefully the bug gets resolved soon. 🙂

                1 Reply Last reply Reply Quote 0
                • T
                  Tom Elliott
                  last edited by Oct 20, 2016, 1:21 AM

                  The bug is now fixed in working-RC-15 branch.

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

                  179

                  Online

                  12.0k

                  Users

                  17.3k

                  Topics

                  155.2k

                  Posts
                  Copyright © 2012-2024 FOG Project