Hi all,
I want to log the console remotely on mvl4.0.1 linux (2.6.10 based kernel) . I tried syslog but can not direct the console prints to remote host. Below is the syslog.conf line that I used to send all the messages to a remote host.
*.* @192.168.1.200
Some of messages sent are given below
...
Jan 01 01:42:04 192 syslogd 1.4.1: restart.
Jan 01 01:42:46 192 input.agent[962]: evdev: loaded successfully
Jan 01 01:42:49 192 input.agent[996]: evdev: already loaded
...
How can I direct the console output to syslog?
Regards,
Ferhat