10
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

sudoで「setrlimit(RLIMIT_CORE): Operation not permitted」エラーが出る場合

Posted at

参考

対応

ubuntu 20.04 コンテナで確認。

sudo すると以下メッセージ

setrlimit(RLIMIT_CORE): Operation not permitted

echo "Set disable_coredump false" >> /etc/sudo.conf

これで解決。

10
5
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
5

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?