Re: Patch to allow Cron to use non-POSIX shells like Powershell.exe and CMD.exe

2008-06-05 Thread Linda Walsh
, but...noooOOOo... I think it was in response to commercial Unices -- even linux, that had them drop the idea and stay as incompatible as possibleidiots. But...I dunno...maybe a SWITCHAR env var could be examined in cron (or something similar)... I just don't like rejecting compatibility options

Patch to allow Cron to use non-POSIX shells like Powershell.exe and CMD.exe

2008-06-04 Thread Blair Sutton
Hi This is a very simple patch for Cron to allow one to use a shell like powershell or cmd. I've done some testing and it appears to work well. I simply introduce a new environment variable called SHELLSWICTH that defaults to -c if not used. Otherwise, one can set it to /c or -Command

Re: Patch to allow Cron to use non-POSIX shells like Powershell.exe and CMD.exe

2008-06-04 Thread Eric Blake
? Attachment (cron-bs.patch): application/octet-stream, 718 bytes Attachment (cron.tab): application/octet-stream, 709 bytes Sending text files as application/octet-stream makes them harder to read in email. Consider using a text MIME type instead. Hi This is a very simple patch for Cron

Cygwin Cron not running

2008-05-30 Thread Jonathan O'Leary
I have been trying for a while to get cron working for cygwin on a windows 2003 Server, but to no avail. When I run cron-config, cron_diagnose states: ... no problem found. INFO: A cron daemon is already running. I have a cron.log file in /var/log, however it is empty. Also, the contents

Re: Cygwin Cron not running

2008-05-30 Thread Brian Dessent
run. Here is the output of my crontab -l (Both of these command work fine if run from the command line). The problem is right there in your log: 2008/05/30 13:37:01 [lumcon] /usr/sbin/cron: PID 1424: (lumcon) BAD FILE MODE (tabs/lumcon) cron won't run jobs from a tab that is world-writable

Re: Cygwin Cron not running

2008-05-30 Thread Jonathan O'Leary
Thanks for the info, however, I'm a bit confused. In cronbug it states that the permissions are: -rwxrwx--- 1 lumcon mkgroup-l-d 244 May 30 14:45 /var/cron/tabs/lumcon However, when I run a ls -al I get: -rw-r--r-- 1 lumcon mkgroup-l-d 244 May 30 14:45 /var/cron/tabs/lumcon How/why

Re: Cygwin Cron not running

2008-05-30 Thread Larry Hall (Cygwin)
Jonathan O'Leary wrote: Thanks for the info, however, I'm a bit confused. In cronbug it states that the permissions are: -rwxrwx--- 1 lumcon mkgroup-l-d 244 May 30 14:45 /var/cron/tabs/lumcon However, when I run a ls -al I get: -rw-r--r-- 1 lumcon mkgroup-l-d 244 May 30 14:45 /var/cron/tabs

Re: cron

2008-05-15 Thread Pierre A. Humblet
- Original Message - | From: Marc Kirby | Date: May 14, 2008 8:27 PM | Subject: cron daemon dies | To: cygwin@cygwin.com | | | Hi.. I've started the cron daemon and tested that it works with a | test job writing output to /tmp/mdk. Somewhere along the line though | the daemon dies

cron problems

2008-05-14 Thread Charles Miller
I'm a little confused. Ps -eaf shows the cron process running. However Windows Services say that it is not. My crontab is coming back with incorrect permissions. Can you let me know what I need to do to get cron working ? Log Message: Current version -rwxr-x---+ 1 administrator mkgroup-l-d

Re: cron problems

2008-05-14 Thread Pierre A. Humblet
- Original Message - From: Charles Miller To: cygwin@cygwin.com Sent: Wednesday, May 14, 2008 5:47 PM Subject: cron problems I'm a little confused. Ps -eaf shows the cron process running. However Windows Services say that it is not. My crontab is coming back with incorrect

cron

2008-05-14 Thread Marc Kirby
Sent in HTML first and email bounced... -- Forwarded message -- From: Marc Kirby [EMAIL PROTECTED] Date: May 14, 2008 8:27 PM Subject: cron daemon dies To: cygwin@cygwin.com Hi.. I've started the cron daemon and tested that it works with a test job writing output to /tmp/mdk

Re: cron and Windows 2000

2008-04-10 Thread noreply
- Original Message - From: Vince LaMonica To: cygwin Sent: Wednesday, April 09, 2008 5:08 PM Subject: cron and Windows 2000 | Hi all, | | I recently updated cygwin on a Windows 2000 server box and I am now | getting errors when running cron. It is the famous, can't switch user

cron and Windows 2000

