public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: Bug in large files ext2 in 2.4.0-test11 ?
@ 2000-11-20 19:32 Petr Vandrovec
  2000-11-20 19:16 ` Ben Collins
  0 siblings, 1 reply; 9+ messages in thread
From: Petr Vandrovec @ 2000-11-20 19:32 UTC (permalink / raw)
  To: Ben Collins; +Cc: Zdenek Kabelac, linux-kernel

On 20 Nov 00 at 13:19, Ben Collins wrote:
> 
> Does kernel 2.4.x compile and run well for all of our supported archs?

AFAIK yes. At least on all Debian archs.

> Do programs compiled against a glibc with LFS (2.4.x kernel) support, and
> using that LFS support, work on kernel 2.2.x machines?

Yes. Even glibc (2.2) compiled against kernel without LFS support has LFS
interface. Of course limited to 2GB files only.
 
> Secondly, anyone who thinks they know what they are doing, can simply
> download the Debian glibc sources files, and build against kernel-2.4.0
> headers with this simple command:
> 
> LINUX_SOURCE=/usr/src/linux-2.4.0-test11 apt-get -b source glibc
> 
> Simple, eh? :)

But time consuming... If you already invested CPU power to compile
that large beast...
                                            Best regards,
                                                Petr Vandrovec
                                                vandrove@vc.cvut.cz
                                                
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 9+ messages in thread
* Re: Bug in large files ext2 in 2.4.0-test11 ?
@ 2000-11-20 19:06 Petr Vandrovec
  2000-11-20 18:19 ` Ben Collins
  0 siblings, 1 reply; 9+ messages in thread
From: Petr Vandrovec @ 2000-11-20 19:06 UTC (permalink / raw)
  To: Zdenek Kabelac; +Cc: linux-kernel, bcollins

On 20 Nov 00 at 17:56, Zdenek Kabelac wrote:
> I just noticed this problem - 
> I'm missing some large files created in the filesystem.
> 
> This is 'ls' output from 2.4.0-test11/test10
> total 33
> drwxr-xr-x    6 root     root         4096 Nov 20 18:06 .
> drwxr-xr-x   42 root     root         1024 Nov 20 14:02 ..
> drwxr-xr-x    2 root     root         4096 Nov 19 15:50 X
> drwxr-xr-x    2 root     root        16384 Sep 30 18:45 lost+found
> ls: zero: Value too large for defined data type
> 
> but maybe its incompatibility in libc - anyway I'm using
> uptodate Debian Woody if this helps.

It is problem with Debian's glibc, it is compiled with 2.2.x kernel
headers. I filled bugreport against this few weeks ago, but it was marked
as inappropriate because of Debian glibc is built against newest
kernel-headers package, and newest kernel-headers package is still 2.2.x.

Maybe someone (you) should fill bug against kernel-headers or kernel-source
to get 2.4.x into Debian. Then Ben Collins (Debian glibc maintainer) can 
recompile and officially release glibc compiled against 2.4.x kernel.
                                                Best regards,
                                                        Petr Vandrovec
                                                        vandrove@vc.cvut.cz
                                                        
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 9+ messages in thread
* Bug in large files ext2 in 2.4.0-test11 ?
@ 2000-11-20 17:56 Zdenek Kabelac
  0 siblings, 0 replies; 9+ messages in thread
From: Zdenek Kabelac @ 2000-11-20 17:56 UTC (permalink / raw)


Hi

I just noticed this problem - 
I'm missing some large files created in the filesystem.

This is 'ls' output from 2.4.0-test11/test10
total 33
drwxr-xr-x    6 root     root         4096 Nov 20 18:06 .
drwxr-xr-x   42 root     root         1024 Nov 20 14:02 ..
drwxr-xr-x    2 root     root         4096 Nov 19 15:50 X
drwxr-xr-x    2 root     root        16384 Sep 30 18:45 lost+found
ls: zero: Value too large for defined data type


And this is same directory with 2.2.17pre9
total 4561569
drwxr-xr-x    6 root     root         4096 lis 20 18:06 .
drwxr-xr-x   42 root     root         1024 lis 20 14:02 ..
drwxr-xr-x    2 root     root        16384 zář 30 18:45 lost+found
drwxr-xr-x    2 root     root         4096 lis 19 15:50 X
-rw-r--r--    1 root     root     4294967295 lis 20 18:08 zero


Thought the 'zero' file has been created in 2.4.0-test11
I can't see it again with this kernel.

I would assume this is some problem of the kernel,
but maybe its incompatibility in libc - anyway I'm using
uptodate Debian Woody if this helps.

bye

-- 
             There are three types of people in the world:
               those who can count, and those who can't.
  Zdenek Kabelac  http://i.am/kabi/ kabi@i.am {debian.org; fi.muni.cz}

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

end of thread, other threads:[~2000-11-21 11:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-11-20 19:32 Bug in large files ext2 in 2.4.0-test11 ? Petr Vandrovec
2000-11-20 19:16 ` Ben Collins
2000-11-20 19:42   ` Matti Aarnio
2000-11-20 19:44     ` Ben Collins
2000-11-20 22:59   ` Wichert Akkerman
2000-11-21 11:24   ` Meelis Roos
  -- strict thread matches above, loose matches on Subject: below --
2000-11-20 19:06 Petr Vandrovec
2000-11-20 18:19 ` Ben Collins
2000-11-20 17:56 Zdenek Kabelac

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox