Re: How to start and verify cron?

2019-07-13 Thread Brian Inglis
On 2019-07-12 10:18, David Karr wrote: > On Fri, Jul 12, 2019 at 8:20 AM Brian Inglis wrote: >> On 2019-07-11 15:20, David Karr wrote: >>> On Thu, Jul 11, 2019 at 12:56 PM David Karr wrote: >>> On Wed, Jul 10, 2019 at 4:04 PM Brian Inglis wrote: >>> On 2019-07-10 16:15, David Karr wro

Re: How to start and verify cron?

2019-07-13 Thread Brian Inglis
On 2019-07-13 01:59, Henning wrote: > On 12/07/2019 17:20, Brian Inglis wrote: >> Do not forget to *ALWAYS* shut down all Cygwin services before running >> setup to upgrade any Cygwin packages. > Does this mean to also shut down cygserver before running setup? Yes - it's linked to cygwin1.dll.

Re: How to start and verify cron?

2019-07-13 Thread Henning
On 12/07/2019 17:20, Brian Inglis wrote: Do not forget to *ALWAYS* shut down all Cygwin services before running setup to upgrade any Cygwin packages. Does this mean to also shut down cygserver before running setup? Henning -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: How to start and verify cron?

2019-07-12 Thread David Karr
On Fri, Jul 12, 2019 at 8:20 AM Brian Inglis wrote: > > On 2019-07-11 15:20, David Karr wrote: > > On Thu, Jul 11, 2019 at 12:56 PM David Karr wrote: > > On Wed, Jul 10, 2019 at 4:04 PM Brian Inglis wrote: > > On 2019-07-10 16:15, David Karr wrote: > > > On Wed, Jul 10, 2019 at

Re: How to start and verify cron?

2019-07-12 Thread Brian Inglis
On 2019-07-11 15:20, David Karr wrote: > On Thu, Jul 11, 2019 at 12:56 PM David Karr wrote: > On Wed, Jul 10, 2019 at 4:04 PM Brian Inglis wrote: > On 2019-07-10 16:15, David Karr wrote: > > On Wed, Jul 10, 2019 at 10:20 AM Brian Inglis wrote: > >     On 2019-07-10 10:55

Re: How to start and verify cron?

2019-07-11 Thread René Berber
On 7/11/2019 5:57 PM, René Berber wrote: > parameter in the installation as service ("-L 1" in the cygrunsrv line Sorry this is not clear. I should have writen something like 'cygrunsrv -I ... -a "-L 1" ...' -- R.Berber -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: How to start and verify cron?

2019-07-11 Thread René Berber
On 7/11/2019 4:20 PM, David Karr wrote: How do I add service dependencies to start up in a particular order? >>> >>> In an elevated cmd or bash shell: >>> elevated > OR # sc config syslog-ng depend= cygserver >>> elevated > OR # sc config cron depend= syslog-ng/cygserver >>> N.B. the "=" is p

Re: How to start and verify cron?

2019-07-11 Thread Vince Rice
> On Jul 11, 2019, at 4:18 PM, David Karr wrote: > > I typically try to avoid top-posting, but I'm pretty sure I won't be able > to do anything about the mailer configuration. Then you'll need to fix it manually, like I just did on yours. Whichever it is, please stop including email addresses in

Re: How to start and verify cron?

2019-07-11 Thread David Karr
On Thu, Jul 11, 2019 at 12:56 PM David Karr wrote: > It's curious that when I bring up the default "Packages" view, filtering > for "syslog-ng" doesn't find anything. I had to switch to the Categories > view, and then filtering for that found it. > > On Wed, Jul 10, 2019 at 4:04 PM Brian Inglis

Re: How to start and verify cron?

2019-07-11 Thread David Karr
On Thu, Jul 11, 2019 at 1:23 PM Vince Rice wrote: > > On Jul 11, 2019, at 3:12 PM, Vince Rice wrote: > > > >> On Jul 11, 2019, at 2:56 PM, David Karr wrote: > >> > >> It's curious that when I bring up the default "Packages" view, filtering > >> for "syslog-ng" doesn't find anything. I had to swi

Re: How to start and verify cron?

2019-07-11 Thread Vince Rice
> On Jul 11, 2019, at 3:12 PM, Vince Rice wrote: > >> On Jul 11, 2019, at 2:56 PM, David Karr wrote: >> >> It's curious that when I bring up the default "Packages" view, filtering >> for "syslog-ng" doesn't find anything. I had to switch to the Categories >> view, and then filtering for that fou

Re: How to start and verify cron?

2019-07-11 Thread Vince Rice
> On Jul 11, 2019, at 2:56 PM, David Karr wrote: > > It's curious that when I bring up the default "Packages" view, filtering > for "syslog-ng" doesn't find anything. I had to switch to the Categories > view, and then filtering for that found it. Not that curious. Setup's search is searching pac

Re: How to start and verify cron?

2019-07-11 Thread David Karr
It's curious that when I bring up the default "Packages" view, filtering for "syslog-ng" doesn't find anything. I had to switch to the Categories view, and then filtering for that found it. On Wed, Jul 10, 2019 at 4:04 PM Brian Inglis < brian.ing...@systematicsw.ab.ca> wrote: > On 2019-07-10 16:

Re: How to start and verify cron?

2019-07-10 Thread Brian Inglis
On 2019-07-10 16:15, David Karr wrote: > On Wed, Jul 10, 2019 at 10:20 AM Brian Inglis wrote: > On 2019-07-10 10:55, David Karr wrote: > > I've checked the user guide and the FAQ, and I can't find any > information > > about how to start cron and verify that it's working.  I found othe

Re: How to start and verify cron?

2019-07-10 Thread David Karr
On Wed, Jul 10, 2019 at 10:20 AM Brian Inglis < brian.ing...@systematicsw.ab.ca> wrote: > On 2019-07-10 10:55, David Karr wrote: > > I've checked the user guide and the FAQ, and I can't find any information > > about how to start cron and verify that it's working. I found other blog > > posts on

Re: How to start and verify cron?

2019-07-10 Thread Brian Inglis
On 2019-07-10 10:55, David Karr wrote: > I've checked the user guide and the FAQ, and I can't find any information > about how to start cron and verify that it's working. I found other blog > posts on other sites, but some of them are old. Did you run service setup script /bin/cron-config to set

How to start and verify cron?

2019-07-10 Thread David Karr
I've checked the user guide and the FAQ, and I can't find any information about how to start cron and verify that it's working. I found other blog posts on other sites, but some of them are old. I had installed cron, and I thought it was working, but now I think that it is not. If I edit "~/cron