On Fri, 26 Jan 2007, Martin Walter wrote:

> just got a reproduceable bug on a "diskless file server". The server has an
...

the problem seems to be reproduceable with just the following little script:

#########################################################################

date > x
date > y

cat <<EOF > a.c
main() {
    int x = open("x", 0);
    rename("y","x");
    fdatasync(x);
}
EOF

make a

strace ./a

#########################################################################


Regards,
Martin

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

Reply via email to