Sudo: setrlimit(RLIMIT_CORE): Operation not permitted

Hi, after update to sudo following message is shown for every sudo command, but command executes as sudo nonetheless.
This error happens on toolbox container and not on host

~ ➜ sudo echo "Hello, World"
sudo: setrlimit(RLIMIT_CORE): Operation not permitted
Hello, World

~ ➜ sudo --version
Sudo version 1.8.29
Sudoers policy plugin version 1.8.29
Sudoers file grammar version 46
Sudoers I/O plugin version 1.8.29
1 Like

This has also been reported at 1773148 – sudo: setrlimit(RLIMIT_CORE): Operation not permitted

In the meantime you can work around the problem by creating /etc/sudo.conf with the content:

Set disable_coredump false
2 Likes

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.