Patrick McNeil changed bug 1206500
What Removed Added
CC   patrick.mcneil@umontreal.ca

Comment # 13 on bug 1206500 from
Accounts using tcsh as the login shell are okay, only bash login shell causes
problems.

Setting verbose in /etc/profile.d/openssh-dbus.sh shows variables that are set,
but that are on two lines (the last line being a single closing brace "}"), so
this single character is probably being attempted to be set as an environment
variable (which does not work).
The resulting environment variables are set incorrectly (ie: missing final
brace).
The variables being set on my instance are: BASH_FUNC_module%%, BASH_FUNC_mc%%,
and BASH_FUNC_ml%%.  These are the only variables with the BASH_FUNC_ prefix.
Removing these packages (Lmod and MC: 'zypper remove lua-lmod mc') eliminates
the error.


You are receiving this mail because: