[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Purple Colours
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Purple Colours
- From: "Sanu Mathew" <mathew.sanu (at) gmail.com>
- Date: Fri, 31 Oct 2008 11:38:21 +0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=wbjizgKd9LrLFmd3firQ2Nr55jpgoiQLoewSYajHbs0=; b=FZnw0rIIY/W9LWM4qAC9xY0bwNSJEuCqHzQlKMes7By9EVKe4IELKhOP1GXNzycll2 IRvtsuTusVLmOJ634eWqvpGAzTCy7e6YX0XAbc4FdtzFS4Kh9k3y+9wi01/rxrYoK9dq VYluVexidsXc7/zbTYLA12voHJs7uO/8tzZrI=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=DfRqSIKfRFWbVLpaiyIAFLYSUXj3xq4zGkPMESAOouNCMjxAVicrWPkNKCdZLj8CFu JpF8scEg3xdPRsX1OiCxgHKujXb++H6dX6no5iE64xFxyQk2UnaP21lctQcYkTpaOwwy xCcOZGTG1qK3nihhENkpXOdhjxbp/OA1uA0OQ=
- References: <339D555B07BAFC4A9A6C99FAFBD5BF0616B0C8 (at) para-serve.para.local> <961092e10810301828o5d766c86jc384f09f584c8104 (at) mail.gmail.com> <525bdcc10871754ab756dd6f2f7a420b.squirrel (at) epperson.homelinux.net> <961092e10810301901o6a63cc3cwb1576382eacd49c1 (at) mail.gmail.com> <339D555B07BAFC4A9A6C99FAFBD5BF0616B0CF (at) para-serve.para.local>
Hi Jarrod,
Restart the client on the Client servers which are being monitored by the
Hobbit Server.
/home/hobbituser/client/runsclient.sh stop (this command preferably needs to
be run by the hobbituser account)
ps -ef | grep hobbituser
Kill any orphaned processes
/home/hobbituser/client/runsclient.sh start
Now, check on the monitor if the purples are gone. Purples usually come if
there is no propagation of data from the client to server and server to
client (conn and ssh).
I think that should help, have often come with this issue and the above fix
worked like a charm
On Fri, Oct 31, 2008 at 10:20 AM, Jarrod Hodder <
Jarrod.Hodder (at) paradigmit.net.au> wrote:
> I copied the runclient.sh to the client directory and re ran it. It
> started fine.
>
> Still got purples, so that wasn't the issue.
>
>
>
>
>
> *From:* Josh Luthman [mailto:josh (at) imaginenetworksllc.com]
> *Sent:* Friday, 31 October 2008 1:02 PM
> *To:* hobbit (at) hswn.dk
> *Subject:* Re: [hobbit] Purple Colours
>
>
>
> That is correct - I am wrong.
>
>
> ~hobbituser/client/runclient.sh
>
> Josh Luthman
> Office: 937-552-2340
> Direct: 937-552-2343
> 1100 Wayne St
> Suite 1337
> Troy, OH 45373
>
> Those who don't understand UNIX are condemned to reinvent it, poorly.
> --- Henry Spencer
>
> On Thu, Oct 30, 2008 at 9:45 PM, Hobbit User in Richmond <
> hobbit (at) epperson.homelinux.net> wrote:
>
> I don't think you'll ever get satisfactory results trying to run
> hobbitclient.sh as such. It's launched from runclient.sh, which sets
> HOBBITCLIENTHOME to the directory path of runclient.sh itself (`dirname
> $0`), and that's used in hobbitclient.sh as the path prefix for
> /bin/clientupdate, etc. Without the variable set, hobbitclient.sh is
> trying to launch them with a path of /bin, and they are not in /bin. So
> what you're seeing when you do that is normal and not indicative of what's
> broke.
>
>
> /etc/init.d/hobbit restart
>
> should work, it calls runclient.sh after setting some other stuff.
>
>
> On Thu, October 30, 2008 21:28, Josh Luthman wrote:
> > I think you want to...
> >
> > /etc/init.d/hobbit restart
> >
> > Try this otherwise:
> >
> > cd /usr/lib/hobbit/client/ && ./bin/hobbitclient.sh
> >
> > Josh Luthman
> > Office: 937-552-2340
> > Direct: 937-552-2343
> > 1100 Wayne St
> > Suite 1337
> > Troy, OH 45373
> >
> > Those who don't understand UNIX are condemned to reinvent it, poorly.
> > --- Henry Spencer
> >
> >
> > On Thu, Oct 30, 2008 at 9:14 PM, Jarrod Hodder <
> > Jarrod.Hodder (at) paradigmit.net.au> wrote:
> >
> >> Hey,
> >>
> >>
> >>
> >> I have noticed that on my monitor that a lot of the tests are turning
> >> purple.
> >>
> >> I read in this thread (
> >> http://www.hobbitmon.com/hobbiton/2007/08/msg00051.html) that I should
> >> check the status of my hobbitclient.sh.
> >>
> >>
> >>
> >> I ran the status and it returned.
> >>
> >>
> >>
> >> /runclient.sh status
> >>
> >> Hobbit client (clientlaunch) does not appear to be running
> >>
> >>
> >>
> >> So I thought that would be my problem, I navigated to my hobbitclient.sh
> >> and tried to run it. This is the error I am getting.
> >>
> >>
> >>
> >> root (at) Hobbits:/usr/lib/hobbit/client/bin# ./hobbitclient.sh
> >>
> >> ./hobbitclient.sh: 45: /bin/clientupdate: not found
> >>
> >> ./hobbitclient.sh: 52: /bin/hobbitclient-linux.sh: not found
> >>
> >> ./hobbitclient.sh: 63: /bin/logfetch: not found
> >>
> >> ./hobbitclient.sh: 79: @: not found
> >>
> >> root (at) Hobbits:/usr/lib/hobbit/client/bin#
> >>
> >>
> >>
> >> This is a list of files in my /client/bin/ directory
> >>
> >>
> >>
> >> bb bbhostgrep hobbitclient-aix.sh hobbitclient-hp-ux.sh
> >> hobbitclient-netbsd.sh hobbitclient-sco_sv.sh hobbitlaunch
> >> orcahobbit
> >>
> >> bbcmd bbhostshow hobbitclient-darwin.sh hobbitclient-irix.sh
> >> hobbitclient-openbsd.sh hobbitclient.sh logfetch
> >>
> >> bbdigest clientupdate hobbitclient-freebsd.sh hobbitclient-linux.sh
> >> hobbitclient-osf1.sh hobbitclient-sunos.sh msgcache
> >>
> >>
> >>
> >> So from that I can see that the files are infact there, but it can't see
> >> them.
> >>
> >>
> >>
> >> Any help on where I went wrong would be appreciated.
> >>
>
> >> -Jarrod**
> >>
> >
>
>
>
> To unsubscribe from the hobbit list, send an e-mail to
> hobbit-unsubscribe (at) hswn.dk
>
>
>