Bug 812039 - netfs.service missing
Summary: netfs.service missing
Keywords:
Status: CLOSED DUPLICATE of bug 787314
Alias: None
Product: Fedora
Classification: Fedora
Component: systemd
Version: 17
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: systemd-maint
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-04-12 15:23 UTC by Frank Ch. Eigler
Modified: 2012-04-12 16:04 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-04-12 16:04:45 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Frank Ch. Eigler 2012-04-12 15:23:22 UTC
With a new f17-branched install, it does not seem possible to
auto-mount nfs directories at boot.  netfs.service does not
appear to exist - or at least be installed, and nothing else
appears to run mount -a, so I end up having to do it by hand.

Comment 1 Frank Ch. Eigler 2012-04-12 15:26:41 UTC
% rpm -q systemd
systemd-44-4.fc17.x86_64

Comment 2 Bill Nottingham 2012-04-12 15:30:17 UTC
netfs.service missing is intentional; this should be handled without it.

What's your fstab look like? Are you using /etc/init.d/network, or NetworkManager?

Comment 3 Frank Ch. Eigler 2012-04-12 15:43:39 UTC
% grep nfs /etc/fstab
super:/home	/home	nfs	defaults 0 0

Of /etc/init.d/network / NetworkManager, the VM's using whatever's default,
NetworkManager is running.

Comment 4 Bill Nottingham 2012-04-12 15:49:52 UTC
What happens if you do:

ln -s ../NetworkManager-wait-online.service /lib/systemd/system/remote-fs-pre-target.wants/NetworkManager-wait-online.service

?

Comment 5 Frank Ch. Eigler 2012-04-12 15:59:07 UTC
After creating the appropriate directory, the ensconced symlink
appears to have done the job, thanks!

Comment 6 Bill Nottingham 2012-04-12 16:04:45 UTC
OK, marking as a duplicate. This is https://bugzilla.redhat.com/show_bug.cgi?id=787314#c9 - I'll prod the NM team a little harder about this.

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


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