Re: nss_ldap and pam_ldap ?

2001-06-06 Thread Mark Murray
Is there any plan to port pam_ldap ( and nss_ldap ) to FreeBSD-CURRENT ? No plans, but if you submit something, I would be interested. M -- Mark Murray Warning: this .sig is umop ap!sdn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the

Re: set*uid broken?

2001-06-06 Thread Ruslan Ermilov
Fixed in sys/kern/kern_prot.c,v 1.93. Thanks for the report! On Wed, Jun 06, 2001 at 11:18:15AM +0200, Alexander Leidinger wrote: Hi, (3) root@ttyp0 # ktrace fetchnews fetchnews: must be run as news or root (4) root@ttyp0 # id uid=0(root) gid=0(wheel) groups=0(wheel), 2(kmem), 3(sys),

mdconfig and _virtual_ memory

2001-06-06 Thread Mikhail Teterin
Hi! For years of using MFS I presumed, that it used virtual memory -- RAM and swap to store the file system -- using RAM for speed of MFS and swap when RAM was needed by others. When I moved to mdconfig, I figured I have to use ``-t swap'' for the same effect, but it seems, I was wrong --

Terminal line discipline is broken [sorta]

2001-06-06 Thread Maxim Sobolev
It is very strange, but control keys [^C,^Z etc] no longer work (nop) in the /bin/sh and bash2 after today's build/installworld. I see this misbehaviour on two machines. Even more strange that /bin/tcsh doesn't have this problem. -Maxim To Unsubscribe: send mail to [EMAIL PROTECTED] with

panic on sync (?)

2001-06-06 Thread Jens Schweikhardt
hello, world\n -current cvsupped on Jun 3rd, won't live for more than a fraction of a minute after booting; here's a trace I wrote down on a piece of paper: Debugger panic _mtx_assert vnode_pager_generic_putpages vop_stdputpages vop_defaultop ufs_vnoperate vnode_pager_putpages vm_pageout_flush

RE: panic on sync (?)

2001-06-06 Thread John Baldwin
On 06-Jun-01 Jens Schweikhardt wrote: hello, world\n -current cvsupped on Jun 3rd, won't live for more than a fraction of a minute after booting; here's a trace I wrote down on a piece of paper: Are you sure all of your tree is up to date? First of all, what is the actual panic message

Re: bin/19635: add -c for grand total to df(1), like du(1)does

2001-06-06 Thread Cyrille Lefevre
Brad Knowles [EMAIL PROTECTED] writes: At 9:21 PM -0400 2000/7/3, Will Andrews wrote: Does anyone else here think this is a good idea? If you're looking for votes, you've got mine. BTW, will this play nicely with -h? Consider me stupid if you yes since all internal

Re: Terminal line discipline is broken [sorta]

2001-06-06 Thread Bruce Evans
On Wed, 6 Jun 2001, Maxim Sobolev wrote: It is very strange, but control keys [^C,^Z etc] no longer work (nop) in the /bin/sh and bash2 after today's build/installworld. I see this misbehaviour on two machines. PAM now blocks keyboard signals when reading the password, and usually forgets to

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

2001-06-06 Thread Tor . Egge
My guess would be that the inode in question is a directory inode, and that there are temp files there, or a lot of open files, but that is just a ballpark guess. Correct. A sample program to reproduce this problem is enclosed. When a diradd dependency that causes a newdirblk dependency to