View Single Post
  #5  
Old April 19th, 2004, 08:56 AM

BugRoger BugRoger is offline
Corporal
 
Join Date: Jan 2004
Location: Berlin, Germany
Posts: 64
Thanks: 0
Thanked 0 Times in 0 Posts
BugRoger is on a distinguished road
Default Re: Redirect output of Linux Dominions server to logfile?

Thanks for the replies. I appreciate your help.

I already played with the tee command but that doesn't work either. Dominions is behaving funky in server mode...

Even if I just call it from the cmdline with:
dom2 -bunchOfParameters | cat
the output is lost.

But if I run:
dom2 --help 2>&1| tee logfile
it runs perfectly fine.

Hmm. I don't know. It should work. Is this really working for you guys? Then there's probably something wrong with my system.

I already heard about the screen command and will look into it tonight. I would prefer to read a logfile but this might be better than no log at all...

[ April 19, 2004, 07:58: Message edited by: BugRoger ]
Reply With Quote