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]

Re: cron in cygwin


> This is *way* too complicated.  It's fine if you run other things using
> sysvinit, but if all you want is cron, try the way described in
> /usr/doc/Cygwin/cron.README (you did read it, didn't you?  that directory
> contains the necessary instructions specifically for the Cygwin ports --
> see <http://cygwin.com/faq/faq.html#SEC28>).

Yes, I did try the directions in the README, but they do not work.
"cygrunsrv" does not have -D option...

cygrunsrv: unknown option -- D


> Regarding your "NOTE 1" below -- is it reproducible?  Could you please
> post the output of "getfacl filename" before and after "chown filename"?
> Perhaps Pierre or Corinna could comment on this?

It reproduces 100% of the time.  I've tried it on several different machines
as well..

$ cd /etc
$ echo "hi" > foo.txt
$ chmod 600 foo.txt
$ getfacl foo.txt
# file: foo.txt
# owner: docbill
# group: None
user::rw-
group::---
mask:rwx
other:---

$ chown SYSTEM foo.txt
$ getfacl foo.txt
# file: foo.txt
# owner: SYSTEM
# group: None
user::rw-
group::---
mask:rwx
other:---




--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.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]