This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Cannot start cron


Hi gurus,

After installing cron, I did 'ps -ef' and found that cron was
not started. So I checked /usr/doc/Cygwin/cron.README, and I
tried to start the Windows service using:
cygrunsrv -I cron -p /usr/sbin/cron -a -D
Then I checked Windows processes, and no cron.exe was there, so
I tried to start the Windows service manually, and got:
Could not start thecron service on Local Computer.
The service did not return an error. This could be an internal
Windows error or an internal service error.

Following http://sources.redhat.com/ml/cygwin/2002-08/msg00329.html
I created manually:
mkdir -p /var/cron
chmod 1777 /var/cron
mkdir /var/cron/tabs
chmod 1777 /var/cron/tabs
and started Cygwin bash:
sysaccount at rrback ~
$ cron
seteuid: Permission denied

What does the last error mean ?

How do I start cron properly ?

/Marek


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]