From owner-freebsd-questions Sat Oct 25 11:58:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA16190 for questions-outgoing; Sat, 25 Oct 1997 11:58:37 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from mail.uniserve.com (dns1-van.uniserve.com [204.244.163.48]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id LAA16182 for ; Sat, 25 Oct 1997 11:58:34 -0700 (PDT) (envelope-from tom@uniserve.com) Received: from shell.uniserve.com [204.244.210.252] by mail.uniserve.com with smtp (Exim 1.70 #1) id 0xPBPp-0005iR-00; Sat, 25 Oct 1997 11:58:29 -0700 Date: Sat, 25 Oct 1997 11:58:26 -0700 (PDT) From: Tom To: "Jay M. Richmond" cc: freebsd-questions@freebsd.org Subject: Re: tin not working in 2.2-stable In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 25 Oct 1997, Jay M. Richmond wrote: Please don't send to so many mailing lists. > Hello, > I get the following message when running tin under the latest 2.2-stable. > jayrich@room101$ tin -r > tin 1.3 unoff BETA release 970424 [UNIX] (c) Copyright 1991-97 Iain Lea. > Reading config file... > Connecting to newshost.cs.rose-hulman.edu... > Reading groups from active file...\tin: memory exhausted trying to > allocate 656064 bytes in file ././memory.c line 120 > > According to top there's plenty of memory available. Yes, but is your user allowed to access it? Unpriviledged users just can't go around allocating all available memory. See /etc/login.conf Tom