* 2.4.0-test9 + LFS
@ 2000-10-27 1:56 Wakko Warner
2000-10-27 3:15 ` kernel
2000-10-27 8:14 ` Matti Aarnio
0 siblings, 2 replies; 9+ messages in thread
From: Wakko Warner @ 2000-10-27 1:56 UTC (permalink / raw)
To: linux-kernel
I attempted to create a 4gb sparce file with dd. It failed.
I created one that was 2.1gb in size which worked. Then I appeneded more
junk to the end of the file making it over 2.2gb.
doing an ls -l shows:
ls: x: Value too large for defined data type
NOTE: this worked in 2.4.0-test6 and I believe it stopped working around
test8, but I'm not sure. May have been around test7.
--
Lab tests show that use of micro$oft causes cancer in lab animals
-
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: 2.4.0-test9 + LFS
2000-10-27 1:56 2.4.0-test9 + LFS Wakko Warner
@ 2000-10-27 3:15 ` kernel
2000-10-27 10:48 ` Wakko Warner
2000-10-27 8:14 ` Matti Aarnio
1 sibling, 1 reply; 9+ messages in thread
From: kernel @ 2000-10-27 3:15 UTC (permalink / raw)
To: Wakko Warner; +Cc: linux-kernel
On Thu, 26 Oct 2000, Wakko Warner wrote:
> I attempted to create a 4gb sparce file with dd. It failed.
> I created one that was 2.1gb in size which worked. Then I appeneded more
> junk to the end of the file making it over 2.2gb.
>
> doing an ls -l shows:
> ls: x: Value too large for defined data type
>
> NOTE: this worked in 2.4.0-test6 and I believe it stopped working around
> test8, but I'm not sure. May have been around test7.
Previous kernels allowed up to 4gb to be returned by the old stat.
Upgrade your glibc and fileutils -- most recent distributions (Red Hat,
SuSE, ...) are LFS ready, and the only reports I've seen about this
concerned Slackware.
-ben
-
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: 2.4.0-test9 + LFS
2000-10-27 1:56 2.4.0-test9 + LFS Wakko Warner
2000-10-27 3:15 ` kernel
@ 2000-10-27 8:14 ` Matti Aarnio
1 sibling, 0 replies; 9+ messages in thread
From: Matti Aarnio @ 2000-10-27 8:14 UTC (permalink / raw)
To: Wakko Warner; +Cc: linux-kernel
On Thu, Oct 26, 2000 at 09:56:06PM -0400, Wakko Warner wrote:
> I attempted to create a 4gb sparce file with dd. It failed.
> I created one that was 2.1gb in size which worked. Then I appeneded more
> junk to the end of the file making it over 2.2gb.
>
> doing an ls -l shows:
> ls: x: Value too large for defined data type
>
> NOTE: this worked in 2.4.0-test6 and I believe it stopped working around
> test8, but I'm not sure. May have been around test7.
Your userspace tools are not using LFS compliant
open(O_LARGEFILE), and stat64() methods.
EXT2 got corrected to do LFS limited open() handling
at correct limit (2G-1) at around that time.
There still lurks some mis-compliance issues at
read() and write() which are still allowed to
go over 2G-1 marker without the fd having
O_LARGEFILE flag.
/Matti Aarnio
-
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: 2.4.0-test9 + LFS
2000-10-27 3:15 ` kernel
@ 2000-10-27 10:48 ` Wakko Warner
2000-10-27 14:42 ` kernel
0 siblings, 1 reply; 9+ messages in thread
From: Wakko Warner @ 2000-10-27 10:48 UTC (permalink / raw)
To: kernel; +Cc: linux-kernel
> > I attempted to create a 4gb sparce file with dd. It failed.
> > I created one that was 2.1gb in size which worked. Then I appeneded more
> > junk to the end of the file making it over 2.2gb.
> >
> > doing an ls -l shows:
> > ls: x: Value too large for defined data type
> >
> > NOTE: this worked in 2.4.0-test6 and I believe it stopped working around
> > test8, but I'm not sure. May have been around test7.
>
> Previous kernels allowed up to 4gb to be returned by the old stat.
> Upgrade your glibc and fileutils -- most recent distributions (Red Hat,
> SuSE, ...) are LFS ready, and the only reports I've seen about this
> concerned Slackware.
I did upgrade that and it didn't help anything.
--
Lab tests show that use of micro$oft causes cancer in lab animals
-
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: 2.4.0-test9 + LFS
2000-10-27 10:48 ` Wakko Warner
@ 2000-10-27 14:42 ` kernel
2000-10-27 16:19 ` Wakko Warner
0 siblings, 1 reply; 9+ messages in thread
From: kernel @ 2000-10-27 14:42 UTC (permalink / raw)
To: Wakko Warner; +Cc: linux-kernel
On Fri, 27 Oct 2000, Wakko Warner wrote:
> I did upgrade that and it didn't help anything.
Was your glibc compiled against 2.4 kernel headers?
-ben
-
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: 2.4.0-test9 + LFS
@ 2000-10-27 15:05 Petr Vandrovec
0 siblings, 0 replies; 9+ messages in thread
From: Petr Vandrovec @ 2000-10-27 15:05 UTC (permalink / raw)
To: kernel; +Cc: linux-kernel
On 26 Oct 00 at 23:15, kernel@kvack.org wrote:
> On Thu, 26 Oct 2000, Wakko Warner wrote:
> > doing an ls -l shows:
> > ls: x: Value too large for defined data type
> >
> > NOTE: this worked in 2.4.0-test6 and I believe it stopped working around
> > test8, but I'm not sure. May have been around test7.
>
> Previous kernels allowed up to 4gb to be returned by the old stat.
> Upgrade your glibc and fileutils -- most recent distributions (Red Hat,
> SuSE, ...) are LFS ready, and the only reports I've seen about this
> concerned Slackware.
And Debian :-( It is hard to get rid of such file - GNU 'rm' complains
too, as it tries to stat that file first :-( Fortunately
echo -n > x; rm x
works. I filled bugreport some time ago (when 2.1.94 come to woody), but
it was closed, as there are no 2.4.x headers in Debian, so it is not
possible to recompile glibc against them... Recompiling glibc is enough
for woody, BTW.
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: 2.4.0-test9 + LFS
2000-10-27 16:19 ` Wakko Warner
@ 2000-10-27 16:15 ` David Weinehall
2000-10-27 16:24 ` kernel
0 siblings, 1 reply; 9+ messages in thread
From: David Weinehall @ 2000-10-27 16:15 UTC (permalink / raw)
To: Wakko Warner; +Cc: kernel, linux-kernel
On Fri, Oct 27, 2000 at 12:19:54PM -0400, Wakko Warner wrote:
> > > I did upgrade that and it didn't help anything.
> >
> > Was your glibc compiled against 2.4 kernel headers?
>
> That I do not know. it's v 2.1.99 that came with debian in the past
> week or so
Then it's compiled against the v2.2 kernel headers.
/David
_ _
// 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 </
-
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: 2.4.0-test9 + LFS
2000-10-27 14:42 ` kernel
@ 2000-10-27 16:19 ` Wakko Warner
2000-10-27 16:15 ` David Weinehall
0 siblings, 1 reply; 9+ messages in thread
From: Wakko Warner @ 2000-10-27 16:19 UTC (permalink / raw)
To: kernel; +Cc: linux-kernel
> > I did upgrade that and it didn't help anything.
>
> Was your glibc compiled against 2.4 kernel headers?
That I do not know. it's v 2.1.99 that came with debian in the past week
or so
--
Lab tests show that use of micro$oft causes cancer in lab animals
-
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: 2.4.0-test9 + LFS
2000-10-27 16:15 ` David Weinehall
@ 2000-10-27 16:24 ` kernel
0 siblings, 0 replies; 9+ messages in thread
From: kernel @ 2000-10-27 16:24 UTC (permalink / raw)
To: David Weinehall; +Cc: Wakko Warner, linux-kernel
On Fri, 27 Oct 2000, David Weinehall wrote:
> On Fri, Oct 27, 2000 at 12:19:54PM -0400, Wakko Warner wrote:
> > That I do not know. it's v 2.1.99 that came with debian in the past
> > week or so
>
> Then it's compiled against the v2.2 kernel headers.
That explains why LFS isn't working then. I strongly suggest that the
Debian glibc maintainers compile against 2.4 kernel headers or patch their
2.2 kernel headers to include the LFS stubs.
-ben
-
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-10-27 16:26 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-10-27 1:56 2.4.0-test9 + LFS Wakko Warner
2000-10-27 3:15 ` kernel
2000-10-27 10:48 ` Wakko Warner
2000-10-27 14:42 ` kernel
2000-10-27 16:19 ` Wakko Warner
2000-10-27 16:15 ` David Weinehall
2000-10-27 16:24 ` kernel
2000-10-27 8:14 ` Matti Aarnio
-- strict thread matches above, loose matches on Subject: below --
2000-10-27 15:05 Petr Vandrovec
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox