CentOS' sendmail config works out of the box for each of my Hobbit servers.<br><br>
>Which fping returns "/usr/local/sbin/fping"<br>
>Ls -l `which fping` returns (-rwsr-xr-x 1 root root 73958 Sep 22 2004<br>>
/usr/local/sbin/fping)<br>
<br>
>Is this what you thought??<br><br>Type chmod o+w /usr/sbin/fping then watch your conn tests work.<br><br clear="all">Josh Luthman<br>Office: 937-552-2340<br>Direct: 937-552-2343<br>1100 Wayne St<br>Suite 1337<br>Troy, OH 45373<br>

<br>Those who don't understand UNIX are condemned to reinvent it, poorly.<br>--- Henry Spencer<br>
<br><br><div class="gmail_quote">On Wed, Apr 1, 2009 at 10:48 PM, Rafal Roginela <span dir="ltr"><<a href="mailto:Rafal.Roginela@americashloans.net">Rafal.Roginela@americashloans.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Hi,<br>
<br>
Been where you are at... Hobbit needs a mail server/client and it does<br>
get set up separately. Most distros (might be helpful if you share which<br>
you are running) install sendmail by default (my centos did) but you do<br>
have to configure it; if yours did not it is usually fairly easy to<br>
install and then google something like: howto setup sendmail and then<br>
kind of piece it together for your environment. Mine was straight<br>
forward for sending and it got a little more complicated for receiving<br>
when I got to acknowledgments via e-mail.<br>
<br>
I cheated and changed the permissions on fping so that everyone had<br>
permissions to execute and it fixed all my issues.<br>
<br>
I hope it helps and don't give up I love Hobbit and I got to learn a<br>
bunch of Linux stuff that has opened a whole new world of possibilities<br>
even though I still bleed Microsoft blue :-)<br>
<br>
BTW something called webmin is a God send to configure anything in linux<br>
for someone who is a newbie like myself.<br>
<br>
Thank You,<br>
<br>
Rafal Roginela<br>
<br>
Office (847) 827-9740 x109<br>
Fax (847) 493-8031<br>
<br>
This e-mail may contain confidential and/or privileged information. If<br>
you are not the intended recipient (or have received this e-mail in<br>
error) please notify the sender immediately and destroy this e-mail. Any<br>
unauthorized copying, disclosure or distribution of the material in this<br>
e-mail is strictly forbidden.<br>
<div class="im"><br>
-----Original Message-----<br>
From: Goodridge, David [mailto:<a href="mailto:DGoodridge@somervillema.gov">DGoodridge@somervillema.gov</a>]<br>
</div><div class="im">Sent: Wednesday, April 01, 2009 4:23 PM<br>
To: <a href="mailto:hobbit@hswn.dk">hobbit@hswn.dk</a><br>
</div><div><div></div><div class="h5">Subject: [hobbit] RE: [BULK] RE: [hobbit] Newbie Issues<br>
<br>
OK, so hobbit runs using user 'bb'.<br>
<br>
Which fping returns "/usr/local/sbin/fping"<br>
Ls -l `which fping` returns (-rwsr-xr-x 1 root root 73958 Sep 22 2004<br>
/usr/local/sbin/fping)<br>
<br>
Is this what you thought??<br>
<br>
Why do you think other ping tests seem to work??<br>
<br>
Does hobbit install an smtp server or client *OR* is this something<br>
setup separately??<br>
<br>
Thanks,<br>
Dave<br>
<br>
-----Original Message-----<br>
From: Hubbard, Greg L [mailto:<a href="mailto:greg.hubbard@eds.com">greg.hubbard@eds.com</a>]<br>
Sent: Wednesday, April 01, 2009 5:02 PM<br>
To: <a href="mailto:hobbit@hswn.dk">hobbit@hswn.dk</a><br>
Subject: [BULK] RE: [hobbit] Newbie Issues<br>
Importance: Low<br>
<br>
I work mostly with Solaris, so I am not sure what really works on your<br>
Linux system, but...<br>
<br>
A) you can maybe run "top" from a terminal and look for processes with<br>
"hobbit" in their name. A similar, more focused method would be to run<br>
"ps -ef | grep hobbit" and see what gets listed.  My *guess* is that a<br>
user called "hobbit" may have created as part of the package<br>
installation?<br>
<br>
B) Josh probably meant for you to use the "backticks" instead of double<br>
quotes on the command.  You can do it in two steps by running $ which<br>
fping followed by $ ls -l <whatever which returns> -- the point is to<br>
see if your fping has been setuid to root, which would allow a<br>
non-privileged user to run fping.  Normally Hobbit runs as a<br>
non-privileged user.<br>
<br>
I don't know what to say about the mailer issue, other than if this is a<br>
new system someone may have set up a bogus mail forwarder, or it might<br>
be using DNS to find a forwarder for a specific domain.<br>
<br>
GLH<br>
<br>
-----Original Message-----<br>
From: Goodridge, David [mailto:<a href="mailto:DGoodridge@somervillema.gov">DGoodridge@somervillema.gov</a>]<br>
Sent: Wednesday, April 01, 2009 3:31 PM<br>
To: <a href="mailto:hobbit@hswn.dk">hobbit@hswn.dk</a><br>
Subject: RE: [hobbit] Newbie Issues<br>
<br>
Hi Greg,<br>
<br>
How do I know if hobbit is using fping??  Root was able to use fping.<br>
Hobbit user can not.  Actually, how do I know what user is for hobbit??<br>
<br>
The 216.20.121.4 is not an smtp server and I received a connection<br>
refused.<br>
<br>
Ls -l "which fping" <-- says no such file or directory<br>
<br>
Thanks,<br>
Dave<br>
<br>
-----Original Message-----<br>
From: Hubbard, Greg L [mailto:<a href="mailto:greg.hubbard@eds.com">greg.hubbard@eds.com</a>]<br>
Sent: Wednesday, April 01, 2009 3:47 PM<br>
To: <a href="mailto:hobbit@hswn.dk">hobbit@hswn.dk</a><br>
Subject: RE: [hobbit] Newbie Issues<br>
<br>
Are you using fping?  Can the hobbit user run fping?  Seems like you<br>
have to do some fiddling because fping requires root, and the symptom is<br>
red connectivity tests for everything in the bb-hosts file.  This is a<br>
dim memory from when I first set up Hobbit several years ago...<br>
<br>
GLH<br>
<br>
-----Original Message-----<br>
From: Goodridge, David [mailto:<a href="mailto:DGoodridge@somervillema.gov">DGoodridge@somervillema.gov</a>]<br>
Sent: Wednesday, April 01, 2009 2:37 PM<br>
To: <a href="mailto:hobbit@hswn.dk">hobbit@hswn.dk</a><br>
Subject: RE: [hobbit] Newbie Issues<br>
<br>
Hi Josh,<br>
<br>
Issue 1 - Now, if I look at status page, the status is red, but I can<br>
ping the ip from the hobbit server<br>
<br>
Bb-hosts for this test is as follows:<br>
216.20.63.145  mec-dns1   # NET:brutus<br>
216.20.63.147  mec-dns2   # NET:brutus<br>
<br>
Hobbit-alerts.cfg (omitted comments)<br>
---------<br>
$pg-city-email=MAIL<br>
<a href="mailto:dgoodridge@somervillema.gov">dgoodridge@somervillema.gov</a>,<a href="mailto:edasilva@somervillema.gov">edasilva@somervillema.gov</a><br>
$pg-sps-email=MAIL <a href="mailto:sharradan@k12.somerville.ma.us">sharradan@k12.somerville.ma.us</a><br>
<br>
$IGNPAT=%(annex-nw|gozo|mis-server)<br>
$IGNPAT2=%(annex-nw|gozo|mis-server|sps*|finance)<br>
$SCHOOLS=%(sps|finance)<br>
<br>
EXPAGE=sps-servers COLOR=red<br>
        MAIL <a href="mailto:dgoodridge@somervillema.gov">dgoodridge@somervillema.gov</a><br>
