search for: cronjob

Displaying 20 results from an estimated 599 matches for "cronjob".

2011 Jun 23
2
Chicken and egg question: passwd and cronjob
Hi all, Let's say I activate password expiration for every account (including root) for every 90 days. I understand that cronjob for root will fail when the password expires. The question is, if I setup a cronjob every 90 days to renew the root password like: echo diFficulT123 | passwd --stdin root will it work? I mean at second 1 on the 90th day, which will run first? - The cronjob to renew the password - Or the password...
2006 Jul 07
1
Cronjob / .rb help clearing session table (new to cronjobs)
I just launched my first ROR app and i need to implement the session database cleanup. I am new to cronjobs. I have used one once but it was all copy/paste. I was hoping someone knew of a good tutorial or resource to get started here or might be able to give me a little help. I have seen a lot of posts that reference setting a cron job to clear old sessions but I am not clear on: Can you put the...
2015 Oct 19
1
Exists some problem with cronjobs under CentOS7 (Partially solved)
...ng. > Hi, First of all, sorry for this later response. I was very busy last days. Ok, I have solved this problem partially. First, I have changed under journald.conf file Storage=volatile instead of Storage=none. After doing that, logs returned but there is no error under cron.log about cronjobs, system's jobs included. But they are not triggered. I have removed cronie-anacron package and I have installed cronie-noanacron and voil?!! ... all works ok: system cronjobs and my configured jobs ... I am not sure if it is a bug or some type of misconfiguration ... But I have two O...
2004 Aug 06
0
can´t start liveice with cronjob
Hallo, I have a problem to start liveice with a cronjob. On both machines is running debian 3.0. Both machines are connect via vpn. As server is icecast 1.3.11 running on the nother machine liveice. No GUI. Ihave sometimes problems with the vpn connection, this is the reason why I will frequently kill an restart the liveice process. In the archive list...
2013 Jul 21
8
When no MTA is installed, How to send an email with a cronjob?
Hi, When no MTA is installed, How to send an email with a cronjob? I have below entrty in my cronjob? my /etc/cron.d/backup file looks like this. MAILTO=myemail at example.com 15 11 * * * root /root/scripts/backup.sh Can I send this email via SMTP server? Hope to hear from you. -- Thank you Indunil Jayasooriya http://www.theravadanet.net/ http://www....
2017 Dec 01
1
Do we really need Solr commit as cronjob?
I am testing Solr FTS on dovecot. Read online that some suggested to run cronjob commit every minute, and optimize once a day. I am using Solr 7.1.0 and I see some configurations: In /etc/default/solr.in.sh: #SOLR_OPTS="$SOLR_OPTS -Dsolr.autoSoftCommit.maxTime=3000" #SOLR_OPTS="$SOLR_OPTS -Dsolr.autoCommit.maxTime=60000" Also in solrconfig.xml: ??? <au...
2012 Jan 20
1
Setting From address for cronjob mails (because Gmail rejects)
...n/sendmail.postfix setgid_group = postdrop unknown_local_recipient_reject_code = 550 On both machines I have appended afarber: Alexander.Farber at gmail.com root: Alexander.Farber at gmail.com to the /etc/aliases and run "newaliases". Both machines have several cronjobs and logwatch. One machine is a database server, I receive its cronjob mails just fine. The other machine (preferans.de) is running Drupal 7. I've configured it's MX records to point to Google Apps, so that I can receive mails addressed to that domain and this works well. Also I've s...
2008 Sep 30
2
how to set term environment for cronjobs?
Hi, I'm running a crontjob on CentOS 5.2 server, which then connects to a webpage to run some stuff. It has to run this way, since the webpage is on a Windows server, and the Windows scheduled tasks doesn't work as well. It seems like the cronjob is working fine, except that the email output worries me a bit. This is what I get on email, Your Terminal type is unknown! Enter a terminal type: [vt100] TERMINAL TYPE IS SET TO vt100 (B)0[1;24r[?7h[?1h=[H[J[22B[J[H[K [K [K [K [K [K [K [K [K [K [K [K [K [K [K [K [K [K [K [K [K [0;7mGettin...
2009 Sep 03
6
rsync
Hi ? I put the rsync in cronjob but it won't work ? in root user cron ? */30? * * * *? /home/chloe/rsy.sh >/dev/null 2>&1 ? 1/ why it needs pw when I run this rsy.sh in root? but if I run it in chloe user, it doesn't need pw as I put authoized_key in remote host chloe ? 2/ why this root cronjob is not working?...
2004 Oct 05
4
Archiving live streams broken down by time.
With all of your help, I've got Ices & Icecast producing live streams for the internet. Is there a way that I can save an archive file by a time span; for example we have two radio shows that we want to have daily archives on the website, one that is from 7:30am to 8:00am and one that is from 3:00pm to 3:30pm. Is there a way that they could be saved with a different filename each day.
2015 Oct 13
7
Exists some problem with cronjobs under CentOS7
...tput, or not triggered? They are not triggered ... > > If not triggered, you might want to show your crontab entries. I haven't entries in conrtab's users file at this moment, but I have done a test: * * * * * ls -la, and it is not triggered. But like I say before, installed system cronjobs like logwatch task are not triggered ...
2013 Jan 22
2
cronjob not running
...or 10 mins to get a message echo to my console. the message is displayed in my browser when the php script(http://mysite.com/test.php) is loaded via my browser. The message is also shown on my console when d curl command is run direct from the console. the problem is getting the message from the cronjob. what could be wrong ? could it be that the job is not well setup ? note , i logged in as root user. please help regards kunle
2015 Oct 13
1
Exists some problem with cronjobs under CentOS7
...; > > >> If not triggered, you might want to show your crontab entries. > > > > I haven't entries in conrtab's users file at this moment, but I > > have done a test: * * * * * ls -la, and it is not triggered. But > > like I say before, installed system cronjobs like logwatch task > > are not triggered ... > > What is returned when you issue the commands: > > ps auxw | grep cron | grep -v grep > Do you have spamassassin running on the machine? I remember at one point, it was tagging the daily log messages as spam--this was awhi...
2015 Oct 14
1
Exists some problem with cronjobs under CentOS7
On 10/13/2015 04:44 PM, zep wrote: > > > On 10/13/2015 09:54 AM, C. L. Martinez wrote: >> I haven't entries in conrtab's users file at this moment, but I have >> done a test: * * * * * ls -la, and it is not triggered. But like I say >> before, installed system cronjobs like logwatch task are not triggered >> ... _______________________________________________ CentOS mailing >> list CentOS at centos.org https://lists.centos.org/mailman/listinfo/centos > > I'd say that crontab doesn't actually prove that the job isn't being > trigg...
2009 Jan 28
1
Differences when expire plugin and cronjob?
Hello. I would like to see the differnces between the expire plugin and a cronjob which make a find/delete. Is there performances differences? What's the best to use? I use dovecot 1.1.8. Is expire plugin update the maildirsize and other indexes files? Thanks. Regards, -- -Nicolas.
2002 Jul 03
0
[Bug 334] New: SSH hangs when run via a cronjob (ssh2)
http://bugzilla.mindrot.org/show_bug.cgi?id=334 Summary: SSH hangs when run via a cronjob (ssh2) Product: Portable OpenSSH Version: -current Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: egarf...
2019 Aug 30
3
backup AD content
On 30.08.19 11:01, Andrew Bartlett wrote: > On Fri, 2019-08-30 at 10:56 +0200, Stefan G. Weichinger via samba > wrote: >> I happily and trustfully use Louis' backup-script from >> >> https://github.com/thctlo/samba4 >> >> to dump AD content via cronjob. >> >> Is it necessary/recommended to do that on *each* samba DC? Is there >> something server-specific in the dump(s) or is it enough to do that >> once >> per domain? > > I'm very sorry to advise that this script is not race-free in the > locking done o...
2006 Apr 15
1
logwatch from cronjob
Hello, the last 2-3 days i have a saden problem with logwatch wich i call through a cron job. when i ran the cronjob i get this continues error for the script : ---- Use of uninitialized value in concatenation (.) or string at /etc/log.d/scripts/shared/applystddate line 43, <STDIN> line 26062. Use of uninitialized value in concatenation (.) or string at /etc/log.d/scripts/shared/applystddate line 43, &lt...
2015 Oct 13
1
Exists some problem with cronjobs under CentOS7
zep wrote: > On 10/13/2015 09:54 AM, C. L. Martinez wrote: >> I haven't entries in conrtab's users file at this moment, but I have >> done a test: * * * * * ls -la, and it is not triggered. But like I say >> before, installed system cronjobs like logwatch task are not triggered > > I'd say that crontab doesn't actually prove that the job isn't being > triggered, it just proves there's an email config/sending/something > problem. > > if you change that to to something like > > * * * * * touch /va...
2015 Oct 14
2
Exists some problem with cronjobs under CentOS7
On 10/14/2015 01:56 PM, Jonathan Billings wrote: > lsof /dev/log Uhmm ... that is not what I expect: lsof: WARNING: can't stat() fuse.gvfsd-fuse file system /run/user/1000/gvfs Output information may be incomplete. COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME systemd 1 root 27u unix 0xffff880250ea0f00 0t0 1436 /dev/log systemd-j 263 root 5u