• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. jclumbo33
    3. Posts
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 18
    • Best 1
    • Controversial 0
    • Groups 0

    Posts made by jclumbo33

    • RE: Can't get UEFI to PXE boot

      @sebastian-roth said in Can't get UEFI to PXE boot:

      @jclumbo33 Well done, the new PCAPs have all the information we need to look into this!

      Comparing the DHCP discovery packets between the two I see a few minor differences:

      • Option 60: Vendor Class Identifier (see section 3 in RFC 3925)
      • Option 93: Client System Architecture (see section 2.1 in RFC 4578)
      • Option 94: Client Network Device Interface (see section 2.2 in RFC 4578)
      • Option 57: Maximum DHCP Message Size (see section 9.10 in RFC 2132)

      All those seem obvious to me and I would not expect any to cause this trouble.

      Now let’s take a look at the actual DHCP sequence. Client sends DHCP discover and we see the DHCP offer in response in both cases. While the BIOS PCAP proceeds with the expected DHCP request packet the UEFI one does not!

      That’s real interesting because I don’t see much of a difference in the Dhcp offer except bootfile name (as we want it) and DHCP transaction ID (expected and not a problem). I have compared the two DHCP offers and can’t see why this shouldn’t work.

      Well there is one thing jumping at me. You seem to use non default subnetting masks. This is totally fine as long as your network admins know what they are doing and I expect this to be the case. BUT I can imagine the UEFI firmware to go mad at this (for no good reason really!) and stop the DHCP handshake at this point.

      You said that PXE boot works in a different VLAN - which probably uses a different IP subnet and maybe also a different subnet mask?!

      You are correct, the VLAN that it works on uses a /16 subnet. That’s interesting, so we could potentially be screwed without redoing our network then?

      Here’s an idea of maybe a workaround? Our fog server is running in Hyper-V. If I add a NIC to the VM and put it on each VLAN we need, then point the DHCP options to the new IP address on the same VLAN, would that potentially act as a work around? And is that even possible to configure fog with multiple NICs like that? Just a thought.

      posted in Windows Problems
      J
      jclumbo33
    • RE: Can't get UEFI to PXE boot

      @jclumbo33

      @jclumbo33 said in Can't get UEFI to PXE boot:

      @sebastian-roth said in Can't get UEFI to PXE boot:

      @jclumbo33 said in Can't get UEFI to PXE boot:

      I got the port mirrored and ran Wireshark again.

      Strange we don’t see the DHCP answers then. Which port is mirrored? The client port?

      Yeah I thought that as well. The client port is mirrored. I can see all web traffic from the client PC when I browse around on it, so I am assuming the mirror is working correctly.

      Just kidding, I missed half of the steps while mirroring. It wasn’t showing all the traffic. I got it working now. Thanks for your patience, I’m learning a bunch!

      BIOS: https://drive.google.com/file/d/1Dx1GpviCMtQfj0M7f_HbNZ323lSuGeWR/view?usp=sharing

      UEFI: https://drive.google.com/file/d/1Ej8eAfOORMMvhcXWe6uZXtcwvewqcFG6/view?usp=sharing

      posted in Windows Problems
      J
      jclumbo33
    • RE: Can't get UEFI to PXE boot

      @sebastian-roth said in Can't get UEFI to PXE boot:

      @jclumbo33 said in Can't get UEFI to PXE boot:

      I got the port mirrored and ran Wireshark again.

      Strange we don’t see the DHCP answers then. Which port is mirrored? The client port?

      Yeah I thought that as well. The client port is mirrored. I can see all web traffic from the client PC when I browse around on it, so I am assuming the mirror is working correctly.

      posted in Windows Problems
      J
      jclumbo33
    • RE: Can't get UEFI to PXE boot

      @george1421 said in Can't get UEFI to PXE boot:

      @jclumbo33 Unfortunaly that pcap doesn’t help us because we are not seeing a response.

      Looking at the bios one though we are seeing the discover and the request. Both are coming from the client. So we are seeing half of the conversation there.

      That makes me think your router’s dhcp-helper service is using unicast messaging for the pxe boot responses. That’s not normal, but its OK. So for uefi (I might guess) since we are not seeing the request from the client computer (like we see for the bios pcap) that might mean that

      1. The client didn’t like what was in the OFFER
      2. Or the OFFER was never received.

      Also looking at the bios the response should be Discover, Offer, Request, Ack. While we can only see the Discover, and Request. What we are seeing in the bios capture is Discover, Request, Discover, Discover, Request. It should not have issued that second and third discover on a healthy network. I’m not saying this is a problem, just its not typical.

      We are kind of stuck debugging this right now. We really need wireshark on a mirrored port to the pxe booting computer if the dhcp-helper service is switching to unicast messages. A mirrored port is typically a function of an enterprise/business switch with a management interface. The mirrored function duplicate the data sending to pxe booting computer and the wireshark computer.

      The guy who built the network definitely isn’t typical, so that doesn’t surprise me haha. I got the port mirrored and ran Wireshark again. I still don’t see Offer on either UEFI or BIOS. I ran these captures without the filter because I was curious what else was in there.

      UEFI: https://drive.google.com/file/d/1iXFyqHJf4P4UcUEhCw5z8qaFBGDIyaY5/view?usp=sharing

      BIOS: https://drive.google.com/file/d/1X29MFV2SMhYA2AIU5cg8_x0PRXhN0tmt/view?usp=sharing

      I’m off for the day. I’ll be working on it again tomorrow. Thank you again for your help.

      posted in Windows Problems
      J
      jclumbo33
    • RE: Can't get UEFI to PXE boot

      @george1421 said in Can't get UEFI to PXE boot:

      @jclumbo33

      1. OK good we know the mechanics of PXE booting is setup so we don’t need to focus there.
      2. Then the dhcp server should send the right values (we’ll double check in a minute)
      3. Again the mechanics are in place so we don’t need to check for screening routers or something else that might block pxe booting.
      4. Wireshark is were I think we will start to see what the target computer is being told.

      Load wireshark on a witness computer (second computer on the same subnet as the pxe booting computer). PXE booting uses broadcast messages so we will be able to see what the target computer is being told. Use the capture filter of exactly this: port 67 or port 68

      Start the capture and then pxe boot the target computer until you get to the error and then stop recording.

      Now you can either upload the pcap file to a fileshare site and post the link here or IM me (in the FOG Forum) the link and I will take a look at the file.

      -OR-
      You can (should) look at the pcap. We are looking for the DORA sequence (Discover, Offer, Request, Ack/Nack).

      The pxe booting computer will first send out a discover packet. That is basically its hello world I’m here, configure me message.

      Now one or more DHCP servers that hear this discover packet will reply with an OFFER packet. This is the packet(s) we are interested in. This is an OFFER from the dhcp server to the target computer. It will contain the target computer’s IP address, pxe boot info and dhcp options.

      If you look into this packet a bit more you will see the bootp header where it should have {next-server} and {boot-file} this should point to your FOG server and ipxe.efi. If it doesn’t then that is problem #1. Now look a bit more into the dhcp options supplied by the dhcp server, there should be dhcp option 66 and 67 in there. That should match the settings in {next-server} and {boot-file}

      Now I’ve seen two or more OFFER responses where you have a primary and secondary dhcp servers, and one is misconfigured. You will get random pxe boots and then pxe boot failures depending on which dhcp server responds first.

      Decoding pxe booting is a bit of a black art, but we can usually tell from the pcap what is going wrong.

      Don’t worry the capture filter I provided will ONLY record pxe booting steps and no other network communication.

      Thanks for the info, really appreciate you walking through it all for me.

      I ran the capture and only see the Discover packet, nothing else comes through. I captured the working BIOS pxe booting from the same PC/VLAN just in case it helps. I got Request packets on that.

      Here’s the pcap files:

      UEFI PXE: https://drive.google.com/file/d/1h8cCwnOEtkl8VN9nxg9k4rSZ_6rOZF5S/view?usp=sharing

      Bios PXE: https://drive.google.com/file/d/1rf5d5lEISYxleMYuynOer26q6iSSTw0q/view?usp=sharing

      posted in Windows Problems
      J
      jclumbo33
    • RE: Can't get UEFI to PXE boot

      @george1421

      1. It is a different scope on the same Windows Server 2019 DHCP server.
      2. Yes I just double checked that 66 and 67 were both set for the scope.
      3. Yes, if I enable legacy mode and change the bootfile back to undionly.kpxe, it works on this VLAN.
      4. Yes I can set up wireshark on another PC, though I’m not too experienced with it.
      posted in Windows Problems
      J
      jclumbo33
    • RE: Can't get UEFI to PXE boot

      @george1421 Sorry, I was going off memory and mixed it up. It sits at “Start PXE over IPv4”. And yes, I have a port with the server VLAN on it and just plugging into there lets it work with no changes.

      posted in Windows Problems
      J
      jclumbo33
    • Can't get UEFI to PXE boot

      Hello,

      I’m trying to switch over to PXE booting using UEFI since newer computers are shipping without legacy mode. I’ve changed the boot file to ipxe.efi and am able to PXE boot when the PC is on the same VLAN as the Fog server. However when I am on a different VLAN, the computer just sits at “Start PXE over IPv4”. When I turn legacy mode back on and switch the boot file back to undionly.kpxe, the PC is able to PXE from that other VLAN. Is there a different network configuration I need to do to get UEFI working?

      Any help would be appreciated!

      posted in Windows Problems
      J
      jclumbo33
    • RE: Erasing current MBR/GPT tables.... taking about 5-10 minutes

      We had the same issue on kernel 14.16.6. Reverting back to 4.15.2 fixed this for us as well.

      posted in FOG Problems
      J
      jclumbo33
    • RE: Stuck on iPXE Initializing Devices

      Upgrading the firmware worked!!! No idea what has changed in the last month, but I am just glad for a fix. Thanks for your help!

      posted in FOG Problems
      J
      jclumbo33
    • RE: Stuck on iPXE Initializing Devices

      Still no luck, it hangs in the same spot. I appreciate your help, I was hopeful on that one.

      posted in FOG Problems
      J
      jclumbo33
    • RE: Stuck on iPXE Initializing Devices

      I was on 1.5.2 when it last worked on those machines. I actually updated to 1.5.3 today to see if that would solve the issue, so it didn’t work on either version.

      It doesn’t get to that point, it stops right before it. Here’s a screenshot of where is hangs:

      0_1528133667001_20180604_132313.jpg

      posted in FOG Problems
      J
      jclumbo33
    • RE: Stuck on iPXE Initializing Devices

      I’ve tested it from a cold boot with no success and on a few of the same machines that worked a month ago. Yes the machines are in legacy mode. I have not updated the firmware, could this be the issue even though it previously worked?

      posted in FOG Problems
      J
      jclumbo33
    • RE: Stuck on iPXE Initializing Devices

      No luck with ipxe.pxe. Got the same result, stuck on initializing devices. Think downgrading the kernel would have any effect?

      posted in FOG Problems
      J
      jclumbo33
    • Stuck on iPXE Initializing Devices

      Fog 1.5.3
      Centos 7

      I have one specific model of computer that is getting stuck on iPXE Initializing Devices. It is an HP Prodesk 400 G1. All my other models are currently working. The weird thing is, we imaged about 40 of these a month ago without issue. I’m running FOG on a VMWare vSphere server. I’m using undionly.kpxe and have also tried undionly.kkpxe with no success. I updated the kernel to 4.16.6. Any help would be appreciated!

      posted in FOG Problems
      J
      jclumbo33
    • RE: Snapins not deploying after imaging

      The active snapin tasks appeared empty, but when I typed the hostname in the search it showed up as queued. I deleted that queue and ran:

      DELETE FROM `snapinTasks` WHERE `stState` in ("1","2","3");
      

      in mysql for good measure. Everything appears to be working now.

      Thanks for your help and all that you do!

      posted in FOG Problems
      J
      jclumbo33
    • RE: Snapins not deploying after imaging

      Yes, sorry, here is a full log. It joins the domain successfully, but simply says no snapins afterwards.

       3/22/2018 11:23 AM Main Overriding exception handling
       3/22/2018 11:23 AM Main Bootstrapping Zazzles
       3/22/2018 11:23 AM Controller Initialize
       3/22/2018 11:23 AM Controller Start
      
       3/22/2018 11:23 AM Service Starting service
       3/22/2018 11:23 AM Bus Became bus server
       3/22/2018 11:23 AM Bus Emmiting message on channel: Status
       3/22/2018 11:23 AM Service Invoking early JIT compilation on needed binaries
      
      ------------------------------------------------------------------------------
      --------------------------------Authentication--------------------------------
      ------------------------------------------------------------------------------
       3/22/2018 11:23 AM Client-Info Version: 0.11.15
       3/22/2018 11:23 AM Client-Info OS:      Windows
       3/22/2018 11:23 AM Middleware::Authentication Waiting for authentication timeout to pass
       3/22/2018 11:23 AM Middleware::Communication Download: http://10.10.253.125/fog/management/other/ssl/srvpublic.crt
       3/22/2018 11:23 AM Data::RSA FOG Server CA cert found
       3/22/2018 11:23 AM Middleware::Authentication Cert OK
       3/22/2018 11:23 AM Middleware::Communication POST URL: http://10.10.253.125/fog/management/index.php?sub=requestClientInfo&authorize&newService
       3/22/2018 11:23 AM Middleware::Response Success
       3/22/2018 11:23 AM Middleware::Authentication Authenticated
      
      
       3/22/2018 11:23 AM Middleware::Communication URL: http://10.10.253.125/fog/management/index.php?sub=requestClientInfo&configure&newService&json
       3/22/2018 11:23 AM Middleware::Response Success
       3/22/2018 11:23 AM Service ERROR: Invalid promptTime, using default
       3/22/2018 11:23 AM Middleware::Communication URL: http://10.10.253.125/fog/management/index.php?sub=requestClientInfo&mac=18:60:24:22:FF:8E&newService&json
       3/22/2018 11:23 AM Middleware::Response Success
       3/22/2018 11:23 AM Middleware::Communication URL: http://10.10.253.125/fog/service/getversion.php?clientver&newService&json
       3/22/2018 11:23 AM Middleware::Communication URL: http://10.10.253.125/fog/service/getversion.php?newService&json
      
       3/22/2018 11:23 AM Service Creating user agent cache
       3/22/2018 11:23 AM Middleware::Response Invalid time
       3/22/2018 11:23 AM Middleware::Response No Printers
       3/22/2018 11:23 AM Middleware::Response Success
       3/22/2018 11:23 AM Service Initializing modules
      
      ------------------------------------------------------------------------------
      ---------------------------------ClientUpdater--------------------------------
      ------------------------------------------------------------------------------
       3/22/2018 11:23 AM Client-Info Client Version: 0.11.15
       3/22/2018 11:23 AM Client-Info Client OS:      Windows
       3/22/2018 11:23 AM Client-Info Server Version: 1.5.0
       3/22/2018 11:23 AM Middleware::Response Success
      ------------------------------------------------------------------------------
      
      
      ------------------------------------------------------------------------------
      ----------------------------------TaskReboot----------------------------------
      ------------------------------------------------------------------------------
       3/22/2018 11:23 AM Client-Info Client Version: 0.11.15
       3/22/2018 11:23 AM Client-Info Client OS:      Windows
       3/22/2018 11:23 AM Client-Info Server Version: 1.5.0
       3/22/2018 11:23 AM Middleware::Response Success
      ------------------------------------------------------------------------------
      
      
      ------------------------------------------------------------------------------
      --------------------------------HostnameChanger-------------------------------
      ------------------------------------------------------------------------------
       3/22/2018 11:23 AM Client-Info Client Version: 0.11.15
       3/22/2018 11:23 AM Client-Info Client OS:      Windows
       3/22/2018 11:23 AM Client-Info Server Version: 1.5.0
       3/22/2018 11:23 AM Middleware::Response Success
       3/22/2018 11:23 AM HostnameChanger Checking Hostname
       3/22/2018 11:23 AM HostnameChanger Hostname is correct
       3/22/2018 11:23 AM HostnameChanger Attempting to join domain
       3/22/2018 11:23 AM HostnameChanger Success, code =  0
       3/22/2018 11:23 AM Power Creating shutdown command in 60 seconds
       3/22/2018 11:23 AM Bus Emmiting message on channel: Power
      ------------------------------------------------------------------------------
      
      
      ------------------------------------------------------------------------------
      ---------------------------------SnapinClient---------------------------------
      ------------------------------------------------------------------------------
       3/22/2018 11:23 AM Client-Info Client Version: 0.11.15
       3/22/2018 11:23 AM Client-Info Client OS:      Windows
       3/22/2018 11:23 AM Client-Info Server Version: 1.5.0
       3/22/2018 11:23 AM Middleware::Response No valid tasks found
       3/22/2018 11:23 AM SnapinClient A power operation is pending, aborting module
      ------------------------------------------------------------------------------
      
      
      ------------------------------------------------------------------------------
      --------------------------------PrinterManager--------------------------------
      ------------------------------------------------------------------------------
       3/22/2018 11:23 AM Client-Info Client Version: 0.11.15
       3/22/2018 11:23 AM Client-Info Client OS:      Windows
       3/22/2018 11:23 AM Client-Info Server Version: 1.5.0
       3/22/2018 11:23 AM Middleware::Response No Printers
      ------------------------------------------------------------------------------
      
      
      ------------------------------------------------------------------------------
      --------------------------------PowerManagement-------------------------------
      ------------------------------------------------------------------------------
       3/22/2018 11:23 AM Client-Info Client Version: 0.11.15
       3/22/2018 11:23 AM Client-Info Client OS:      Windows
       3/22/2018 11:23 AM Client-Info Server Version: 1.5.0
       3/22/2018 11:23 AM Middleware::Response Success
       3/22/2018 11:23 AM PowerManagement Calculating tasks to unschedule
       3/22/2018 11:23 AM PowerManagement Calculating tasks to schedule
      ------------------------------------------------------------------------------
      
      
      ------------------------------------------------------------------------------
      ----------------------------------UserTracker---------------------------------
      ------------------------------------------------------------------------------
       3/22/2018 11:23 AM Client-Info Client Version: 0.11.15
       3/22/2018 11:23 AM Client-Info Client OS:      Windows
       3/22/2018 11:23 AM Client-Info Server Version: 1.5.0
       3/22/2018 11:23 AM Middleware::Response Success
       3/22/2018 11:23 AM Middleware::Communication URL: http://10.10.253.125/fog/service/usertracking.report.php?action=login&user=HBML4W10WS03\NMRSD&mac=18:60:24:22:FF:8E&newService&json
      ------------------------------------------------------------------------------
      
       3/22/2018 11:23 AM Service Sleeping for 62 seconds
       3/22/2018 11:24 AM Power Creating shutdown request
       3/22/2018 11:24 AM Power Parameters: /r /c "Host joined to Active Directory, restart required" /t 0
       3/22/2018 11:24 AM Bus Emmiting message on channel: Power
       3/22/2018 11:24 AM Power Attempt 1/6 to shutdown computer
       3/22/2018 11:24 AM Power --> API call returned 1, will re-attempt in 5 minutes
       3/22/2018 11:24 AM Middleware::Communication URL: http://10.10.253.125/fog/management/index.php?sub=requestClientInfo&configure&newService&json
       3/22/2018 11:24 AM Middleware::Response Success
       3/22/2018 11:24 AM Service ERROR: Invalid promptTime, using default
       3/22/2018 11:24 AM Middleware::Communication URL: http://10.10.253.125/fog/management/index.php?sub=requestClientInfo&mac=18:60:24:22:FF:8E&newService&json
       3/22/2018 11:24 AM Middleware::Response Success
       3/22/2018 11:24 AM Middleware::Communication URL: http://10.10.253.125/fog/service/getversion.php?clientver&newService&json
       3/22/2018 11:24 AM Middleware::Communication URL: http://10.10.253.125/fog/service/getversion.php?newService&json
      
       3/22/2018 11:24 AM Service Creating user agent cache
       3/22/2018 11:24 AM Middleware::Response Invalid time
       3/22/2018 11:24 AM Middleware::Response No Printers
       3/22/2018 11:24 AM Middleware::Response Success
      
      ------------------------------------------------------------------------------
      ---------------------------------ClientUpdater--------------------------------
      ------------------------------------------------------------------------------
       3/22/2018 11:24 AM Client-Info Client Version: 0.11.15
       3/22/2018 11:24 AM Client-Info Client OS:      Windows
       3/22/2018 11:24 AM Client-Info Server Version: 1.5.0
       3/22/2018 11:24 AM Middleware::Response Success
      ------------------------------------------------------------------------------
      
      
      ------------------------------------------------------------------------------
      ----------------------------------TaskReboot----------------------------------
      ------------------------------------------------------------------------------
       3/22/2018 11:24 AM Client-Info Client Version: 0.11.15
       3/22/2018 11:24 AM Client-Info Client OS:      Windows
       3/22/2018 11:24 AM Client-Info Server Version: 1.5.0
       3/22/2018 11:24 AM Middleware::Response Success
       3/22/2018 11:24 AM TaskReboot A power operation is pending, aborting module
      ------------------------------------------------------------------------------
      
      
      ------------------------------------------------------------------------------
      --------------------------------HostnameChanger-------------------------------
      ------------------------------------------------------------------------------
       3/22/2018 11:24 AM Client-Info Client Version: 0.11.15
       3/22/2018 11:24 AM Client-Info Client OS:      Windows
       3/22/2018 11:24 AM Client-Info Server Version: 1.5.0
       3/22/2018 11:24 AM Middleware::Response Success
       3/22/2018 11:24 AM HostnameChanger A power operation is pending, aborting module
      ------------------------------------------------------------------------------
      
      
      ------------------------------------------------------------------------------
      ---------------------------------SnapinClient---------------------------------
      ------------------------------------------------------------------------------
       3/22/2018 11:24 AM Client-Info Client Version: 0.11.15
       3/22/2018 11:24 AM Client-Info Client OS:      Windows
       3/22/2018 11:24 AM Client-Info Server Version: 1.5.0
       3/22/2018 11:24 AM Middleware::Response No snapins
       3/22/2018 11:24 AM SnapinClient A power operation is pending, aborting module
      ------------------------------------------------------------------------------
      
      
      ------------------------------------------------------------------------------
      --------------------------------PrinterManager--------------------------------
      ------------------------------------------------------------------------------
       3/22/2018 11:24 AM Client-Info Client Version: 0.11.15
       3/22/2018 11:24 AM Client-Info Client OS:      Windows
       3/22/2018 11:24 AM Client-Info Server Version: 1.5.0
       3/22/2018 11:24 AM Middleware::Response No Printers
      ------------------------------------------------------------------------------
      
      
      ------------------------------------------------------------------------------
      --------------------------------PowerManagement-------------------------------
      ------------------------------------------------------------------------------
       3/22/2018 11:24 AM Client-Info Client Version: 0.11.15
       3/22/2018 11:24 AM Client-Info Client OS:      Windows
       3/22/2018 11:24 AM Client-Info Server Version: 1.5.0
       3/22/2018 11:24 AM Middleware::Response Success
       3/22/2018 11:24 AM PowerManagement Calculating tasks to unschedule
       3/22/2018 11:24 AM PowerManagement Calculating tasks to schedule
      ------------------------------------------------------------------------------
      
      
      ------------------------------------------------------------------------------
      ----------------------------------UserTracker---------------------------------
      ------------------------------------------------------------------------------
       3/22/2018 11:24 AM Client-Info Client Version: 0.11.15
       3/22/2018 11:24 AM Client-Info Client OS:      Windows
       3/22/2018 11:24 AM Client-Info Server Version: 1.5.0
       3/22/2018 11:24 AM Middleware::Response Success
       3/22/2018 11:24 AM Middleware::Communication URL: http://10.10.253.125/fog/service/usertracking.report.php?action=logout&user=HBML4W10WS03\NMRSD&mac=18:60:24:22:FF:8E&newService&json
      ------------------------------------------------------------------------------
      
       3/22/2018 11:24 AM Service Sleeping for 33 seconds
       3/22/2018 11:26 AM Main Overriding exception handling
       3/22/2018 11:26 AM Main Bootstrapping Zazzles
       3/22/2018 11:26 AM Controller Initialize
       3/22/2018 11:26 AM Controller Start
      
       3/22/2018 11:26 AM Service Starting service
       3/22/2018 11:26 AM Bus Became bus server
       3/22/2018 11:26 AM Bus Emmiting message on channel: Status
       3/22/2018 11:26 AM Service Invoking early JIT compilation on needed binaries
      
      ------------------------------------------------------------------------------
      --------------------------------Authentication--------------------------------
      ------------------------------------------------------------------------------
       3/22/2018 11:26 AM Client-Info Version: 0.11.15
       3/22/2018 11:26 AM Client-Info OS:      Windows
       3/22/2018 11:26 AM Middleware::Authentication Waiting for authentication timeout to pass
       3/22/2018 11:26 AM Middleware::Communication Download: http://10.10.253.125/fog/management/other/ssl/srvpublic.crt
       3/22/2018 11:26 AM Data::RSA FOG Server CA cert found
       3/22/2018 11:26 AM Middleware::Authentication Cert OK
       3/22/2018 11:26 AM Middleware::Communication POST URL: http://10.10.253.125/fog/management/index.php?sub=requestClientInfo&authorize&newService
       3/22/2018 11:26 AM Middleware::Response Success
       3/22/2018 11:26 AM Middleware::Authentication Authenticated
      
      
       3/22/2018 11:26 AM Middleware::Communication URL: http://10.10.253.125/fog/management/index.php?sub=requestClientInfo&configure&newService&json
       3/22/2018 11:26 AM Middleware::Response Success
       3/22/2018 11:26 AM Service ERROR: Invalid promptTime, using default
       3/22/2018 11:26 AM Middleware::Communication URL: http://10.10.253.125/fog/management/index.php?sub=requestClientInfo&mac=18:60:24:22:FF:8E||00:00:00:00:00:00:00:E0&newService&json
       3/22/2018 11:26 AM Middleware::Response Success
       3/22/2018 11:26 AM Middleware::Communication URL: http://10.10.253.125/fog/service/getversion.php?clientver&newService&json
       3/22/2018 11:26 AM Middleware::Communication URL: http://10.10.253.125/fog/service/getversion.php?newService&json
      
       3/22/2018 11:26 AM Service Creating user agent cache
       3/22/2018 11:26 AM Middleware::Response Invalid time
       3/22/2018 11:26 AM Middleware::Response No Printers
       3/22/2018 11:26 AM Middleware::Response Success
       3/22/2018 11:26 AM Service Initializing modules
      
      ------------------------------------------------------------------------------
      ---------------------------------ClientUpdater--------------------------------
      ------------------------------------------------------------------------------
       3/22/2018 11:26 AM Client-Info Client Version: 0.11.15
       3/22/2018 11:26 AM Client-Info Client OS:      Windows
       3/22/2018 11:26 AM Client-Info Server Version: 1.5.0
       3/22/2018 11:26 AM Middleware::Response Success
      ------------------------------------------------------------------------------
      
      
      ------------------------------------------------------------------------------
      ----------------------------------TaskReboot----------------------------------
      ------------------------------------------------------------------------------
       3/22/2018 11:26 AM Client-Info Client Version: 0.11.15
       3/22/2018 11:26 AM Client-Info Client OS:      Windows
       3/22/2018 11:26 AM Client-Info Server Version: 1.5.0
       3/22/2018 11:26 AM Middleware::Response Success
      ------------------------------------------------------------------------------
      
      
      ------------------------------------------------------------------------------
      --------------------------------HostnameChanger-------------------------------
      ------------------------------------------------------------------------------
       3/22/2018 11:26 AM Client-Info Client Version: 0.11.15
       3/22/2018 11:26 AM Client-Info Client OS:      Windows
       3/22/2018 11:26 AM Client-Info Server Version: 1.5.0
       3/22/2018 11:26 AM Middleware::Response Success
       3/22/2018 11:26 AM HostnameChanger Checking Hostname
       3/22/2018 11:26 AM HostnameChanger Hostname is correct
       3/22/2018 11:26 AM HostnameChanger Attempting to join domain
       3/22/2018 11:26 AM HostnameChanger Host already joined to target domain
      ------------------------------------------------------------------------------
      
      
      ------------------------------------------------------------------------------
      ---------------------------------SnapinClient---------------------------------
      ------------------------------------------------------------------------------
       3/22/2018 11:26 AM Client-Info Client Version: 0.11.15
       3/22/2018 11:26 AM Client-Info Client OS:      Windows
       3/22/2018 11:26 AM Client-Info Server Version: 1.5.0
       3/22/2018 11:26 AM Middleware::Response No snapins
      ------------------------------------------------------------------------------
      
      
      ------------------------------------------------------------------------------
      --------------------------------PrinterManager--------------------------------
      ------------------------------------------------------------------------------
       3/22/2018 11:26 AM Client-Info Client Version: 0.11.15
       3/22/2018 11:26 AM Client-Info Client OS:      Windows
       3/22/2018 11:26 AM Client-Info Server Version: 1.5.0
       3/22/2018 11:26 AM Middleware::Response No Printers
      ------------------------------------------------------------------------------
      
      
      ------------------------------------------------------------------------------
      --------------------------------PowerManagement-------------------------------
      ------------------------------------------------------------------------------
       3/22/2018 11:26 AM Client-Info Client Version: 0.11.15
       3/22/2018 11:26 AM Client-Info Client OS:      Windows
       3/22/2018 11:26 AM Client-Info Server Version: 1.5.0
       3/22/2018 11:26 AM Middleware::Response Success
       3/22/2018 11:26 AM PowerManagement Calculating tasks to unschedule
       3/22/2018 11:26 AM PowerManagement Calculating tasks to schedule
      ------------------------------------------------------------------------------
      
      
      ------------------------------------------------------------------------------
      ----------------------------------UserTracker---------------------------------
      ------------------------------------------------------------------------------
       3/22/2018 11:26 AM Client-Info Client Version: 0.11.15
       3/22/2018 11:26 AM Client-Info Client OS:      Windows
       3/22/2018 11:26 AM Client-Info Server Version: 1.5.0
       3/22/2018 11:26 AM Middleware::Response Success
      ------------------------------------------------------------------------------
      
       3/22/2018 11:26 AM Service ERROR: Invalid sleep, using default
       3/22/2018 11:26 AM Service Sleeping for 60 seconds 
      

      And here is a screenshot showing the snapins on the host.

      0_1521734358128_Capture1.PNG

      The snapins work when manually pushed out.

      posted in FOG Problems
      J
      jclumbo33
    • Snapins not deploying after imaging

      SERVER
      FOG Version: 1.5.0 (SVN: 6078)
      OS: CentOS 7

      CLIENT
      Service Version: 0.11.15
      OS: Win10 Pro 64bit

      DESCRIPTION
      After imaging a computer, snapins are not automatically deploying. They are enabled Globally and on the Host. Here is the log file from the host:

      3/22/2018 9:00 AM Main Overriding exception handling
       3/22/2018 9:00 AM Main Bootstrapping Zazzles
       3/22/2018 9:00 AM Controller Initialize
       3/22/2018 9:00 AM Controller Start
      
       3/22/2018 9:00 AM Service Starting service
       3/22/2018 9:00 AM Bus Became bus server
       3/22/2018 9:00 AM Bus Emmiting message on channel: Status
       3/22/2018 9:00 AM Service Invoking early JIT compilation on needed binaries
      
      ------------------------------------------------------------------------------
      --------------------------------Authentication--------------------------------
      ------------------------------------------------------------------------------
       3/22/2018 9:00 AM Client-Info Version: 0.11.15
       3/22/2018 9:00 AM Client-Info OS:      Windows
       3/22/2018 9:00 AM Middleware::Authentication Waiting for authentication timeout to pass
       3/22/2018 9:00 AM Middleware::Communication Download: http://10.10.253.125/fog/management/other/ssl/srvpublic.crt
       3/22/2018 9:00 AM Data::RSA FOG Server CA cert found
       3/22/2018 9:00 AM Middleware::Authentication Cert OK
       3/22/2018 9:00 AM Middleware::Communication POST URL: http://10.10.253.125/fog/management/index.php?sub=requestClientInfo&authorize&newService
       3/22/2018 9:01 AM Middleware::Response Success
       3/22/2018 9:01 AM Middleware::Authentication Authenticated
      
      
       3/22/2018 9:01 AM Middleware::Communication URL: http://10.10.253.125/fog/management/index.php?sub=requestClientInfo&configure&newService&json
       3/22/2018 9:01 AM Middleware::Response Success
       3/22/2018 9:01 AM Service ERROR: Invalid promptTime, using default
       3/22/2018 9:01 AM Middleware::Communication URL: http://10.10.253.125/fog/management/index.php?sub=requestClientInfo&mac=18:60:24:22:FF:8E&newService&json
       3/22/2018 9:01 AM Middleware::Response Success
       3/22/2018 9:01 AM Middleware::Communication URL: http://10.10.253.125/fog/service/getversion.php?clientver&newService&json
       3/22/2018 9:01 AM Middleware::Communication URL: http://10.10.253.125/fog/service/getversion.php?newService&json
      
       3/22/2018 9:01 AM Service Creating user agent cache
       3/22/2018 9:01 AM Middleware::Response Invalid time
       3/22/2018 9:01 AM Middleware::Response No Printers
       3/22/2018 9:01 AM Middleware::Response Success
       3/22/2018 9:01 AM Service Initializing modules
      
      ------------------------------------------------------------------------------
      ---------------------------------ClientUpdater--------------------------------
      ------------------------------------------------------------------------------
       3/22/2018 9:01 AM Client-Info Client Version: 0.11.15
       3/22/2018 9:01 AM Client-Info Client OS:      Windows
       3/22/2018 9:01 AM Client-Info Server Version: 1.5.0
       3/22/2018 9:01 AM Middleware::Response Success
      ------------------------------------------------------------------------------
      
      
      ------------------------------------------------------------------------------
      ----------------------------------TaskReboot----------------------------------
      ------------------------------------------------------------------------------
       3/22/2018 9:01 AM Client-Info Client Version: 0.11.15
       3/22/2018 9:01 AM Client-Info Client OS:      Windows
       3/22/2018 9:01 AM Client-Info Server Version: 1.5.0
       3/22/2018 9:01 AM Middleware::Response Success
      ------------------------------------------------------------------------------
      
      
      ------------------------------------------------------------------------------
      --------------------------------HostnameChanger-------------------------------
      ------------------------------------------------------------------------------
       3/22/2018 9:01 AM Client-Info Client Version: 0.11.15
       3/22/2018 9:01 AM Client-Info Client OS:      Windows
       3/22/2018 9:01 AM Client-Info Server Version: 1.5.0
       3/22/2018 9:01 AM Middleware::Response Success
       3/22/2018 9:01 AM HostnameChanger Checking Hostname
       3/22/2018 9:01 AM HostnameChanger Hostname is correct
       3/22/2018 9:01 AM HostnameChanger Attempting to join domain
       3/22/2018 9:01 AM HostnameChanger Success, code =  0
       3/22/2018 9:01 AM Power Creating shutdown command in 60 seconds
       3/22/2018 9:01 AM Bus Emmiting message on channel: Power
      ------------------------------------------------------------------------------
      
      
      ------------------------------------------------------------------------------
      ---------------------------------SnapinClient---------------------------------
      ------------------------------------------------------------------------------
       3/22/2018 9:01 AM Client-Info Client Version: 0.11.15
       3/22/2018 9:01 AM Client-Info Client OS:      Windows
       3/22/2018 9:01 AM Client-Info Server Version: 1.5.0
       3/22/2018 9:01 AM Middleware::Response No valid tasks found
       3/22/2018 9:01 AM SnapinClient A power operation is pending, aborting module
      ------------------------------------------------------------------------------
      
      
      ------------------------------------------------------------------------------
      --------------------------------PrinterManager--------------------------------
      ------------------------------------------------------------------------------
       3/22/2018 9:01 AM Client-Info Client Version: 0.11.15
       3/22/2018 9:01 AM Client-Info Client OS:      Windows
       3/22/2018 9:01 AM Client-Info Server Version: 1.5.0
       3/22/2018 9:01 AM Middleware::Response No Printers
      ------------------------------------------------------------------------------
      
      
      ------------------------------------------------------------------------------
      --------------------------------PowerManagement-------------------------------
      ------------------------------------------------------------------------------
       3/22/2018 9:01 AM Client-Info Client Version: 0.11.15
       3/22/2018 9:01 AM Client-Info Client OS:      Windows
       3/22/2018 9:01 AM Client-Info Server Version: 1.5.0
       3/22/2018 9:01 AM Middleware::Response Success
       3/22/2018 9:01 AM PowerManagement Calculating tasks to unschedule
       3/22/2018 9:01 AM PowerManagement Calculating tasks to schedule
      ------------------------------------------------------------------------------
      
      
      ------------------------------------------------------------------------------
      ----------------------------------UserTracker---------------------------------
      ------------------------------------------------------------------------------
       3/22/2018 9:01 AM Client-Info Client Version: 0.11.15
       3/22/2018 9:01 AM Client-Info Client OS:      Windows
       3/22/2018 9:01 AM Client-Info Server Version: 1.5.0
       3/22/2018 9:01 AM Middleware::Response Success
       3/22/2018 9:01 AM Middleware::Communication URL: http://10.10.253.125/fog/service/usertracking.report.php?action=login&user=HBML4W10WS03\NMRSD&mac=18:60:24:22:FF:8E&newService&json
      ------------------------------------------------------------------------------
      
       3/22/2018 9:01 AM Service ERROR: Invalid sleep, using default
       3/22/2018 9:01 AM Service Sleeping for 60 seconds
       3/22/2018 9:02 AM Power Creating shutdown request
       3/22/2018 9:02 AM Power Parameters: /r /c "Host joined to Active Directory, restart required" /t 0
       3/22/2018 9:02 AM Bus Emmiting message on channel: Power
       3/22/2018 9:02 AM Power Attempt 1/6 to shutdown computer
       3/22/2018 9:02 AM Power --> API call returned 1, will re-attempt in 5 minutes
       3/22/2018 9:02 AM Middleware::Communication URL: http://10.10.253.125/fog/management/index.php?sub=requestClientInfo&configure&newService&json
       3/22/2018 9:02 AM Middleware::Response Success
       3/22/2018 9:02 AM Service ERROR: Invalid promptTime, using default
       3/22/2018 9:02 AM Middleware::Communication URL: http://10.10.253.125/fog/management/index.php?sub=requestClientInfo&mac=18:60:24:22:FF:8E&newService&json
       3/22/2018 9:02 AM Middleware::Response Success
       3/22/2018 9:02 AM Middleware::Communication URL: http://10.10.253.125/fog/service/getversion.php?clientver&newService&json
       3/22/2018 9:02 AM Middleware::Communication URL: http://10.10.253.125/fog/service/getversion.php?newService&json
      
       3/22/2018 9:02 AM Service Creating user agent cache
       3/22/2018 9:02 AM Middleware::Response Invalid time
       3/22/2018 9:02 AM Middleware::Response No Printers
       3/22/2018 9:02 AM Middleware::Response Success
      
      ------------------------------------------------------------------------------
      ---------------------------------ClientUpdater--------------------------------
      ------------------------------------------------------------------------------
       3/22/2018 9:02 AM Client-Info Client Version: 0.11.15
       3/22/2018 9:02 AM Client-Info Client OS:      Windows
       3/22/2018 9:02 AM Client-Info Server Version: 1.5.0
       3/22/2018 9:02 AM Middleware::Response Success
      ------------------------------------------------------------------------------
      
      
      ------------------------------------------------------------------------------
      ----------------------------------TaskReboot----------------------------------
      ------------------------------------------------------------------------------
       3/22/2018 9:02 AM Client-Info Client Version: 0.11.15
       3/22/2018 9:02 AM Client-Info Client OS:      Windows
       3/22/2018 9:02 AM Client-Info Server Version: 1.5.0
       3/22/2018 9:02 AM Middleware::Response Success
       3/22/2018 9:02 AM TaskReboot A power operation is pending, aborting module
      ------------------------------------------------------------------------------
      
      
      ------------------------------------------------------------------------------
      --------------------------------HostnameChanger-------------------------------
      ------------------------------------------------------------------------------
       3/22/2018 9:02 AM Client-Info Client Version: 0.11.15
       3/22/2018 9:02 AM Client-Info Client OS:      Windows
       3/22/2018 9:02 AM Client-Info Server Version: 1.5.0
       3/22/2018 9:02 AM Middleware::Response Success
       3/22/2018 9:02 AM HostnameChanger A power operation is pending, aborting module
      ------------------------------------------------------------------------------
      
      
      ------------------------------------------------------------------------------
      ---------------------------------SnapinClient---------------------------------
      ------------------------------------------------------------------------------
       3/22/2018 9:02 AM Client-Info Client Version: 0.11.15
       3/22/2018 9:02 AM Client-Info Client OS:      Windows
       3/22/2018 9:02 AM Client-Info Server Version: 1.5.0
       3/22/2018 9:02 AM Middleware::Response No snapins
       3/22/2018 9:02 AM SnapinClient A power operation is pending, aborting module
      ------------------------------------------------------------------------------```
      posted in FOG Problems
      J
      jclumbo33
    • 1 / 1