• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue Backspace key doesn't work when logged in chroot account

J.Wick

Regular Pleskian
Server operating system version
Rocky Linux 8.7 (Green Obsidian)
Plesk version and microupdate number
Plesk Obsidian Version 18.0.51 Update #1
Regular /bin/bash users work fine, it's when going to the /bin/bash(chrooted) user the backspace key doesn't work, it keeps adding another space like the space bar.

I've looked online for a solution, nothing is working. Any suggestions?
 
Regular /bin/bash users work fine, it's when going to the /bin/bash(chrooted) user the backspace key doesn't work, it keeps adding another space like the space bar.

I've looked online for a solution, nothing is working. Any suggestions?

Had exactly the same behavior with backspace adding an extra space instead of deleting the last character in Ubuntu 20.04 + Bash 5.0

Resolved with:
  1. copy /lib/terminfo to /var/www/vhosts/chroot/lib/terminfo
  2. copy /usr/share/terminfo/ to /var/www/vhosts/chroot/usr/share/terminfo/
  3. copy /etc/inputrc to /var/www/vhosts/chroot/etc/inputrc
  4. apply changes with update-chroot.sh --apply all
  5. log in into chrooted env again
 
Back
Top