• 1.5.0.-RC-8: Delete Host GUI problem

    Solved
    4
    1 Votes
    4 Posts
    1k Views
    Tom ElliottT

    @sebastian-roth I marked it solved as I fixed it in working just didn’t update here.

  • Reset Encryption Data in group menu

    Moved Solved
    4
    0 Votes
    4 Posts
    2k Views
    Tom ElliottT

    Fixed in working.

  • 1.5.0-RC-8: Can't add host manually

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    Tom ElliottT

    Fixed in working.

  • Fog Service does not start due to time-out

    Solved
    18
    0 Votes
    18 Posts
    7k Views
    S

    @Frank Is this still an issue with the newer client?

  • HTTP 500 error in Groups Detail after Upgrade to most recent FOG (working branch)

    Moved Solved
    9
    0 Votes
    9 Posts
    2k Views
    R

    @sebastian-roth Thank you! I increased the memory limit and it is working now.

  • Can't delete host with empty host name 1.5.0 RC 7

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    x23piracyX

    @sebastian-roth solved, thank you.

    Regards X23

  • Storage Nodes not showing in GUI

    Moved Solved
    12
    0 Votes
    12 Posts
    5k Views
    george1421G

    @doubleailes [Moderator note] Please start your own thread because this thread is over 8 months old and I’m sure your computing environment is not the same as the OP of this thread. In your thread, please include what version of FOG you are using on both the master node and storage node as well as what OS is used on the master node and storage node(s)

  • Snapin Log Fails in Latest

    Solved
    9
    0 Votes
    9 Posts
    2k Views
    Tom ElliottT

    For more information on some of the methods and class based variables please see:

    fogdoc.mastacontrola.com

    All fog installations, now, should have the folder: /var/www/fog/fogdoc available. It is possible to build local documentation of all classes using doxygen.

    The command to build it would be:

    cd /var/www/fog doxygen fogdoc/fogdoc

    The fogdoc currently is designed to place the fogdoc in /var/www/fogdoc, so a link to your properly html root directory, or fog directory will probably yield in slightly better results for generating this documentation.

  • GUI/Nav Issues with Latest

    Solved
    2
    0 Votes
    2 Posts
    624 Views
    Tom ElliottT

    Fixed in working.

  • FOG 1.5.0 RC2 Cannot Delete Image From Storage Node/Group

    Solved
    27
    0 Votes
    27 Posts
    12k Views
    Wayne WorkmanW

    @mjaskowski Would you care to share a copy of your database with me so I can figure out what the issue is? Don’t post it here, PM me.

  • Clicking Button to Add MAC Addresses Causes Form Problem

    Solved
    2
    1 Votes
    2 Posts
    901 Views
    Tom ElliottT

    Fixed in working. Thanks for reporting.

  • Deploying UnAssigned Snapin when no Snapins are Assigned

    Solved
    3
    0 Votes
    3 Posts
    926 Views
    J

    Thanks

    Jim

  • Host Registration and Inventory Issue

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    H

    All set now, thanks Tom!

  • Cannot Image - Checking Failing In PXE

    Solved
    4
    0 Votes
    4 Posts
    895 Views
    J

    Tom,

    Thanks for the quick fix. Imaging is back working again.

    Jim

  • Possible Problem - Can't Delete a Group From the All Groups List

    Solved
    3
    0 Votes
    3 Posts
    983 Views
    Tom ElliottT

    Fixed in working branch.

  • Possible Problem - No memory size information available in Full Inventory Export

    Solved
    2
    0 Votes
    2 Posts
    721 Views
    Tom ElliottT

    Fixed in working branch.

  • FOG 1.5.0 RC6 - Cannot create capture task

    Solved
    3
    0 Votes
    3 Posts
    993 Views
    Tom ElliottT

    Fixed in working.

  • List Filter Issue For Auto-Updating Lists in New UI

    Solved
    5
    0 Votes
    5 Posts
    1k Views
    J

    @tom-elliott

    Tom,

    I’ve done some testing and here’s what I’ve found:

    When I have 2 or more Hosts deploying Snapins, and I apply a host name search filter to the Active Snapin Task display, I get a subset of the Active Snapin Task list that matches the filter.

    The search filter appears to be persistent as this screen refreshes - so this is working as I had hoped it would. We can now track the progress of specific machines - and we can change the filter while we’re looking at it and the display changes - so we can track specific machine’s progress on the fly.

    There are some deleterious impacts to other screens.

    The filter appears to be effect the display of host when one hit’s the Hosts Icon and / or hits List All Hosts under the Hosts Icon. The display doesn’t show the filter text in the Search field, but the list is blank until one goes back to the Active Snapin Tasks Screen and removed the search filter.

    The Active Tasks display appears to have the same filter value in the Started By field, with the text showing. From this I’m guessing the search filter is being retained and applied to the display screens based on the field’s position in the list rather than based on the field name. This would explain the empty list in List All Hosts. In the Active Snapin Tasks list, the host name is the 2nd field. The 2nd field of the Active Task List is the Started By field, but the search filter displays the Host name search filter value I entered on the Active Snapins list. The List All Hosts second field is a check box - so that explains why the list is empty until I remove the Host Name search filter from the Active Snapins list.

    Possible Solutions:
    * Clear all search filters when you change screens by navigating (back arrow or clicking anything).
    * Track the field that has the filter and retain and display it in subsequent screens and blank it when the column to which the filter is applied isn’t displayed.

    If I got to choose, I’d pick the first approach. It would be good to have all filters blanked when we move off any page - but I leave that to you.

    thanks for working on this.

    Jim

  • Possible Image Log Time Issue

    Solved
    3
    0 Votes
    3 Posts
    936 Views
    J

    George1421,

    I only needed to set the Fog timezone parameter and the date and time recorded correctly. I didn’t have to change php.ini. Also, throughout the problem, the system’s clock and timezone were correct.

    Consider this solved. Thanks.

    Jim

  • Tasks Management/Snapin Report Not Showing Pending Snapin Tasks

    Solved
    6
    0 Votes
    6 Posts
    2k Views
    Tom ElliottT

    To help clarify things.

    “Active Tasks” only shows the “jobs” that are to be performed, not every detail of that job as that would take up a lot of room about the “overall” task being completed.

    Active Snapin Tasks, is where you can see the individual tasks, the host it’s working from, and their current progress states. Of course they only show up when they’re in pending/progress states. When they’re completed they’re no longer considered active.

    This is NOT a report of tasks, but rather an “overview”.

    Report pages work differently, in that they should display completed items. Though I’ll admit it’s been a bit since I looked it over.

138

Online

12.3k

Users

17.4k

Topics

155.9k

Posts