Bug 815727
Summary: | /etc/fstab parser is confused by dead symlinks | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jan Willies <jan> |
Component: | systemd | Assignee: | systemd-maint |
Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 17 | CC: | johannbg, ken, lpoetter, metherid, mschmidt, notting, plautrba, systemd-maint |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-01-14 21:04:02 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
Jan Willies
2012-04-24 11:32:04 UTC
I had a dead symlink /etc/systemd/system/remote-fs.target.wants/home-jan-server.automount lying around, which confused systemd. After removing that symlink and reloading systemd, it actually works fine. Were there any complaints logged from systemd in /var/log/messages about the symlink? no, none. I discovered it myself with find /etc -name ... This seems to be a serious bug. what is the recovery for this? a reboot? That's what I have to do. is there some command to run that will do this? If you don't fix the bug, please document a workaround. I think also it should reread /etc/fstab when one leaves the emergency mode shell. Or why not inotify /etc/fstab and reread it when it changes. Unit files in /etc (even if they are in a .wants/ subdir) take precedence over fstab, so I guess everything was handled correctly here. Closing. |