[systemd-bugs] [Bug 71483] Issues during boot with automounts

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Nov 11 20:17:25 PST 2013


https://bugs.freedesktop.org/show_bug.cgi?id=71483

--- Comment #7 from David Strauss <david at davidstrauss.net> ---
Here are the unit files that should work fine. One thing I've newly noticed is
that manually starting the automount from SSH not only makes it start fine; it
also starts properly on its own during subsequent boots.

These are not the ones that hang. I'll post those, too.

I have 12 of these: var-tmp-1 through var-tmp-12



[root at systemd-f19 ~]# cat /etc/systemd/system/var-tmp-1.automount
[Unit]
Description=test automounter 1

[Automount]
Where=/var/tmp/1
DirectoryMode=0770

[Install]
WantedBy=multi-user.target



[root at systemd-f19 ~]# cat /etc/systemd/system/var-tmp-1.mount
[Unit]
Requires=var-tmp-1.automount
After=var-tmp-1.automount

[Mount]
What=/usr/bin
Where=/var/tmp/1
Options=bind



[root at systemd-f19 ~]# systemctl status var-tmp-3.automount
var-tmp-3.automount - test automounter 3
   Loaded: loaded (/etc/systemd/system/var-tmp-3.automount; enabled)
   Active: failed (Result: resources)
    Where: /var/tmp/3

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20131112/824fac4e/attachment.html>


More information about the systemd-bugs mailing list