There is a wrong symbolic link in the main ispell package. The wrong link is "/usr/lib/ispell/english.hash". It points to "amercan.med+.hash" instead it should I think point to "americanmed+.hash" cause the former doesn't exist.
Fixed in ispell-3.1.20-22.
Commit pushed to master at https://github.com/openshift/origin https://github.com/openshift/origin/commit/107155bc27ca5652a5eefc1309a99127551550ed [Bug 4959] sample-app/cleanup.sh: fix usage of not-installed killall command. killall command doesn't present inside VM in our Vagrant setup. I've replaced it with pkill command (also I've updated the docs).