Deleted Added
full compact
BUGS (51591) BUGS (52894)
1# -*- text -*-
2
3 LIST OF KNOWN BUGS IN AM-UTILS OR OPERATING SYSTEMS
4
5
6(1) mips-sgi-irix*
7
1# -*- text -*-
2
3 LIST OF KNOWN BUGS IN AM-UTILS OR OPERATING SYSTEMS
4
5
6(1) mips-sgi-irix*
7
8[1A] known to have flakey NFS V.3 and TCP. Amd tends to hang or spin
8[1A] known to have flaky NFS V.3 and TCP. Amd tends to hang or spin
9infinitely after a few hours or days of use. Users must install recommended
10patches from vendor. Patches help, but not all the time. Otherwise avoid
11using NFS V.3 and TCP on these systems, by setting
12
13 /defaults opts:=vers=2,proto=udp
14
15[1B] yp_all() leaks a file descriptor. Eventually amd runs out of file
16descriptors and hangs. Am-utils circumvents this by using its own version
9infinitely after a few hours or days of use. Users must install recommended
10patches from vendor. Patches help, but not all the time. Otherwise avoid
11using NFS V.3 and TCP on these systems, by setting
12
13 /defaults opts:=vers=2,proto=udp
14
15[1B] yp_all() leaks a file descriptor. Eventually amd runs out of file
16descriptors and hangs. Am-utils circumvents this by using its own version
17of yp_all which uses udp and iterats over NIS maps. The latter isn't as
17of yp_all which uses udp and iterates over NIS maps. The latter isn't as
18reliable as yp_all() which uses TCP, but it is better than hanging.
19
20(I have some reports that older version of hpux-9, with older libc, also
21leak file descriptors.)
22
23
24(2) alpha-unknown-linux-gnu (RedHat Linux 4.2)
25

--- 82 unchanged lines hidden (view full) ---

108but it is not yet in the glibc-2.0.7-19 RPM.
109
110
111(6) rs6000-ibm-aix4.1.x
112
113A bug in libc results in an amq binary that doesn't work; amq -v dumps core
114in xdr_string. There is no known fix (source code or vendor patch) at this
115time. (Please let amd-dev know if you know of a fix.)
18reliable as yp_all() which uses TCP, but it is better than hanging.
19
20(I have some reports that older version of hpux-9, with older libc, also
21leak file descriptors.)
22
23
24(2) alpha-unknown-linux-gnu (RedHat Linux 4.2)
25

--- 82 unchanged lines hidden (view full) ---

108but it is not yet in the glibc-2.0.7-19 RPM.
109
110
111(6) rs6000-ibm-aix4.1.x
112
113A bug in libc results in an amq binary that doesn't work; amq -v dumps core
114in xdr_string. There is no known fix (source code or vendor patch) at this
115time. (Please let amd-dev know if you know of a fix.)
116
117
118(7) *-aix4.3.2.0
119
120The plock() function appears to fail with ENOMEM (Not Enough Space). When
121it fails, it consumes a lot of memory. This appears to be an AIX bug. I
122think plock returns an error code, but it partially succeeds to lock some
123pages, thus increasing memory consumption. When partial failures occur, it
124is possible that AIX fails to unlock those pages it did lock. Solution:
125turn off usage of plock on AIX. Put plock=no in your amd.conf file (which
126is the default if you do nothing).
127
128Erez.