First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 41759
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Network Filesystems <net-fs@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Raimund Specht <raimund@spemaus.de>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 41759 depends on: Show dependency tree
Bug 41759 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-02-16 02:09 0000
portmap-5b-r8 introduces a new patch (portmap-4.0-rpc_user.patch) that makes
portmap to try to setuid() to a user "rpc", and, if no such user exists, to the
default user "bin".

I use NFS to mount 3 network filesystems on my system. Since I've upgraded to
portmap-5b-r8, I see a one minute delay between the first and the next two NFS
mounts.

Solution:
Add a user "rpc" in /etc/passwd (perhaps as an alias for "bin").
Even better: The ebuild should create that user.

------- Comment #1 From gatto 2004-03-02 13:12:03 0000 -------
This was annoying me too so I added the following patch to the
portmap-5b-r8.ebuild to shutup portmap's whining in my logs. portmap uses port
111, which is verified by /etc/services, and 111 doesn't seem to conflict with
anything else on my system, so:

+
+pkg_postinst() {
+       enewgroup rpc 111
+       enewuser rpc 111 /bin/false /dev/null rpc
+}

------- Comment #2 From Paul Cassidy 2004-03-02 16:19:14 0000 -------
*** Bug 43543 has been marked as a duplicate of this bug. ***

------- Comment #3 From Mr. Bones. 2004-06-15 12:03:12 0000 -------
*** Bug 53997 has been marked as a duplicate of this bug. ***

------- Comment #4 From Aron Griffis (RETIRED) 2004-08-01 21:25:01 0000 -------
all set now, thanks.  I didn't bump the revision because it looks like robbat2
is in the middle of some changes already in there, but I added the pkg_postinst
suggested by gatto.

First Last Prev Next    No search results available      Search page      Enter new bug