On Fri, 2004-03-26 at 17:20, Bernhard Sadlowski wrote:
> On 26 Mar 2004 09:18, Chris Mason <[EMAIL PROTECTED]> wrote:
> > > I did compile both kernels myself from original kernel.org source.
> > >
> > Thanks for the clarification. Running dt under strace as Vladimir
> > suggested will help.
>
> I did send him the output by private mail, because the list doesn't
> accept bigger attachments. If you are interested, I can send you the
> strace output too.
>
> Bernhard
>
I looked at straces you sent. The substantial differences start after
sendto() I quote below. If in both cases 'dt mkdir' tries to create a
directory on nfs mounted directory - then why does reiserfs send
something to 127.0.0.1 whereas ext3 sends to 145.228.118.41?
reiserfs:
getpid() = 27812
sendto(5, "\\\252\1H\0\0\0\0\0\0\0\2\0\4\224\345\0\0\0\2\0\0\0\1\0"...,
84, 0, {sa_family=AF_INET, sin_port=htons(892),
sin_addr=inet_addr("127.0.0.1")}, 16) = 84
ext3:
getpid() = 27652
sendto(5, "RM\347\254\0\0\0\0\0\0\0\2\0\4\224\345\0\0\0\2\0\0\0\1"...,
68, 0, {sa_family=AF_INET, sin_port=htons(687),
sin_addr=inet_addr("145.228.118.41")}, 16) = 68