2008-04-09 Thread Vince LaMonica
Hi all, I recently updated cygwin on a Windows 2000 server box and I am now getting errors when running cron. It is the famous, can't switch user context message that I've seen a lot of posts about. The issue is that I am not running Windows 2003 server, but rather Windows 2000 server

Re: Attn: cygport, openssh, and exim/cron maintainers [Was: [ANNOUNCEMENT] Updated: csih-0.1.3-1]

2008-04-08 Thread Corinna Vinschen
to this notion for the ssh-host-config and ssh-user-config script. # cygport Copyright (C) 2006, 2007 Yaakov Selkowitz # GPL v3 (mostly the messaging functions: csih_inform, csih_error, etc) # exim-config Copyright Pierre A. Humblet, 2003-2007. # cron-config Copyright

Attn: cygport, openssh, and exim/cron maintainers [Was: [ANNOUNCEMENT] Updated: csih-0.1.3-1]

2008-04-07 Thread Charles Wilson
-config Copyright Pierre A. Humblet, 2003-2007. # cron-config Copyright Pierre A. Humblet, 2003-2007. (no explicit licensing) For the csih.sh function library, I'd like to use one of the following two licenses: (1) MIT/X or (2) GPLv3 with an exception clause modeled after the javascript

Re: cron with gnuplot

2008-03-31 Thread Pierre A. Humblet
Nadi, From the log you sent in cronbug.txt it looks like the script is running, confirming what you write. What do you expect it will produce? Note that the filename cron.log in your home directory conflicts with a file created by /bin/cronlog, which is run by the cron daemon to save

Cron problem with cron popup windows

2008-01-23 Thread cygwin . 20 . maillinglist
Hi folk, I have the problem that I get cron popup windows. I change the cron service, so that he can interact with the desktop. This was necessary to start excel from cron. First everything was ok. But after I rebooted the PC now cron startet to open a window always when a cron job started. How

RE: Cron problem with cron popup windows

2008-01-23 Thread Dave Korn
On 23 January 2008 13:00, cygwin.20.maillinglist wrote: Hi folk, I have the problem that I get cron popup windows. I change the cron service, so that he can interact with the desktop. This was necessary to start excel from cron. First everything was ok. But after I rebooted the PC now cron

RE: Running perl script in cron in cygwin under Windows

2008-01-16 Thread Dave Korn
Cron works on other scripts but not with a perl script. If it's the environment (we are running korn instead of the bash default), it might be good to create a wrapper script in korn shell. perl often needs a rebaseall run to function at its best. Does cron use bash default profile

RE: Running perl script in cron in cygwin under Windows

2008-01-14 Thread Dave Korn
On 14 January 2008 04:51, Macalalad, Jun wrote: Any idea where I've done wrong please? Well, posting to the announcements list, for one. Omitting the slightest trace of any pertinent details for another. cheers, DaveK -- Can't think of a witty .sigline today --

RE: Running perl script in cron in cygwin under Windows

2008-01-14 Thread David Christensen
Macalalad, Jun wrote: Thanks David. Thanks again for the help You're welcome. :-) Please help someone else if/when you have the chance. Please keep this thread on the Cygwin list so other people can find it (e.g. hit Reply to All). Cron works on other scripts but not with a perl script

Running perl script in cron in cygwin under Windows

2008-01-13 Thread Macalalad, Jun
Folks, I've been trying to run a perl script from cron in cygwin -- not good. It runs when in a cygwin command prompt. Any idea where I've done wrong please? Help? Jun -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

RE: Running perl script in cron in cygwin under Windows

2008-01-13 Thread David Christensen
Macalalad, Jun wrote: I've been trying to run a perl script from cron in cygwin -- not good. It runs when in a cygwin command prompt. Any idea where I've done wrong please? Help? Do you have cron working? Verify it with a simple command, such as 'touch'. If that works, try a Perl one

Re: cron does not work: no error message

2008-01-12 Thread Saurabh Tendulkar
Pierre, Thanks for the reply. It seems to be working now, although I didnt do anything. Very strange. The cron.log file is still empty though. cron-config says no problem found. saurabh --- Pierre A. Humblet [EMAIL PROTECTED] wrote: - Original Message - From: Saurabh Tendulkar

Re: cron does not work: no error message

2008-01-11 Thread Pierre A. Humblet
- Original Message - From: Saurabh Tendulkar To: cygwin Sent: Thursday, January 10, 2008 11:26 PM Subject: cron does not work: no error message | Hi, | | I upgraded my cygwin recently to the latest cron (4.1-6), and it seems to have | stopped working. I did a cygrunsrv -E cron when

cron does not work: no error message

2008-01-10 Thread Saurabh Tendulkar
Hi, I upgraded my cygwin recently to the latest cron (4.1-6), and it seems to have stopped working. I did a cygrunsrv -E cron when the setup asked me to kill cron, and cygrunsrv -S cron to start it after the upgrade finished. Now the application log shows that /usr/sbin/cron actually runs

