Closed vdog90 closed 5 years ago
Just a quick question, does this error cause the entire provisioning process to stop? I'm not sure why those specific event logs throw access denied errors, but if it doesn't halt the build process I'm not sure it needs to be fixed (unless someone just wants to exclude those 2 channels).
I was able to reproduce this and I actually think it's worth filtering out those event channels from being deleted just to suppress this error, as it can be confusing to the user even if it doesn't break the build. Will address this in a future commit.
Awesome, thanks so much clong!
This should be fixed in https://github.com/clong/DetectionLab/pull/174
When provisioning any of the three windows boxes, I'm getting the error:
It is clear it is erroring on this command in Vagrantfile:
I tried provisioning with both privileged: true and false values in Vagrantfile with no luck.
The output above was with privileged "false". However, running it as "true" produces errors referred to here: https://github.com/clong/DetectionLab/issues/168
I ran this from each windows host manually as administrator:
Thoughts to proceed or workaround? (other than commenting the inline commands out and running them manually) Thanks!