info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: CVS Commit Terminated with fatal signal 25


From: Dave Korn
Subject: RE: CVS Commit Terminated with fatal signal 25
Date: Wed, 2 Nov 2005 13:07:30 -0000

Shetty wrote:
> Hi,
> 
> I am getting the following error, whenever i am trying to commit a
> particular file:
> "CVS Commit Terminated with fatal signal 25"
> 
> 
> This file is a binary file and when I checked the size of this file on
> the server, size is 2GB (i.e. with all the history). The Filesystem on
> which this file or my repository is lying, is ReiserFS.
> 
> I would appreciate if someone can help me to resolve the above issue.

-----------------------------------------------
address@hidden ~> /bin/kill -l 25
XFSZ

http://www.google.co.uk/search?q=SIGXFSZ&sourceid=mozilla-search&start=0&start
=0&ie=utf-8&oe=utf-8&client=firefox-a&rls=org.mozilla:en-GB:official

[first item]

SIGXFSZ - Waikato Linux Users Group
This signal is raised when the maximum file size is exceeded, as configured by
ulimit(1)....

-----------------------------------------------

  So, there's two possibilities here: either you've hit a quota limit, or
you're using an older version of reiserfs (or perhaps glibc) that doesn't
support files >= 2Gb.  (According to http://www.suse.de/~aj/linux_lfs.html,
you need both a 2.4 series kernel and reiserfs v3.6 to use large file support)

  What does "ulimit -a" show you?


    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....





reply via email to

[Prev in Thread] Current Thread [Next in Thread]