mktime() doesn't fix deadzones...

2002-04-09 Thread Sean Chittenden
I haven't read POSIX yet, but mktime() fails on the boundary condition blackholes when timezones change. I just filed a patch for the PostgreSQL port so that it deals with this problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=36954 I believe that Linux and SunOS handle this automatically and

Re: What's with NFS?

2002-04-09 Thread M. Warner Losh
mergemaster is needed to update your /etc files. Vauge hints of this can be found in the updating file: 20010918: Peter has committed his new kthread nfs client/server code. NFS may be unstable after this date. 20010319: portmap had changed name to rpcbind for maximum PO

Re: What's with NFS?

2002-04-09 Thread Kris Kennaway
On Tue, Apr 09, 2002 at 07:04:34PM +0930, Greg 'groggy' Lehey wrote: > Since a recent upgrade to one of my development systems, I can't use > nfsd. I've completely reinstalled /etc, set all appropriate knobs in > rc.conf. rpcbind no longer gets started, and mountd dies with "can't > register" me

Re: Last round of sendmail startup changes in place

2002-04-09 Thread Gregory Neil Shapiro
fenner> Anyway, that was really a long way of saying: should this be fenner> documented somewhere? Like, prominently in the mailq man page? I'll add something to the man page. I've also updated /etc/periodic/daily/{440.status-mailq,500.queuerun}. fenner> And, addressing the initial failure its

Re: UMA recurses on non-recursive lock

2002-04-09 Thread Marcel Moolenaar
On Tue, Apr 09, 2002 at 11:11:16PM -0400, John Baldwin wrote: > > Jeff just fixed it. It was a missing unlock. Cool. re-cvsuping > Btw, Peter is having problems > with signals getting missed on his Itanic. Yeah, me too. I also got spontaneous reboots. Not sure if they are related or if it's r

RE: UMA recurses on non-recursive lock

2002-04-09 Thread John Baldwin
On 10-Apr-2002 Marcel Moolenaar wrote: > Gang, > > The following is what I get when I enable witness on ia64 (SMP). > Is this known? Jeff just fixed it. It was a missing unlock. Btw, Peter is having problems with signals getting missed on his Itanic. -- John Baldwin <[EMAIL PROTECTED]> <>

UMA recurses on non-recursive lock

2002-04-09 Thread Marcel Moolenaar
Gang, The following is what I get when I enable witness on ia64 (SMP). Is this known? OK boot -sh Entering /boot/kernel/kernel at 0xe050a000... Copyright (c) 1992-2002 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the

lock order reversal (vm/uma_core.c:269)

2002-04-09 Thread Jun Kuriyama
Today's -current kernel. lock order reversal 1st 0xe322f024 DIRHASH (UMA zone) @ ../../../vm/uma_core.c:269 2nd 0xc081da94 PCPU 256 (UMA cpu) @ ../../../vm/uma_core.c:1265 -- Jun Kuriyama <[EMAIL PROTECTED]> // IMG SRC, Inc. <[EMAIL PROTECTED]> // FreeBSD Project To Unsubscrib

"d-link 660+" +freebsd

2002-04-09 Thread Maciej Łabędź
Can this card work with FreeBSD? I have a problem in installing this card on FreeBSD 4.5 Can this card work with FreeBSD 5.0? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

FreeBSD 5.0-DP1 panic during boot from cd

2002-04-09 Thread Andrew Tulloch
I thought I'd give this a whirl on a spare disk on a test machine, so I nabbed the ISO from ftp.freebsd.org and burnt to CD. I've tried booting from the CD directly and creating floppies from the kern/mfsroot.flp, both result in identical panics at exactly the same point. ed1: real memory = 402

Re: compiling the kernel (LINT) with icc, open problem

2002-04-09 Thread aaron
On Tuesday 09 April 2002 17:22, you wrote: Hmmm... BTW I would be very interested how icc compares to gcc32. Seems both have code to optimize for MMX, SSE, and the nice vector stuff in recent i386 processors. This might not be such an issue with the kernel but I thouhgt it could benefit -lm :)

Re: LOOKUP_SHARED is default now

