Could you please fill in your distro info in your profile?
Quote:
Originally Posted by saran_sai
eth0 : promiscuous mode enable
|
It's not an error but a message of the informative level. It means some application is changing the specs of your network device to be able to listen to all traffic. While promiscuous mode could point to security problems (like a sniffer), it is common for network measurement or traffic diagnostics apps to enable it. The "problem" is that there's two methods of enabling promiscuous mode: the "ifconfig way" and "libpcap membership". So detection should be done running both 'ifconfig' (or say 'ifpromisc' from Chkrootkit) and 'ip link show'. Rootkit Hunter also uses /proc/net/packet info to show you which applications run in promiscuous mode.
Quote:
Originally Posted by saran_sai
/etc/rc.d/rc.sysinit line 927 : 1448 Segmentation Fault
|
This could be related or not. What is shown between lines 917 and 937 of /etc/rc.d/rc.sysinit? Are there any more recent errors or anomalies? Did you ever verify the contents of your installation?