Guest User

Untitled

a guest
Oct 17th, 2013
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.83 KB | None | 0 0
  1. Windows PowerShell
  2. Copyright (C) 2012 Microsoft Corporation. All rights reserved.
  3.  
  4. PS C:\Windows\system32> chef-client
  5. C:/opscode/chef/embedded/lib/ruby/gems/1.9.1/gems/windows-api-0.4.0/lib/windows/api.rb:4: Use RbConfig instead of obsolete and deprecated Config.
  6. Starting Chef Client, version 11.6.2
  7. [2013-10-17T14:38:59+00:00] INFO: *** Chef 11.6.2 ***
  8. [2013-10-17T14:39:04+00:00] WARN: unable to detect ip6address
  9. [2013-10-17T14:39:12+00:00] INFO: Run List is [recipe[versionone]]
  10. [2013-10-17T14:39:12+00:00] INFO: Run List expands to [versionone]
  11. [2013-10-17T14:39:12+00:00] INFO: Starting Chef Run for i-7d4fa407
  12. [2013-10-17T14:39:12+00:00] INFO: Running start handlers
  13. [2013-10-17T14:39:12+00:00] INFO: Start handlers complete.
  14. resolving cookbooks for run list: ["versionone"]
  15. [2013-10-17T14:39:13+00:00] INFO: Loading cookbooks [chef_handler, chocolatey, iis, powershell, versionone, webpi, windows]
  16. Synchronizing Cookbooks:
  17. - versionone
  18. - iis
  19. - windows
  20. - chef_handler
  21. - webpi
  22. - chocolatey
  23. - powershell
  24. Compiling Cookbooks...
  25. [2013-10-17T14:39:13+00:00] INFO: Powershell light-weight provider already initialized -- overriding!
  26. [2013-10-17T14:39:14+00:00] WARN: PowerShell 2.0 is not supported on this version of Windows: 6.2.9200
  27. Converging 3 resources
  28. Recipe: chocolatey::default
  29. * powershell[install chocolatey] action run[2013-10-17T14:39:14+00:00] INFO: Processing powershell[install chocolatey]
  30. action run (chocolatey::default line 23)
  31. (skipped due to not_if)
  32. * file[cygwin log] action delete[2013-10-17T14:39:14+00:00] INFO: Processing file[cygwin log] action delete (chocolatey::default line 28)
  33. (up to date)
  34. Recipe: versionone::default
  35. * chocolatey[IIS-ASPNET45] action install[2013-10-17T14:39:14+00:00] INFO: Processing chocolatey[IIS-ASPNET45] action
  36. install (versionone::default line 12)
  37. (up to date)
  38. Recipe: <Dynamically Defined Resource>
  39. * execute[install package] action run[2013-10-17T14:39:14+00:00] INFO: Processing execute[install package] action run
  40. (c:/chef/cache/cookbooks/chocolatey/providers/default.rb line 41)
  41. Chocolatey (v0.9.8.20) is installing IIS-ASPNET45 and dependencies (from Windows Features). By installing you accept the license for IIS-ASPNET45 and each dependency you are installing.
  42. Opening minimized PowerShell window and calling 'cmd.exe /c DISM /Online /NoRestart /Enable-Feature /all /FeatureName:IIS-ASPNET45'. If progress is taking a long time, please check that window. It also may not be 100% silent...
  43. Elevating Permissions and running C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -ExecutionPolicy unrestricted -Command "& import-module -name 'C:\Chocolatey\chocolateyinstall\helpers\chocolateyInstaller.psm1'; try{cmd.exe /c DISM /Online /NoRestart /Enable-Feature /all /FeatureName:IIS-ASPNET45 | Tee-Object -FilePath 'C:\Chocolatey\chocolateyinstall\chocolateyWindowsFeaturesInstall.log';}catch{write-error 'That was not sucessful';throw;}". This may take awhile, depending on the statements.
  44.  
  45. Deployment Image Servicing and Management tool
  46. Version: 6.2.9200.16384
  47.  
  48.  
  49. Error: 11
  50.  
  51. You cannot service a running 64-bit operating system with a 32-bit version of DISM.
  52. Please use the version of DISM that corresponds to your computer's architecture.
  53.  
  54. The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
  55. Finished installing 'IIS-ASPNET45' and dependencies - if errors not shown in console, none detected. Check log for errors if unsure.
  56. [2013-10-17T14:39:17+00:00] INFO: execute[install package] ran successfully
  57.  
  58. - execute C:/Chocolatey/bin/cinst.bat IIS-ASPNET45 -source windowsfeatures
  59. [2013-10-17T14:39:18+00:00] INFO: Chef Run complete in 5.304038 seconds
  60. [2013-10-17T14:39:18+00:00] INFO: Running report handlers
  61. [2013-10-17T14:39:18+00:00] INFO: Report handlers complete
  62. Chef Client finished, 1 resources updated
  63. PS C:\Windows\system32>
Advertisement
Add Comment
Please, Sign In to add comment