Displaying 20 results from an estimated 4000 matches similar to: "crontab problem"
2010 Jan 05
5
Signing In Other than Root
Hi;
How do I make it so that it's impossible to SSH into the server directly as
root? That is, make it necessary to SSH in as an ordinary user and then su
to root?
TIA,
Suzie
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20100105/9d567d47/attachment-0002.html>
2009 Nov 23
12
Recommend Mail Server
Hi;
I don't want sendmail. What's a good secure email server that I can yum? I
really only need smtp right now, but who knows what the future will bring?
TIA,
Suzie
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20091123/1ef8c879/attachment-0003.html>
2010 Feb 24
2
tcpserver on port 25
Hi;
[root at 13gems beno]# netstat -ltnup
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address
State PID/Program name
tcp 0 0 0.0.0.0:3306 0.0.0.0:*
LISTEN 24560/mysqld
tcp 0 0 0.0.0.0:110 0.0.0.0:*
LISTEN 27762/tcpserver
tcp 0 0 0.0.0.0:25
2010 Feb 26
2
Email Problem
Hi;
The following message appears to have been sent, but in fact never does
reach their destination:
[root qmail-send]# tail current
@400000004b87b3d3392cbddc new msg 97881462
@400000004b87b3d3392cc5ac info msg 97881462: bytes 531 from <
suzieprogrammer at gmail.com> qp 23629 uid 508
@400000004b87b3d33b7f700c starting delivery 4: msg 97881462 to remote
suzieprogrammer at gmail.com
2010 Jan 05
2
IUD Number
Hello;
How do I get the IUD number for a user?
TIA,
Suzie
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos/attachments/20100105/be7e9ce2/attachment-0002.html>
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
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
2010 Mar 11
3
crontab and/or anacrontab ?
Is one meant to have one or the other?
If so, which is recommended?
I have
--------------------------------
[tim at helen etc]$ cat anacrontab
# /etc/anacrontab: configuration file for anacron
# See anacron(8) and anacrontab(5) for details.
SHELL=/bin/sh
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
1 65 cron.daily run-parts /etc/cron.daily
7 70 cron.weekly
2010 Jan 15
4
OT TTW Email Interface
Hi;
I don't know what these things are called so that I can look for an OS
solution. I want to install an email server interface like Hotmail where
people can check their email TTW. What is this called? Any recommendations?
TIA,
Susan
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2010 Feb 25
2
getaddrinfo problem
Hi;
A problem occurred in a Python script. Here is the sequence of function
calls leading up to the error, in the order they occurred.
/var/www/html/mysite.com/simplemail/mail2.py
40 </head>
41 <body>'''
42 my_mail()
43 print '''
44 </body>
my_mail = <function my_mail>
/var/www/html/mysite.com/simplemail/mail2.py in my_mail()
27
2010 Jun 28
3
Upgrading MySQL
Hi;
I'm trying to install django and got this error:
django.core.exceptions.ImproperlyConfigured: MySQLdb-1.2.1p2 or newer is
required; you have 1.2.1
So then I tried yum upgrade mysql and got this:
No Packages marked for Update
Please advise.
TIA,
Susan
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Jul 22
2
missing run-parts in /etc/crontab
hello,
after a Centos 6 fresh install, I don't see any run-parts scripts in
/etc/contab
like in the 5.x releases :
# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly
was it moved somewhere else ? am I missing any package ?
thanks,
Tom
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
2010 Jun 26
2
Upgrading MySQLdb
Hi;
I've got MySQLdb installed (bridge to Python) and I can't figure out how to
upgrade it. I did a find and got these paths:
/usr/lib/python2.6/site-packages/SQLAlchemy-0.6beta2-py2.6.egg/sqlalchemy/dialects/mysql/mysqldb.py
/usr/lib/python2.6/site-packages/SQLAlchemy-0.6beta2-py2.6.egg/sqlalchemy/dialects/mysql/mysqldb.pyc
I don't have mysql-devel installed, so it wasn't that.
2010 Mar 22
1
Upgrading Python with Yum
Hi;
I have an old version of Python (2.4.3) and I'm trying to upgrade (to 2.6);
however, when I try
yum upgrade python
it tells me that it's already got the latest and greatest...presumably of
2.4.3. I've tried
yum list python
and it only gives me the 2.4.3. Are there no others? Do I have to build from
a tarball? I'm surprised I don't find a version of Python 3 either. In what
2004 Jul 22
3
[fdo] Scheduling subsystems (crontab, at) and the desktop
Hi there fellow hackers, geeks and others who want the UNIX desktop to
succeed.
I bring forward the question whether or not a (freedesktop.org)
specification is necessary for application scheduling software.
The current UNIX Desktop user does not have an easy way to configure the
tasks which he wants to schedule. Sure we have such a utility. And sure
we can shout to our Desktop users
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,
2008 Jun 22
1
Rsync + crontab centos5.1
Just looking at the "man rsync".
Might as well be duagnosing a plattypus.
I have made a dir on my Cent samba shares to setup a local fedora.repo
(1) How do I get it to run weekly at a certain time. is this correct?
crontab -e 22 7 0 0 /usr/bin/rsync -va
/Fedora-Mirror /local samba share.
(2) Trying to get cron it run 10pm every saturday night.
Log whats happening.
update packages,
2010 Mar 31
2
Bar plots with bars made of stacked text
I would like to make bar plots where the bars are composed of text like this:
http://www.thomaslevine.com/lowres/text_bars.png
Is there a package that will help me with this? Thanks
Tom
2007 May 07
0
Bug#422618: logcheck-database: crontab should be /usr/bin/crontab
Package: logcheck-database
Version: 1.2.54
Severity: normal
Hello,
it seems crontab reports it's whole path in syslog :
May 6 16:00:03 eckmul /usr/bin/crontab[9722]: (root) LIST (nobody)
I don't have other messages from it in my logs, so I can't comment on
the other lines in /etc/logcheck/ignore.d.server/cron , but I had to
modify the LIST one with /usr/bin/crontab
Thanks,
--