#12013 LOW Not Tri: Need flag to probe around while runin is running

Zarro Boogs per Child bugtracker at laptop.org
Tue Jul 17 00:21:49 EDT 2012


#12013: Need flag to probe around while runin is running
---------------------------------------------+------------------------------
           Reporter:  greenfeld              |       Owner:                                   
               Type:  enhancement            |      Status:  new                              
           Priority:  low                    |   Milestone:  Not Triaged                      
          Component:  manufacturing process  |     Version:  Development build as of this date
         Resolution:                         |    Keywords:                                   
        Next_action:  design                 |    Verified:  0                                
Deployment_affected:                         |   Blockedby:                                   
           Blocking:                         |  
---------------------------------------------+------------------------------
Changes (by Quozl):

  * next_action:  diagnose => design


Comment:

 I'd rather not introduce a regression by making changes here.  Would you
 be satisfied with my runin-nosleep script?

 {{{
 #!/bin/bash
 RUNIN_PATH=${RUNIN_PATH:-/runin}
 source ${RUNIN_PATH}/runin-common
 killall -STOP runin-accelerometer
 (
     flock 9
     bash
 ) 9>${RUNIN_PATH}/suspend.lock
 killall -CONT runin-accelerometer
 }}}

 If so, I can add that to the next release.

 Usage: /runin/runin-nosleep

-- 
Ticket URL: <http://dev.laptop.org/ticket/12013#comment:1>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system


More information about the Bugs mailing list