Comment # 1 on bug 916737 from
autofs on boot is solved: autofs was not enabled by me, sorry.

autofs on suspend is not solved:

NetworkManager should execute
/etc/NetworkManager/dispatcher.d/autofs
which in turn should restart autofs.

But although NetworkManager logs

"Feb 07 13:55:01 moby.o2.box NetworkManager[806]: <info> (enp0s25): link
connected"

and I added a logger line in autofs sccript to the case of network link goes
up:
---
case "$2" in
    up)
        logger "NetworkManager network link is up, test autofs service"
---
it never gets there / doesn't log it.

But it did get to
---
   *)
        logger "NetworkManager network link is down?"
---
on closing the lid:
"Feb 07 13:54:53 moby.o2.box logger[1812]: NetworkManager network link is
down?"

But while booting NetworkManager did execute the autofs script on network link
going up.

So the question is, why is NetworkManager not executing autofs script after
waking up from suspend?


You are receiving this mail because: