Failed to expire automount, ignoring: No such device

Open
#6,776 19 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Feature
Clarity
Needs clarification
Activity status
Quiet
Tech stack
linux

Research direction

The report names no source files, tests, or entry points; begin by reproducing the repeated automount and NFS unmount messages from the supplied journal. Determine the intended quieter behavior and document a reproducible test showing that failed automount expiration no longer produces unnecessary complaints.

Written by the indexing model from the issue text.

Description

needs-reporter-feedback ❓ pid1
Submission type
  • Request for enhancement (RFE)
systemd version the issue has been seen with

234

Used distribution

ALT Linux Sisyphus

Here is small part of my laptop's journal:

2017-09-08T20:27:07.022827+07:00 thinkpad systemd[1]: Unmounting NFS share on nas:/music...
2017-09-08T20:27:07.142875+07:00 thinkpad systemd[1]: mnt-nas-music.mount: Mount process exited, code=exited status=16
2017-09-08T20:27:07.143830+07:00 thinkpad systemd[1]: Failed unmounting NFS share on nas:/music.
2017-09-08T20:27:07.144470+07:00 thinkpad systemd[1]: Failed to expire automount, ignoring: No such device
2017-09-08T20:47:07.772585+07:00 thinkpad systemd[1]: Unmounting NFS share on nas:/music...
2017-09-08T20:47:07.870145+07:00 thinkpad systemd[1]: mnt-nas-music.mount: Mount process exited, code=exited status=16
2017-09-08T20:47:07.871263+07:00 thinkpad systemd[1]: Failed unmounting NFS share on nas:/music.
2017-09-08T20:47:07.872033+07:00 thinkpad systemd[1]: Failed to expire automount, ignoring: No such device
2017-09-08T21:07:08.524780+07:00 thinkpad systemd[1]: Unmounting NFS share on nas:/music...
2017-09-08T21:07:08.638970+07:00 thinkpad systemd[1]: mnt-nas-music.mount: Mount process exited, code=exited status=16
2017-09-08T21:07:08.640148+07:00 thinkpad systemd[1]: Failed unmounting NFS share on nas:/music.
2017-09-08T21:07:08.640841+07:00 thinkpad systemd[1]: Failed to expire automount, ignoring: No such device
2017-09-08T21:27:09.276683+07:00 thinkpad systemd[1]: Unmounting NFS share on nas:/music...
2017-09-08T21:27:09.378902+07:00 thinkpad systemd[1]: mnt-nas-music.mount: Mount process exited, code=exited status=16
2017-09-08T21:27:09.379798+07:00 thinkpad systemd[1]: Failed unmounting NFS share on nas:/music.
2017-09-08T21:27:09.380562+07:00 thinkpad systemd[1]: Failed to expire automount, ignoring: No such device
2017-09-08T21:36:56.380594+07:00 thinkpad systemd[1]: mnt-nas-homes.automount: Got automount request for /mnt/nas/homes, triggered by 8700 (firefox-bin)
2017-09-08T21:36:56.383589+07:00 thinkpad systemd[1]: Mounting NFS share on nas:/homes...
2017-09-08T21:36:56.483934+07:00 thinkpad systemd[1]: Mounted NFS share on nas:/homes.

Most of journal's records is just complains about failed unmounting of automount units. Is it way to make these units more quiet?

Dominant language
C
Stars
16.7k
Forks
4.7k
Avg merge
1d 6h
Merged PRs (30d)
140

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from systemd/systemd

All issues in systemd/systemd

Similar issues

More C issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.