RegistryHandler ERROR
-
Hi!
there seems to be a bug in the new client v0.9.1.2:
The german error message says "Cannot create a stable subkey under a volatile parent key. "
Host was added to the AD succesfull.21.03.2016 15:38 Client-Info Version: 0.9.12 21.03.2016 15:38 HostnameChanger Running... 21.03.2016 15:38 Middleware::Communication URL: http://10.xx.0.xx/fog/service/servicemodule-active.php?moduleid=hostnamechanger&mac=78:XX:XX:XX:XX:92||00:00:00:00:00:00:00:E0&newService=1 21.03.2016 15:38 Middleware::Communication Response: Success 21.03.2016 15:38 Middleware::Communication URL: http://10.xx.0.xx/fog/service/hostname.php?moduleid=hostnamechanger&mac=78:45:C4:08:DC:92||00:00:00:00:00:00:00:E0&newService=1 21.03.2016 15:38 Middleware::Communication Response: Success 21.03.2016 15:38 HostnameChanger Checking Hostname 21.03.2016 15:38 HostnameChanger Renaming host to XXXXXXX 21.03.2016 15:38 HostnameChanger Unregistering computer 21.03.2016 15:38 HostnameChanger Removing host from active directory 21.03.2016 15:38 HostnameChanger The machine is not currently joined to a domain, code = 2692 21.03.2016 15:38 HostnameChanger Updating registry 21.03.2016 15:38 RegistryHandler ERROR: Could not set SYSTEM\CurrentControlSet\Control\ComputerName\ActiveComputerName\ComputerName 21.03.2016 15:38 RegistryHandler ERROR: Ein dauerhafter Unterschlüssel kann nicht unter einem temporären übergeordneten Schlüssel erstellt werden. 21.03.2016 15:38 Power Creating shutdown command in 60 seconds 21.03.2016 15:38 Bus { "channel": "Power", "data": "{\r\n \"action\": \"request\",\r\n \"period\": 60,\r\n \"options\": 2,\r\n \"command\": \"/r /c \\\"FOG needs to rename your computer\\\" /t 0\",\r\n \"message\": \"This computer needs to perform maintenance.\"\r\n}" } 21.03.2016 15:38 Bus Emmiting message on channel: Power ------------------------------------------------------------------------------ 21.03.2016 15:38 Service Power operation being requested, checking back in 30 seconds 21.03.2016 15:38 Service Power operation being requested, checking back in 30 seconds 21.03.2016 15:39 Service Power operation being requested, checking back in 30 seconds 21.03.2016 15:39 Power Creating shutdown request 21.03.2016 15:39 Power Parameters: /r /c "FOG needs to rename your computer" /t 0 21.03.2016 15:39 Bus { "channel": "Power", "data": "{\r\n \"action\": \"shuttingdown\"\r\n}" } 21.03.2016 15:39 Bus Emmiting message on channel: Power 21.03.2016 15:40 Bus Became bus server 21.03.2016 15:40 Bus { "channel": "Status", "data": "{\r\n \"action\": \"load\"\r\n}" } 21.03.2016 15:40 Bus Emmiting message on channel: Status
Furthermoore i have some lines likes this in my logfile.
I guess this should not be the the correct look ?21.03.2016 15:38 Bus Became bus server 21.03.2016 15:38 Bus { "channel": "Status", "data": "{\r\n \"action\": \"load\"\r\n}" } 21.03.2016 15:38 Bus Emmiting message on channel: Status
-
Informing @jbob
-
@jayphizzle said:
Ein dauerhafter Unterschlüssel kann nicht unter einem temporären übergeordneten Schlüssel erstellt werden.
For those that don’t speak Dutch/German the message translates to:
A stable subkey can not be created under a volatile parent key.What is this after?
Is this simply having the FOG Client installed, or is this after imaging?
If this is immediately after imaging, is this image sysprepped? If it is sysprepped, are you able to rebuild the image but with the FOG Service Disabled (enabled after the system is done running the setupcomplete.cmd)?
-
Here is @Jbob’s reply because he is AFK at the moment:
@jbob said:
The registry handler one is not an errot
It has happened since day 0
We try that reg key just in case as it’s valid on certain systems
Next version I’ll just surpress the “error” from the log files -
@Tom-Elliott said:
Is this simply having the FOG Client installed, or is this after imaging?
If this is immediately after imaging, is this image sysprepped? If it is sysprepped, are you able to rebuild the image but with the FOG Service Disabled (enabled after the system is done running the setupcomplete.cmd)?
- Image sysprepped
- FOG Client not part of the image
- Latest FOG Client will be installed during first boot (<FirstLogonCommands> in unattend.xml)
-
@jayphizzle If I’m reading @Wayne-Workman’s post from @jbob, this error is not really an error that is breaking anything. It’s more just “here’s some information I received.” While it seems scary, it shouldn’t be impacting your client’s ability to operate. It’s just a message.
The “Bus Became bus server” stuff is perfectly fine. It’s basically what handles actions. It “transports” the information received from the client to the proper other areas for whatever action is being performed.