Gentoo Archives: gentoo-server

From: Vegard Figenschou <vegard.figenschou@×××××××××××××××××××.com>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] ypbind takes 99,99% cpu
Date: Thu, 22 Jan 2004 07:16:23
Message-Id: 200401220813.52842.vegard.figenschou@hands-on-technology.com
In Reply to: [gentoo-server] ypbind takes 99,99% cpu by Alexander Klosch
1 On Wednesday 21 January 2004 16:37, Alexander Klosch wrote:
2 > hi,
3 >
4 > I have a production server which hosts /homes for clients, which are
5 > I authenticated by nis.
6 > for giving user's their homes the server needs to be nis client also,
7 > for other purposes [like cupsd] also .. this machine is also
8 > printserver.
9 > in top often ypbind takes 99,6% and more of cpu usage .. any idea where
10 > this comes from and/or how to fix it?
11
12 Try to run:
13 strace ipbind
14 (add any parameters behind it)
15
16 This will list all system calls that ipbind makes, it can be quite
17 informative(so you might want to grep it). Access to files that doesn't exist
18 or network access troubles are common problems you will be able to spot with
19 strace.
20
21 Do a emerge dev-util/strace if you don't allready have strace.
22
23 Regards.
24 -Vegard

Replies

Subject Author
Re: [gentoo-server] ypbind takes 99,99% cpu Adam Morley <adam-gentoo-server@×××.com>