Re: UPDATED: For Review: sendmail 8.12.2 import into -CURRENT

2002-02-10 Thread Terry Lambert
"Andrey A. Chernov" wrote: > +CFLAGS+=-pthread > ^^ > > Why you add -pthread? IMHO it is needed only on program building 'ld' > phase and not in library building. See libc_r/Makefile -D_THREAD_SAFE -- Terry To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe fr

Re: function name collision on "getcontext" with ports/editors/joe

2002-02-10 Thread Bruce Evans
On Sun, 10 Feb 2002, Daniel Eischen wrote: > On Mon, 11 Feb 2002, Bruce Evans wrote: > > includes for the normal namespace > > pollution that was needed to use sigreturn(2) (except sigreturn(2) > > itself isn't actually declared anywhere). Including > > gives the corresponding namespace pollu

Re: Unconnected files problem

2002-02-10 Thread Kirk McKusick
I have (finally) found and fixed this problem. You need to get version 1.107 or later of /sys/ufs/ffs/ffs_softdep.c (2002/02/07). Kirk McKusick =-=-=-=-=-= Date: Tue, 28 Aug 2001 14:02:24 +0200 From: Ollivier Robert <[EMAIL PROTECTED]> To: "FreeBSD Current Users' list" <[EMAIL PROTECTED

Re: function name collision on "getcontext" with ports/editors/joe

2002-02-10 Thread Daniel Eischen
On Mon, 11 Feb 2002, Bruce Evans wrote: > On Sun, 10 Feb 2002, Daniel Eischen wrote: > > > Hmm, includes . I'm not sure why though. > > bde might know. > > includes for the normal namespace > pollution that was needed to use sigreturn(2) (except sigreturn(2) > itself isn't actually declared

Minor things: swi_net: unregistered isr number

2002-02-10 Thread BOUWSMA Beery
If this might be of interest: kernel built 07.feb at boot time... | Doing initial network setup: hostname. * swi_net: unregistered isr number: 18. | xl0: flags=8843 mtu 1500 | options=3 [...] This is (probably) the dhclient being run at this time, maybe. Should I be bothered by the foll

Re: usdb missing detaches ???

2002-02-10 Thread Riccardo Torrini
On 10-Feb-2002 (20:42:26/GMT) Vladimir B. " Grebenschikov wrote: I can get -current to mount the stick in the camera but it won't umount the filesystem on detach. > ums0: detached > uhub1: detached I have the same problem here: I added this to /etc/usbd.conf: ---8<--- device "Scanner

Re: UPDATED: For Review: sendmail 8.12.2 import into -CURRENT

2002-02-10 Thread Gregory Neil Shapiro
>> http://people.freebsd.org/~gshapiro/CURRENT-8.12.2 ache> +CFLAGS+=-pthread ache> ^ ache> Why you add -pthread? IMHO it is needed only on program building 'ld' ache> phase and not in library building. See libc_r/Makefile Thanks, I've changed that line to: CFLAGS+=-D_THREAD_S

Re: usdb missing detaches ???

2002-02-10 Thread Vladimir B.
On Sun, 2002-02-10 at 23:29, Paul van der Zwan wrote: > > On Sun, 2002-02-03 at 15:08, Paul van der Zwan wrote: > > > > > > I'm experimenting with my Sony DSC S70 and USB. > > > I can get -current to mount the stick in the camera but it won't umount > > > the filesystem on detach. > > > > Just

Re: UPDATED: For Review: sendmail 8.12.2 import into -CURRENT

2002-02-10 Thread Andrey A. Chernov
On Sun, Feb 10, 2002 at 12:13:05 -0800, Gregory Neil Shapiro wrote: > > http://people.freebsd.org/~gshapiro/CURRENT-8.12.2 --- lib/libmilter/Makefile~orig Sun Jan 20 13:58:03 2002 +++ lib/libmilter/Makefile Sun Jan 20 13:05:02 2002 @@ -0,0 +1,28 @@ +# $FreeBSD$ + +MAINTAINER=[EMAIL PROT

UPDATED: For Review: sendmail 8.12.2 import into -CURRENT

2002-02-10 Thread Gregory Neil Shapiro
I've created a new patch to deal with a problem found during testing (thanks to David Wolfskill). This should fix sites who use sendmail_enable="NO" but still want to be able to process command line mail -- we still need a localhost-only SMTP daemon to accept command line mail. Complete details

Re: function name collision on "getcontext" with ports/editors/joe

2002-02-10 Thread Bruce Evans
On Sun, 10 Feb 2002, Daniel Eischen wrote: > Hmm, includes . I'm not sure why though. > bde might know. includes for the normal namespace pollution that was needed to use sigreturn(2) (except sigreturn(2) itself isn't actually declared anywhere). Including gives the corresponding namespace

Re: final ucred patch

2002-02-10 Thread Bruce Evans
> After comments by jhb and bde > > Index: i386/i386/trap.c > === > RCS file: /home/ncvs/src/sys/i386/i386/trap.c,v > retrieving revision 1.211 > diff -u -r1.211 trap.c > --- i386/i386/trap.c 10 Jan 2002 11:49:54 - 1.211 > +

Re: panic: bdwrite: buffer is not busy

2002-02-10 Thread Bruce Evans
On Sun, 10 Feb 2002, Poul-Henning Kamp wrote: > In message <[EMAIL PROTECTED]>, Bruce Evans writes: > >On Sat, 9 Feb 2002, Julian Elischer wrote: > > > >> On Sun, 10 Feb 2002, Bruce Evans wrote: > >> > > >> > This is a well known bug in the device layer. I reported it on 2001/12/26 > >> > and fi

Re: Panic (runq_choose()) in today's -CURRENT

2002-02-10 Thread David Wolfskill
>Date: Sun, 10 Feb 2002 08:31:57 -0800 (PST) >From: David Wolfskill <[EMAIL PROTECTED]> >db> trace >runq_choose(c0358880,d683dd0c,c02b01ce,c01a7857,34948) at runq_choose+0x83 >choosethread(c01a7857,34948,c0194f10,d682d500,77) at choosethread+0xd >sw1(d682d604,d683dd34,c0194d50,0,d683dd48) at sw1+

Panic (runq_choose()) in today's -CURRENT

2002-02-10 Thread David Wolfskill
Built today's -CURRENT as usual; booted & ran a few things without incident. Issued: freebeast(5.0-C)[2] sudo boot0cfg -s 1 ad0 && sudo reboot and this showed up on the serial console: FreeBSD/i386 (freebeast.catwhisker.org) (cuaa0) login: Fboot() called on cpu#1 Waiting (max 60 secon

Re: function name collision on "getcontext" with ports/editors/joe

2002-02-10 Thread Daniel Eischen
On Sun, 10 Feb 2002, Kevin Day wrote: > > I'm the maintainer for ports/editors/joe, and just tried compiling it under > -CURRENT. > > includes which includes ucontext.h > > > cc -O -pipe -c umath.c > > In file included from b.h:6, > > from bw.h:23, > > from

Re: panic: bdwrite: buffer is not busy

2002-02-10 Thread Mikhail Teterin
On 10 Feb, Bruce Evans wrote: > On Sat, 9 Feb 2002, John Baldwin wrote: > >> On 09-Feb-02 Mikhail Teterin wrote: >> > While attempting to ``fdisk fd0.1440''. Or ``fdisk fd0''. Or >> > ``newfs_msdos fd0.1440'' with or without the floppy inside :-\ With >> > todays or Jan 3rd kernel (my prev