>we have one final gap, the postinst script will block if it starts   
 >citadel.   
   
 Ok, here's what we need to do:  
   
 Do the postinst, and get it to block.  
   
 While it's blocking, do a dump of citserver's open files, using either 
"lsof -p <citserver_pid>" or "cat /proc/<citserver_pid>/fd".  
   
 That ought to show us whether it's still holding on to the console.  
  

Reply via email to