hh / windows-fromscratch

Windows Vagrant VM from scratch
97 stars 21 forks source link

Setting the hostname seems to be broken for the dc system #4

Open spudnic opened 11 years ago

spudnic commented 11 years ago

DEBUG virtualbox_4_2: - [1, "winrm", 5985, 5985] INFO winrm: Connecting to WinRM: localhost:5985 DEBUG winrm: WinRM Trying to connect INFO winrm: Execute: wmic computersystem where name="%COMPUTERNAME%" call rename name="dc" ERROR: Description = Invalid query DEBUG winrm: 1 DEBUG winrm: wmic computersystem where name="%COMPUTERNAME%" call rename name="dc" EXIT STATUS 1 ERROR warden: Error occurred: translation missing: en.vagrant.errors.winrm_bad_exit_status

I have a feeling that maybe the rename command is not quite correct

spudnic commented 11 years ago

The error is that alias is not found.
Screen Shot 2013-03-09 at 7 09 57 AM