You are not logged in.
Updated bash and/or readline and get the error where bash is involved. Prevents login when bash is default shell. Is showing up on several package updates.
/usr/bin/bash: symbol lookup error: /usr/bin/bash: undefined symbol: rl_print_keybinding
Command executed incorrectly
I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.
Offline
bash and/or readline
"and", not "or"
The symbol is relatively new, https://lwn.net/Articles/1029079/
pacman -Qikk bash readline
ldd /usr/bin/bash | grep readl
Offline