cron

2007-12-19 Thread Bruno Zovich
Hello, I've tried multiple suggestions -- no luck, Can you point me in the right direction? tanx, Bruno Zovich Current version -rwxr-x---+ 1 bzovich Users 4959 Jun 12 2007 /usr/share/doc/Cygwin/cron-4.1-6.README Running crons: None Sendmail: lrwxrwxrwx 1 bzovich None 16 Dec 19 09:02 /usr

Re: cron

2007-12-19 Thread Pierre A. Humblet
- Original Message - From: Bruno Zovich To: cygwin Sent: Wednesday, December 19, 2007 12:36 PM Subject: ***[Possible UCE]*** cron | Hello, | | I've tried multiple suggestions -- no luck, | Can you point me in the right direction? The error messages are 2007/12/12 15:50:03 [bzovich

Please upload exim-4.68-2 and cron-4.1-6

2007-12-11 Thread Pierre A. Humblet
exim-4.68-2 : http://mysite.verizon.net/phumblet/exim-4.68-2/exim-4.68-2.tar.bz2 http://mysite.verizon.net/phumblet/exim-4.68-2/exim-4.68-2-src.tar.bz2 and delete 4.68-1 cron-4.1-6 http://mysite.verizon.net/phumblet/cron-4.1-6/cron-4.1-6.tar.bz2 http://mysite.verizon.net/phumblet/cron-4.1-6/cron

Re: Please upload exim-4.68-2 and cron-4.1-6

2007-12-11 Thread Corinna Vinschen
On Dec 11 09:49, Pierre A. Humblet wrote: exim-4.68-2 : http://mysite.verizon.net/phumblet/exim-4.68-2/exim-4.68-2.tar.bz2 http://mysite.verizon.net/phumblet/exim-4.68-2/exim-4.68-2-src.tar.bz2 and delete 4.68-1 cron-4.1-6 http://mysite.verizon.net/phumblet/cron-4.1-6/cron-4.1-6.tar.bz2

Re: cron_diagnose step in cron-config w/new mounts 1.5.25(0.156/4/2)

2007-12-10 Thread Tom Rodman
On Sun 12/9/07 12:21 PST Brian Dessent wrote: Tom Rodman wrote: It's possible the cron-config script does not understand the new mount entries in the registry; or what am I missing? Yes, the script needs updating. OK, thanks - I ignored the warnings, and cron is working for me

Re: cron_diagnose step in cron-config w/new mounts 1.5.25(0.156/4/2)

