Help for this page

Select Code to Download


  1. or download this
    1234 1    do-upgrades.pl.    <--- daemon
    2345 1234 do-upgrades.pl     <--- forked process with system() call
    2346 2345 upgrade-sensor.pl. <--- worker bee
    
  2. or download this
    # read everything from the pipe.
    my $pipename = "sensor-fifo";
    ...
        print "Finished waiting.\n";
    
    }
    
  3. or download this
    # read everything from the pipe.
    my $pipename = "sensor-fifo";
    ...
        print "Finished waiting.\n";
    
    }
    
  4. or download this
    1234 1    do-upgrades.pl.    <--- daemon
    2346 1234 upgrade-sensor.pl. <--- worker bee
    
  5. or download this
    /usr/bin/nohup ${RFS_HOME}/do-upgrades.pl > ${WORK_PATH}/do.log &
    
  6. or download this
    close (STDERR);
    close (STDOUT);
    ...
    open (STDOUT, "| tee -ai $logabspath");
    open (STDERR, "| tee -ai $logabspath");
    print "\n\n----------------------------------------------\n";
    
  7. or download this
    $ uname -a
    Linux toolchain 4.4.0-130-generic #156-Ubuntu SMP Thu Jun 14 08:53:28 
    +UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
    
  8. or download this
    $ uname -a
    Linux oldtoolchain 2.6.32-754.17.1.el6.x86_64 #1 SMP Tue Jul 2 12:42:4
    +8 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
    
  9. or download this
    Child forked (pid=14825), 1 processes running now at ./do-upgrades.pl 
    +line 49.
    
  10. or download this
    Unknow process 0 has exited, ignoring it at ./do-upgrades.pl line 84