Sponsored Content
Full Discussion: EOF problem with Cron Job?
Top Forums UNIX for Dummies Questions & Answers EOF problem with Cron Job? Post 302473801 by Crazy Serb on Monday 22nd of November 2010 11:45:50 AM
Old 11-22-2010
How would I do that?

You're talking to a semi-newb here... what am I looking for to do here?
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Run cron job problem

I have the below crontab job that it will run at every 7:00am - 10:00am , it work fine , now if I want to skip to run the crontab job at a specific time , eg. I want the script not to run at next Monday 8:00am ( only skip this time , other time is normal ) , how can I make it ? is it possible ?... (3 Replies)
Discussion started by: ust
3 Replies

2. UNIX for Advanced & Expert Users

Cron job skipping problem

Hi, I have a crontab that runs some shell scripts at fixed intervals. Although, one condition for a script to continue is that a previous instance of the same script should have terminated. But, inspite of the fact that the old instance has finished execution, the new instance still terminates. ... (3 Replies)
Discussion started by: puneetarora_12
3 Replies

3. Solaris

cron job problem

I am trying to setup cronjob and once I start to save it is not working. This is what I am getting after I executed crontab -e, I am not even getting the privious entry and I am running from root. crontab -e 421 10 3 * * * /usr/sbin/logadm ? :wq ? Why is it not saving? Any input is... (4 Replies)
Discussion started by: mokkan
4 Replies

4. Solaris

problem with cron job

new to unix here, im learning how to schedule jobs with crontab. The following cron job runs under root but not under a test account i created. 50 11 * * 0 /usr/bin/banner "HELLO" > /dev/console i have no idea with it isn't running under the test account but runs right on time when i create... (7 Replies)
Discussion started by: solne
7 Replies

5. Shell Programming and Scripting

Scheduling Cron job-Problem

Hello All, I want to run a script for every 5 minutes interval.So i developed a script which has to be scheduled to run for every 5 minutes. That script internally runs another script. But the problem is it is not executing properly. Can anybody throw some light on this. Below are the code... (4 Replies)
Discussion started by: RSC1985
4 Replies

6. Shell Programming and Scripting

Problem with Cron job

Hi , I have a TCL script which i am supposed to run as a cron job.. The script works fine from command line , but when run as a cron job , its unable to find a package,, my crontab is as follows. --------------------------- #!/usr/bin/ksh * * * * * PATH=/cm8/auto/Automation/Library/TclLib ... (7 Replies)
Discussion started by: Sudharshana
7 Replies

7. UNIX for Dummies Questions & Answers

Cron job problem

I have a perl script which Im planning to run every minute. I have set the cron job as * * * * * PATH= /usr/local/bin:/usr/bin:/usr/sbin:/usr/lib; perl /dm2/www/html/isos/pre5.3/autoDownload.pl I assume the script is executing every minute only because I see a entry like below when I do... (2 Replies)
Discussion started by: srijith
2 Replies

8. Solaris

Problem with a cron job

When i am trying to open crontab throught command crontab -e. It is not opening? OUTPUT: # crontab -e sh: vim: not found The crontab file was not changed. Please let me know how to open and edit it??? (10 Replies)
Discussion started by: kkalyan
10 Replies

9. Shell Programming and Scripting

Unexpected EOF while looking for matching `'' when ran from a cron job

Since cPanel does not support deleting emails older then X amount of days I am using the following on a Cron Job. find -P /home/user/mail/domain/ -mindepth 2 -mtime '+366' -type f -printf '"%p"\n' | grep -v '/Important' | grep -v '/.Important' | xargs -I {} rm -r "{}" Executing it via SSH... (4 Replies)
Discussion started by: tiagom
4 Replies

10. Shell Programming and Scripting

Execution problem with CRON job

HI, I have written an executable file in unix and I was able to execute it successfully but when I called this file with cron job it was giving error like "permission denied" and "No such file or directory". Please help in how cron calls the file and what permission is required on the file... (2 Replies)
Discussion started by: vipin kumar rai
2 Replies
TETRAPROC(1)							   User Commands						      TETRAPROC(1)

NAME
tetraproc - Tetrahedral Microphone Processor DESCRIPTION
TetraProc is a microphone processor, which converts the A-format signals from a tetrahedral Ambisonic microphone into B-format signals ready for recording. TetraProc consists of two parts: the A/B converter and the metering and monitoring. Tetrafile only has the A/B conversion part which is otherwise identical. Both TetraProc and TetraFile will normally use the Furse-Malham form of B-format in which the W signal is attenuated by 3dB w.r.t. the first order ones. Both can also use the 'normalised' and 'semi- normalised' forms if required. For safety, this can be changed on the com- mand line only, and Tetraproc will show the current setting in its metering window. Note that the coefficients shown in the config window are independent of this - they are _always_ in the semi-normalised form (i.e. they do not include the 3dB attenuation on W for Furse-Mal- ham, nor the 4.8dB gain on XYZ for the normalised one). OPTIONS
-h Display this text -B Ambisonic mode -name <name> JACK client name -s <server> JACK server name -g <geometry> Window position SEE ALSO
tetrafile(1) AUTHOR
tetraproc was written by Fons Adriaensen <fons@linuxaudio.org>. This manual page was written by Alessio Treglia <alessio@debian.org> for the Debian project (but may be used by others). March 2011 TETRAPROC(1)
All times are GMT -4. The time now is 08:22 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy