From owner-freebsd-chat Mon May 24 23:37: 9 1999 Delivered-To: freebsd-chat@freebsd.org Received: from apotheosis.za.org (apotheosis.za.org [137.158.128.27]) by hub.freebsd.org (Postfix) with ESMTP id 6F500152FB for ; Mon, 24 May 1999 23:33:51 -0700 (PDT) (envelope-from lonewolf@apotheosis.za.org) Date: Tue, 25 May 1999 08:33:06 +0200 From: Lonewolf To: cjclark@home.com Cc: freebsd-chat@FreeBSD.ORG Subject: Re: SETI@home has teams now! Message-ID: <19990525083306.A23062@apotheosis.za.org> References: <199905250445.AAA05674@cc942873-a.ewndsr1.nj.home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199905250445.AAA05674@cc942873-a.ewndsr1.nj.home.com>; from "Crist J. Clark" on Tue, May 25, 1999 at 12:45:07AM Sender: owner-freebsd-chat@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, May 25, 1999 at 12:45:07AM -0400, Crist J. Clark wrote: > This reminds me... ^^^^^ > > Does the '-email' switch work properly for everyone else? When I was > having the 'connection timed out' errors this weekend, I was getting > them in cron emails generated from stderr output. From the > README/manpage for setiathome, > > -email > Send email (to login email address) on errors. > Useful if you run in background directed to /dev/null. > > I've never gotten mail from setiathome. The SETI@home client looks for sendmail in /usr/lib, but FreeBSD has sendmail in /usr/sbin. Just create a symlink to sort it out. Hopefully this will be fixed in the next client. ~$ strings setiathome-1.1.i386-unknown-freebsd3.1/setiathome | grep sendmail /usr/lib/sendmail %s < %s ~$ ls /usr/lib/sendmail ls: /usr/lib/sendmail: No such file or directory ~$ which sendmail /usr/sbin/sendmail -- lonewolf@apotheosis.za.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-chat" in the body of the message