RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1689469 - [autofs] The log no longer print PID of automount process
Summary: [autofs] The log no longer print PID of automount process
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: autofs
Version: 8.0
Hardware: Unspecified
OS: Unspecified
low
medium
Target Milestone: rc
: 8.1
Assignee: Ian Kent
QA Contact: Kun Wang
URL:
Whiteboard:
Depends On: 1599516 1681956
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-03-16 00:23 UTC by Ian Kent
Modified: 2020-11-14 12:49 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1599516
Environment:
Last Closed: 2019-11-05 22:31:56 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Patch - remove autofs4 module load code (5.46 KB, patch)
2019-04-23 00:28 UTC, Ian Kent
no flags Details | Diff
Patch - add NULL check in prepare_attempt_prefix() (1010 bytes, patch)
2019-04-23 00:29 UTC, Ian Kent
no flags Details | Diff
Patch - update build info with systemd (948 bytes, patch)
2019-04-23 00:30 UTC, Ian Kent
no flags Details | Diff
Patch - use flags for startup boolean options (6.34 KB, patch)
2019-04-23 00:36 UTC, Ian Kent
no flags Details | Diff
Patch - move close stdio descriptors to become_daemon() (3.18 KB, patch)
2019-04-23 00:38 UTC, Ian Kent
no flags Details | Diff
Patch - add systemd service command line option (4.49 KB, patch)
2019-04-23 00:40 UTC, Ian Kent
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2019:3639 0 None None None 2019-11-05 22:31:59 UTC

Comment 1 Ian Kent 2019-04-23 00:28:20 UTC
Created attachment 1557299 [details]
Patch - remove autofs4 module load code

Dependant patch, to remain consistent with upstream.

Comment 2 Ian Kent 2019-04-23 00:29:30 UTC
Created attachment 1557300 [details]
Patch - add NULL check in prepare_attempt_prefix()

Comment 3 Ian Kent 2019-04-23 00:30:28 UTC
Created attachment 1557301 [details]
Patch - update build info with systemd

Comment 4 Ian Kent 2019-04-23 00:36:48 UTC
Created attachment 1557316 [details]
Patch - use flags for startup boolean options

Comment 5 Ian Kent 2019-04-23 00:38:39 UTC
Created attachment 1557317 [details]
Patch - move close stdio descriptors to become_daemon()

Comment 6 Ian Kent 2019-04-23 00:40:43 UTC
Created attachment 1557318 [details]
Patch - add systemd service command line option

Comment 9 Kun Wang 2019-06-17 07:39:04 UTC
Verified based on below test result:

##################################
#     autofs-5.1.4-29.el8        #
##################################
:: [ 02:59:24 ] :: [   PASS   ] :: Running 'ls $masterLocalMp/$subLocalMp' (Expected 0, got 0)
--------------------------------------------------------------------------------
[02:59:24 root@ ~~]# cat /var/log/messages | grep "automount\[[0-9]\+\]" 
:: [ 02:59:24 ] :: [   FAIL   ] :: Running 'cat /var/log/messages | grep "automount\[[0-9]\+\]" ' (Expected 0, got 1)

##################################
#     autofs-5.1.4-35.el8        #
##################################
:: [ 03:27:02 ] :: [   PASS   ] :: Running 'ls $masterLocalMp/$subLocalMp' (Expected 0, got 0)  
Jun 17 03:27:02 hp-dl360g9-07 automount[20447]: mount_mount: mount(bind): mounted /lctest1599516 type bind on /root/lc1599516/lctest
Jun 17 03:27:02 hp-dl360g9-07 automount[20447]: dev_ioctl_send_ready: token = 23
Jun 17 03:27:02 hp-dl360g9-07 automount[20447]: mounted /root/lc1599516/lctest
:: [ 03:27:03 ] :: [   PASS   ] :: Running 'cat /var/log/messages | grep "automount\[[0-9]\+\]" ' (Expected 0, got 0)

Comment 11 errata-xmlrpc 2019-11-05 22:31:56 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2019:3639


Note You need to log in before you can comment on or make changes to this bug.