Subject: Re: routed eating all the cpu time
To: None <kilbi@rad.rwth-aachen.de>
From: Christos Zoulas <christos@zoulas.com>
List: current-users
Date: 06/11/2000 16:45:30
On Jun 11, 10:30pm, kilbi@rad.rwth-aachen.de (Markus Kilbinger) wrote:
-- Subject: Re: routed eating all the cpu time

| >>>>> "Christos" == Christos Zoulas <christos@zoulas.com> writes:
| 
|     >> Please, could somebody figure out the following problem?
| 
|     Christos> Try the following patch and rebuild your kernel; please
|     Christos> let me know if that fixes the problem for you so that I
|     Christos> can commit the fix.
| 
| No, it didn't help. Same behavior as before: After about 3-4 min
| 'routed' is very hungry:
| 
|   PID USERNAME PRI NICE   SIZE   RES STATE     TIME   WCPU    CPU COMMAND
|   205 root      64    0   352K  304K run       2:23 87.01% 87.01% routed
| 
| Any other hint?

Can you add in if.c after the if statement which checks errno for EFAULT
and ENOMEM, and run routed -d ?

	fprintf(stderr, "needed=%ld error=%s buf=%p\n",
	    (unsigned long)needed, strerror(errno), sysctl_buf);

christos