[vox-tech] File write limit?

vox-tech@lists.lugod.org vox-tech@lists.lugod.org
Mon, 6 May 2002 04:32:29 -0400


On Mon, May 06, 2002 at 12:56:50AM -0700, R. Douglas Barbieri wrote:
> file size (blocks)          100000

  Good.

> Now--the trouble is, where is that thing being set?
[...]
> But this has to do with core files, and only root gets this set. Any
> suggestions?

  Read slower... did you see anything in /etc/security/limits.conf?

  - If not try the following:
    find /etc -type f | xargs grep -il limit

  Check files that have interesting names.

> On Mon, 6 May 2002 msimons@moria.simons-clan.com wrote:
> > On Mon, May 06, 2002 at 12:41:35AM -0700, R. Douglas Barbieri wrote:
> >   - If that is the case check out your login scripts for a setting, or
> >     /etc/security/limits.conf...
> >
> >   If not let me know, and I'll look into other possibilities.