Displaying 20 results from an estimated 3000 matches similar to: "minute cron"
2012 Nov 23
2
centos 6.3, cron and mail script output
Hi all
I have a '/etc/cron.daily/push-to-backup' script which the content is:
#!/bin/bash
/usr/bin/rsync [... long options line ...]
echo "finished pushing to the backup"
Launched manually, it's OK.
Waiting for cron to execute it,
In the "/var/log/cron", I see the starting time and the finish time, and
I see it take about 10 minutes to make the job.
2018 Jul 02
3
cron.daily and others, not running
Hello Pete,
On Mon, 02 Jul 2018 09:59:17 +0100 Pete Biggs <pete at biggs.org.uk> wrote:
> >
> > So, service is running but what could happen that makes /etc/cron.* not
> > being fired?
>
> You don't say, but if this is CentOS 7, then cron.daily/weekly/monthly
> is run using anacron, not cron.
Oops, yes CentOS 7, sorry.
For the record:
# service anacron
2018 Jul 02
1
cron.daily and others, not running
>
> So, service is running but what could happen that makes /etc/cron.* not
> being fired?
You don't say, but if this is CentOS 7, then cron.daily/weekly/monthly
is run using anacron, not cron.
It's configured in /etc/anacrontab and is usually run once a day by the
script /etc/cron.hourly/0anacron - cron.hourly is still run by cron.
If the script doesn't exist, then
2006 Jan 09
2
Scheduling tasks using cron...
Hi all. Can anyone help me with scheduling tasks? I'm running
Centos4.2 (updated via yum starting from 4.0). I know I have vixie-cron
and anacron packages installed (came like that, from first install, I
guess). I read the crontab syntax man page (man 5 crontab) and I made
an entry as a normal user (using crontab -e) that looks like the following:
30 0 9 1 1 /bin/ls -F /home/jose >
2005 Feb 08
3
multiple sources, multiple passwords
Hello,
Is it possible to have one password per source with Icecast 2.2.x ?
How to ?
--
ASPO Infog?rance http://aspo.rktmb.org/activites/infogerance
Unofficial FAQ fcolc http://faq.fcolc.eu.org/
LUG sur Orl?ans et alentours (France).
T?l : 02 34 08 26 04 / 06 33 26 13 14
2012 Feb 27
1
Centos 6.2, sheduled tasks (cron)
Hi all,
I wanted to schedule some rsync backups and found that CentOS is by
default using anacron.
I'm mostly used with the historical cron, but let's follow the progress :-)
- I made a shell script in /etc/cron.daily/dobackup
- I made it 755, root.root.
- In /etc/anacrontab, START_HOURS_RANGE=21-23 (I kept the other lines
unchanged)
- When I manually run /etc/cron.daily/dobackup, it
2014 Jan 09
3
Why does 'mysql' user has /bin/bash shell?
Hello,
Default MySQL installation on CentOS sets /bin/bash as shell.
I'm on a user cleanup task where I want reduce unneeded privileges to users.
What is the "mysql" user shell for? (What will happen if I change it to
/bin/false or whatever would disable it's shell?)
It's not only a matter of SSH (I'm aware I can AllowUsers in sshd_config
for example).
2010 May 04
3
Access filesystem (NFS) as some user
Manao ahoana, Hello, Bonjour,
My Dovecot server has to access the users Maildirs.
Maildirs are on a NFS mount that only a user (vmail/500) may read
and write. No one else.
How to configure Dovecot so that at least disk read-write are performed
as a "vmail" user (that I have created with the right attributes)?
Is the workaround of changing dovecot's system UID/GID a not-so-bad one?
2005 Oct 17
2
source for Ogg//Theora + ezstream.
> >Icecast only
> >streams the audio part of the video file.
> sounds like you didn't have theora installed when you built icecast. Check
> the config.log for your compile, and you'll probably see that theora
> support was disabled.
In the general section of the ezstream configuration file (before of
<encode> ... </encode>), setting <format> to
2004 Aug 06
3
linux,ices2, make errors
On Thu, 2003-01-23 at 06:00, Michael Smith wrote:
> Rakotomandimby Mihamina <mrakotom@wanadoo.fr> said:
>
> > Hi, i'm trying to complîle and install ices2 on my linux slackawre box :
> > After leting make runnins a while , i got these errors ...
> > Would tou help me to solve please ?
> > I have just grabbed ices from cvs.
>
> You need libshout from
2019 Nov 15
1
Cron - log when job ends?
Hello,
In trying to resolve a problem with a cron job, we can see when the job starts
by looking in the /var/log/cron log file. However, I was asked if when the job
ends could also be logged. (It seems to be something that crops up every so
often over the years.)
I found on the 'net this article
https://serverfault.com/questions/248915/crontab-is-there-any-log-with-begin-and-end-time
which
2019 Feb 12
3
dont run cron.d- when cron.daily-scripts are running
EL6 context:
cronie-1.4.4-16.el6_8.2.x86_64
cronie-anacron-1.4.4-16.el6_8.2.x86_64
crontabs-1.10-33.el6.noarch
I have some cron.d entries that execute scripts in minute intervals and I'm wondering how could an
"official" way look like, to have a condition to not run cron.d entries when cron.daily scripts are
running. Sure, I can hack something around file timestamps or so but
2015 Oct 19
1
Exists some problem with cronjobs under CentOS7 (Partially solved)
On 10/14/2015 06:42 PM, Gordon Messmer wrote:
> On 10/14/2015 07:09 AM, C.L. Martinez wrote:
>> 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
2012 Apr 17
2
packaging: src.rpm not a rpm
Hi all,
I have installed the recommended installs from here:
http://wiki.centos.org/HowTos/RebuildSRPM
I want to build a "ipfm" RPM on a CentOS 6.2, for legacy purpose.
I cant immediately get rid of that piece of software, but we're on the
move...
So:
$ wget
http://rpm.pbone.net/index.php3/stat/3/srodzaj/2/search/ipfm-0.11.5-alt1.src.rpm
$ rpm -i --nomd5
2004 Aug 06
2
linux,ices2, make errors
Hi, i'm trying to complîle and install ices2 on my linux slackawre box :
After leting make runnins a while , i got these errors ...
Would tou help me to solve please ?
I have just grabbed ices from cvs.
In file included from input.c:29:
input.h:34: parse error before "shout_t"
input.h:34: warning: no semicolon at end of struct or union
input.h:36: parse error before '}'
2015 Jun 17
1
Virtualization
On 06/17/2015 11:10 AM, John R Pierce wrote:
> regardless of all that noise, in RHEL and therefore CentOS, KVM is the
> preferred and best supported hypervisor.
I dont catch your point.
The OP was wide enough in his question in order to allow that discussion.
Anyway, I'll add one point: compatibility.
In our example, we were heavily using VMware ESX and its VM format (at
export) is
2018 Jul 02
2
cron.daily and others, not running
Hello there,
I've just noticed that scripts in /etc/cron.{daily,weekly,...} are not
launched for several weeks (I noticed a `locate` not finding a recently
added binary). Exactly, it's since June 02, and `# service cron status`
says:
Redirecting to /bin/systemctl status crond.service
* crond.service - Command Scheduler
Loaded: loaded (/usr/lib/systemd/system/crond.service; enabled;
2004 Nov 28
2
Touching shoutcast.com directory with Icecast2
Hello,
Is there a way to touch Shoutcast directory with an Icecast server ?
Is for a mp3 stream.
The server is already serving ogg stream but our foundation got a new
member that did not know about ogg, and he needs time to encode his
tracks to ogg, and then we should temporarily relay his mp3 stream, but
we want to be dired by SC directory ...
How to ? :-)
--
ASPO Infog?rance
2009 Jun 10
1
CentOS 5.3 cron / crontab missing?
Hi On 6/10/09, James Bensley <jwbensley at gmail.com>
Hi all,
I don't know what exactly is causing this, but I can't find cron /
crontab on my CentOS 5.3 machine.
Yes, I know, it's an obvious one, install it. But, it is, according to rpm:
[root at zaxen01 ~]# rpm -aq | grep cron
anacron-2.3-45.el5.centos
crontabs-1.10-8
I have tried yum update crontabs, and then it said there
2014 Jul 28
1
Cron
Do you need cron installed for the files in /etc/cron.daily/ to
execute? Did a Centos 6.x minimal openvz install and noticed cron is
not installed by default and after installing mlocate cant help but
wander if it will be updated without it.