I couldn't find my report so I'm posting again to respond. The delete key sends the code ^[[3~ instead of ^?. On a fresh redhat 6.2 install delete does a delete forward in the local host. However if I telnet somewhere the delete beeps and makes a ~. Same thing on my old redhat machine that I upgraded a few versions to redhat 6.2 finally. By the way, I normally use zsh not bash. Things seemed to have changed from redhat 6.1. Joe
That's a feature. ;) We modified the termcaps to be more consistent everywhere (get the same code no matter whether you're on the console or in an xterm), eliminating the need for some hacks. The old termcaps are broken; there was no fully compatible way to fix this. Possible fixes are updating the termcaps and ncurses libraries on the 6.1 box and adding a ~/.termcap file on the 6.1 box.
So basically if I don't make a binding for ^[[3~ in my current shell, I can't use the delete key? Can you tell me what to put in .termcap to make delete send a '^?' ? Would be cool for the backspace key too for that matter. Joe
Commit pushed to master at https://github.com/openshift/origin https://github.com/openshift/origin/commit/86f064fc2f1dcc82d32b6d4ff31d1117e7806342 Display warning instead of error if ports 80/443 in use Display warnings if ports 80 and/or 443 are already in use instead of an error, as these ports are only needed for routing requests to the applications Fixes issue #10665 and replaces pull request #10717