Messages in this thread |  | | Subject | Re: LFS stopped working | From | Andi Kleen <> | Date | 15 Nov 2001 07:08:13 +0100 |
| |
"Alex Adriaanse" <alex_a@caltech.edu> writes: > = 4095 > write(1, "\0", 1) = -1 EFBIG (File too large) > --- SIGXFSZ (File size limit exceeded) --- > +++ killed by SIGXFSZ +++ > > I'm doing this on a ReiserFS filesystem, but trying it on an ext2 partition > yields the same results. > > Any suggestions?
ulimit -f unlimited.
SIGXFSZ means you exceeded your quota. Somehow you managed to set your file size quotas to 2GB. Set them to unlimited instead. It could be caused by same PAM module; e.g. pam_limits, check /etc/security/*
-Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |