Re: anyone seen these outside of alpha? or on non-SMP?

2001-06-05 Thread Matthew Jacob
> On Mon, Jun 04, 2001 at 09:37:36PM -0700, Matthew Jacob wrote: > > > > It's an easy fix except if it's your root fs- turn off softupdates. > > Yeah that's the solution -- just keep disabling features. How far do we Oh, c'mon Dave, take a pill... It's only 'til Kirk gets back from rafting...

panic in procfs code

2001-06-05 Thread Daniel Rock
Hi, I just noticed: Doing a simple "cat /proc/$$/map" panics the system: kernel trap 12 with interrupts disabled Fatal trap 12: page fault while in kernel mode fault virtual address = 0x0 fault code = supervisor read, page not present instruction pointer = 0x8:0xc01f9ec3 sta

nss_ldap

2001-06-05 Thread Ladislav Kostal
Hello, I'm trying to get nss_ldap work. But it is looking for some includes, which I haven't (nss_common.h, nss_dbdefs.h). And I can not find any installation howto. There is some mention about FreeBSD in README, but nothing particular to this problem. Patches for nss_ldap on nectar.com are for o

FreeBSD/powerpc commit candidate for review

2001-06-05 Thread Benno Rice
After considration of the last patchset I put up, I decided to get the stuff in a slightly cleaner condition before I committed. The results are now at: http://people.freebsd.org/~benno/commit/powerpc.diff There's still a lot of commented or #if 0'd out code, but I've cleaned up a lot of

Re: panic in procfs code

2001-06-05 Thread Seigo Tanimura
On Tue, 05 Jun 2001 12:21:46 +0200, Daniel Rock <[EMAIL PROTECTED]> said: Daniel> Hi, Daniel> I just noticed: Doing a simple "cat /proc/$$/map" panics the system: (snip) Daniel> _mtx_unlock_sleep(c049c9c0,0,c03b01a0,f2) at _mtx_unlock_sleep+0xa3 Daniel> lockmgr(c55fadb0,10001,c049c9c0,c55f4100)

nsrexecd in FreeBSD current

2001-06-05 Thread Armin Ollig
Gentlemen, I try to run (any) legato client on fBSD -current and so far had no success. All clients i tried (nwclient from ports, nwclient from release 3) exit on a siganl 11: luna /boot/kernel/kernel: pid 16940 (nsrexecd), uid 0: exited on signal 11 (core dumped) Strange enough even the "orig

buildworld failed

2001-06-05 Thread T. Hsiang
for the past two weeks. Am I missing any HEADSUP's? Here's the error message: - ===> gnu/usr.bin/perl/x2p/a2pl Extracting config.h (with variable substitutions) Extracting cflags (with variable substitutions) Extracting writemain (with variable substitutions) Extracting myconfig (with variable

nss_ldap and pam_ldap ?

2001-06-05 Thread Frank Bonnet
Hi Is there any plan to port pam_ldap ( and nss_ldap ) to FreeBSD-CURRENT ? Thanks a lot To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

RE: Problems booting recent -current

2001-06-05 Thread John Baldwin
On 05-Jun-01 Tony Fleisher wrote: > On Mon, 4 Jun 2001, John Baldwin wrote: > >> >> On 03-Jun-01 Tony Fleisher wrote: >> > I just tried to boot a -current kernel cvsupped >> > at Sat Jun 2 14:11:35 PDT 2001, and was thrown >> > the following error trying to boot to single-user >> > (transcrib

Re: nsrexecd in FreeBSD current

2001-06-05 Thread Matthew Jacob
This is really a 'ports' issue... I don't know why this happens. It was suggested that it was probably a bug in nsrexecd- malloc maybe. Possibly. It doesn't always happen, as it's happily running right now on at least one i386 running -current (June 3) and one alpha (June 2)- but don't let the

Re: FreeBSD/powerpc commit candidate for review

2001-06-05 Thread Doug Rabson
On Tue, 5 Jun 2001, Benno Rice wrote: > After considration of the last patchset I put up, I decided to get the > stuff in a slightly cleaner condition before I committed. > > The results are now at: > http://people.freebsd.org/~benno/commit/powerpc.diff > > There's still a lot of commented

Re: panic in procfs code

2001-06-05 Thread David Wolfskill
>Date: Tue, 05 Jun 2001 21:39:59 +0900 >From: Seigo Tanimura <[EMAIL PROTECTED]> >Daniel> Hi, >Daniel> I just noticed: Doing a simple "cat /proc/$$/map" panics the system: >(snip) >Daniel> _mtx_unlock_sleep(c049c9c0,0,c03b01a0,f2) at _mtx_unlock_sleep+0xa3 >Daniel> lockmgr(c55fadb0,10001,c049c9c0

Reproduceable data corruption using bzip2 + current libc (cvsup'ed on Friday)

2001-06-05 Thread Maxim Sobolev
Hi, I don't know what's going on, but on my -CURRENT system bzip2 produces corrupt archives when I'm trying to compress big tar archive of compiled XFree86. First my guess was that it is a hardware problem, but the problem disappears when I'm using libc.so.4 and bzip2 copied from my 4-STABLE box.

Re: anyone seen these outside of alpha? or on non-SMP?

2001-06-05 Thread Terry Lambert
] Data modified on freelist: word 2 of object 0xfe000190b780 size 72 ] previous type inodedep (0xd6adc0de != 0xdeadc0de) ] ... ] Data modified on freelist: word 2 of object 0xfe0001806700 size 72 ] previous type pagedep (0xd6adc0de != 0xdeadc0de) ] ] ] Anyone seen these on non-SMP? On i3

f77's (and cc's?) profiling

2001-06-05 Thread Bob Bishop
Hi, Can someone give me a hint why f77's profiling doesn't pick up any time data? Is this easy to fix? TIA -- Bob Bishop (0118) 977 4017 international code +44 118 [EMAIL PROTECTED]fax (0118) 989 4254 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe free

RE: nss_ldap

2001-06-05 Thread Chris Knight
Howdy, The FreeBSD support for nss_ldap is only via the BIND IRS interface. See the README.IRS file supplied with nss_ldap on how to get this working on FreeBSD. To actually utilise the nsswitch features, you'll need to get the -current patches on nectar.com and get them compiling and working on

buildworld failed

2001-06-05 Thread T. Hsiang
Any idea? --- echo ancontrol: /usr/obj/usr/src/i386/usr/lib/libc.a >> .depend ===> usr.sbin/arp rm -f .depend mkdep -f .depend -a-I/usr/obj/usr/src/i386/usr/include /usr/src/usr.sbin/arp/arp.c cd /usr/src/usr.sbin/arp; make _EXTRADEPEND echo arp: /usr/obj/usr/src/i386/usr/lib/libc.a >>

Re: post installworld cleanup (was Re: usr.sbin/pim6[sd]d will be removed soon.)

2001-06-05 Thread Clive Lin
Heh, well, someone is talking about clearing stale files ! :) I want to discuss about this topic many times, but don't know which mailing list is proper for it.. Here is my way to clean stale files, which requires lots space and time, but IMHO it's very safe and requires no special tricks. (Oka

post installworld cleanup (was Re: usr.sbin/pim6[sd]d will be removed soon.)

2001-06-05 Thread Nick Sayer
Stephan van Beerschoten wrote: > Here's a quick question that just popped into my mind. I cvsup my -stable and my >-current box every night and every once in a while I install a new world. > > What happens with a (previously installed) /usr/sbin/pim6[sd]d ? Will 'make >(install)world' remove i

Re: usr.sbin/pim6[sd]d will be removed soon.

2001-06-05 Thread Stephan van Beerschoten
Here's a quick question that just popped into my mind. I cvsup my -stable and my -current box every night and every once in a while I install a new world. What happens with a (previously installed) /usr/sbin/pim6[sd]d ? Will 'make (install)world' remove it ? If not, what system is in place (if