>>>>> "dinesh" == dinesh <[EMAIL PROTECTED]> writes:
dinesh> Hi all, I have read the LFS stuff on this web site dinesh> http://www.suse.de/~aj/linux_lfs.html. 1. Check your ulimit. ulimit -f 2. Make sure that you have a recent libc otherwise you *will* be limited to 2G. 3. If you strace your wget (or whatever) you should see O_LARGEFILE in the open() call that creates the downloaded copy, otherwise you won't be able to grow that file bigger than 2G. Peter C -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
