Hi,
 
I am having an automount problem. Due to some reason my automount process continues to poll and consumes most of the CPU time, due to which the load on the system becomes very high. If I strace the pid, it gives me output like below in an infinite loop
 
poll([{fd=4, events=POLLIN, revents=POLLHUP}, {fd=7, events=POLLIN}], 2, -1) = 1
poll([{fd=4, events=POLLIN, revents=POLLHUP}, {fd=7, events=POLLIN}], 2, -1) = 1
poll([{fd=4, events=POLLIN, revents=POLLHUP}, {fd=7, events=POLLIN}], 2, -1) = 1
poll([{fd=4, events=POLLIN, revents=POLLHUP}, {fd=7, events=POLLIN}], 2, -1) = 1
poll([{fd=4, events=POLLIN, revents=POLLHUP}, {fd=7, events=POLLIN}], 2, -1) = 1
poll([{fd=4, events=POLLIN, revents=POLLHUP}, {fd=7, events=POLLIN}], 2, -1) = 1
poll([{fd=4, events=POLLIN, revents=POLLHUP}, {fd=7, events=POLLIN}], 2, -1) = 1
poll([{fd=4, events=POLLIN, revents=POLLHUP}, {fd=7, events=POLLIN}], 2, -1) = 1
poll([{fd=4, events=POLLIN, revents=POLLHUP}, {fd=7, events=POLLIN}], 2, -1) = 1
poll([{fd=4, events=POLLIN, revents=POLLHUP}, {fd=7, events=POLLIN}], 2, -1) = 1
poll([{fd=4, events=POLLIN, revents=POLLHUP}, {fd=7, events=POLLIN}], 2, -1) = 1
poll([{fd=4, events=POLLIN, revents=POLLHUP}, {fd=7, events=! POLLIN}], 2, -1) = 1
poll([{fd=4, events=POLLIN, revents=POLLHUP}, {fd=7, events=POLLIN}], 2, -1) = 1
Can anybody help me with this issue?
 
Thanks


Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.

Reply via email to