Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Created attachment 1196948[details]
memory usage
see screenshot, it's not normal that a fileserver process eats that amount of memory just because a view clients working with SMB as network drive - pretty sure a terrible memory leak (sometimes also affecting Fedora 23 just with window sclients storing large files over a slow openvpn tunnel and so not able to overwheelm any hardware on the other side)
[root@nfs:~]$ cat /etc/redhat-release
CentOS Linux release 7.2.1511 (Core)
[root@nfs:~]$ rpm -qa | grep samba
samba-libs-4.2.10-7.el7_2.x86_64
samba-common-4.2.10-7.el7_2.noarch
samba-client-libs-4.2.10-7.el7_2.x86_64
samba-4.2.10-7.el7_2.x86_64
samba-common-tools-4.2.10-7.el7_2.x86_64
samba-common-libs-4.2.10-7.el7_2.x86_64
____________________________________________
access based share enum = yes
hide unreadable = yes
inherit permissions = yes
inherit acls = yes
nt acl support = no
browseable = yes
writeable = yes
guest ok = no
wide links = no
follow symlinks = no
oplocks = no
level2 oplocks = no
vfs objects = catia fruit streams_xattr
____________________________________________
fun is over when system processes start hanging, logind get killed, and nfs clients hostng a virtual machine reporting lost connections because eveysthing stucks for 120 seconds
Sep 1 21:44:12 nfs systemd: systemd-logind.service watchdog timeout (limit 1min)!
Sep 1 21:44:12 nfs systemd: systemd-logind.service: main process exited, code=killed, status=6/ABRT
Sep 1 21:44:12 nfs systemd: Unit systemd-logind.service entered failed state.
Sep 1 21:44:12 nfs systemd: systemd-logind.service failed.
Sep 1 21:44:12 nfs systemd: systemd-logind.service has no holdoff time, scheduling restart.
Sep 1 21:44:12 nfs systemd: Starting Login Service...
Sep 1 21:44:13 nfs systemd: Started Login Service.
Comment 2Harald Reindl
2016-09-02 09:01:21 UTC
Comment hidden (abuse)
in other words RHEL7/CentOS7 is still missing that 4 month old patches?
Created attachment 1196948 [details] memory usage see screenshot, it's not normal that a fileserver process eats that amount of memory just because a view clients working with SMB as network drive - pretty sure a terrible memory leak (sometimes also affecting Fedora 23 just with window sclients storing large files over a slow openvpn tunnel and so not able to overwheelm any hardware on the other side) [root@nfs:~]$ cat /etc/redhat-release CentOS Linux release 7.2.1511 (Core) [root@nfs:~]$ rpm -qa | grep samba samba-libs-4.2.10-7.el7_2.x86_64 samba-common-4.2.10-7.el7_2.noarch samba-client-libs-4.2.10-7.el7_2.x86_64 samba-4.2.10-7.el7_2.x86_64 samba-common-tools-4.2.10-7.el7_2.x86_64 samba-common-libs-4.2.10-7.el7_2.x86_64 ____________________________________________ access based share enum = yes hide unreadable = yes inherit permissions = yes inherit acls = yes nt acl support = no browseable = yes writeable = yes guest ok = no wide links = no follow symlinks = no oplocks = no level2 oplocks = no vfs objects = catia fruit streams_xattr ____________________________________________ fun is over when system processes start hanging, logind get killed, and nfs clients hostng a virtual machine reporting lost connections because eveysthing stucks for 120 seconds Sep 1 21:44:12 nfs systemd: systemd-logind.service watchdog timeout (limit 1min)! Sep 1 21:44:12 nfs systemd: systemd-logind.service: main process exited, code=killed, status=6/ABRT Sep 1 21:44:12 nfs systemd: Unit systemd-logind.service entered failed state. Sep 1 21:44:12 nfs systemd: systemd-logind.service failed. Sep 1 21:44:12 nfs systemd: systemd-logind.service has no holdoff time, scheduling restart. Sep 1 21:44:12 nfs systemd: Starting Login Service... Sep 1 21:44:13 nfs systemd: Started Login Service.