Still no joy. Outputs from the commands you listed:
[root@hive log]# pgrep -lf klogd
21461 klogd -x -c 4
[root@hive log]# pgrep -lf syslogd
21459 syslogd -m 0
[root@hive log]# lsof -p $(pgrep -f syslog) -a +D /var/log
[root@hive log]# lsof -p $(pgrep -f syslogd)
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
syslogd 21459 root cwd DIR 253,0 4096 2 /
syslogd 21459 root rtd DIR 253,0 4096 2 /
syslogd 21459 root txt REG 253,0 35696 14829486 /sbin/syslogd
syslogd 21459 root mem REG 253,0 1481808 16859053 /lib/libc-2.3.6.so
syslogd 21459 root mem REG 253,0 46640 16859091 /lib/libnss_files-2.3.6.so
syslogd 21459 root mem REG 0,0 0 [vdso] (stat: No such file or directory)
syslogd 21459 root mem REG 253,0 126576 16859051 /lib/ld-2.3.6.so
[root@hive log]# df /var/log
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/vg00-lv00
73545144 59080680 10668292 85% /
[root@hive log]# dmesg | grep syslog
audit(1151150355.645:2): avc: denied { read } for pid=2204 comm="syslogd" nam
e="services" dev=dm-0 ino=14567535 scontext=system_u:system_r:syslogd_t tcontext
=root
bject_r:tmp_t tclass=file
[root@hive log]# ps -p 2204
PID TTY TIME CMD
I rebooted using the previous kernel (2.6.15-1.1833_FC4smp) and it made no difference.
I watched the boot process and nothing significant failed suring bootup (vmware and nagios was complaining about a lock file).
Starting system logger [OK]
Starting kernel logger [OK]
Going to switch back to the normal kernel.