From what I can see in the log, the FOG service is duplicating the MAC address and appending it to the MAC string. The devices only have one NIC, so I’m not sure why it’s doing this. Instead of 00:11:22:33:44:55 for a MAC string, you get 00:11:22:33:44:55|00:11:22:33:44:55, which doesn’t have any jobs associated with it. Anyone else seen this/have a workaround? I don’t want to have to recompile the service again.
Latest posts made by Phoenix
-
RE: FOG Snapin Job not finishing
-
RE: Cant seem to find it (possibly fog snapin?)
I’d go with Chad’s first suggestion. Keep in mind that if the zip file is larger than 1900 MB, then you’ll need to make some changes to the config before the snapin will execute.
-
RE: MAC Addresses
When you say the addresses are invalid, does FOG give you an error message? Also, are you uploading hosts or using the web ui to manually add each one?
-
FOG Snapin Job not finishing
Hey guys,
I’ve been running FOG for a couple of years now. I’m just now getting into the Snapin phase and using it to push scripts and updates to my environment. I’ve got a custom AutoIT script that I push which will in turn create a text file on my computer so I know the snapin loaded correctly and I have the ability to push to that device.
Unfortunately, I’ve found where most of my computers come back but a select percentage (not all the same computers each time), don’t pick up the snapin job for 30 minutes or more if they pick it up at all. Any chance someone else has run into this? Thanks in advance.