[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] XTR giving errors;
- Subject: Re: [cobalt-users] XTR giving errors;
- From: Mailing List Account <listmail@xxxxxxxxxxx>
- Date: Fri Apr 18 09:33:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
On Fri, 18 Apr 2003, Gerald Waugh wrote:
>
> errors occured while rotating /var/log/xferlog
>
> sh: /usr/local/sbin/analog: Too many open files in system error running
> prerotate script --
> leaving old log in place
>
> What causes this?
Out of inodes? I'm just guessing but I'm sure you know there is a limit to
the number of individual files that can be supported. Symbolic links and
the like all enter into the equation. Its not all all unusual to run out of
inodes on a heavily used work station or production server.
man debugfs ought to help if I'm right. If I'm wrong debugfs is
still pretty cool :-)
Brent