man page for limits.conf (part of libpam-modules) incorrectly describes core dump settings

Bug #2025098 reported by Earl Ruby
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
pam (Ubuntu)
New
Undecided
Unassigned

Bug Description

`man limits.conf` reports that the "core" setting "limits the core file size (KB)".

However, if I set the size to 32000000:

# Limit the size of core dumps (32GB = 32000000KB)
* soft core 32000000
* hard core 32000000

Then reboot and check the size with ulimit:

$ ulimit -a | grep core
core file size (blocks, -c) 32000000

ulimit reports that the setting is in 512-byte blocks, not 1024-byte KBs. In other words, according to ulimit, rather than getting 32GB I'm getting 16GB.

Is the man page correct and the setting is in KB or is ulimit correct in reporting the setting in blocks? One of them is wrong.

----------------------

FWIW, I tried to report this as an issue with the libpam-modules package because dpkg says that's the package limits.conf is shipped with:

$ dpkg -S /etc/security/limits.conf
libpam-modules:amd64: /etc/security/limits.conf

However, when I tried to do that Launchpad responded:

"libpam-modules" does not exist in Ubuntu. Please choose a different package. If you're unsure, please select "I don't know"

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.