RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1209213 - NFS server fails to start at boot
Summary: NFS server fails to start at boot
Keywords:
Status: CLOSED DUPLICATE of bug 1171603
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: nfs-utils
Version: 7.3
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: rc
: ---
Assignee: Steve Dickson
QA Contact: Filesystem QE
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-04-06 17:24 UTC by David Jones
Modified: 2016-02-14 08:02 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-05-12 14:09:47 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description David Jones 2015-04-06 17:24:19 UTC
Description of problem:
After updating nfs-utils, NFS server fails to start at boot.


Version-Release number of selected component (if applicable):
Update from  1.3.0 to 1.3.0-0.8


How reproducible:


Steps to Reproduce:
1. Install update
2. reboot
3. systemctl status nfs-server

Actual results:
NFS service fails to start at boot, but can be started manually after boot.

Expected results:
NFS service starts at boot.

Additional info:
NFS started at boot before the update. After the update, journalctl shows:

Cannot add dependency job for unit nfs.target, ignoring: Unit nfs.target failed to load: No such file or directory.

The problem is that, when nfs-server was enabled originally, the link was placed in /etc/systemd/system/nfs.target.wants. The update removed nfs.target, so the service is never started.

Disabling and re-enabling re-links nfs-server to /etc/systemd/system/multi-user.target.wants. 

The update should have taken care of moving the link over, rather than just just leaving NFS in a broken state. It should have also removed the dead link  /etc/systemd/system/multi-user.target.wants/nfs.target.

Comment 2 Dave Wysochanski 2015-05-12 14:09:47 UTC

*** This bug has been marked as a duplicate of bug 1203765 ***

Comment 3 Brian J. Murrell 2015-08-17 12:21:04 UTC
Can we please not close tickets as duplicates of tickets that everyone else cannot see?  How are affected users supposed to be able to track a bug's status if it's in an access denied ticket?

Comment 4 Bill Muller 2016-02-08 22:38:09 UTC
So what is the status of 1203765 since it is marked private and I cannot access it but I have experienced the problem associated with the broken link?

Comment 5 Steve Dickson 2016-02-10 15:52:50 UTC
(In reply to Bill Muller from comment #4)
> So what is the status of 1203765 since it is marked private and I cannot
> access it but I have experienced the problem associated with the broken link?

CLOSED DUPLICATE of bug 1171603
bug 1171603 Status: CLOSED ERRATA which you should be able see.

Comment 6 Yongcheng Yang 2016-02-14 08:02:11 UTC

*** This bug has been marked as a duplicate of bug 1171603 ***


Note You need to log in before you can comment on or make changes to this bug.