2007-12-10 Thread Pierre A. Humblet
Sigh :( You are right. I will look into it. Pierre - Original Message - From: Tom Rodman [EMAIL PROTECTED] To: cygwin@cygwin.com Sent: Sunday, December 09, 2007 10:54 AM Subject: cron_diagnose step in cron-config w/new mounts 1.5.25(0.156/4/2) | It's possible the cron-config script

cron_diagnose step in cron-config w/new mounts 1.5.25(0.156/4/2)

2007-12-09 Thread Tom Rodman
It's possible the cron-config script does not understand the new mount entries in the registry; or what am I missing? -- thx, Tom --v-v--C-U-T---H-E-R-E-v-v-- $ cygcheck -c cron Cygwin Package Information Package VersionStatus cron

Re: cron_diagnose step in cron-config w/new mounts 1.5.25(0.156/4/2)

2007-12-09 Thread Brian Dessent
Tom Rodman wrote: It's possible the cron-config script does not understand the new mount entries in the registry; or what am I missing? Yes, the script needs updating. However, it should *not* be looking at the registry directly. It should be using the mount command which is the only

from address of cron emails

2007-11-09 Thread Rob Siklos
Hi, I'm running cron through cygwin, using ssmtp.exe as the sendmail replacement. It seems that none of cron's e-mails are getting through, because my SMTP server rejects root (Cron Daemon) as a valid From address in the outgoing e-mail. Is there any way of changing this? Thanks, Rob

Re: from address of cron emails

2007-11-09 Thread Pierre A. Humblet
- Original Message - From: Rob Siklos To: cygwin Sent: Friday, November 09, 2007 11:02 AM Subject: from address of cron emails | Hi, | | I'm running cron through cygwin, using ssmtp.exe as the sendmail | replacement. It seems that none of cron's e-mails are getting through

Re: from address of cron emails

2007-11-09 Thread Rob Siklos
- Original Message - From: Pierre A. Humblet [EMAIL PROTECTED] To: Rob Siklos [EMAIL PROTECTED]; cygwin@cygwin.com Sent: Friday, November 09, 2007 1:25 PM Subject: Re: from address of cron emails - Original Message - From: Rob Siklos To: cygwin Sent: Friday, November 09

Re: from address of cron emails

2007-11-09 Thread Pierre A. Humblet
- Original Message - From: Rob Siklos To: cygwin Sent: Friday, November 09, 2007 4:15 PM Subject: Re: from address of cron emails | - Original Message - | From: Pierre A. Humblet [EMAIL PROTECTED] | To: Rob Siklos [EMAIL PROTECTED]; cygwin@cygwin.com | Sent: Friday, November

Re: Cron event logs says (*system*) NOT REGULAR... what does this mean

2007-11-08 Thread Larry Hall (Cygwin)
Jerome Fong wrote: Dave Korn wrote: On 08 November 2007 20:28, Jerome Fong wrote: Pierre A. Humblet wrote: On 08 November 2007 19:29, Jerome Fong wrote: I got cron working as a daemon, but now it stopped working again. I'm getting the following errors in the cronevents output. Anyone

Re: Cron event logs says (*system*) NOT REGULAR... what does this mean

2007-11-08 Thread Jerome Fong
Dave Korn wrote: On 08 November 2007 20:28, Jerome Fong wrote: Pierre A. Humblet wrote: On 08 November 2007 19:29, Jerome Fong wrote: I got cron working as a daemon, but now it stopped working again. I'm getting the following errors in the cronevents output. Anyone know what this means

Re: Cron event logs says (*system*) NOT REGULAR... what does this mean

2007-11-08 Thread Pierre A. Humblet
- Original Message - From: Dave Korn To: cygwin Sent: Thursday, November 08, 2007 3:43 PM Subject: RE: Cron event logs says (*system*) NOT REGULAR... what does this mean | On 08 November 2007 20:28, Jerome Fong wrote: | | Pierre A. Humblet wrote: | On 08 November 2007 19:29, Jerome

Re: Cron event logs says (*system*) NOT REGULAR... what does this mean

2007-11-08 Thread Jerome Fong
Pierre A. Humblet wrote: | On 08 November 2007 19:29, Jerome Fong wrote: | | I got cron working as a daemon, but now it stopped working again. I'm | getting the following errors in the cronevents output. Anyone know what | this means? | 2007/11/08 11:02:18 [SYSTEM] /usr/sbin/cron: PID

Re: Cron event logs says (*system*) NOT REGULAR... what does this mean

2007-11-08 Thread Pierre A. Humblet
| On 08 November 2007 19:29, Jerome Fong wrote: | | I got cron working as a daemon, but now it stopped working again. I'm | getting the following errors in the cronevents output. Anyone know what | this means? | 2007/11/08 11:02:18 [SYSTEM] /usr/sbin/cron: PID 1644: (*system

RE: Cron event logs says (*system*) NOT REGULAR... what does this mean

2007-11-08 Thread Dave Korn
On 08 November 2007 19:29, Jerome Fong wrote: I got cron working as a daemon, but now it stopped working again. I'm getting the following errors in the cronevents output. Anyone know what this means? Who owns the files mentioned? 2007/11/08 11:02:18 [SYSTEM] /usr/sbin/cron: PID 1644

Cron event logs says (*system*) NOT REGULAR... what does this mean

2007-11-08 Thread Jerome Fong
I got cron working as a daemon, but now it stopped working again. I'm getting the following errors in the cronevents output. Anyone know what this means? thanks, Jerome 2007/11/08 11:02:18 [SYSTEM] /usr/sbin/cron: PID 1644: (*system*) NOT REGULAR (/etc/cron.d/cron.daily) 2007/11/08 11:02

RE: Cron event logs says (*system*) NOT REGULAR... what does this mean

2007-11-08 Thread Dave Korn
On 08 November 2007 20:28, Jerome Fong wrote: Pierre A. Humblet wrote: On 08 November 2007 19:29, Jerome Fong wrote: I got cron working as a daemon, but now it stopped working again. I'm getting the following errors in the cronevents output. Anyone know what this means? 2007/11/08 11:02

Re: Cron event logs says (*system*) NOT REGULAR... what does this mean

2007-11-08 Thread Jerome Fong
Larry Hall (Cygwin) wrote: Jerome Fong wrote: Dave Korn wrote: On 08 November 2007 20:28, Jerome Fong wrote: Pierre A. Humblet wrote: On 08 November 2007 19:29, Jerome Fong wrote: I got cron working as a daemon, but now it stopped working again. I'm getting the following errors

Can't start cron as a service, I'm getting the Win32 error 1062 message

2007-11-07 Thread Jerome Fong
Hi there, I'm not having any luck starting up cron as a service? I installed cygwin as a local user, then I ran mkpasswd with -d since I realized that I should have been a domain user instead. Now, I'm not able start cron as a service. I am using cron_diagnose.sh to config cron

Re: Can't start cron as a service, I'm getting the Win32 error 1062 message

2007-11-07 Thread Pierre A. Humblet
- Original Message - From: Jerome Fong To: cygwin Sent: Wednesday, November 07, 2007 3:59 PM Subject: Can't start cron as a service, I'm getting the Win32 error 1062 message | Hi there, | | I'm not having any luck starting up cron as a service? I installed | cygwin as a local user

cron problems

2007-11-06 Thread Helge Stenström
I want to use cron on my laptop to run backup jobs to a network disk regularly. Therefore, I first used crontab: crontab myCrontabFile and then used cron-config to start the cron daemon. I no longer remember the exact questions, but there are some issues. 1. cron-config asked about my password

Re: cron problems

2007-11-06 Thread Pierre A. Humblet
- Original Message - From: Helge Stenström To: cygwin Sent: Tuesday, November 06, 2007 9:48 AM Subject: cron problems snip | I no longer remember the exact questions, but there are some issues. Yes, there always are issues but I am not sure why. | 1. cron-config asked about my

Re: How is cron started

2007-10-11 Thread Vidiot
Start | Control Panel | Administrative Tools | Services When I re-enabled my password, both cygrunsrv and cron started and showed up in my process list. MB -- e-mail: [EMAIL PROTECTED]/~\ The ASCII [I've been to Earth. I know where

How is cron started

2007-10-10 Thread Vidiot
the login to appear. I've only gotten it to remove my password, but I still have to click on my login name (the only name). Well, I discovered that cron didn't start. Because of it, a job that was supposed to start, didn't :-( Just where is cron stated in an XP SP2 system? I installed it to work

Re: How is cron started

2007-10-10 Thread Warren Young
Vidiot wrote: Just where is cron stated in an XP SP2 system? Start | Control Panel | Administrative Tools | Services -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html

Re: How is cron started

2007-10-10 Thread Vidiot
Start | Control Panel | Administrative Tools | Services Thanks, it actually started. I forgot that it was cygrunsrv and it is in the task manager list of tasks. Now to figure out what went wrong. Isn't cygrunsrv supposed to show up when I do a ps? MB -- e-mail: [EMAIL PROTECTED]

RE: Can cron cause computer to wake up from hibernate?

2007-10-03 Thread Dave Korn
On 03 October 2007 06:14, Andrew DeFaria wrote: Matthew Wozniski wrote: Hibernation does involve swapping everything in memory to disk, freezing the state of all processes, and powering down the system. But, the system being powered down does not mean that no part of the system is receiving

Re: Can cron cause computer to wake up from hibernate?

2007-10-02 Thread Danilo Turina
was configured to wake up the PC when receiving certain kind of packets. Disabling that feature did the job. Ciao, Danilo Saurabh Tendulkar wrote: Hi, I'm trying to troubleshoot why my pc comes out of hibernate. It seems like some of the times this happens correspond to cron

RE: Re: Can cron cause computer to wake up from hibernate?

2007-10-02 Thread Buchbinder, Barry (NIH/NIAID) [E]
Saurabh Tendulkar wrote: Hi, I'm trying to troubleshoot why my pc comes out of hibernate. It seems like some of the times this happens correspond to cron jobs. Is it possible that cron could be (one of) the culprit(s) here? If so, is there a way to prevent cron from waking up the computer

Re: Can cron cause computer to wake up from hibernate?

2007-10-02 Thread Andrew DeFaria
Danilo Turina wrote: Some time ago, it happened to me that my PC came out of hibernate without no apparent reason. Initially I though that someone, accidentally, hit the keyboard causing the resume of the PC, but after disabling keyboard switch on, the problem persisted. I then discovered

Re: Can cron cause computer to wake up from hibernate?

2007-10-02 Thread Matthew Wozniski
On Tue, Oct 02, 2007 at 08:51:19AM -0700, Andrew DeFaria wrote: Danilo Turina wrote: I then discovered that my network card was configured to wake up the PC when receiving certain kind of packets. Disabling that feature did the job. AFAICT that's not hibernation - that's sleep mode. There's

Re: Can cron cause computer to wake up from hibernate?

2007-10-02 Thread Saurabh Tendulkar
On Tue, Oct 02, 2007 at 08:51:19AM -0700, Andrew DeFaria wrote: Danilo Turina wrote: I then discovered that my network card was configured to wake up the PC when receiving certain kind of packets. Disabling that feature did the job. AFAICT that's not hibernation - that's sleep mode. There's

Can cron cause computer to wake up from hibernate?

2007-10-01 Thread Saurabh Tendulkar
Hi, I'm trying to troubleshoot why my pc comes out of hibernate. It seems like some of the times this happens correspond to cron jobs. Is it possible that cron could be (one of) the culprit(s) here? If so, is there a way to prevent cron from waking up the computer? Thank you. saurabh

Re: Can cron cause computer to wake up from hibernate?

2007-10-01 Thread Andrew DeFaria
Saurabh Tendulkar wrote: Hi, I'm trying to troubleshoot why my pc comes out of hibernate. It seems like some of the times this happens correspond to cron jobs. Is it possible that cron could be (one of) the culprit(s) here? If so, is there a way to prevent cron from waking up the computer

cron not running jobs, no errors

2007-09-28 Thread Alexfed
I installed cygwin on a windows 2003 Server. I installed cron and started the cron service with no errors. I ssued the following commands to install and run cron. cygrunsrv -I cron -p /usr/sbin/cron -a -D cygrunsrv -S cron ps -ef | grep cron shows me that cron daemon is running. SYSTEM

Re: cron not running jobs, no errors

2007-09-28 Thread Brian Dessent
Alexfed wrote: cron service with no errors. I ssued the following commands to install and run cron. cygrunsrv -I cron -p /usr/sbin/cron -a -D cygrunsrv -S cron Why? That is not how you install the cron service. There is much more to be done, in fact there is a cron-config script provided

Re: cron not running jobs, no errors

2007-09-28 Thread René Berber
Alexfed wrote: I installed cygwin on a windows 2003 Server. I installed cron and started the cron service with no errors. I ssued the following commands to install and run cron. cygrunsrv -I cron -p /usr/sbin/cron -a -D Wrong parameters, read /usr/share/doc/Cygwin/cron-4.1-5.README. [snip

Re: cron

2007-09-13 Thread René Berber
the /usr/share/doc/Cygwin/openssh.README | for details. The above is correct, but later cron was switch to run as PolsonA Wrong, the log just shows that the user edited his crontab (i.e. did a `crontab -e`) which does a reload on exit. Larry's diagnostic is right, cron shouldn't be running

Re: cron

2007-09-13 Thread Pierre A. Humblet
- Original Message - From: René Berber To: Sent: Thursday, September 13, 2007 2:00 AM Subject: Re: cron Pierre A. Humblet wrote: [snip] | On W2K3, if you expect a service to be able to switch user contexts, you | need a special service account. You can use the 'sshd_server

Re: cron

2007-09-13 Thread Larry Hall (Cygwin)
Pierre A. Humblet wrote: - Original Message - From: René Berber To: Sent: Thursday, September 13, 2007 2:00 AM Subject: Re: cron Pierre A. Humblet wrote: [snip] | On W2K3, if you expect a service to be able to switch user contexts, you | need a special service account. You can

Re: cron

2007-09-12 Thread Larry Hall (Cygwin)
Alexander Polson wrote: cronbug.txt Hi I have been using cygwin on windows to do daily backups with the rsync utility, and triggering this process using cron. Over the last 2 years I found more and more machines in my department for which I can not get cron to work anymore, and forcing

cron

2007-09-12 Thread Alexander Polson
cronbug.txt Hi I have been using cygwin on windows to do daily backups with the rsync utility, and triggering this process using cron. Over the last 2 years I found more and more machines in my department for which I can not get cron to work anymore, and forcing this backup to be done manually

Re: cron

2007-09-12 Thread Pierre A. Humblet
- Original Message - From: Larry Hall (Cygwin) To: cygwin Sent: Wednesday, September 12, 2007 10:58 AM Subject: Re: cron | Alexander Polson wrote: | cronbug.txt Hi | | I have been using cygwin on windows to do daily backups with the rsync | utility, and triggering this process

cron

2007-08-31 Thread Barry Benowitz
Hi All, I am really struggling with this. I have been playing and playing. I now get no errors with cron_diagnose.sh, but I don't see any events in cronevents (at least not lately) There were some with earlier attempts on 8/30. I can see cron running when I do ps -e, but I edit my crontab

Re: cron

2007-08-31 Thread Larry Hall (Cygwin)
On 08/31/2007, Barry Benowitz wrote: C:\cygwin /system textmode C:\cygwin/bin /usr/bin system textmode C:\cygwin/lib /usr/lib system textmode Shame on you! ;-) Try it with binmode, making sure you get rid of all the carriage returns from

Re: cron

2007-08-31 Thread Pierre A. Humblet
- Original Message - From: Barry Benowitz To: cygwin Sent: Friday, August 31, 2007 10:55 AM Subject: cron Hi All, I am really struggling with this. I have been playing and playing. I now get no errors with cron_diagnose.sh, but I don't see any events in cronevents (at least

Crontab runs fine in cmd line not via CRON for expect scripts

2007-08-29 Thread John-Mc
Hi All, I'm new here so please bear with me. I have a server running Windows Server 2003 Std Edition w/ SP2 and for whatever reason I cannot get CRON to execute my expect scripts. If I run them manually they run just fine. Another co-worker has some perl scripts that kick off without any issues

Re: Crontab runs fine in cmd line not via CRON for expect scripts

2007-08-29 Thread Larry Hall (Cygwin)
John-Mc wrote: Hi All, I'm new here so please bear with me. I have a server running Windows Server 2003 Std Edition w/ SP2 and for whatever reason I cannot get CRON to execute my expect scripts. If I run them manually they run just fine. Another co-worker has some perl scripts that kick off

Cron Issue

2007-08-13 Thread Barnhart Jay
I'm trying to get Cron running on our Windows 2003 environmentWe have installed the software and run cron_diagnose.sh with no issues. The problem I'm having is the /var/log/cron.log isn't showing any entries and the Windows event log has stated that /usr/sbin/cron file not found. It seems

Re: Cron Issue

2007-08-13 Thread Pierre A. Humblet
- Original Message - From: Barnhart Jay To: cygwin Sent: Monday, August 13, 2007 10:07 AM Subject: Cron Issue I'm trying to get Cron running on our Windows 2003 environmentWe have installed the software and run cron_diagnose.sh with no issues. The problem I'm having is the /var

RE: Cron Issue

2007-08-13 Thread Barnhart Jay
PROTECTED] www.sabercorp.com -Original Message- From: Pierre A. Humblet [mailto:[EMAIL PROTECTED] Sent: Monday, August 13, 2007 10:32 AM To: Barnhart Jay; cygwin@cygwin.com Subject: Re: Cron Issue - Original Message - From: Barnhart Jay To: cygwin Sent: Monday, August 13, 2007 10

Re: Cron Issue

2007-08-13 Thread Pierre A. Humblet
- Original Message - From: Barnhart Jay To: cygwin Sent: Monday, August 13, 2007 11:02 AM Subject: RE: Cron Issue Here is the cronbug dumpI deleted a lot of the event log history to reduce the sizeIt's all the same error over and over again since it's running every 5 minutes

Re: cron

2007-08-09 Thread shash
Hi Pierre, Thanks a ton!!! IT'S WORKING. I did the following and it started to work. $ cron-config Cron is already installed as a service under account .\test. Do you want to remove or reinstall it? (yes/no) yes OK. The cron service was removed. Do you want to install the cron daemon

Cygwin Cron problem

2007-08-08 Thread shash
Hi, Before I start, I would like to inform that, I went through all FAQs and other threads before posting here. I came across this thread where I faced the similar error, but couldn't get what they did to resolve it. http://www.nabble.com/1.5.21-1%3AWindows-2003-Server---Cygwin-Cron-tf2425192

Re: Cygwin Cron problem

2007-08-08 Thread Pierre A. Humblet
- Original Message - From: shash shashikiran.v To: cygwin Sent: Wednesday, August 08, 2007 5:39 AM Subject: Cygwin Cron problem | | Hi, | | Before I start, I would like to inform that, I went through all FAQs and | other threads before posting here. | I came across this thread where I

Re: Cygwin Cron problem

2007-08-08 Thread shash
Thanks Pierre, I have mailed to cygwin. Pierre A. Humblet wrote: - Original Message - From: shash shashikiran.v To: cygwin Sent: Wednesday, August 08, 2007 5:39 AM Subject: Cygwin Cron problem | | Hi, | | Before I start, I would like to inform that, I went through all

Re: cron

2007-08-08 Thread Pierre A. Humblet
- Original Message - From: Kiran, Shashi Shashi.Kiran To: cygwin Sent: Wednesday, August 08, 2007 10:40 AM Subject: cron Hi, I 'm trying to schedule a shell script on cygwin using cron. No matter what I do I don't seem to get the cron job executing my bash script. My script

[cron] Setting up cron service for rsync backup

2007-06-27 Thread Jack
Hello. I installed cygwin on several windows XP clients, and now I've got to set up a cron service, for the users to be able to backup their data (the crontabs will contains rsync calls). I tried several ways to set up the cron daemon, but i failed to find the good one... (i.e. using only

Re: [ANNOUNCEMENT] Updated: cron-4.1-5

2007-06-15 Thread Pierre A. Humblet
Jared Silva wrote Pierre A. Humblet wrote: Add support for the /etc/cron.d directory. (with thanks to Thomas Berger) Can you please provide (or point to) a detailed explanation of the change and its impact? cron also scans the /etc/cron.d directory and processes the crontab files within

[ANNOUNCEMENT] Updated: cron-4.1-5

2007-06-14 Thread Pierre A. Humblet
I have updated cron to version 4.1-5 NEWS: cron Add support for the /etc/cron.d directory. (with thanks to Thomas Berger) Please direct all comments and questions to the cygwin list, mentioning cron in the Subject: line and ATTACHING the output of /usr/bin/cronbug. Pierre

Re: [ANNOUNCEMENT] Updated: cron-4.1-5

2007-06-14 Thread Jared Silva
Pierre A. Humblet wrote: Add support for the /etc/cron.d directory. (with thanks to Thomas Berger) Can you please provide (or point to) a detailed explanation of the change and its impact? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Updated: cron-4.1-5

2007-06-14 Thread Pierre A. Humblet
I have updated cron to version 4.1-5 NEWS: cron Add support for the /etc/cron.d directory. (with thanks to Thomas Berger) Please direct all comments and questions to the cygwin list, mentioning cron in the Subject: line and ATTACHING the output of /usr/bin/cronbug. Pierre

Please upload cron-4.1-5

2007-06-13 Thread Pierre A. Humblet
... and keep 3.0-22. No change in setup.hint. The files can be found in http://mysite.verizon.net/phumblet/cron-4.1-5/cron-4.1-5.tar.bz2 http://mysite.verizon.net/phumblet/cron-4.1-5/cron-4.1-5-src.tar.bz2 Thanks. Pierre

Re: Please upload cron-4.1-5

2007-06-13 Thread Corinna Vinschen
On Jun 13 10:50, Pierre A. Humblet wrote: ... and keep 3.0-22. No change in setup.hint. The files can be found in http://mysite.verizon.net/phumblet/cron-4.1-5/cron-4.1-5.tar.bz2 http://mysite.verizon.net/phumblet/cron-4.1-5/cron-4.1-5-src.tar.bz2 Uploaded. I'm wondering... There's a 4.1-3

Re: ***[Possible UCE]*** Re: Please upload cron-4.1-5

2007-06-13 Thread Pierre A. Humblet
- Original Message - From: Corinna Vinschen To: cygwin-apps@cygwin.com Sent: Wednesday, June 13, 2007 10:56 AM Subject: ***[Possible UCE]*** Re: Please upload cron-4.1-5 | On Jun 13 10:50, Pierre A. Humblet wrote: | ... and keep 3.0-22. No change in setup.hint. | | The files can

Re: ***[Possible UCE]*** Re: Please upload cron-4.1-5

2007-06-13 Thread Corinna Vinschen
On Jun 13 11:38, Pierre A. Humblet wrote: From: Corinna Vinschen | On Jun 13 10:50, Pierre A. Humblet wrote: | ... and keep 3.0-22. No change in setup.hint. | | The files can be found in | http://mysite.verizon.net/phumblet/cron-4.1-5/cron-4.1-5.tar.bz2 | http://mysite.verizon.net

cron functionality regression?

2007-06-06 Thread Thomas Berger
Hello, From http://sourceware.org/ml/cygwin/2007-04/msg00319.html : The changes (listed in /usr/share/doc/cron/CHANGES) don't appear to break compatibility with 3.0. this seems to be a version of vixie cron which (contrary to the previous one) consistently (e.g. also in the manpage) does

Re: cron functionality regression?

2007-06-06 Thread Pierre A. Humblet
- Original Message - From: Thomas Berger To: The Cygwin Mailing List Sent: Wednesday, June 06, 2007 9:38 AM Subject: cron functionality regression? | Hello, | | From http://sourceware.org/ml/cygwin/2007-04/msg00319.html : | | The changes (listed in /usr/share/doc/cron/CHANGES

Re: Issue Getting cron to execute a basic test job on windows

2007-05-31 Thread Pierre A. Humblet
I cannot get cron to execute a test line, or log errors to the cron log for further debugging. I would appreciate it if you could point me in the right direction towards fixing my setup. Attached is the cronbug.txt. Thanks for sending cronbug output. It shows that you have cron running

RE: Issue Getting cron to execute a basic test job on windows

2007-05-30 Thread Welcome, Traiano
Hi I cannot get cron to execute a test line, or log errors to the cron log for further debugging. I would appreciate it if you could point me in the right direction towards fixing my setup. Attached is the cronbug.txt. Thanks in advance, T.G Welcome -- Unsubscribe info: http

Issue Getting cron to execute a basic test job on windows

2007-05-30 Thread Welcome, Traiano
( *ahem* this time with attachment ) Hi I cannot get cron to execute a test line, or log errors to the cron log for further debugging. I would appreciate it if you could point me in the right direction towards fixing my setup. Attached is the cronbug.txt. Thanks in advance, T.G Welcome

<    1   2   3   4   5   6   7   8   9   10   >