Skip to main content

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

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.


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

Both did it, thanks guys!
Interesting is why searching for Netboot/SUS topic in jamfnation didn't find the discussion you linked...


Thanks! This was the fix for my new NetSUS 4.0.0 install too :)


Thanks for this post! Fixed my NetSUS setup!