Antwort: [suse-domino] domrun and output to /dev/ttyS10
Sven Pfeifer <[email protected]>
| Newsgroups | gmane.linux.suse.domino |
|---|---|
| Message-ID | <[email protected]> |
Hi, [email protected] <[email protected]> wrote: > Hi, > > how could I get the messages of domino.log in /var/log/notes/ to > /dev/ttyS10 ? I'm using the domrun-0.3.x Skript - it's working great ! But > would be very nice, if the output could be visible on the 10th console ... > ( and further logging in domino.log ! ) > > Best regards > Bruno Leonhardt > > Watchguard Certified System Professional > CLP Domino R5 Systemadministrator we use an older version of domrun, but we added something like ---8<--- ### wait a while and push domino.log to tty7 ### echo "All the output is accessible on tty7" sleep 2 tail -n0 -f $OUTPUT_LOG > /dev/tty7 2>&1 & --->8--- to the "start" section of the rc-script. HTH Sven