Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!cica!tut.cis.ohio-state.edu!karl From: karl@tut.cis.ohio-state.edu (Karl Kleinpaste) Newsgroups: news.software.b Subject: Re: Limit on number of news groups? Message-ID: Date: 19 Jan 90 03:49:15 GMT References: <519@smcnet.UUCP> Sender: karl@tut.cis.ohio-state.edu Distribution: usa Organization: OSU Lines: 17 neal@smcnet.uucp writes: I run news 2.11 pat level 14 on AT&T Sys V. You should upgrade to 2.11.19, first and foremost. When the number of news groups gets past 512, it breaks. Actually, news keeps working, but the readers "readnews" and "vnews" that come with it will not start, they break. Make a change like this to defs.h: 108c108 < #define LINES 512 /* maximum no. of lines in .newsrc */ --- > #define LINES 1024 /* maximum no. of lines in .newsrc */ --Karl