Comment 22 for bug 1070677

Revision history for this message
Darrell Duane (dduane) wrote :

I had this problem on Fedora 19 after upgrading packages. Fedora 19 after install worked fine, but then would hang showing
Starting Sendmail Mail Transport Client...

I'm running the Linux Kernel 3.11.7-200

[d@hena boot]$ lspci | grep VGA
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV370 [Radeon X600/X600 SE]

I was also able to fix the problem by installing lightdm:

 sudo yum -y install lightdm-gtk
# sudo systemctl disable gdm.service
# sudo systemctl enable lightdm.service
# sudo reboot