<br>
EXPAGE=sps-servers,achieve<br>
EXHOST=%(svf-nt|svfunix|somerville|spd-mail|spd-main)<br>
EXSERVICE=%(if_stat|http) TIME=12345:0800:17 00 COLOR=red<br>
        SCRIPT /bb/hms/server/ext/page-limit.pl <a href="mailto:6175629776@myairmail.com">6175629776@myairmail.com</a><br>
        $pg-city-email<br>
<br>
PAGE=sps-servers TIME=0123456:0000:2400<br>
        $pg-sps-email<br>
<br>
HOST=%(SIS-WEB-01|SIS-DATA-01)<br>
        MAIL<br>
<a href="mailto:jbreslin@k12.somerville.ma.us">jbreslin@k12.somerville.ma.us</a>,<a href="mailto:sharradan@k12.somerville.ma.us">sharradan@k12.somerville.ma.us</a><br>
<br>
Thanks,<br>
Dave<br>
<br>
-----Original Message-----<br>
From: Josh Luthman [mailto:<a href="mailto:josh@imaginenetworksllc.com">josh@imaginenetworksllc.com</a>]<br>
Sent: Wednesday, April 01, 2009 3:25 PM<br>
To: <a href="mailto:hobbit@hswn.dk">hobbit@hswn.dk</a><br>
Subject: Re: [hobbit] Newbie Issues<br>
<br>
Issue 1 - what is your hobbit-alert.conf<br>
<br>
Issue 2 - no hobbit uses the mail command.  Can you give us more detail<br>
as to what the email error is?<br>
<br>
On 4/1/09, Goodridge, David <<a href="mailto:DGoodridge@somervillema.gov">DGoodridge@somervillema.gov</a>> wrote:<br>
> Hello,<br>
><br>
> I'm new to hobbit and linux so please bear with me.  I've looked at<br>
> some of the conf files, but can't seem to resolve a couple of issues.<br>
><br>
> Issue 1 - keep getting critical messages even when status is green on<br>
> status screen.  Messages come every 5 minutes.<br>
><br>
> Issue 2 - some messages are not getting thru.  has hobbit installed<br>
> it's own email server? i've run a mailq command and see a bunch of<br>
> messages saying "connection refused" to a specific server.  not sure<br>
> why it's trying to connect to that server.<br>
><br>
> Thanks,<br>
> Dave<br>
><br>
<br>
<br>
--<br>
Josh Luthman<br>
Office: 937-552-2340<br>
Direct: 937-552-2343<br>
1100 Wayne St<br>
Suite 1337<br>
Troy, OH 45373<br>
<br>
Those who don't understand UNIX are condemned to reinvent it, poorly.<br>
--- Henry Spencer<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>
<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>
<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>
<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>
<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>
<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>
<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>
</div></div></blockquote></div><br>