View Single Post
  #5 (permalink)  
Old July 6th, 2002
maksik maksik is offline
Mutella Developer
 
Join Date: January 30th, 2002
Location: Germany
Posts: 87
maksik is flying high
Default

possibly. if you run mutella as daemon, use screen instead. readline library, a part of terminal UI expects a terminal, it cannot work with /dev/nul. if you do so user interface thread eats up 100% of cpu which is not a good thing at all... something like

screen -mdS mutella /usr/local/bin/mutella

should solve your problems I believe.

--Max
Reply With Quote