Bug ID 916737
Summary autofs is inactive / dead after boot and after suspend (closed lid on laptop), regression to openSUSE 12.3
Classification openSUSE
Product openSUSE Distribution
Version 13.2
Hardware x86-64
OS openSUSE 13.2
Status NEW
Severity Normal
Priority P5 - None
Component Network
Assignee bnc-team-screening@forge.provo.novell.com
Reporter frerk.meyer@gmx.de
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

In OpenSUSE 12.3 I mounted several nfs v3 shares on two laptops via autofs with
success, even after suspend with a closed lid.

In OpenSUSE 13.2 this stopped working. After each boot and after opening the
lid after suspend the autofs service is inactive / dead and has to be restarted
manually as root.

Example session:

<after booting, logged in as root to kde4>
moby:~ # service autofs status
autofs.service - Automounts filesystems on demand
   Loaded: loaded (/usr/lib/systemd/system/autofs.service; disabled)
   Active: inactive (dead)
     Docs: man:automount(8)
           man:autofs(5)

moby:~ # service autofs start
moby:~ # service autofs status
autofs.service - Automounts filesystems on demand
   Loaded: loaded (/usr/lib/systemd/system/autofs.service; disabled)
   Active: active (running) since Sat 2015-02-07 12:35:47 CET; 1s ago
     Docs: man:automount(8)
           man:autofs(5)
  Process: 3011 ExecStart=/usr/sbin/automount ${AUTOFS_OPTIONS} -p
/var/run/automount.pid (code=exited, status=0/SUCCESS)
 Main PID: 3013 (automount)
   CGroup: /system.slice/autofs.service
           ������3013 /usr/sbin/automount  -p /var/run/automount.pid
<closing lid, going in suspend>
<waiting until power is in standby>
<opening the lid again, unlocking screen>
moby:~ # service autofs status
autofs.service - Automounts filesystems on demand
   Loaded: loaded (/usr/lib/systemd/system/autofs.service; disabled)
   Active: inactive (dead)
     Docs: man:automount(8)
           man:autofs(5)

Versions:
NAME=openSUSE
VERSION="13.2 (Harlequin)"
VERSION_ID="13.2"
PRETTY_NAME="openSUSE 13.2 (Harlequin) (x86_64)"

Information for package autofs:
-------------------------------
Repository: Haupt-Repository (OSS)
Name: autofs
Version: 5.1.0-2.1.3
Arch: x86_64
Vendor: openSUSE
Installed: Yes
Status: up-to-date

Information for package nfs-client:
-----------------------------------
Repository: Haupt-Repository (OSS)
Name: nfs-client
Version: 1.3.0-4.2.1
Arch: x86_64
Vendor: openSUSE
Installed: Yes
Status: up-to-date

I tried reinstalling autofs and didn't configure any of my network shares with
the same result (inactive / dead).
/etc/sysconfig/autofs was missing (reported in another bug). I copied mine from
a working 12.3 version.
Manual nfs v3 mount didn't succeed du to running gssd (reported in another bug)
so I killed the gssd and manual mounting without autofs and with autofs
succeeds.

I use NetworkManager on a wired connection. NAS with NFS is on the same subnet.

It all worked in OpenSUSE 12.3 and does this on my wifes laptop currently so it
is a regression. I have to update because maintance of 12.3 is discontinued.
Please make autofs work on 13.2 again.


You are receiving this mail because: