• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

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