Posted on 07-13-2015 11:53 PM
Hey guys,
I have a strange problem with customers NetSUS since a few days. When I try to enable an update via the GUI, the update is still deselected after clicking "apply".
Using "./repoutil --add-product all $BRANCH" from the CLI adds all updates and works as it should.
I can remember that someone else had a similar problem a few months ago, but I didn't find the discussion and Google wasn't my friend in this case :)
As I remember this had something to do with the PHP upload limit. I checked this, but the upload limit is set to 1024M.
Has anyone had a similar problem or a hint for me?
Thanks,
Michael
Solved! Go to Solution.
Posted on 07-14-2015 06:56 AM
Is this the same issue?
https://github.com/jamf/NetSUS/issues/54
It's been there for a while now. JAMF hasn't updated the NetSUS in months.
Posted on 07-14-2015 11:07 AM
I had the same issue. I think this is the post you are looking for https://jamfnation.jamfsoftware.com/discussion.html?id=13215
@macbofh wrote:
managed to fix this problem by adding (not modifying) the line
max_input_vars = 5000
to the file:
/etc/php5/apache2/php.ini
You have to restart apache to apply this fix
sudo /etc/init.d/apache2 restart
Posted on 07-14-2015 06:56 AM
Is this the same issue?
https://github.com/jamf/NetSUS/issues/54
It's been there for a while now. JAMF hasn't updated the NetSUS in months.
Posted on 07-14-2015 11:07 AM
I had the same issue. I think this is the post you are looking for https://jamfnation.jamfsoftware.com/discussion.html?id=13215
@macbofh wrote:
managed to fix this problem by adding (not modifying) the line
max_input_vars = 5000
to the file:
/etc/php5/apache2/php.ini
You have to restart apache to apply this fix
sudo /etc/init.d/apache2 restart
Posted on 07-14-2015 10:01 PM
Both did it, thanks guys!
Interesting is why searching for Netboot/SUS topic in jamfnation didn't find the discussion you linked...
Posted on 02-10-2016 05:18 AM
Thanks! This was the fix for my new NetSUS 4.0.0 install too :)
Posted on 03-01-2016 02:34 PM
Thanks for this post! Fixed my NetSUS setup!