sudo -i
sudo: setrlimit(RLIMIT_CORE): Operation not permitted
[해결]
a fix has been applied to sudo 1.8.31p1 and is already in 1.9 however this warning has a work around ... just issue
echo "Set disable_coredump false" >> /etc/sudo.conf
for details see https://github.com/sudo-project/sudo/issues/42
in container: sudo: setrlimit(RLIMIT_CORE): Operation not permitted · Issue #42 · sudo-project/sudo
Apparently since version 1.8.29, sudo started outputting this warning in Linux rootless containers: $ sudo hello > /dev/null sudo: setrlimit(RLIMIT_CORE): Operation not permitted which is quite ...
github.com
[출처]
https://unix.stackexchange.com/questions/578949/sudo-setrlimitrlimit-core-operation-not-permitted
sudo: setrlimit(RLIMIT_CORE): Operation not permitted
seeing this when executing sudo from inside a docker container (ubuntu 18.04) when parent host is ubuntu 20.04 sudo -i sudo: setrlimit(RLIMIT_CORE): Operation not permitted root@devops:~#
unix.stackexchange.com
'Others > Ubuntu' 카테고리의 다른 글
[우분투] 부팅시 서비스 자동실행 등록 (1) | 2020.07.27 |
---|---|
[Ubuntu] ssh 터미널 접속 설정 및 외부에서 터미널 (1) | 2020.06.23 |
ubuntu에서 pbcopy 쓰기 (xclip) (0) | 2019.07.28 |
우분투 FTP 서버 설치 이용방법 (0) | 2019.05.07 |
[Nginx] Let's Encrypt를 통해 Nginx에서 무료로 https 설정하기(Ubuntu 14.04) (3) | 2019.04.26 |