-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Upgrade fails #65
Comments
It appears you have a hanging command running out there. I wonder if this is the result of something else? Can you pass along the logs of 0.9.9.7/0.9.9.8 upgrade attempts? I want to see if there are any blind calls to list running in the background. |
Sorry for the delay... where would I find the logs you are looking for? |
Depends on where the choco install is located, but likely C:\ProgramData\chocolatey\logs |
Uploaded the log to https://gist.github.com/genebean/9d042133cacc7ebf3512 Check out around line 603. |
Have you tried to upgrade choco in previous versions or is this the first time? |
The is the second version in a row that I have had the same issue. |
This is 0.9.9.x upgrading to 0.9.9+ series though, which is believed to work. But apparently it is failing. |
@genebean followup here - what I think I see happening is that something is running choco in the background. |
(MODULES-4098) Sync the rest of the files
I have Chocolatey set to upgrade itself via Puppet but with the 0.9.9.7 release and now with the 0.9.9.8 release I get the following error:
When investigating on systems that show this problem I see in task manager that there are two choco.exe processes still running. One just has "chocolatey" as its description but the other says "ShimGen generated shim". If I kill these then Puppet can upgrade things just fine.
I am seeing this problem on 2008 R2, 2012, and 2012 R2.
The text was updated successfully, but these errors were encountered: