Snapin Hash Issue
-
@UWPVIOLATOR Who own’s the /opt/fog/snapins directory?
-
@Tom-Elliott fog:www-data
-
So all hashes are coming back as 6ADEE03D4…?
-
In the GUI it looks hashed right but on the FOG log of the client. The Actual Hash is BFBA49E97B70CC6E124CAD15C3775245230B9BCEE4E7641566AC88B812D2822C39C58A3797A2FDE9B5E4721D24DF20A9D66490236688FBD39E7DCE154C51C365
That comes up for all snapins now that we reset and rehashed all snapins.
-
@UWPVIOLATOR I’m sorry I’m not 100% on the way the client does the hashing. I know we do test things, but it would seem maybe it can’t write to the same point on the client machine and is coming up with a sha512 hash of 0 byte file? (No I don’t expect you to have the answer).
-
Let’s re-evaluate where the issue is not.
It’s not the client. Why? Others are not complaining. Joe tests the client functionality throughly. The client’s code for this hasn’t changed in a while.
It’s not the fog server’s Code. Why? Others are not complaining. The fog community uses snapins heavily.
What’s left? Your server, it’s configuration, it’s environment.
Knowing that, we should start digging into what’s different about your server.
First, I would suggest upgrading to 1.4.1. Second, I’d start looking through /var/log/apache2/error_log after uploading a new snapin. I’d look for botched symlinks, misnamed directories, bad permissions, and incorrect configurations.
-
@Wayne-Workman We ran through manual hashes and the fog server hash is correct. I haven’t seen a client hash fail except under relatively certain circumstances.
I’m just guessing, but maybe antivirus is quarantining/removing the file before it is able to be checked. Maybe there’s a content blocker not allowing the file to pass to the client?
-
Already updated the other day no affect. This might be a Win 10 thing. I am going to test that theory tomorrow.
-
Tested today. It is only Windows 10. Any snapin works for Windows 7. So what else can I test as to why Windows 10 is messing with the FOG client.
-
What gets me is if we use snapins that were created for a FOG node we gave to a vendor for imaging they work. But if we use any snapin from out master FOG the hash fails. In the temp folder it downloads 1KB
-
@UWPVIOLATOR said in Snapin Hash Issue:
But if we use any snapin from out master FOG the hash fails. In the temp folder it downloads 1KB
If the file on the server is whole, but not being downloaded to clients - this has to be some sort of network or security problem. It could be a content filter, a firewall, antivirus, anti-malware. You know your environment better than us - spend time thinking about what could possibly block the download.