I've changed the Unit files for the mount and automount points and will
see if this was the cause of the unit ordering issue.  I commented out
the Requires= files and just left the After= files to create a softer
dependency tree.

```
''# cat mnt-xbmc\\x2ddata.mount''

[Unit]
Description=mount cifs \\xbmc\data to /mnt/xbmc-data
#Requires=network-online.target nss-lookup.target systemd-resolved.service
After=remote-fs-pre.target network-online.target nss-lookup.target 
systemd-resolved.service

[Mount]
Where=/mnt/xbmc-data
What=//xbmc/data
Type=cifs
Options=credentials=/etc/samba/xbmc-smbuser.cred

[Install]
WantedBy=multi-user.target
```


```
''root@htpc:/etc/systemd/system# cat mnt-xbmc\\x2ddata.automount''

[Unit]
Description=automount cifs \\xbmc\data to /mnt/xbmc-data
#Requires=remote-fs-pre.target
After=remote-fs-pre.target network-online.target nss-lookup.target 
systemd-resolved.service

[Automount]
Where=/mnt/xbmc-data
TimeoutIdleSec=0

[Install]
WantedBy=remote-fs.target
```

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2055806

Title:
  sshd.service ssh.socket systemd-tmpfiles-setup:Before= - Missing
  privilege separation directory: /run/sshd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/2055806/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to