|
Bugzilla – Full Text Bug Listing |
| Summary: | AutoFS: init script dependency between autofs, rpcbind, portmap and nfs | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 12.1 | Reporter: | Leonardo Chiquitto <lchiquitto> |
| Component: | Basesystem | Assignee: | Leonardo Chiquitto <lchiquitto> |
| Status: | VERIFIED WONTFIX | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | bruno, forgotten_-UpQBLGEK9, kletzli, lnussel, nfbrown |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | openSUSE 12.1 | ||
| Whiteboard: | |||
| Found By: | Community User | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Leonardo Chiquitto
2012-01-20 19:37:00 UTC
Also think about the needed deps for a full systemd enabled system. I think making them "Should-start" would be adequate. Then if nfs isn't installed, autofs will still work. But yes: I think we need this extra dependency. I don't really know what the issues would be with systemd... (In reply to comment #2) > I think making them "Should-start" would be adequate. > Then if nfs isn't installed, autofs will still work. If I understand correctly, adding to "Should-start" won't help in this case because, when nfs is not enabled in insserv, it won't be started. I wonder if the only way out is to document this somewhere and live with it. /etc/init.d/autofs already has all necessary dependencies. There's nothing you can do in the autofs package. In case the admin manually adds maps that contain nfs volumes he has to know that he also needs to manually enable the nfs service (which hard requires to enable the portmapper). If automounter maps come through nis the yast nis module takes care of enabling the necessary services. What's missing is an autofs yast module to assist manual configuration. The existing module seem to only work with ldap. 12.1 is long gone. |