No contribs are installed and no unusual configuration changes: just standard items like adding a couple of user IDs and an ibay, changing the Samba workgroup name; all changes made through the web configuration interface. As for updates listed, I'll have to do a fresh install and get back to you with the complete list of updates that are displayed on the web management interface at that stage. I guess I can install those one at time until it fails if that would help narrow things down more.
This is the 2nd install of SME 8.0 I've done, and the other machine (with a somewhat newer motherboard, but also has an nForce chipset) is working fine, which is what led me to suspect a hardware incompatibility.
Edit: After a fresh install off the CD, here is the complete list of packages displayed when I go to
Configuration > Software installer on the SME web management console. The default settings here are
Check for updates: Enabled, Manage individual packages: Disabled. I click the button labeled
Install available updates and get the following list of packages:
bind-libs.i386 30:9.3.6-20 P1.el5_8.1 - smeupdates
bind-utils.i386 30:9.3.6-20 P1.el5_8.1 - smeupdates
e2fsprogs-libs.i386 1.39-34.el5_8.1 - updates
expat.i386 1.95.8-11.el5_8 - updates
httpd i386 2.2.3-65.el5.centos - smeupdates
kernel.i686 2.6.18-308.11.1.el5 - updates
libtiff.i386 3.8.2-15.el5_8 - updates
logrotate.i386 3.7.4-14 - smeupdates
man.i386 1.6d-3.el5 - smeupdates
mod_ssl.i386 1:2.2.3-65.el5.centos - smeupdates
openssl.i686 0.9.8e-22.el5_8.4 - smeupdates
postgresql-libs.i386 8.1.23-5.el5.el5_8 - updates
python-libs.i386 8.1.23-5.el5_8 - updates
python.i386 2.4.3-46.el5_8.2 - updates
tzdata.i386 2012c-1.el5 - smeupdates
This list appears to be the same as what I would get by entering
yum list updates from the command line. (incidentally, I get "error: rpmdb: damaged header #83 retrieved -- skipping." just before it outputs the above list... should I be concerned about that?) Given jader's comment above, are there any packages displayed there that are non-standard and should be skipped? So far, I have installed only the
kernel.i686 2.6.18-308.11.1.el5 - updates package. That, at least seems to not be causing any issues.
On a related note, I found
this page, and using the command
rpm -qa --last | more gets me a date/time sorted list. I was thinking maybe I could use
yum remove <packagename> to back out any of these updates after I trip over the one(s) causing my issue. Is that feasible or am I off-base?