Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.kernel > #67306 > unrolled thread

Bug#962788: rpc.idmapd[9725]: main: open(/run/rpc_pipefs/nfs): No such file or directory

Started byHarald Dunkel <harri@afaics.de>
First post2020-06-14 07:50 +0200
Last post2021-02-18 12:00 +0100
Articles 5 — 3 participants

Back to article view | Back to linux.debian.kernel


Contents

  Bug#962788: rpc.idmapd[9725]: main: open(/run/rpc_pipefs/nfs): No such file or directory Harald Dunkel <harri@afaics.de> - 2020-06-14 07:50 +0200
    Re: Bug#962788: rpc.idmapd[9725]: main: open(/run/rpc_pipefs/nfs): No  such file or directory Harald Dunkel <harri@afaics.de> - 2020-06-14 08:20 +0200
    Bug#962788:  David Roundy <daveroundy@gmail.com> - 2021-02-16 23:10 +0100
      Re: Bug#962788: Harald Dunkel <harald.dunkel@aixigo.com> - 2021-02-17 09:10 +0100
      Bug#962788:  Harald Dunkel <harald.dunkel@aixigo.com> - 2021-02-18 12:00 +0100

#67306 — Bug#962788: rpc.idmapd[9725]: main: open(/run/rpc_pipefs/nfs): No such file or directory

FromHarald Dunkel <harri@afaics.de>
Date2020-06-14 07:50 +0200
SubjectBug#962788: rpc.idmapd[9725]: main: open(/run/rpc_pipefs/nfs): No such file or directory
Message-ID<AhtGN-6VB-3@gated-at.bofh.it>
Package: nfs-common
Version: 1:1.3.4-2.1

Running "/etc/init.d/nfs-common start" rpc.idmapd failed with

rpc.idmapd[9725]: main: open(/run/rpc_pipefs/nfs): No such file or directory

Ain't the startup script supposed to create this directory?

init is sysv


Regards
Harri

[toc] | [next] | [standalone]


#67307 — Re: Bug#962788: rpc.idmapd[9725]: main: open(/run/rpc_pipefs/nfs): No such file or directory

FromHarald Dunkel <harri@afaics.de>
Date2020-06-14 08:20 +0200
SubjectRe: Bug#962788: rpc.idmapd[9725]: main: open(/run/rpc_pipefs/nfs): No such file or directory
Message-ID<Ahu9P-7kx-1@gated-at.bofh.it>
In reply to#67306
PS: /etc/default/nfs-common says

NEED_STATD=yes
STATDOPTS="-n nasl006.example.com"
NEED_IDMAPD=yes
NEED_GSSD=
PIPEFS_MOUNTPOINT=/var/lib/rpc_pipefs

[toc] | [prev] | [next] | [standalone]


#69561 — Bug#962788:

FromDavid Roundy <daveroundy@gmail.com>
Date2021-02-16 23:10 +0100
SubjectBug#962788:
Message-ID<BJgHE-nu-11@gated-at.bofh.it>
In reply to#67306

[Multipart message — attachments visible in raw view] — view raw

I'm running into this bug also, and would love to know how to work around
it.

David Roundy

[toc] | [prev] | [next] | [standalone]


#69564 — Re: Bug#962788:

FromHarald Dunkel <harald.dunkel@aixigo.com>
Date2021-02-17 09:10 +0100
SubjectRe: Bug#962788:
Message-ID<BJq4h-76A-1@gated-at.bofh.it>
In reply to#69561
Actually I cannot say. I haven't seen this problem in a while. And
/etc/init.d/nfs-common start does

	PIPEFS_MOUNTPOINT=/run/rpc_pipefs
	:
	mkdir -p "$PIPEFS_MOUNTPOINT"
	:
	modprobe sunrpc nfs nfsd
	mount -t rpc_pipefs rpc_pipefs $PIPEFS_MOUNTPOINT

providing the expected /run/rpc_pipefs/nfs, as it seems.

Regards
Harri

[toc] | [prev] | [next] | [standalone]


#69570 — Bug#962788:

FromHarald Dunkel <harald.dunkel@aixigo.com>
Date2021-02-18 12:00 +0100
SubjectBug#962788:
Message-ID<BJPcl-6fR-1@gated-at.bofh.it>
In reply to#69561
Actually I cannot say. I haven't seen this problem in a while. And
/etc/init.d/nfs-common start does

	PIPEFS_MOUNTPOINT=/run/rpc_pipefs
	:
	mkdir -p "$PIPEFS_MOUNTPOINT"
	:
	modprobe sunrpc nfs nfsd
	mount -t rpc_pipefs rpc_pipefs $PIPEFS_MOUNTPOINT

providing the expected /run/rpc_pipefs/nfs, as it seems.

Regards
Harri

[toc] | [prev] | [standalone]


Back to top | Article view | linux.debian.kernel


csiph-web