* cannot copy files larger than 40 MB from CD
@ 2001-07-31 22:37 Nerijus Baliunas
[not found] ` <20010801012719.A11060@win.tue.nl>
0 siblings, 1 reply; 12+ messages in thread
From: Nerijus Baliunas @ 2001-07-31 22:37 UTC (permalink / raw)
To: linux-kernel
Hello,
Just began to use 2.4.7 instead of 2.2.19. If I copy file larger than 40 MB,
only these 40 MB are copied (40960000 bytes exactly), and then cp
segfaults (the same happens with mc). The same problem is with mkisofs -
only 40 MB of image is created. I get "File size limit exceeded".
Regards,
Nerijus
^ permalink raw reply [flat|nested] 12+ messages in thread[parent not found: <20010801012719.A11060@win.tue.nl>]
* Re[2]: cannot copy files larger than 40 MB from CD [not found] ` <20010801012719.A11060@win.tue.nl> @ 2001-07-31 23:44 ` Nerijus Baliunas 2001-07-31 23:58 ` Chris Vandomelen 0 siblings, 1 reply; 12+ messages in thread From: Nerijus Baliunas @ 2001-07-31 23:44 UTC (permalink / raw) To: Guest section DW; +Cc: linux-kernel On Wed, 1 Aug 2001 01:27:19 +0200 Guest section DW <dwguest@win.tue.nl> wrote: GsD> On Wed, Aug 01, 2001 at 12:37:45AM +0200, Nerijus Baliunas wrote: GsD> GsD> > Just began to use 2.4.7 instead of 2.2.19. If I copy file larger than 40 MB, GsD> > only these 40 MB are copied (40960000 bytes exactly), and then cp GsD> > segfaults (the same happens with mc). The same problem is with mkisofs - GsD> > only 40 MB of image is created. I get "File size limit exceeded". GsD> GsD> On what kind of filesystem? GsD> GsD> (On ext2 I just made a 500MB file under 2.4.7.) Tried vfat, ext2 and reiserfs. BTW, kernel is compiled with gcc-2.96-85, glibc-2.2.2-10 (RH 7.1) if that matters. Regards, Nerijus ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Re[2]: cannot copy files larger than 40 MB from CD 2001-07-31 23:44 ` Re[2]: " Nerijus Baliunas @ 2001-07-31 23:58 ` Chris Vandomelen 2001-08-01 0:03 ` Re[4]: " Nerijus Baliunas 2001-08-02 15:14 ` Re[2]: " Alan Cox 0 siblings, 2 replies; 12+ messages in thread From: Chris Vandomelen @ 2001-07-31 23:58 UTC (permalink / raw) To: Nerijus Baliunas; +Cc: Guest section DW, linux-kernel > Tried vfat, ext2 and reiserfs. > > BTW, kernel is compiled with gcc-2.96-85, glibc-2.2.2-10 (RH 7.1) if ^^^^^^^^^^^ > that matters. Have you tried compiling your kernel using kgcc? gcc-2.96.* is known to compile code incorrectly AFAIK, and shouldn't be used for compiling kernels. (kgcc is egcs-1.1.2, I think.) Chris ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re[4]: cannot copy files larger than 40 MB from CD 2001-07-31 23:58 ` Chris Vandomelen @ 2001-08-01 0:03 ` Nerijus Baliunas 2001-08-01 0:17 ` Chris Vandomelen 2001-08-01 4:19 ` Re[4]: " Bill Pringlemeir 2001-08-02 15:14 ` Re[2]: " Alan Cox 1 sibling, 2 replies; 12+ messages in thread From: Nerijus Baliunas @ 2001-08-01 0:03 UTC (permalink / raw) To: Chris Vandomelen; +Cc: Guest section DW, linux-kernel On Tue, 31 Jul 2001 16:58:06 -0700 (PDT) Chris Vandomelen <chrisv@b0rked.dhs.org> wrote: CV> > Tried vfat, ext2 and reiserfs. CV> > CV> > BTW, kernel is compiled with gcc-2.96-85, glibc-2.2.2-10 (RH 7.1) if CV> ^^^^^^^^^^^ CV> > that matters. CV> CV> Have you tried compiling your kernel using kgcc? No. CV> gcc-2.96.* is known to compile code incorrectly AFAIK, and shouldn't be CV> used for compiling kernels. (kgcc is egcs-1.1.2, I think.) As I remember Alan said recent 2.4 kernels should be compiled with gcc 2.95 or 2.96 (preferably?). Regards, Nerijus ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Re[4]: cannot copy files larger than 40 MB from CD 2001-08-01 0:03 ` Re[4]: " Nerijus Baliunas @ 2001-08-01 0:17 ` Chris Vandomelen 2001-08-01 0:25 ` Re[6]: " Nerijus Baliunas 2001-08-01 4:19 ` Re[4]: " Bill Pringlemeir 1 sibling, 1 reply; 12+ messages in thread From: Chris Vandomelen @ 2001-08-01 0:17 UTC (permalink / raw) To: Nerijus Baliunas; +Cc: Guest section DW, linux-kernel > On Tue, 31 Jul 2001 16:58:06 -0700 (PDT) Chris Vandomelen <chrisv@b0rked.dhs.org> wrote: > > CV> > Tried vfat, ext2 and reiserfs. > CV> > > CV> > BTW, kernel is compiled with gcc-2.96-85, glibc-2.2.2-10 (RH 7.1) if > CV> ^^^^^^^^^^^ > CV> > that matters. > CV> > CV> Have you tried compiling your kernel using kgcc? > > No. > > CV> gcc-2.96.* is known to compile code incorrectly AFAIK, and shouldn't be > CV> used for compiling kernels. (kgcc is egcs-1.1.2, I think.) > > As I remember Alan said recent 2.4 kernels should be compiled with gcc 2.95 > or 2.96 (preferably?). Everything that I've seen recommends egcs-1.1.2. The kernel documentation (linux/Documentation/Changes) recommends that version of egcs, as do some list messages around 12/00. Chris ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re[6]: cannot copy files larger than 40 MB from CD 2001-08-01 0:17 ` Chris Vandomelen @ 2001-08-01 0:25 ` Nerijus Baliunas 2001-08-01 8:55 ` bvermeul 0 siblings, 1 reply; 12+ messages in thread From: Nerijus Baliunas @ 2001-08-01 0:25 UTC (permalink / raw) To: Chris Vandomelen; +Cc: linux-kernel CV> > CV> gcc-2.96.* is known to compile code incorrectly AFAIK, and shouldn't be CV> > CV> used for compiling kernels. (kgcc is egcs-1.1.2, I think.) CV> > CV> > As I remember Alan said recent 2.4 kernels should be compiled with gcc 2.95 CV> > or 2.96 (preferably?). CV> CV> Everything that I've seen recommends egcs-1.1.2. The kernel documentation CV> (linux/Documentation/Changes) recommends that version of egcs, as do some CV> list messages around 12/00. Please read message which was posted a few minutes ago (in another thread). 2.4.7 even does not compile with egcs. Regards, Nerijus ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re[6]: cannot copy files larger than 40 MB from CD 2001-08-01 0:25 ` Re[6]: " Nerijus Baliunas @ 2001-08-01 8:55 ` bvermeul 0 siblings, 0 replies; 12+ messages in thread From: bvermeul @ 2001-08-01 8:55 UTC (permalink / raw) To: Nerijus Baliunas; +Cc: Chris Vandomelen, linux-kernel On Wed, 1 Aug 2001, Nerijus Baliunas wrote: > CV> > CV> gcc-2.96.* is known to compile code incorrectly AFAIK, and shouldn't be > CV> > CV> used for compiling kernels. (kgcc is egcs-1.1.2, I think.) > CV> > > CV> > As I remember Alan said recent 2.4 kernels should be compiled with gcc 2.95 > CV> > or 2.96 (preferably?). > CV> > CV> Everything that I've seen recommends egcs-1.1.2. The kernel documentation > CV> (linux/Documentation/Changes) recommends that version of egcs, as do some > CV> list messages around 12/00. > > Please read message which was posted a few minutes ago (in another thread). > 2.4.7 even does not compile with egcs. Sure it does. You just need a newer binutils. (I know, I've got a RH 6.2 box running with 2.4.7-ac3 and ext3 patches, compiled with egcs 1.1.2 and the binutils from RH 7.1. It helps to correctly interpret the error messages...) Regards, Bas Vermeulen -- "God, root, what is difference?" -- Pitr, User Friendly "God is more forgiving." -- Dave Aronson ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Re[4]: cannot copy files larger than 40 MB from CD 2001-08-01 0:03 ` Re[4]: " Nerijus Baliunas 2001-08-01 0:17 ` Chris Vandomelen @ 2001-08-01 4:19 ` Bill Pringlemeir 1 sibling, 0 replies; 12+ messages in thread From: Bill Pringlemeir @ 2001-08-01 4:19 UTC (permalink / raw) To: Nerijus Baliunas; +Cc: linux-kernel >>>>> "Nerijus" == Nerijus Baliunas <nerijus@users.sourceforge.net> writes: [snip] Nerijus> As I remember Alan said recent 2.4 kernels should be Nerijus> compiled with gcc 2.95 or 2.96 (preferably?). Huh? Might I recommend this (or some variant)? bb, Bill Pringlemeir --- /usr/src/linux/Documentation/Changes Wed Jun 27 16:37:05 2001 +++ Changes.new Wed Aug 1 00:12:53 2001 @@ -70,9 +70,7 @@ necessarily to users of other CPUs. Users of other CPUs should obtain information about their gcc version requirements from another source. -The recommended compiler for the kernel is egcs 1.1.2 (gcc 2.91.66), and it -should be used when you need absolute stability. You may use gcc 2.95.x -instead if you wish, although it may cause problems. Later versions of gcc +The recommended compiler for the kernel is gcc 2.95.x. Later versions of gcc have not received much testing for Linux kernel compilation, and there are almost certainly bugs (mainly, but not exclusively, in the kernel) that will need to be fixed in order to use these compilers. In any case, using ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Re[2]: cannot copy files larger than 40 MB from CD 2001-07-31 23:58 ` Chris Vandomelen 2001-08-01 0:03 ` Re[4]: " Nerijus Baliunas @ 2001-08-02 15:14 ` Alan Cox 2001-08-02 15:19 ` David Weinehall ` (2 more replies) 1 sibling, 3 replies; 12+ messages in thread From: Alan Cox @ 2001-08-02 15:14 UTC (permalink / raw) To: Chris Vandomelen; +Cc: Nerijus Baliunas, Guest section DW, linux-kernel > > Tried vfat, ext2 and reiserfs. > > > > BTW, kernel is compiled with gcc-2.96-85, glibc-2.2.2-10 (RH 7.1) if > ^^^^^^^^^^^ > > that matters. > > Have you tried compiling your kernel using kgcc? > > gcc-2.96.* is known to compile code incorrectly AFAIK, and shouldn't be > used for compiling kernels. (kgcc is egcs-1.1.2, I think.) [x86 hat on] egcs-1.1.2 aka kgcc wont build 2.4.7 it seems. gcc 2.96 >= 2.96.75 or so is just fine, gcc 2.95-2/3 is fine, gcc 3.0 seems to be doing the right thing ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Re[2]: cannot copy files larger than 40 MB from CD 2001-08-02 15:14 ` Re[2]: " Alan Cox @ 2001-08-02 15:19 ` David Weinehall 2001-08-02 16:05 ` Hugh Dickins 2001-08-03 8:15 ` bvermeul 2 siblings, 0 replies; 12+ messages in thread From: David Weinehall @ 2001-08-02 15:19 UTC (permalink / raw) To: Alan Cox; +Cc: Chris Vandomelen, Nerijus Baliunas, Guest section DW, linux-kernel On Thu, Aug 02, 2001 at 04:14:39PM +0100, Alan Cox wrote: > > > Tried vfat, ext2 and reiserfs. > > > > > > BTW, kernel is compiled with gcc-2.96-85, glibc-2.2.2-10 (RH 7.1) if > > ^^^^^^^^^^^ > > > that matters. > > > > Have you tried compiling your kernel using kgcc? > > > > gcc-2.96.* is known to compile code incorrectly AFAIK, and shouldn't be > > used for compiling kernels. (kgcc is egcs-1.1.2, I think.) > > [x86 hat on] > > egcs-1.1.2 aka kgcc wont build 2.4.7 it seems. gcc 2.96 >= 2.96.75 or so is > just fine, gcc 2.95-2/3 is fine, gcc 3.0 seems to be doing the right thing gcc 2.95.4 seem to be working too. /David Weinehall _ _ // David Weinehall <tao@acc.umu.se> /> Northern lights wander \\ // Project MCA Linux hacker // Dance across the winter sky // \> http://www.acc.umu.se/~tao/ </ Full colour fire </ ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Re[2]: cannot copy files larger than 40 MB from CD 2001-08-02 15:14 ` Re[2]: " Alan Cox 2001-08-02 15:19 ` David Weinehall @ 2001-08-02 16:05 ` Hugh Dickins 2001-08-03 8:15 ` bvermeul 2 siblings, 0 replies; 12+ messages in thread From: Hugh Dickins @ 2001-08-02 16:05 UTC (permalink / raw) To: Alan Cox; +Cc: Chris Vandomelen, Nerijus Baliunas, Guest section DW, linux-kernel On Thu, 2 Aug 2001, Alan Cox wrote: > egcs-1.1.2 aka kgcc wont build 2.4.7 it seems. gcc 2.96 >= 2.96.75 or so is > just fine, gcc 2.95-2/3 is fine, gcc 3.0 seems to be doing the right thing I've seen no problem running 2.4.7 built with egcs-1.1.2 2.91.66: which part of it is believed not to build or to build wrongly? (arch/i386/kernel/traps.c errors were identified as old binutils.) Hugh ^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Re[2]: cannot copy files larger than 40 MB from CD 2001-08-02 15:14 ` Re[2]: " Alan Cox 2001-08-02 15:19 ` David Weinehall 2001-08-02 16:05 ` Hugh Dickins @ 2001-08-03 8:15 ` bvermeul 2 siblings, 0 replies; 12+ messages in thread From: bvermeul @ 2001-08-03 8:15 UTC (permalink / raw) To: Alan Cox; +Cc: Chris Vandomelen, Nerijus Baliunas, Guest section DW, linux-kernel On Thu, 2 Aug 2001, Alan Cox wrote: > > > Tried vfat, ext2 and reiserfs. > > > > > > BTW, kernel is compiled with gcc-2.96-85, glibc-2.2.2-10 (RH 7.1) if > > ^^^^^^^^^^^ > > > that matters. > > > > Have you tried compiling your kernel using kgcc? > > > > gcc-2.96.* is known to compile code incorrectly AFAIK, and shouldn't be > > used for compiling kernels. (kgcc is egcs-1.1.2, I think.) > > [x86 hat on] > > egcs-1.1.2 aka kgcc wont build 2.4.7 it seems. gcc 2.96 >= 2.96.75 or so is > just fine, gcc 2.95-2/3 is fine, gcc 3.0 seems to be doing the right thing egcs-1.1.3 *does* build 2.4.7, if you use the right binutils (2.10.91.0.2 worked for me). I'm running 2.4.7-ac3 with ext3 patches on an old dual P200. Haven't had a crash yet, been up 2 days and counting. Bas Vermeulen -- "God, root, what is difference?" -- Pitr, User Friendly "God is more forgiving." -- Dave Aronson ^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2001-08-03 8:13 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-07-31 22:37 cannot copy files larger than 40 MB from CD Nerijus Baliunas
[not found] ` <20010801012719.A11060@win.tue.nl>
2001-07-31 23:44 ` Re[2]: " Nerijus Baliunas
2001-07-31 23:58 ` Chris Vandomelen
2001-08-01 0:03 ` Re[4]: " Nerijus Baliunas
2001-08-01 0:17 ` Chris Vandomelen
2001-08-01 0:25 ` Re[6]: " Nerijus Baliunas
2001-08-01 8:55 ` bvermeul
2001-08-01 4:19 ` Re[4]: " Bill Pringlemeir
2001-08-02 15:14 ` Re[2]: " Alan Cox
2001-08-02 15:19 ` David Weinehall
2001-08-02 16:05 ` Hugh Dickins
2001-08-03 8:15 ` bvermeul
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox