daptiv / dotnetframework

Chef cookbook for installing and configuring .NET framework 4.x
Apache License 2.0
8 stars 20 forks source link

I am getting file sizes exceed error while running dotnetframework cookbook #33

Closed rajeshapt closed 8 years ago

rajeshapt commented 8 years ago

I have copied the dotnet exe package to my local shared folder and gave the URL path but the package is copied to the node under chache folder and it shows file sizes exceed 10000000 bytes, diff output suppressed. Not sure if the limit set anywhere in cookbook? and dot net is not getting installed. It only getting copied to the node cache folder. Can someone help please.

sneal commented 8 years ago

The .NET installer log file will be in your temp directory named the same as the .NET installer with a .html file extension.

rajeshapt commented 8 years ago

Hi Sneal It got installed now but windows_reboot didn't work. I use .net 4.6.1 and OS Win 2012R2. The console was showing the windows_reboot resource is deprecated. Please use the reboot resource in chef client 12.

sneal commented 8 years ago

You need to ensure you have the windows::reboot_handler in your run list. The deprecation warning is legitimate, however it doesn't affect functionality.

sneal commented 8 years ago

I opened a new issue for the deprecation warning #35