Date: Fri, 21 Mar 2003 19:11:42 +0200 From: Ruslan Ermilov <ru@FreeBSD.org> To: Bruce Evans <bde@zeta.org.au> Cc: "David E. O'Brien" <obrien@FreeBSD.org>, src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/release/alpha dokern.sh Message-ID: <20030321171142.GB27861@sunbay.com> In-Reply-To: <20030322035859.B3226@gamplex.bde.org> References: <200303182317.h2INHP3T065549@repoman.freebsd.org> <20030321155018.GC17108@sunbay.com> <20030322035859.B3226@gamplex.bde.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--cmJC7u66zC7hs+87 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Mar 22, 2003 at 04:05:23AM +1100, Bruce Evans wrote: > On Fri, 21 Mar 2003, Ruslan Ermilov wrote: >=20 > > On Tue, Mar 18, 2003 at 03:17:25PM -0800, David E. O'Brien wrote: > > > obrien 2003/03/18 15:17:25 PST > > > > > > FreeBSD src repository > > > > > > Modified files: (Branch: RELENG_4) > > > release/alpha dokern.sh > > > Log: > > > MFC: rev 1.59 (partial, only the maxusers downgrade) > > > > > > Revision Changes Path > > > 1.56.2.3 +1 -1 src/release/alpha/dokern.sh > > > > > I'm planning on dropping `maxusers' from here (in HEAD), > > now this is auto-tuned, once I hear back from Wilko if > > resetting it to zero fixes the `panic: timeout table full' > > he observes when in the middle of installing the i386 > > generated snapshot for Alpha. >=20 > Please remove bitrot associated with maxusers too: > - GENERIC declares maxusers to be 0, but this has no effect since ... > - ... maxusers is statically allocated to 0 in config/config.y, and the > warning about it not being set in the config file is commented out in > config/mkoptions.c: >=20 > % if (maxusers =3D=3D 0) { > % /* printf("maxusers not specified; will auto-size\n"); */ > % } else if (maxusers < users.u_min) { > % printf("minimum of %d maxusers assumed\n", users.u_min); > % maxusers =3D users.u_min; > % } else if (maxusers > users.u_max) > % printf("warning: maxusers > %d (%d)\n", users.u_max, maxusers); >=20 GENERIC is the place where people often start adding their local stuff, so I think leaving the no-op `maxusers 0' here makes some sense. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --cmJC7u66zC7hs+87 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+e0fOUkv4P6juNwoRAmR+AJ4txX8c39L2SucdXvt53n7BA6ok8gCfcVPT 3hoimm1MeY+TlOw1oHgKLtQ= =8CpQ -----END PGP SIGNATURE----- --cmJC7u66zC7hs+87-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030321171142.GB27861>