On Wed, May 22, 2013 at 11:55 AM, Dmitri Chebotarov <[email protected]>wrote:
> Hi Curtis > > I just experienced that same issue - after Win7 image was updated, it > couldn't be loaded during reservation. SSH task never started during > reservation request. > > Image capture sequence sets SSH task to start manually. > The SSH task then started (and set to Auto) by post_load.cmd script, which > runs after image is loaded. > In my case the script failed to start - root's autologin sequence goes OK > and nothing happens after that (I see root's desktop when connecting via > virt-manager). > > The script starts from registry > key HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run\post_load.cmd as > C:\Cygwin\home\root\VCL\Scripts\post_load.cmd >> > C:\Cygwin\home\root\VCL\Logs\post_load.log. > The capture sequence create the entry, and entry is deleted by > post_load.cmd script when it runs, so you won't see it if reservation is > successful. > > For some reason Logs folder under C:\Cygwin\home\root\VCL\ was missing and > post_load.cmd failed to start. > I've updated the code in Windows.pm to create the Logs folder during the > capture and it seems to be working OK now. > OK good to know. I just commented out the code that sets sshd to manual, your fix is better. :) Thanks, Curtis. > > > > -- > Thank you, > > Dmitri Chebotarov > VCL Sys Eng, Engineering & Architectural Support, TSD - Ent Servers & > Messaging > 223 Aquia Building, Ffx, MSN: 1B5 > Phone: (703) 993-6175 | Fax: (703) 993-3404 > > On May 8, 2013, at 3:44 PM, Curtis <[email protected]> wrote: > > I'm experiencing an issue where updating/creating a new image sets sshd in > the new image to start manually, ie. not start, versus automatic in Windows > 7. > > Any thoughts on where to start looking? > > Thanks, > Curtis. > > -- > Twitter: @serverascode > Blog: serverascode.com > > > -- Twitter: @serverascode Blog: serverascode.com
