[news.software.b] Limit on number of news groups?

neal@smcnet.UUCP (neal pollakck) (01/18/90)

I run news 2.11 pat level 14 on AT&T Sys V.
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.

I am not a guru.  I consider myself an advanced rookie.
Having not yet suceeded at compiling rn on the Sys V box,
I wanted to ask about work arounds.  

Is there a set limit to the number of groups, or can you just
change a parameter somewhere?

Thanks in advance.

Sincerely,
          Neal Pollack
Santa Monica College
213-450-5150 x9845
smcnet!neal

karl@tut.cis.ohio-state.edu (Karl Kleinpaste) (01/19/90)

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