From owner-freebsd-stable@FreeBSD.ORG Fri Jun 25 23:50:22 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C038916A4CE for ; Fri, 25 Jun 2004 23:50:22 +0000 (GMT) Received: from viefep13-int.chello.at (viefep13-int.chello.at [213.46.255.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9AFD43D48 for ; Fri, 25 Jun 2004 23:50:21 +0000 (GMT) (envelope-from tom@kmem.org) Received: from shuttle.kmem.org ([213.245.62.240]) by viefep13-int.chello.atSMTP <20040625234951.IXQW13865.viefep13-int.chello.at@shuttle.kmem.org> for ; Sat, 26 Jun 2004 01:49:51 +0200 Received: (qmail 29718 invoked by uid 6003); 25 Jun 2004 08:33:59 -0000 Received: from tom@kmem.org by j2.kmem.org by uid 89 with qmail-scanner-1.22-st-qms (clamdscan: 0.73. spamassassin: 2.63. Clear:RC:1(10.0.2.12):. Processed in 0.9567 secs); 25 Jun 2004 08:33:59 -0000 X-Antivirus-MYDOMAIN-Mail-From: tom@kmem.org via j2.kmem.org X-Antivirus-MYDOMAIN: 1.22-st-qms (Clear:RC:1(10.0.2.12):. Processed in 0.9567 secs Process 29713) Received: from unknown (HELO shuttle.kmem.org) (10.0.2.12) by shuttle.kmem.org with SMTP; 25 Jun 2004 08:33:58 -0000 Received: from 82.224.209.9 (proxying for 192.168.1.7) (SquirrelMail authenticated user tom@kmem.org) by shuttle.kmem.org with HTTP; Fri, 25 Jun 2004 10:33:58 +0200 (CEST) Message-ID: <3564.82.224.209.9.1088152438.squirrel@shuttle.kmem.org> Date: Fri, 25 Jun 2004 10:33:58 +0200 (CEST) From: "Tom Dymond" To: freebsd-stable@freebsd.org User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal Subject: man page problem X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: tom@kmem.org List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2004 23:50:22 -0000 Hi, I've got this small problem on my server that i find annoying : When a user who's limit's are close (limited by login.conf) tries to read a man page, the groff process fails and produces an empty cat man page. Later requests for this man page will then fail. I tried googling first and found this PR that *appears* identical : http://www.freebsd.org/cgi/query-pr.cgi?pr=gnu/5767 however, my system is a : FreeBSD j1.kmem.org 4.10-STABLE FreeBSD 4.10-STABLE #0: Mon Jun 21 18:05:51 CEST 2004 tom@shuttle.kmem.org:/usr/obj/usr/src/sys/svr i386 this is what i did : tom@j1.kmem.org:~/public_html> man ms Formatting page, please wait.../usr/bin/groff:fatal error: fork: Resource temporarily unavailable Done. tom@j1.kmem.org:~/public_html> man ms tom@j1.kmem.org:~/public_html> tom@j1.kmem.org:~/public_html> cd /usr/share/man/cat7 tom@j1.kmem.org:/usr/share/man/cat7> ll ms.7.gz -rw-r--r-- 1 man wheel 20 Jun 25 09:31 ms.7.gz tom@j1.kmem.org:/usr/share/man/cat7> du ms.7.gz 2 ms.7.gz tom@j1.kmem.org:/usr/share/man/cat7> ll /usr/share/man/man7/ms.7.gz -r--r--r-- 2 root wheel 7799 Jun 21 18:14 /usr/share/man/man7/ms.7.gz tom@j1.kmem.org:/usr/share/man/cat7> tom@j1.kmem.org:/usr/share/man/cat7> rm ms.7.gz override rw-r--r-- man/wheel for ms.7.gz? y rm: ms.7.gz: Permission denied tom@j1.kmem.org:/usr/share/man/cat7> file ms.7.gz ms.7.gz: gzip compressed data, from Unix tom@j1.kmem.org:/usr/share/man/cat7> zcat ms.7.gz tom@j1.kmem.org:/usr/share/man/cat7> root will now need to manually delete this bogus file :(( I'm not sure what i need to do from here Thanks, Tom