Red HatThis forum is for the discussion of Red Hat Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi,
My kernel is 2.4.20-9. Whenever the network link goes down, i get unwanted logs on the terminal, something like these
e100: eth1 NIC link is down
e100: eth1 NIC link is up 100 mbps full duples
I am not running Xwindows(working at runlevel 3). Please help me eliminate these messages.
Messages with a certain level (and higher) are send to the console. With the -c <number> option you can manipulate this behavior. A higher number (0-7) prints less output to the console.
4 is default (to my knowledge), which would show errors/criticals/alerts/emergencies
Hi,
I did a "ps -ef | grep klogd", it was running with (only) -x as its argument. Still, i killed it and started it with -c 4 (and then -c 6) as arguments, but it did not help.
Hi,
The message appears on all the consoles. my /etc/syslog.conf does not have any line ending in /dev/tty[1-6] or /dev/console. I greped for these messages in /var/log/ directory. They were present in a file ws2000 and my /etc/syslog.conf has a line
*.* /var/log/ws2000
The log in the file indicates that the kernel is generating the message
Apr 4 10:10:12 hostname kernel: e100: eth1 NIC Link is Down
Getting a DHCP Address in a Red Hat Linux 9.0 Virtual Machine
Description:
You have a virtual machine, with Red Hat Linux 9.0 as the guest operating system and the vlance driver for your network connection. When this guest operating system tries to get a DHCP address, the attempt fails and you see an error message that states the link is down.
Action:
To work around this problem, become root (su -) and use a text editor to edit the following files in the guest operating system. If only one of these files exist, then make the change for that file only.
/etc/sysconfig/network-scripts/ifcfg-eth[n]
/etc/sysconfig/networking/devices/ifcfg-eth[n]
where, in both cases, [n] is the number of the Ethernet adapter -- for example, eth0.
Add the following section to each of these two files:
check_link_down () {
return 1;
}
Then, run the command ifup eth[n] (where [n] is the number of the Ethernet adapter) or restart the guest operating system.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.