linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re[2]: cannot copy files larger than 40 MB from CD
       [not found] <Pine.LNX.4.10.10108010028220.18588-100000@coffee.psychology.mcmaster.ca>
@ 2001-08-01  0:35 ` Nerijus Baliunas
  0 siblings, 0 replies; 7+ messages in thread
From: Nerijus Baliunas @ 2001-08-01  0:35 UTC (permalink / raw)
  To: Mark Hahn, linux-kernel

On Wed, 1 Aug 2001 00:29:25 +0000 (GMT) Mark Hahn <hahn@coffee.psychology.mcmaster.ca> wrote:

MH> > Just began to use 2.4.7 instead of 2.2.19. If I copy file larger than 40 MB,
MH> > only these 40 MB are copied (40960000 bytes exactly), and then cp
MH> > segfaults (the same happens with mc). The same problem is with mkisofs -
MH> > only 40 MB of image is created. I get "File size limit exceeded".
MH> 
MH> type "ulimit -a" and look at /etc/security/limits.conf

Thanks a lot, that was exactly it! I probably lied that cp segfaulted - but mc did.
Will report to mc-devel.

Regards,
Nerijus



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Re[2]: cannot copy files larger than 40 MB from CD
  2001-08-02 15:14       ` 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; 7+ 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] 7+ messages in thread

* Re: Re[2]: cannot copy files larger than 40 MB from CD
  2001-08-02 15:14       ` 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; 7+ 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] 7+ messages in thread

* Re: Re[2]: cannot copy files larger than 40 MB from CD
  2001-08-02 15:14       ` 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; 7+ 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] 7+ messages in thread

* Re: Re[2]: cannot copy files larger than 40 MB from CD
  2001-07-31 23:58     ` Chris Vandomelen
@ 2001-08-02 15:14       ` Alan Cox
  2001-08-02 15:19         ` David Weinehall
                           ` (2 more replies)
  0 siblings, 3 replies; 7+ 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] 7+ 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-02 15:14       ` Alan Cox
  0 siblings, 1 reply; 7+ 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] 7+ messages in thread

* 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; 7+ 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] 7+ messages in thread

end of thread, other threads:[~2001-08-03  8:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <Pine.LNX.4.10.10108010028220.18588-100000@coffee.psychology.mcmaster.ca>
2001-08-01  0:35 ` Re[2]: cannot copy files larger than 40 MB from CD Nerijus Baliunas
2001-07-31 22:37 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-02 15:14       ` 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;
as well as URLs for NNTP newsgroup(s).