You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Been having fun with some random vagrant failures over the last few days. Had some fun issues with
del : Cannot remove item C:\Windows\Temp\WinRM_Elevated_Shell.log: The process
cannot access the file 'C:\Windows\Temp\WinRM_Elevated_Shell.log' because it
is being used by another process.
Tweaking my local copy of vagrant-dsc, to change from:
return version[:data][0][:stdout]
to
version.stdout
makes it happy again (with the same kind of change in the other 2 spots as well).
I'm happy to stick in a PR, but I'd be concerned that it makes it not backwards compatible... And my ruby chops aren't good enough to code it in a backwards compatible way...
The text was updated successfully, but these errors were encountered:
Thanks @matt-richardson! I won't have time to look into this any time soon, but will leave this open in the hopes that somebody will be able to pick it up and help.
Apologies - as discussed I (happily) haven't spent any time on Windows for a long while :)
Been having fun with some random vagrant failures over the last few days. Had some fun issues with
This appears to be WinRb/winrm-elevated#5, which looks to be included in vagrant 1.9.2:
So we tried upgrading vagrant from
1.8.7
to2.1.1
, and vagrant-dsc started failing withI suspect that this changed the return structure that we expect in get_guest_powershell_version, get_lcm_state and get_configuration_status.
Tweaking my local copy of vagrant-dsc, to change from:
to
makes it happy again (with the same kind of change in the other 2 spots as well).
I'm happy to stick in a PR, but I'd be concerned that it makes it not backwards compatible... And my ruby chops aren't good enough to code it in a backwards compatible way...
The text was updated successfully, but these errors were encountered: