similar to: how to set crontab for updating the repositories?

Displaying 20 results from an estimated 6000 matches similar to: "how to set crontab for updating the repositories?"

2011 Feb 25
1
limma function problem
Hi, I have two data set of normalized Affymetrix CEL files, wild type vs Control type.(each set have further three replicates). > wild.fish AffyBatch object size of arrays=712x712 features (10 kb) cdf=Zebrafish (15617 affyids) number of samples=3 number of genes=15617 annotation=zebrafish notes= > Dicer.fish AffyBatch object size of arrays=712x712 features (10 kb) cdf=Zebrafish (15617
2009 Aug 29
1
Annotation database
Hi, I have 15 CEL files of Affymetrix platform from GEO. Title of experiment is : Ecoli_ASv2 Affymetrix E. coli Antisense Genome Array. I am looking for the package available in R for this array for annotation. I have already tried doing annotation from packages like org.EcK12.eg.db but I don't got the success. Is any other package in the form of database available for E.coli for
2009 Sep 17
1
boxplot
Hi, I m not able to plot normalized data(normalization by rma) using boxplot. I don't know why? basically, object(formed of normalized data) belong to ExpressionSet class. It is showing error Error in x[!xna] : object of type 'S4' is not subsettable In addition: Warning messages: 1: In is.na(x) : is.na() applied to non-(list or vector) of type 'S4' 2: In is.na(x) : is.na()
2021 Nov 17
3
stupidly simple crontab problem
Hi all, This is crazy but I can't see the answer.? In my system crontab I've added a job to stop the music system at 10:59 on the 11th November, and restart it at 11:02 on the 11th November # m??? h??? dom??? mon? dow??? user??? command ? 59? 10???? *???? 11??? *???? root???? /bin/squeezy -all -off >>/var/log/newplaylist 2>&1 ? 02? 11???? *???? 11??? *???? root????
2013 Jan 17
1
crontab to Run R Code
Could not figure out where I am going wrong. Following is my code in crontab -e:- MAILTO: users MAILTO= users # m h dom mon dow command 3 19 * * * $HOME/users/REPORT/MAIL; time R --slave < report.R [[alternative HTML version deleted]]
2007 Jul 23
1
AAF association not workin
Hi, I have configured my model as follows: class Product < ActiveRecord::Base acts_as_ferret :fields => [:description,:label_description,:label_free,:product_id_supplier,:description_supplier,:supplier_description] belongs_to :supplier def supplier_description return "#{self.supplier.description}" end In the development log I can see the supplier_description
2011 Mar 13
2
cron issue
I made a script to backup a folder on a remote server it works manually, I set a cron job to launch the script every 2 mins (for test), I sse in the log this line Mar 13 13:10:01 debian /USR/SBIN/CRON[6302]: (root) CMD (root /usr/bin/backup.sh) but when I sheck the remote server nothing is done, any sugestions pls
2010 Jul 20
2
Rsync sequence
Hi all, I am running Ubuntu server 10.04 and use rsync to do all my backups. I would like to backup multiple directories to my external hard drive, but I am faced with a problem on how to set up crontab -e to allow each rsync statement to perform one after the other. Right now I have each one set to run on different nights, but I would like them all to run the same night to allow for a more
2013 Jan 23
4
crontab and gedit
hi, How can I open crontab with gedit any any other editor ? i want to edit my cron jobs with other editors beside vi.
2008 Sep 11
3
cfengine and crontab
The docs to installing cfengine refers to /var/spool/cron/crontabs/root That doesn't exist. Nor does /etc/crontab. Heck I remember that from the "old days", now there are lots of cron entries, in /etc but no crontab. Not installed by default. So, I'm hunting that one down. Nate, what did you wind up doing?? Ric -- ---------------------------------------------------- My father,
2006 Jul 05
4
Problem with crontab
Hello , I need to create a crontab job , to reboot my server at 23:00 every day "is a test". I use this process Crontab -e Add , the following line . 00 23 * * * reboot :wq , bot this process not work , who about that ? JOSE PEREZ -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Oct 28
1
Inquiry:How to make crontab job permanent even after server reboot?
Dear All Please be informed that I have an CentOS 5 server and I need it to be automatically rebooted at pre-specified times . To this end , I tried to set it as its crontab job as the followings : #crontab -e 30 15 * * * reboot It got through but after the server first reboot the crontab job disappeared . So I tried to set it in another way , as the followings : set the cron list in /tmp/temp add
2006 May 16
2
crontab doesn't start
Hi!I'm working with 2 linux, with 2 IP;I want make a copy of some files inside one directory to the other linux.I called a file scriptx.sh in the first linux and this is the body: #!/bin/bash rsync -avvz --delete --rsh=ssh --stats /home/copia/ root@192.168.xxx.xx:/home/vrrp/dir/copia/ (xxx.xx are numbers...rights..only for security I crypted them) ok, then I create the crontab file with
2007 Mar 13
2
cat cron jobs into crontab
Hi, What's the best/safest way to "cat" the following job into crontab? */3 * * * * /usr/lib64/nagios/plugins/check_megaraid_passive.sh > /dev/null 2>&1 I am used to doing this manually via crontab -e, but now I simply have too many centos servers to build in a given week (get to toss another 120K at some more 2U chenbro/tyan/amd64's -w000ooo). -karlski
2006 Feb 20
1
crontab problems
Did you restart the crontab service after the change ? If not, crontab wont be aware of the changes. Nassri > rado wrote: > > for some reason, crontab is not picking up a job here > listed. I, for > > one see nothing wrong w/it as I have been running approx the same > > basic crontab for well over a year now. I have just put this box on > > line about a week
2009 Oct 18
2
Confusion about scheduling tasks with crontab
Hi, I have to setup a scheduled task on a server, and I just read through some crontab docs. Now I'm confused. It's not so much the syntax of the cron job to define (I got that), it's more... how do I get to define it? Use a text editor (vi or the likes) to edit /etc/crontab directly? Or create some empty file in /etc/cron.daily or /etc/cron.hourly or the likes and then edit it
2003 Apr 09
1
crontab
Dear Expert, Is there any settings in rsync to run the command automatically in crontab? i've setup the crontab and create the ssh key to ignore the password prompt, but it seems like the rsync didn't works well. the crontab setting is like this: * */2 * * * /usr/bin/rsync -avzporg --stats root@10.1.1.1:/home/email/ /home/data-email/ if i run this manually, it works, im using redhat 8.0
2007 Mar 23
2
Command not running in crontab
Hi, Can anoyone tell me why this command is not executed (or it is without success) from crontab, but works perfectly from the command line ? (yes, i've restarted crontab service) # clean up postmaster 00 30 * * * root /usr/bin/find /var/qmail/maildirs/postmaster at telbit.pt/Maildir/new -type f -print0 | xargs -0 -n 50 rm The mind boggles... Any help would be appreciated. Warm
2010 Oct 05
2
Crontab problem
Hi, I seem to have a problem with crontab. I am running CentOS 5.5. If I add my bakup scripts into crontab they take very long to run. If I run my scripts manually they run 100%. I have also tried vixiecron, same issue. Any ideas? Thanks Jenny -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Jan 12
2
Quick crontab question (another cron question!)
Really quickly: Would anyone know how I might add a crontab entry via a script (bash)? I'm attempting to write one to schedule commands at certain times. Is this possible? Thanks. -Jose