mirror of
https://github.com/konstruktoid/hardening.git
synced 2026-04-26 01:05:56 +03:00
[GH-ISSUE #27] nproc limits in limits.conf cause gdm3 failure on 18.04 #12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @henn on GitHub (May 11, 2018).
Original GitHub issue: https://github.com/konstruktoid/hardening/issues/27
After running
scripts/14_limitson ubuntu 18.04, gdm3 would either enter an infinite loop after booting (not showing a login at all) or it would let me try to log in and then reset again after that.After removing the nproc limits in my limits.conf, things returned to normal.
Apparently gdm3 has lots of processes!
@konstruktoid commented on GitHub (May 11, 2018):
Hi @henn, did you use the master (nproc 100) or the development branch (nproc 1024)?
I've just merged development into master so if it failed with a lower nproc limit, please try again.
@konstruktoid commented on GitHub (Aug 29, 2018):
Closing due to inactivity.