添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
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 [email protected] 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.
Description of problem:
When normal user(not root) changes password by using the 'passwd' command, the syslog will output:
May 25 18:48:18 xxx gnome-keyring-daemon[1577]: couldn't connect to dbus session bus: Cannot autolaunch D-Bus without X11 $DISPLAY
May 25 18:48:18 xxx gnome-keyring-daemon[1577]: couldn't connect to dbus session bus: Cannot autolaunch D-Bus without X11 $DISPLAY
Version-Release number of selected component (if applicable):
kernel-3.10.0-1127.el7.x86_64
gnome-shell-3.28.3-24.el7.x86_64
gnome-keyring-3.28.2-1.el7.x86_64
libgnome-keyring-3.12.0-1.el7.x86_64
gnome-keyring-pam-3.28.2-1.el7.x86_64
How reproducible:
Normal user who doesn't login the Gnome session changes the password by command 'passwd' in OS which Gnome environment is installed. 
Steps to Reproduce:
1. Normal user who doesn't login the Gnome session.
2. Using the command 'passwd' in local console or remote terminal.
3. Check the syslog.
Actual results:
May 25 18:48:18 xxx gnome-keyring-daemon[1577]: couldn't connect to dbus session bus: Cannot autolaunch D-Bus without X11 $DISPLAY
May 25 18:48:18 xxx gnome-keyring-daemon[1577]: couldn't connect to dbus session bus: Cannot autolaunch D-Bus without X11 $DISPLAY
Expected results:
No outputs.
Additional info:
In my customer's environment is RHEL 7.4(case 02653431) , and I can reproduce this issue in RHEL 7.8 . I and customer also think this output is noisy even it's harmless.
gnome-keyring-daemon requires a dbus session bus, and if one is not available, a bus is autolaunched as a fallback. If the autolaunch fails, and a dbus session bus could not be launched, the warning is printed, because the keyrin passwor dis then not updated (which is undesirable. The warning is appropriate to the severity of the problem and not noisy.