Re: crontab: no changes made to crontab

2024-07-07 Thread Andrey Repin via Cygwin
Greetings, Brian Inglis via Cygwin! > On 2024-07-06 04:50, Andrey Repin via Cygwin wrote: >> I'm trying to install a new cron job, and the thing fails claiming that it >> didn't see the edits I made to the file. # echo "USER=$USER" | crontab - # crontab -l # DO NOT EDIT THIS F

Re: crontab: no changes made to crontab

2024-07-07 Thread Brian Inglis via Cygwin
On 2024-07-06 04:50, Andrey Repin via Cygwin wrote: I'm trying to install a new cron job, and the thing fails claiming that it didn't see the edits I made to the file. # echo "USER=$USER" | crontab - # crontab -l # DO NOT EDIT THIS FILE - edit the master and reinstall. # (- installed on Sat J

Re: crontab: no changes made to crontab

2024-07-07 Thread Adam Dinwoodie via Cygwin
On Sat, 6 Jul 2024 at 12:06, Andrey Repin via Cygwin wrote: > I'm trying to install a new cron job, and the thing fails claiming that it > didn't see the edits I made to the file. > > > > Is there a way around it that does not involve replacing crontab tool with my > own script that has no such i

Re: crontab: no changes made to crontab

2004-03-03 Thread Jeff Mincy
> On Tue, 2 Mar 2004, Thorsten Kampe wrote: >> * Michael Chen (2004-03-02 06:57 +0100) >> > Dear all, since the first time using "crontab -", I can never change the >> > crontab file anymore. "crontab -e" calls emacs, but cron just discarded any >> > new modifications. The emacs saved the "crontab

Re: crontab: no changes made to crontab

2004-03-02 Thread Igor Pechtchanski
On Tue, 2 Mar 2004, Thorsten Kampe wrote: > * Michael Chen (2004-03-02 06:57 +0100) > > Dear all, since the first time using "crontab -", I can never change the > > crontab file anymore. "crontab -e" calls emacs, but cron just discarded any > > new modifications. The emacs saved the "crontab.*

Re: crontab: no changes made to crontab

2004-03-02 Thread Thorsten Kampe
* Michael Chen (2004-03-02 06:57 +0100) > Dear all, since the first time using "crontab -", I can never change the > crontab file anymore. "crontab -e" calls emacs, but cron just discarded any > new modifications. The emacs saved the "crontab.*" into /tmp. What's > wrong? Thanks. Try using ano

Re: crontab: no changes made

2002-10-07 Thread George Lefter
Uwe Mayer wrote: > Hi, > > When I start "crontab -e" it won't run, because I haven't vi > installed. I remembered reading something about an EDITOR or VISIBLE > environment variable, though I couldn't find it any more. Thus I set > > export EDITOR=emacs > > Then crontabs starts up emacs, editin

RE: crontab: no changes made

2002-10-07 Thread Harig, Mark A.
Also, be careful not to change the ownership of the file /var/cron/tab/. SYSTEM needs to be the group owner, otherwise the cron daemon will not accept it. > -Original Message- > From: Uwe Mayer [mailto:[EMAIL PROTECTED]] > Sent: Saturday, October 05, 2002 8:28 AM > To: [EMAIL PROTECTED]

RE: crontab: no changes made

2002-10-07 Thread Harig, Mark A.
I am guessing that you are running Windows NT. This problem appears on Windows NT, but not on Windows 2000. It has been a problem for a long time (over a year?). I don't know what the solution to the problem is, but a quick way to get around it is to edit your /var/cron/tabs/ file directly. >

Re: crontab: no changes made

2002-10-06 Thread Igor Pechtchanski
On Sat, 5 Oct 2002, Uwe Mayer wrote: > Hi, > > When I start "crontab -e" it won't run, because I haven't vi > installed. I remembered reading something about an EDITOR or VISIBLE > environment variable, though I couldn't find it any more. Thus I set The correct name for the variable is VISUAL, a