[BusyBox 0001063]: Add support for --nicelevel option to start-stop-daemon

bugs at busybox.net bugs at busybox.net
Sun Oct 8 23:45:38 UTC 2006


A NOTE has been added to this issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=1063 
====================================================================== 
Reported By:                pyret
Assigned To:                BusyBox
====================================================================== 
Project:                    BusyBox
Issue ID:                   1063
Category:                   New Features
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             10-05-2006 00:39 PDT
Last Modified:              10-08-2006 16:45 PDT
====================================================================== 
Summary:                    Add support for --nicelevel option to
start-stop-daemon
Description: 
The Debian version of start-stop-daemon has an option to adjust the nice
level of the process started. It would be nice if busybox
start-stop-daemon had the same option.

I have written a patch that adds this option, I'll attach it here.

====================================================================== 

---------------------------------------------------------------------- 
 vda - 10-07-06 09:22  
---------------------------------------------------------------------- 
Maybe use this?

nice -n N start-stop-daemon ... 

---------------------------------------------------------------------- 
 pyret - 10-08-06 09:00  
---------------------------------------------------------------------- 
Yes, nice -n works fine, I tried that. But in my case I have to be backward
compatible with an old HardHat installation, thus the patch. 

---------------------------------------------------------------------- 
 vda - 10-08-06 16:45  
---------------------------------------------------------------------- 
Patch is buggy (feeds int* to getopt32...). Fixed and applied to svn.
Please test it. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
10-05-06 00:39  pyret          New Issue                                    
10-05-06 00:39  pyret          Status                   new => assigned     
10-05-06 00:39  pyret          Assigned To               => BusyBox         
10-05-06 00:39  pyret          File Added: busybox-1.2.1-nicelevel.patch        
           
10-07-06 09:22  vda            Note Added: 0001692                          
10-08-06 09:00  pyret          Note Added: 0001693                          
10-08-06 16:45  vda            Note Added: 0001694                          
======================================================================




More information about the busybox-cvs mailing list