On 5:10pm, veera dv wrote: > I was able to log message from client to my centralized server. my > doubt is instead of using logger to check systlog_ng i want use > command modprobe 3c509(i dont know how to use modprobe in syslog)
1. modprobe is used to load kernel module 2. If that kernel module, print(k) any message, klogd receives it and send it to syslogd 3. The syslogd intern save it local file and pass it remote machine. 4. Suppose, if you want send the output message of modprobe command, then, modprobe foo 2>&1 | logger Bye :) -- Bharathi S _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
