discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What's up with gdomap???


From: Chris B. Vetter
Subject: Re: What's up with gdomap???
Date: Fri, 10 Feb 2006 11:47:59 +0100

On 2/10/06, Richard Frith-Macdonald <richard@brainstorm.co.uk> wrote:
> On 10 Feb 2006, at 10:02, Chris B. Vetter wrote:
> It's certainly weird ... no way should it be using any significant
> amount of cpu.

I recently trashed the GNUstep system startup script and did a very
quick re-write. Apparently I forgot to add '-p' for not probing as
option. Adding it and re-running the script 'fixed' the problem. That
is, gdomap is now down to 0%
My bad...

Then again, why IS it using 95% when -p is specified?

[...]
> You say 'no loopback or anything' ... if your machine has no loopback
> interface then it's quite likely that could break something as I'm
> sure gdomap assumes that there will be one.  However, I would expect
> that running a machine without a loopback interface would break a lot
> of network apps, so you probably didn't mean that... I guess whatever
> you did mean might still be relevant though.

No, of course my box does have loopback specified. I meant that
loopback isn't specified for gdomap:

[...]
  PREFIX=/usr/local
  IFFILE=${PREFIX}/etc/gdomap_if
  PIDFILE="/var/run/gdomap.pid"

  case "$1" in
  start)
    [...]
    /Tools/gdomap -a ${IFFILE} -I ${PIDFILE} -p
[...]

The file /usr/local/etc/gdomap_if  contains just one line with my IP
and BC, but not 127.0.0.1.

--
Chris




reply via email to

[Prev in Thread] Current Thread [Next in Thread]