Por que os ulimits são redefinidos depois de alterar o / etc / hosts

0

Este é um sistema Fedora 25. Eu tive que atualizar o nome do sistema para node-1 Quando eu fiz isso atualizando o arquivo /etc/hosts , meu arquivo /etc/security/limits.conf também foi redefinido. Por que isso acontece? Depois disso, não consigo definir meus ulimits para o mesmo usuário. embora a vez para root esteja bem.

Abaixo está o trecho do / etc / hosts

127.0.0.1   node-1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1         node-1 localhost localhost.localdomain localhost6 localhost6.localdomain6
10.0.2.15   node-1

Abaixo estão as mudanças que eu fiz no /etc/security/limits.conf

rranjan        soft    nofile          65536
rranjan        hard    nofile          65536
rranjan        soft    memlock         unlimited
rranjan        hard    memlock         unlimited
rranjan        soft    as              unlimited
rranjan        hard    as              unlimited
rranjan        soft    nproc           2048
rranjan        hard    nproc           2048

root           soft    nofile          65536
root           hard    nofile          65536
root           soft    memlock         unlimited
root           hard    memlock         unlimited
root           soft    as              unlimited
root           hard    as              unlimited
root           soft    nproc           2048
root           hard    nproc           2048

Como faço para que os ulimits funcionem novamente? Ou é algo errado que eu fiz?

    
por Rajeev Ranjan 06.07.2017 / 05:46

0 respostas