| Summary: | =net-fs/nfs-utils-1.2.3-r1 rpc.mountd memory leak | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Spooky Ghost <spookyghost> |
| Component: | [OLD] Server | Assignee: | Network Filesystems <net-fs> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Spooky Ghost
2011-04-26 09:32:23 UTC
does it still happen with newer versions ? I'm on the latest stable version of nfs-utils which is still 1.2.3-r1 and it is still a problem. I will test 1.2.5 which is the latest version in portage to see if that shows the same behaviour. Reported by top: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 10478 root 20 0 1008m 685m 1588 S 0 40.0 1:35.90 rpc.mountd # uptime 08:49:09 up 10 days, 20:33, 2 users, load average: 0.05, 0.10, 0.07 # uname -r 3.2.16 # equery l net-fs/nfs-utils * Searching for nfs-utils in net-fs ... [IP-] [ ] net-fs/nfs-utils-1.2.3-r1:0 # equery u nfs-utils [ Legend : U - final flag setting for installation] [ : I - package is installed with flag ] [ Colors : set, unset ] * Found these USE flags for net-fs/nfs-utils-1.2.3-r1: U I + + caps : Use Linux capabilities library to control privilege + + ipv6 : Adds support for IP version 6 - - kerberos : Adds kerberos support + + nfsv3 : Enable support for NFSv3 + + nfsv4 : Enable support for NFSv4 + + tcpd : Adds support for TCP wrappers I have been testing 1.2.5 for the past few days but I see the same behaviour: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 29274 root 20 0 803m 719m 2000 S 0.0 41.9 1:15.45 rpc.mountd $ equery l net-fs/nfs-utils * Searching for nfs-utils in net-fs ... [IP-] [ ] net-fs/nfs-utils-1.2.5:0 $ equery u nfs-utils [ Legend : U - final flag setting for installation] [ : I - package is installed with flag ] [ Colors : set, unset ] * Found these USE flags for net-fs/nfs-utils-1.2.5: U I + + caps : Use Linux capabilities library to control privilege + + ipv6 : Adds support for IP version 6 - - kerberos : Adds kerberos support + + nfsidmap : Enable support for newer nfsidmap helper + + nfsv4 : Enable support for NFSv4 + + nfsv41 : Enable support for NFSv4.1 + + tcpd : Adds support for TCP wrappers I note that 1.2.6 has made an appearance in the portage tree so I will bump the version again to see what happens... With 1.2.6 I still see the same behaviour. After an uptime of 16 days the rpc.mountd usage is: PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 12188 root 20 0 1409m 569m 2216 S 0.0 33.2 2:17.56 rpc.mountd If this is not being seen by other people I am wondering if it is being caused by my use of nss_ldap as I have also seen some problems with the memory usage of nscd. I am going to try the latest version of nss_ldap in portage to see if there is any change in the behviour of rpc.mountd. |