Skip to main content
Solved

NetSUS: Cannot enable updates via GUI

  • July 14, 2015
  • 5 replies
  • 20 views

Forum|alt.badge.img+16

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

Best answer by mattware

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.

5 replies

Forum|alt.badge.img+7
  • Contributor
  • Answer
  • July 14, 2015

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
Forum|alt.badge.img+16
  • Valued Contributor
  • July 14, 2015

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

Forum|alt.badge.img+16
  • Author
  • Honored Contributor
  • July 15, 2015

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


holger_netterby
Forum|alt.badge.img+3

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


John_Wetter
Forum|alt.badge.img+33
  • Hall of Fame
  • March 1, 2016

Thanks for this post! Fixed my NetSUS setup!