Page Up/Down keys in bash history in xterm stopped working after an upgrade to Fedora 11.
I get the "~" character printed instead.
I had the same problem in Ubuntu, which was fixed by putting the following in /etc/inputrc
"\e[5~": beginning-of-history
"\e[6~": end-of-history
But it doesn't work in Fedora...