[Bug 1207757] New: DBus error on SSH login caused by mc package
http://bugzilla.opensuse.org/show_bug.cgi?id=1207757 Bug ID: 1207757 Summary: DBus error on SSH login caused by mc package Classification: openSUSE Product: openSUSE Distribution Version: Leap 15.4 Hardware: Other OS: openSUSE Leap 15.4 Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem Assignee: screening-team-bugs@suse.de Reporter: igor.jasan@lbv.nrw.de QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- The following error message appears when logging into a openSUSE Leap 15.4 and SLES 15 SP4 machine via SSH (Putty). The message does not appear when logging in via a console. dbus-update-activation-environment: warning: error sending to systemd: org.freedesktop.DBus.Error.InvalidArgs: Invalid environment assignments An investigation has shown that the problem is caused by the 'mc' package. # dbus-update-activation-environment --systemd --all --verbose ... <<< deleted some output >>> ... dbus-update-activation-environment: setting BASH_FUNC_mc%%=() { . /usr/share/mc/mc-wrapper.sh } dbus-update-activation-environment: setting _=/usr/bin/dbus-update-activation-environment dbus-update-activation-environment: warning: error sending to systemd: org.freedesktop.DBus.Error.InvalidArgs: Invalid environment assignments # rpm -qf /usr/share/mc/mc-wrapper.sh mc-4.8.27-bp154.1.50.x86_64 The error message is suppressed if lines 7 to 10 in the /etc/profile.d/mc.sh file are commented out: # cat -n /etc/profile.d/mc.sh 1 # Don't define aliases in plain Bourne shell 2 [ -n "${BASH_VERSION}${KSH_VERSION}${ZSH_VERSION}" ] || return 0 3 mc() 4 { 5 . /usr/share/mc/mc-wrapper.sh 6 } 7 #if [ -n "$BASH_VERSION" ] 8 #then 9 # export -f mc 10 #fi -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1207757 http://bugzilla.opensuse.org/show_bug.cgi?id=1207757#c1 Andreas Stieger <Andreas.Stieger@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |Andreas.Stieger@gmx.de Resolution|--- |DUPLICATE --- Comment #1 from Andreas Stieger <Andreas.Stieger@gmx.de> --- see bug 1206500 *** This bug has been marked as a duplicate of bug 1206500 *** -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com