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

Report Management FOG Imaging Log "No Results Found"

Scheduled Pinned Locked Moved Solved
Bug Reports
3
5
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.
  • A
    anthony.delarosa
    last edited by Feb 21, 2017, 8:05 PM

    Server
    • FOG Version: 1.3.4
    • OS: CentOS 6.7
    Client
    • Service Version:
    • OS:
    Description

    Upgraded to FOG 1.3.4 SVN Revision 6064 about 2 weeks ago and can’t confirm whether “FOG Imaging Log” worked prior to that ('cause I never needed it before) but for some reason my FOG Imaging Log has no data.

    I am able to do the following via mySQL though:

    $ mysql -D fog

    mysql> describe imagingLog;
    ±-------------±-------------±-----±----±--------±---------------+
    | Field | Type | Null | Key | Default | Extra |
    ±-------------±-------------±-----±----±--------±---------------+
    | ilID | int(11) | NO | PRI | NULL | auto_increment |
    | ilHostID | int(11) | NO | MUL | NULL | |
    | ilStartTime | datetime | NO | | NULL | |
    | ilFinishTime | datetime | NO | | NULL | |
    | ilImageName | varchar(64) | NO | | NULL | |
    | ilType | varchar(64) | NO | | NULL | |
    | ilCreatedBy | varchar(255) | NO | | NULL | |
    ±-------------±-------------±-----±----±--------±---------------+
    7 rows in set (0.00 sec)

    mysql> select * from imagingLog;

    and that gives me like 2000 records, which is what i want! problem is I don’t want to just out put it to a file, I want to be able to query it via FOG web console. Why does FOG say it’s empty when there is clearly data in there?

    Thanks!

    1 Reply Last reply Reply Quote 0
    • W
      Wayne Workman
      last edited by Wayne Workman Feb 21, 2017, 10:35 PM Feb 22, 2017, 4:34 AM

      1.3.5 rc 1 has this listed as a bug fix:

      Fix inventory passing potential non-integer for math.

      https://news.fogproject.org/fog-1-3-5-rc-1/

      Though I wouldn’t say go to rc1, I’d say go to the latest RC which is currently 1.3.5 rc 10 I think. No guarantees though that it would fix your issue, it’s just that is listed as a bug fix and it sounds like it’s related.

      Or you could sit on it and wait for official 1.3.5

      If you can share what it is you’re wanting a report of, I can help with the sql queries as a hold-over for you.

      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
      • A
        anthony.delarosa
        last edited by Feb 22, 2017, 5:27 PM

        hey @Wayne-Workman thanks for your reply. i think i’ll sit and wait on 1.3.5 and for now I’ll just copy and paste it

        1 Reply Last reply Reply Quote 0
        • W
          Wayne Workman
          last edited by Feb 23, 2017, 2:29 PM

          Cross-linking another thread with the same problem:
          https://forums.fogproject.org/topic/9419/fog-imaging-log-not-working

          Moved to bug reports, marked as unsolved.

          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
          • T
            Tom Elliott
            last edited by Feb 24, 2017, 7:49 PM

            Those wanting to see the fix sooner than later please run:

            wget -O /var/www/fog/lib/pages/reportmanagementpage.class.php https://raw.githubusercontent.com/FOGProject/fogproject/fee45cb8efe1d783f358589286f78c4cee82a5c5/packages/web/lib/pages/reportmanagementpage.class.php
            

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

            198

            Online

            12.1k

            Users

            17.3k

            Topics

            155.4k

            Posts
            Copyright © 2012-2024 FOG Project