Every single time I use sudo it hangs before completing
From @TheAndruu's answer to this question:
This happens if you change the hostname during the install process. To solve the problem, edit the file /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 [ADD_YOURS_HERE] ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 [ADD_YOURS_HERE]
I had exactly the same problem on Fedora 11 and this solved it.