NetSUS: Cannot enable updates via GUI

m_entholzner
Contributor III
Contributor III

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

2 ACCEPTED SOLUTIONS

mattware
Contributor

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.

View solution in original post

russeller
Contributor III

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

View solution in original post

5 REPLIES 5

mattware
Contributor

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.

russeller
Contributor III

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

m_entholzner
Contributor III
Contributor III

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

holger_netterby
New Contributor III

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

John_Wetter
Release Candidate Programs Tester

Thanks for this post! Fixed my NetSUS setup!