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.