Debian reconsiders init-system diversity
Debian reconsiders init-system diversity
Posted Nov 28, 2019 2:39 UTC (Thu) by flussence (guest, #85566)In reply to: Debian reconsiders init-system diversity by Cyberax
Parent article: Debian reconsiders init-system diversity
      Posted Nov 28, 2019 7:18 UTC (Thu)
                               by Cyberax (✭ supporter ✭, #52523)
                              [Link] (3 responses)
       
runit can't handle classic double-forking daemons. Fortunately, because of systemd most daemons these days have a foreground mode. 
     
    
      Posted Nov 28, 2019 8:09 UTC (Thu)
                               by smurf (subscriber, #17840)
                              [Link] 
       
Happily the once-common failure mode of 
* daemonize, which involves … 
is a thing of the past. Don't ask me how often I found that kind of thing with strace. 
     
      Posted Nov 29, 2019 3:55 UTC (Fri)
                               by flussence (guest, #85566)
                              [Link] (1 responses)
       
     
    
      Posted Nov 29, 2019 6:12 UTC (Fri)
                               by Cyberax (✭ supporter ✭, #52523)
                              [Link] 
       
     
    Debian reconsiders init-system diversity
      
Debian reconsiders init-system diversity
      
* redirecting stdout+stderr to /dev/null
* the daemon or one of its libraries runs into a problem
* part/all of the problem/crash report is written to, you guessed it, standard error
Debian reconsiders init-system diversity
      
Debian reconsiders init-system diversity
      
 
           