Bug 1071290
Summary: | sshd does not reset oom_score_adj to 0 | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Rupesh Patel <rupatel> |
Component: | openssh | Assignee: | Petr Lautrbach <plautrba> |
Status: | CLOSED DUPLICATE | QA Contact: | BaseOS QE Security Team <qe-baseos-security> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.5 | CC: | lpoirrier, mattias.ellert, mgrepl, plautrba, pvrabec, tmraz |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | 812676 | Environment: | |
Last Closed: | 2014-06-13 12:58:37 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 812676 | ||
Bug Blocks: | 1070830 |
Description
Rupesh Patel
2014-02-28 12:51:23 UTC
It's seems to be related to the reload of sshd as described at https://bugzilla.redhat.com/show_bug.cgi?id=1010429#c0 # cat /proc/`cat /var/run/sshd.pid`/oom_score_adj -1000 # ssh localhost root@localhost's password: Last login: Fri Jun 13 14:40:49 2014 from master.virt # cat /proc/$$/oom_score_adj 0 # service sshd reload Reloading sshd: [ OK ] # cat /proc/`cat /var/run/sshd.pid`/oom_score_adj -1000 # ssh localhost root@localhost's password: Last login: Fri Jun 13 14:54:01 2014 from localhost # cat /proc/$$/oom_score_adj -1000 *** This bug has been marked as a duplicate of bug 1010429 *** |