thanks for your efforts, Henrik.  I checked those files. All looks
right except that /var/run/hobbitclient-runtime.cfg is in 0600 mode
instead of 0644 on other RHL9 servers.  Once I changed it to 0644,
it reported to the server correctly.<br>
As for the RPM, it is pretty straightforward, the spec file works fine except<br>
1) tarball needs to be renamed to without - in VERSION for 'rpmbuild'<br>
2) for RHL9, ps command needs to be ps -Aww instead of ps -Aw. The
latter works fine on RHEL4AS, even though the man page of ps says
double 'w' to get unlimited listing. So, I changed it in
/usr/lib/hobbit/client/bin/hobbitclient-linux.sh<br><br>
wonder if there's enough interests for me to wrap up my post-install fixes into a RHL and/or CentOS/RHEL4 RPMs<br>
<br><div><span class="gmail_quote">On 7/31/06, <b class="gmail_sendername">Henrik Stoerner</b> <<a href="mailto:henrik@hswn.dk">henrik@hswn.dk</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Wed, Jul 26, 2006 at 09:32:31PM -0400, Jerry Yu wrote:<br>> hi, there,<br>> I have both client & server of 4.2-RC-20060712 on Redhat Linux 9. Other RHL9<br>> clients work fine. One, mysteriously,  failed to start.
<br>> hobbitclient.logshows it tries to bond with<br>> <a href="http://127.0.0.1:1984">127.0.0.1:1984</a>, as fails miserably. As in other clients, I define the bb<br>> server's IP address in /etc/default/hobbit-client.  -x execution of the init
<br>> script seems it did source the /etc/default/hobbit-client and got the<br>> correct bb server IP address. Any idea ? This RH9 boxen doesn't have<br>> bind-util package installed, that's the only difference I can think of.
<br><br>The RPM config is a bit weird - in fact, I had to do a client install on<br>a Fedora box to see what it looks like. (It's been too long since I<br>put it together ...)<br><br>Anyway, the data from /etc/default/hobbit-client is copied into the
<br>/var/run/hobbitclient-runtime.cfg file. Fromt here, they are included<br>into the ~hobbit/client/etc/hobbitclient.cfg file and that is where<br>they get picked up by the various Hobbit client-side tools.<br><br>So could you check that
<br><br>* the /var/run/hobbitclient-runtime.cfg file exists, is current (i.e.<br>  is is updated when you restart the client), and it has the right<br>  settings in it; if not, try deleting it and restarting the client.<br>
* the ~hobbit/client/etc/hobbitclient.cfg has a line with<br>     include /var/run/hobbitclient-runtime.cfg<br>  near the top, and there are NO settings for BBDISP or BBDISPLAYS<br>  in the hobbitclient.cfg file<br><br><br>
Regards,<br>Henrik<br><br><br>To unsubscribe from the hobbit list, send an e-mail to<br><a href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk</a><br><br><br></blockquote></div><br>