From: Tonnerre <tonnerre@thundrix.ch>
To: Lennert Buytenhek <buytenh@wantstofly.org>
Cc: Trond Myklebust <trond.myklebust@fys.uio.no>,
dsaxena@plexity.net, linux-kernel@vger.kernel.org,
herbertb@cs.vu.nl
Subject: Re: strange NFS problems (ARM client, x86 server)
Date: Wed, 29 Sep 2004 22:33:47 +0200 [thread overview]
Message-ID: <20040929203347.GD21770@thundrix.ch> (raw)
In-Reply-To: <20040929082307.GA19666@xi.wantstofly.org>
[-- Attachment #1: Type: text/plain, Size: 494 bytes --]
Salut,
On Wed, Sep 29, 2004 at 10:23:07AM +0200, Lennert Buytenhek wrote:
> chdir("") = -1 ENOENT (No such file or directory)
Interestingly, rpm requested an empty chdir. This narrows down the
problem.
The following miniapp should be able to reproduce the problem:
cat << EOT > blah.c
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
int main(void) {
if (chdir("")) {
perror("chdir");
exit(1);
}
exit(0);
}
EOT
Does it?
Tonnerre
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
next prev parent reply other threads:[~2004-09-29 20:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-29 8:23 strange NFS problems (ARM client, x86 server) Lennert Buytenhek
2004-09-29 8:26 ` Trond Myklebust
2004-09-29 20:33 ` Tonnerre [this message]
2004-09-30 8:32 ` Lennert Buytenhek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040929203347.GD21770@thundrix.ch \
--to=tonnerre@thundrix.ch \
--cc=buytenh@wantstofly.org \
--cc=dsaxena@plexity.net \
--cc=herbertb@cs.vu.nl \
--cc=linux-kernel@vger.kernel.org \
--cc=trond.myklebust@fys.uio.no \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.