Xymon Mailing List Archive search

Bug Suspect - Hobbit 4.2-beta-20060605

2 messages in this thread

list Mike Harron · Fri, 14 Jul 2006 17:30:41 +0100 ·
Hi,
   I'm not sure if this message is going to a list or an individual.
Please accept my apology if this problem has been reported previously.

The script $HOME/client/runclient.sh is created without a space character
after the "sed -e" statements. This causes the interpretation of options
"--hostname", "--class", etc to fail. So, for example, the line:

   MACHINEDOTS="`echo $1 | sed -e's/--hostname=//'`"

should read:

   MACHINEDOTS="`echo $1 | sed -e 's/--hostname=//'`"
                                 ^

I have confirmed this problem on Solaris 9, Solaris 10, Red Hat 9 and
Fedora Core 5 so I guess that it is not limited to any particular
platform.

Best regards,

Mike

======================================================================
                              |
Mike Harron                   |
Network Development and       |
   Security Manager           |   E-mail: user-8aebe5dd86d9@xymon.invalid
                              |
Learning Resources Centre     |   Telephone (external): 01707 286 447
University of Hertfordshire   |   Telephone (internal): 3447
College Lane                  |
Hatfield                      |   Telephone (mobile):   07984 605 275
AL10 9AB                      |
======================================================================
list Henrik Størner · Fri, 14 Jul 2006 18:41:31 +0200 ·
Hi Mike,
quoted from Mike Harron

On Fri, Jul 14, 2006 at 05:30:41PM +0100, Mike Harron wrote:
Hi,
   I'm not sure if this message is going to a list or an individual.
You sent it to the mailing list address, but it seems you are not a
subscriber yourself. Hence I am responding to you directly, with a cc
to the list.
quoted from Mike Harron
The script $HOME/client/runclient.sh is created without a space character
after the "sed -e" statements. This causes the interpretation of options
"--hostname", "--class", etc to fail.
Indeed, I thought I had gotten all of those weeded out. Thanks for
noticing - I've fixed this for the final release.

By the way, an updated release candidate was made available recently.
http://www.hswn.dk/hobbiton/2006/07/msg00126.html


Regards,
Henrik