• Storage Node Disk Usage - Selector

    Solved
    4
    0 Votes
    4 Posts
    961 Views
    Wayne WorkmanW

    @Tom-Elliott Actually, the issue just appeared on our big fog system, too. And after refreshing the page, that too disappeared.

    0_1470939151452_upload-2973df0c-a05c-4a51-92e1-db1d1949078f

  • 1.3.0-RC-7 high load

    Solved
    11
    0 Votes
    11 Posts
    3k Views
    A

    @Tom-Elliott Yes. Thank you.

  • RC6 - Snapins no longer working

    Solved
    13
    0 Votes
    13 Posts
    4k Views
    Tom ElliottT

    Fairly sure we got this figured out tonight. I’ve added the changes to the head state of svn and git so the fixes are now a part of 1.3.0-RC-8 so no need to wait.

    Thanks @Wayne-Workman for the teamviewer which helped us narrow down what the issue was.

    For all following along, it basically boiled down to file hashing taking far too long on large files. The checker would fail if the script took longer than 30 seconds and would also fail if the connection time was too long. It would also fail if the connection time was too long (timeout was defaulted to 15 seconds). So by default, if large file was not hashed within 45 seconds, it would fail the snapin completely. The fix, for simplicity sake, is to allow the hashing call to run unlimited and increase the connection timeout to a day. This could’ve been fixed had I kept a hash within DB, but I have a hard time trusting it as if somebody manually updates a file it would always fail the hash.

    For Huge snapins (> 5gb) I’d recommend installing the software in your image rather than rely on the snapin system to install them. I say this, because even without hashing, having such a large file (especially spread out to many hosts) will create a lot of bandwidth usage (leaving the server less to perform imaging with if needed) and would be called that number of times to start transferring the file. Add in the hashing (which is another way The client and server help prevent bad files) and you have one big mess of Load and IO access issues.

  • Snapin Management - Storage Group - Select All

    Solved
    3
    0 Votes
    3 Posts
    847 Views
    Tom ElliottT

    Both of the selector issues are fixed in RC-9.

  • 1.3.0-RC-6 Image replication calculation error

    Solved
    11
    1 Votes
    11 Posts
    3k Views
    Tom ElliottT

    I’ve marked the thread as solved so as to ensure I don’t go crazy looking at “unsolved” threads. RC-8 will have the fix for the replication issues as well as a few other fixes that were rather not issues (in the directest sense of the word) but just redundant.

    The additional fixes just ensure that if all files are matching, it doesn’t try to resync the data between the two sides (causing unnecessary load – if only for a second or two).

    A part of the “whole” is it will also enable ALL services to update their loop update times properly. Only MulticastManager had been working properly apparently, not that many would’ve noticed a serious issue. It will properly check the new sleep times and start using the new sleeptime after the next cycle runs (if it isn’t already running).

    For example, say your FOGMulticastManager is setup to go in 10 second intervals (which is the default) and you want FOGMulticastManager to go in 300 second (5 minute) intervals, if you updated the FOGMulticastManager sleeptime to use 300, it will update after the next check, or when this current check is complete.

  • Windows 10 Client 0.11.4 Windows Service

    Solved
    32
    0 Votes
    32 Posts
    13k Views
    J

    v0.11.5 of the client prevents premature startups of the service. You will still need to disable the client before syprepping and restart the computer when sysprep is complete though (as described in the updated FOG Client wiki article).

  • Another Database Failed to Update - after image capture

    Solved
    16
    0 Votes
    16 Posts
    3k Views
    Tom ElliottT

    @jbender So that will be available relatively soon in the “RC” cycles (unless we decide to go full fledged lol).

  • not possible to capture images, database connection error

    Locked Solved
    15
    0 Votes
    15 Posts
    3k Views
    Wayne WorkmanW

    @pmonstad Glad you got the problem solved. I don’t believe it’s a bug. Often times people are bit by browser auto-fill in the storage management area, it’s happened to the best of us, and I think that’s what happened here. I’ve cleaned up and locked this thread - no need to discuss more, the problem is resolved.

  • Printer not showing in Devices - Fixup to 1.3.0-RC-5

    Solved
    22
    1 Votes
    22 Posts
    8k Views
    Raymond BellR

    All is good to go now…

  • Snapin Hash doesn't exist?

    Solved
    3
    0 Votes
    3 Posts
    1k Views
    JJ FullmerJ

    @Tom-Elliott I did not see that one. Thank you good sir.

  • Release 1.3.0-RC-6 install error

    Solved
    2
    0 Votes
    2 Posts
    765 Views
    Tom ElliottT

    @Raymond-Bel
    it’s from line endings not being read properly.
    ^M translates to (Native) mode line endings (but it confuses installers).
    fix hopefully in SVN now.

    It’s not something I can tell when submitting either. It’s only when one informs me like this, so thanks.

  • Create New Printer Error

    Solved
    8
    0 Votes
    8 Posts
    2k Views
    Tom ElliottT

    Found the issue and was able to fix. Fix will be available for RC-6.

    Thank you for reporting.

  • Image replication loop - incorrect file size calculation

    Solved
    15
    0 Votes
    15 Posts
    3k Views
    Mark SheltonM

    @Wayne-Workman Thanks, yes I may move to 64 bit. However it’s good that my issue has highlighted the inconsistency in the code which sounds like it only shows up in 32 bit OS’s. I’m guessing there mustn’t be too many others with my setup out there, otherwise this would have been reported a while ago. Glad its a relatively easy fix, I’ve rebuilt these boxes a few times recently and didn’t wish to have to do it again. Regards, Mark

  • Database update failed after image capture

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    Tom ElliottT

    I feel I should add, the reference error isn’t the cause of the issue, not directly at least.

  • RC5 - sorting images by protected status

    Solved
    2
    0 Votes
    2 Posts
    625 Views
    Tom ElliottT

    @Wayne-Workman Fixed issue will be available in RC 6.

  • Snapin Storage Groups - display checkbox is reversed.

    Solved
    2
    0 Votes
    2 Posts
    683 Views
    Tom ElliottT

    Issue would only occur in the case a user made a change, then hit the “back” button.

    I’ve corrected the action of this for all elements that have these same type of actions. Will be good for RC-6.

  • Default server setting - Make changes even when users are logged on?

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    Wayne WorkmanW

    @ablohowiak As a side note here, if you’re 100% new client in your environment, remove the legacy password in fog, just blank it out in the fog config defaults, and on hosts via groups. The legacy pass has security vulnerabilities.

  • Multiple Deploy Single Snapin tasks - Only last works

    Solved
    9
    1 Votes
    9 Posts
    2k Views
    B

    Great! Compliments for the super quick response and fix. That’s what makes Fog stand out!

  • Log viewer generates apache errors

    Solved
    2
    0 Votes
    2 Posts
    615 Views
    Tom ElliottT

    This is already fixed for rc 6.

  • Group Snapins unreliable

    Solved
    10
    0 Votes
    10 Posts
    3k Views
    Tom ElliottT

    Group snapins should properly deploy. Will be available for RC-5.

108

Online

12.2k

Users

17.4k

Topics

155.6k

Posts