From owner-freebsd-hackers Tue Jan 2 21:19:50 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA12047 for hackers-outgoing; Tue, 2 Jan 1996 21:19:50 -0800 (PST) Received: from westhill.cdrom.com (westhill.cdrom.com [192.216.223.138]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id VAA12039 for ; Tue, 2 Jan 1996 21:19:48 -0800 (PST) From: gpalmer@westhill.cdrom.com Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by westhill.cdrom.com (8.6.12/8.6.12) with SMTP id VAA08342 ; Tue, 2 Jan 1996 21:18:38 -0800 X-Authentication-Warning: westhill.cdrom.com: Host localhost.cdrom.com didn't use HELO protocol To: davidg@Root.COM cc: dfr@render.com, hackers@freebsd.org Subject: Re: 2.1 panic: panic: nfsreq nogrps In-reply-to: Your message of "Tue, 02 Jan 1996 21:18:33 PST." <199601030518.VAA00184@corbin.Root.COM> Date: Tue, 02 Jan 1996 21:18:36 -0800 Message-ID: <8340.820646316@westhill.cdrom.com> Sender: owner-hackers@freebsd.org Precedence: bulk David Greenman wrote in message ID <199601030518.VAA00184@corbin.Root.COM>: > >I just got a panic dump on one of our internal servers: > >panic: nfsreq nogrps > I've already fixed this. It's caused by a setgroups(0,foo) in some program > running with uid=0. The most noteable of these is Smail, but I'm sure there > are others. If you update the server to 2.1-STABLE, the problem should go > away. The kernel was compiled on Dec 19th (sorry, should have had that info in the origional mail), and I was just looking at the program which was running at the time, and it does nothing more complicated than basic I/O. It's called from some shell script tho. Could csh do this setgroups() call? I'll do an update of the source tree to make sure that the sources are reasonably up-to-date, but I'm fairly sure I did update just before I compiled the kernel. Gary