2002-04-09 Thread Jeff Roberson
On 9 Apr 2002, Dag-Erling Smorgrav wrote: > > Considering that neither LOOKUP_SHARED nor LOOKUP_EXCLUSIVE is > documented anywhere, could you enlighten us as to what, exactly, they > do? > Right, sorry. There was some minimal discussion about this on arch quite a while ago. Basically, it all

compiling the kernel (LINT) with icc, open problem

2002-04-09 Thread Alexander Leidinger
Hi, I'm on the way to compile the kernel with icc, ongoing status is available in http://www.leidinger.net/FreeBSD/. Feel free to review/comment/... At the moment the major open problem is: opt_global.h gets included via the "-include" directive of gcc. This isn't possible with icc. My suggeste

libkern/quad.h

2002-04-09 Thread Alexander Leidinger
Hi, quad.h contains: ---snip--- /* * XXX * Compensate for gcc 1 vs gcc 2. Gcc 1 defines ?sh?di3's second argument * as u_quad_t, while gcc 2 correctly uses int. Unfortunately, we still use * both compilers. */ #if __GNUC__ >= 2 typedef unsigned intqshift_t; #else typedef u_quad_t

RE: boot failure

2002-04-09 Thread John Baldwin
On 09-Apr-2002 Jan Stocker wrote: > After a buildworld / buildkernel /installkernel / installworld on my current > system from yesterday sources (about 19:00 CET) my system doesnt boot: The > kernel and the acpi module will be loaded and then nothing happens for a > second, something is accessing

Re: LOOKUP_SHARED is default now

2002-04-09 Thread Dag-Erling Smorgrav
Jeff Roberson <[EMAIL PROTECTED]> writes: > This patch has seriously reduced file system deadlocks for several people. > It also makes concurrent file system access much faster in certain cases. > Since I have only heard good reports and no bad reports I'm going to > enable it by default. If you

What's with NFS?

2002-04-09 Thread Greg 'groggy' Lehey
Since a recent upgrade to one of my development systems, I can't use nfsd. I've completely reinstalled /etc, set all appropriate knobs in rc.conf. rpcbind no longer gets started, and mountd dies with "can't register" messages for all services. This would seem reasonable except that there's no l

Re: cvs commit: src/lib/libpam/modules/pam_unix pam_unix.c

2002-04-09 Thread Ruslan Ermilov
On Mon, Apr 08, 2002 at 04:13:38PM +0200, Dag-Erling Smorgrav wrote: > Ruslan Ermilov <[EMAIL PROTECTED]> writes: > > That should be as simple as that: > > [...] > > Thank you very much! > Sorry, this doesn't seem to work in the `makeworld' environment because at the time we build shared PAM mod

Re: ata problems (was: Re: ld-elf.so.1 broken with world from yesterday)

2002-04-09 Thread Søren Schmidt
It seems Alexander Leidinger wrote: > On 9 Apr, Søren Schmidt wrote: > > >> Søren, as a data point: a Mar 12 kernel was fine for me, a Mar 27 kernel > >> too, but a Apr 6-8 kernel spills alot of tag related errors (I think you > >> already have those errors from someone else, no need to repeat t

Re: ata problems (was: Re: ld-elf.so.1 broken with world from yesterday)

2002-04-09 Thread Alexander Leidinger
On 9 Apr, Søren Schmidt wrote: >> Søren, as a data point: a Mar 12 kernel was fine for me, a Mar 27 kernel >> too, but a Apr 6-8 kernel spills alot of tag related errors (I think you >> already have those errors from someone else, no need to repeat them >> here) and goes into PIO mode after some

Re: ata problems (was: Re: ld-elf.so.1 broken with world from yesterday)

2002-04-09 Thread Søren Schmidt
It seems Alexander Leidinger wrote: > > Something about a missing or wrong ELF header. I thought it was a > general problem so everyone would see it, but it turned out to be a > problem in the ata driver. After turning off tagged queuing everything > was fine. I'm not the only one with problems w

ata problems (was: Re: ld-elf.so.1 broken with world from yesterday)

2002-04-09 Thread Alexander Leidinger
On 8 Apr, David O'Brien wrote: >> yesterday I've made a new world. After booting it, ld-elf-so.1 complains >> about every library (libc, libutil, ...). My -current is not usable >> anymore because of this. > > Defined "complains". freebsd-current readers should know to spend EXACT > error me