Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 589758 - systemd remote-fs.target doesn't depend on network-online.target
Summary: systemd remote-fs.target doesn't depend on network-online.target
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo systemd Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-26 15:40 UTC by nikarul
Modified: 2016-07-26 15:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info output (emerge.txt,6.41 KB, text/plain)
2016-07-26 15:40 UTC, nikarul
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nikarul 2016-07-26 15:40:30 UTC
Created attachment 441650 [details]
emerge --info output

I recently switched from OpenRC to systemd, and my nfs share no longer mounts consistently at boot.  It appears to be caused by remote-fs.target not depending on network-online.target, or something similar to ensure the network is up before attempting to mount them.
Comment 1 Mike Gilbert gentoo-dev 2016-07-26 15:55:24 UTC
It's not supposed to Want or Require it.

Are you using systemd-networkd to configure your network interfaces? If so, run the following:

systemctl enable systemd-networkd-wait-online.service

If you are using a different method to configure the network, there is probably a similar service you can enable.