We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On windows, via remote ssh, the workflow is a bit different.
If a timer is running chef, it's likely as SYSTEM. If you login as admin1 and run chefctl, it crashes with:
SYSTEM
admin1
C:/chef/bin/chefctl.rb:787:in `read': Permission denied @ io_fread - C:\\Windows\\Temp\\chefctl.lock (Errno::EACCES)
instead of realizing a run is in progress and doing it's usual wait routine. But it should catch this and do it's usual wait routine.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On windows, via remote ssh, the workflow is a bit different.
If a timer is running chef, it's likely as
SYSTEM
. If you login asadmin1
and run chefctl, it crashes with:instead of realizing a run is in progress and doing it's usual wait routine. But it should catch this and do it's usual wait routine.
The text was updated successfully, but these errors were encountered: