On Sat, Apr 07, 2007 at 01:56:27PM -0700, Adam Chlipala wrote:
> Davor Ocelic wrote:
> >> * Possibly make domtool start-up scripts give warnings when they can't 
> >> write to logs, pending advice from others on this list about how to 
> >> modify existing code to do so
> >>     
> >
> > Well, you could just do 'touch LOGFILE && work || echo no work'... 
> > Seems the most elegant thing to do given the way how the log
> > file is written..
> >   
> 
> The current implementation first becomes user 'domtool' inside a kstart, 
> such that direct output doesn't seem to make its way to the user's 
> screen.  Any suggestions on workarounds?

Try doing    echo "...." > /dev/tty   .. If the controlling terminal
wasn't detached, it will work. If it was, then you can't do anything
elegant..


_______________________________________________
HCoop-SysAdmin mailing list
[email protected]
http://hcoop.net/cgi-bin/mailman/listinfo/hcoop-sysadmin

Reply via email to