Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 May 2006 08:07:39 -0400
From:      "fbsd" <fbsd@a1poweruser.com>
To:        "Norbert Papke" <fbsd-ml@scrapper.ca>
Cc:        freebsd-questions@freebsd.org
Subject:   RE: dhclient-exit-hooks
Message-ID:  <MIEPLLIBMLEEABPDBIEGKEANHGAA.fbsd@a1poweruser.com>
In-Reply-To: <200605021846.54440.fbsd-ml@scrapper.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
I changed #! /bin/sh  to #!/bin/sh   it had no effect.
Logger command still not producing output.

using sendmail to construct the email made no difference.
Still get this message

/libexec/ld-elf.so.1: Shared object "libpcre.so.0" not found,
required by "send-mail"

-----Original Message-----
From: owner-freebsd-questions@freebsd.org
[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Norbert
Papke
Sent: Tuesday, May 02, 2006 9:47 PM
To: fbsd@a1poweruser.com
Cc: freebsd-questions@freebsd.org
Subject: Re: dhclient-exit-hooks


On Tuesday 02 May 2006 06:12, fbsd wrote:
> IF I execute the cat command to issue the notification email
> from the command line it works fine, but when used in the
> script I get these messages during boot process.
> I am running postfix launched by the sendmail wrappers
> on a FreeBSD 6.0 system.
>
> "~/.mailrc": No match.

Use sendmail(8) rather than mail(1).  mail(1) expects to be run from
a user
session and looks for the user's preferences stored in the user's
,mailrc
file.  No user is available during the boot process.

In your script,

> #! /bin/sh

Also, try removing the space between "#!" and "/bin/sh".  It may be
causing
some weirdness.
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribe@freebsd.org"




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?MIEPLLIBMLEEABPDBIEGKEANHGAA.fbsd>