mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Trond Myklebust <trond.myklebust@fys.uio.no>
To: Martin Josefsson <gandalf@wlug.westbo.se>
Cc: Trond Myklebust <trond.myklebust@fys.uio.no>,
	linux-kernel@vger.kernel.org
Subject: problems with nfs-server in 2.5 bk as of 030115
Date: Sun, 19 Jan 2003 23:05:36 +0100	[thread overview]
Message-ID: <15915.8496.899499.957528@charged.uio.no> (raw)
In-Reply-To: <1043012373.7986.94.camel@tux.rsn.bth.se>

>>>>> " " == Martin Josefsson <gandalf@wlug.westbo.se> writes:

     > This is what I get when trying to start the nfs-server
     > (/etc/init.d/nfs-kernel-server in debian):

     > Installing knfsd (copyright (C) 1996 okir@monad.swb.de).  RPC:
     > Couldn't create pipefs entry /portmap/clntcfac0540 RPC:
     > Couldn't create pipefs entry /portmap/clntcfac0540 RPC:
     > Couldn't create pipefs entry /portmap/clntcfac0540

Could you apply the following patch, so that I can see what the actual
returned error is?

Cheers,
  Trond

--- linux-2.5.59/net/sunrpc/clnt.c	2003-01-12 22:40:13.000000000 +0100
+++ linux-2.5.59-00-fix/net/sunrpc/clnt.c	2003-01-19 23:01:09.000000000 +0100
@@ -113,8 +113,8 @@
 			"/%s/clnt%p", clnt->cl_protname, clnt);
 	clnt->cl_dentry = rpc_mkdir(clnt->cl_pathname, clnt);
 	if (IS_ERR(clnt->cl_dentry)) {
-		printk(KERN_INFO "RPC: Couldn't create pipefs entry %s\n",
-				clnt->cl_pathname);
+		printk(KERN_INFO "RPC: Couldn't create pipefs entry %s, error %ld\n",
+				clnt->cl_pathname, PTR_ERR(clnt->cl_dentry));
 		goto out_no_path;
 	}
 	if (!rpcauth_create(flavor, clnt)) {

  reply	other threads:[~2003-01-19 21:56 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-19 21:39 Martin Josefsson
2003-01-19 22:05 ` Trond Myklebust [this message]
2003-01-19 22:50   ` Martin Josefsson
2003-01-19 23:22     ` Martin Josefsson
2003-01-19 23:24     ` Trond Myklebust
2003-01-20  0:17       ` Martin Josefsson
2003-01-20  1:00         ` Trond Myklebust
2003-01-20  1:17           ` Martin Josefsson
2003-01-20  1:20             ` Trond Myklebust
2003-01-20  1:26               ` Martin Josefsson
2003-01-20  1:34 ` Trond Myklebust
2003-01-20  1:50   ` Martin Josefsson
2003-01-20  2:01     ` Trond Myklebust
2003-01-20  2:17       ` Martin Josefsson

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=15915.8496.899499.957528@charged.uio.no \
    --to=trond.myklebust@fys.uio.no \
    --cc=gandalf@wlug.westbo.se \
    --cc=linux-kernel@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®