NOTE: this question is in regards to a "science project", in which we are not using SME 7.5.x as designed. This is only a test on vm, so don't panic. That said, your help is sincerely encouraged.
I need to install GUI to provide a gui driver to support another application that requires a frame buffer. I attempted an install of Gnome, as follows:
yum install metacity gnome-desktop gnome-session gnome-terminal
Things zoomed along famously until the header for redhat logos was requested. All of the mirrors responded with a 404, and the yum process aborted on the "no more mirrors to try" error. For example:
http://mirror.stanford.edu/yum/pub/centos/4.8/os/i386/RPMS/redhat-logos-1.1.26-1.centos4.4.noarch.rpm: [Errno 14] HTTP Error 404: Not Found
Trying other mirror.
I see that yum is searching the path ".../centos/4.8/os/i386/RPMS". However, the path shown in a web browser for the same mirror is ".../centos/4.8/os/i386/CentOS/RPMS/".
Note the extra "CentOS" element preceding "/RPMS/" in the latter snippet.
Why might that be?