From owner-freebsd-doc@FreeBSD.ORG Sat Aug 21 20:27:35 2004 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F27E16A4D0 for ; Sat, 21 Aug 2004 20:27:35 +0000 (GMT) Received: from nic.ach.sch.gr (nic.sch.gr [194.63.238.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E18043D1D for ; Sat, 21 Aug 2004 20:27:34 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: (qmail 17375 invoked by uid 207); 21 Aug 2004 20:27:32 -0000 Received: from keramida@ceid.upatras.gr by nic by uid 201 with qmail-scanner-1.21 (sophie: 3.04/2.19/3.81. Clear:RC:1(81.186.70.28):. Processed in 1.396831 secs); 21 Aug 2004 20:27:32 -0000 Received: from dialup28.ach.sch.gr (HELO gothmog.gr) ([81.186.70.28]) (envelope-sender ) by nic.sch.gr (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 21 Aug 2004 20:27:30 -0000 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.1/8.13.1) with ESMTP id i7LKQBFB087393; Sat, 21 Aug 2004 23:26:11 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.1/8.13.1/Submit) id i7LKQB1Y087392; Sat, 21 Aug 2004 23:26:11 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 21 Aug 2004 23:26:11 +0300 From: Giorgos Keramidas To: Mark Linimon Message-ID: <20040821202611.GA85102@gothmog.gr> References: <20040821183841.GA66189@gothmog.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: cc: freebsd-doc@freebsd.org cc: ceri@freebsd.org Subject: Re: To PR Senders X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Aug 2004 20:27:35 -0000 On 2004-08-21 15:21, Mark Linimon wrote: > > Now, to get this topic resolved or at least closer to being resolved... > > do we need to update the problem-reports related documentation to > > include a suggestion that ``anything larger than 100 KB is probably too > > big for inline inclusion, but less than 100 KB is usually ok?'' > > I'd say, if they are diffs, yes; if they are log files, something more > like 20 KB ought to be the limit. How's that? Do kernel configs or dmesg -v output count as log files too? These can easily exceed 20 KB, since a non-verbose dmesg output is almost 15 KB in a recent -CURRENT: # dmesg | wc /dev/stdin /usr/src/sys/i386/conf/GENERIC 81 569 3951 /dev/stdin 282 1592 10250 /usr/src/sys/i386/conf/GENERIC 363 2161 14201 total #