SYSERR(root) Can not exec /bin/mail: No such file or directory

2004-01-22 Thread pirat
hi sirs,

i hvae just noticed that if  /usr/src/contrib/sendmail/cf/mailer/local.m4 has
a line that says

ifdef(`LOCAL_MAILER_PATH',, `define(`LOCAL_MAILER_PATH', /bin/mail)')

will result in error at boot time.  i simply change that line to

ifdef(`LOCAL_MAILER_PATH',, `define(`LOCAL_MAILER_PATH', /usr/bin/mail)')

and error disappears after doing make install at /etc/mail.  but i do not
know of any side effects will happen.  my system is

[firak] /usr/src/contrib/sendmail/cf/mailer # uname -a
FreeBSD firak.thai-aec.org 4.9-STABLE FreeBSD 4.9-STABLE #3: Fri Jan 23 10:25:43
 ICT 2004 [EMAIL PROTECTED]:/var/obj/usr/src/sys/Firak  i386
[firak] /usr/src/contrib/sendmail/cf/mailer #


-- 
with best regards,
psr

http://www.thai-aec.org
http://www.thai.net/makham
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cvsup2

2004-01-22 Thread Kent Stewart
On Thursday 22 January 2004 01:34 pm, Kris Kennaway wrote:
> On Thu, Jan 22, 2004 at 01:45:53PM -0500, Mike Jakubik wrote:
> > Thanks for the info. Cvsup2 was my fastest link :)
>
> You can use the fastest_cvsup port to find a replacement in the
> meantime.

But fastest in the fastest_cvsup sense doesn't accurately represent the 
shortest cvsup session.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ipfilter doesn't compile in 5.2-Release

2004-01-22 Thread Barry Pederson
Brooks Davis wrote:

On Fri, Jan 23, 2004 at 12:13:16AM +0100, Hanspeter Roth wrote:

Hello,

I'm trying to configure IPFILTER in 5.2-Release. But the compilation
failes:
cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs 
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  
-fformat-extensions -std=c99 -nostdinc -I-  -I. -I../../.. 
-I../../../contrib/dev/acpica -I../../../contrib/ipfilter -I../../../contrib/dev/ath 
-I../../../contrib/dev/ath/freebsd -I../../../contrib/ngatm -D_KERNEL -include 
opt_global.h -fno-common -finline-limit=15000 -fno-strict-aliasing  
-mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror 
../../../contrib/ipfilter/netinet/ip_fil.c
../../../contrib/ipfilter/netinet/ip_fil.c: In function `fr_check_wrapper':
../../../contrib/ipfilter/netinet/ip_fil.c:319: error: `PFIL_OUT' undeclared (first 
use in this function)
I've copied the oppropriate options from /sys/conf/NOTES.


You missed the line four lines below options IPFILTER:

options 	PFIL_HOOKS		#required by IPFILTER
Can we put PFIL_HOOKS in the GENERIC kernel config, so a person doesn't have 
to recompile the kernel to use IPFilter - like it was back in later versions 
of 4.x?

It seems kind of silly to have the default 5.x install come with a ipfilter 
kld module sitting there, a knob that can be used in rc.conf to enable it - 
but it can't be used without jumping through more hoops.

	Barry

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"