----- Original Message ----- From: "Kain, Becki (B.)" <bkain1@ford.com> To: <opensuse@opensuse.org> Sent: Tuesday, April 01, 2008 3:50 PM Subject: RE: [opensuse] Xinetd -d writing to a file?
nope, it still writes to the screen. It did create the logfile, but it's 0 length
You never heard of stderr vs stdout? xinetd -d 2>&1 | tee /path/to/logfile man bash man tee ----------------------- I have, actually, thanks and that doesn't work: startproc -t 1 $XINETD_BIN -d 2>&1 | tee /var/log/dump/xinetd.log In /etc/init.d/xinetd will create the log file, never write to it, and continues to blast to the screen. Thanks though, for the reminder of man -becki -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org