From owner-freebsd-newbies Tue Jan 25 16:32:46 2000 Delivered-To: freebsd-newbies@freebsd.org Received: from mx2.x-treme.gr (mx2.x-treme.gr [212.120.192.15]) by hub.freebsd.org (Postfix) with ESMTP id 8EDFA14D2E for ; Tue, 25 Jan 2000 16:32:01 -0800 (PST) (envelope-from keramida@diogenis.ceid.upatras.gr) Received: from hades.hell.gr (pat59.x-treme.gr [212.120.197.251]) by mx2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with ESMTP id CAA19015; Wed, 26 Jan 2000 02:31:44 +0200 Received: (from charon@localhost) by hades.hell.gr (8.9.3/8.9.3) id CAA18408; Wed, 26 Jan 2000 02:31:41 +0200 (EET) (envelope-from keramida@diogenis.ceid.upatras.gr) Date: Wed, 26 Jan 2000 02:31:41 +0200 From: Giorgos Keramidas To: Youlgok Cc: freebsd-newbies@FreeBSD.ORG Subject: Re: [Q] Message from syslogd... Message-ID: <20000126023141.A18361@hades.hell.gr> Reply-To: keramida@ceid.upatras.gr References: <388D29DA.D3EED122@attglobal.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <388D29DA.D3EED122@attglobal.net>; from youlgok@attglobal.net on Mon, Jan 24, 2000 at 11:43:07PM -0500 X-PGP-Fingerprint: 62 45 D1 C9 26 F9 95 06 D6 21 2A C8 8C 16 C0 8E X-Phone-Number: +30-94-6203692, +30-93-2886457 X-Address: Theodorou Kirinaiou 61, 26334 Patra, Greece Sender: owner-freebsd-newbies@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Jan 24, 2000 at 11:43:07PM -0500, Youlgok wrote: > To Whom It May Concern: > > What does following message mean? It appears while I was using the > system. And when I commanded a command, 'out of memory' message > appears. After closing a couple of applications, it works normally. > Is this a message of out of system memory? > > Message from syslogd@ at Mon Jan 24 23:00:00 2000 ... > Jan 24 23:00:00atrun[: cannot read /var/at/jobs/ Could be that you've run out of memory for good, but I can't tell for sure. The cause of this message is that atrun (run periodically by crond, as one can see from /etc/crontab) can not read the contents of the indicated directory. Since browsing the contents of a directory does require some, not so huge, but measurable amount of memory, I think you're basically right. Have you tried adding some swap space? Not the best thing one should do for long term solution, but it can help to solve the problem temporarily. And FreeBSD is such a beauty at handling virtual memory, swapping and the likes... -- Giorgos Keramidas, < keramida @ ceid . upatras . gr > "Don't let your schooling interfere with your education." [Mark Twain] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-newbies" in the body of the message