Bug 883940
| Summary: | Cannot boot after setting up NFS | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Braden McDaniel <braden> |
| Component: | dracut | Assignee: | dracut-maint |
| Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | urgent | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 18 | CC: | dracut-maint, harald, jonathan |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-12-12 16:14:47 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Braden McDaniel
2012-12-05 15:46:51 UTC
$ egrep '^nfsnobody:' /etc/passwd nfsnobody:x:65534:65534:Anonymous NFS User:/var/lib/nfs:/sbin/nologin Can you check, that on the NFS root this is in passwd? Booting using a LiveCD: # egrep '^nfsnobody:' /mnt/root/etc/passwd nfsnobody:x:65534:65534:Anonymous NFS User:/var/lib/nfs:/sbin/nologin Fedora does not support root on NFS officially, because NFS has no "capabilities", AFAIK.
Do you use NFSv4? Did you set your nfs domain via the kernel command line?
$ man dracut.cmdline
rd.nfs.domain=<NFSv4 domain name>
Set the NFSv4 domain name. Will overwrite the settings in /etc/idmap.conf.
I'm not mounting / as NFS. I'm mounting home directories using NFS. Yes, I'm using NFSv4. I have not set my NFS domain on the kernel command line. Is that something I'd need to do when I'm not mounting / as NFS? I started from scratch, reinstalling the F18 Beta from the LiveCD. I have NFS working and I have not run into this again. So, closing for now. If I hit the problem again, I'll reopen (hopefully with more information). |