1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 <2010> 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 <2010> 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | hi, how to use burtrb to save status as a task? |
From: | 汪启胜 <[email protected]> |
To: | <[email protected]> |
Date: | Wed, 28 Apr 2010 12:30:55 +0800 |
Hello, I write a shell script which use burtrb to save
the beamline status every an hour. When I execute the script, it is ok. But I add
it as a task by crontab, there always connect failed. The shell script just like: #autosave #!/bin/bash Cd pathtosavedata #create the snap file name … … Pathtoburtrb ?l name.log ?o name.snap Chmod a+x autosave The crontab like below: 30 * * * * user pathtoautosave It did execute the task, but it always failed to
connect to pv expect the first one, even I use the parameter ?r 10.
Please help me figure out the problem. Thanks very much. |