delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2018/01/15/15:50:16

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:to:from:subject:message-id:date:mime-version
:content-type:content-transfer-encoding; q=dns; s=default; b=s9H
5t4zG/Y3PT5cEQWa2OfGhx2dHw0WlS3mCGGczxinp+ScNX2wZgLByfqM4NRxx8En
M8LemuIHfkJPxVvTPAG+lHwFuf7BS+zxl2tOux+9Bs8rLHdIuHrOj/ps2ffE2idT
lYz+15QW45SDzwK74uAZIHebp4NnJgQ/T3wQ36mw=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:to:from:subject:message-id:date:mime-version
:content-type:content-transfer-encoding; s=default; bh=kzlJ1XLqV
K9XpnEY35E3E1YDf/0=; b=NHOECVhIrgCjjMNGzpS2QXjZqjOFV1Yl3VaXECDtg
6rudMQKHq0cydKrQVBiX4LsZKniS69LPOSKMGLlJJeHmWOZMzUM+Af6bXxBcCPDp
nHcrbC2tF/wFfWCYXFq25xaiFcavF6f0wAFxAyKsn829MgUJGeoChDCwTz6A0645
/c=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=Want, Chris, H*c:alternative, H*u:6.1
X-HELO: mail-qk0-f179.google.com
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-language; bh=OncGjCFT6+lwEwDq94Pcgrg8T7E/32otbVCjXXEmIoo=; b=uevvFwMyk1Ab1wJantRvhM/lQdWEFTenoMlwPr9PzwlvlaN1xKn/dRDy/lnpx9Uce/ 7AmLSrGUZp4qQ9c6ll1Oa+W6/8i5nBU4YfztqIcKWGCrFH9LA42STqQEswDWvTS7NGFR E85uTrw0OTwFsBI2UH1za2p5AmwNVP6lu0jBBn4K8sqCBvuiyzvNBR/3zOWSe6srmfqD S0TW9NG0WROj08JbSRg+1JX/H2jz1oBBp4FY7mkcj+NFgzaUmyWy4+EP5JPS5NdSlZne UQtmuSSv5fkZKX9qCkSn/D1DwukFLEAiMFhxQQkNZQEtGdEc2fxjW/ErwnvYI6RDHWf6 I86A==
X-Gm-Message-State: AKwxytd0d/UFEpEZGWDLtdofCizZhyu1drcHRDuN+72Jr+A35ZS/yfn8 9iTxud+nhvz+iNlEG4y8g68=
X-Google-Smtp-Source: ACJfBotZG2pBQcjo2qxb5MwodR9LBxSuytBu6EEm9YhieLp/itQruioTA80LhYF9gZDkIfyxiLtGHg==
X-Received: by 10.55.65.75 with SMTP id o72mr36694005qka.202.1516049296292; Mon, 15 Jan 2018 12:48:16 -0800 (PST)
To: cygwin AT cygwin DOT com, Chris Johnson <rchristopherjohnson AT gmail DOT com>
From: Chris Johnson <rchristopherjohnson AT gmail DOT com>
Subject: cron running but not executing user crontab
Message-ID: <c09e8f04-7aa9-d31c-9c28-67669a0b979e@gmail.com>
Date: Mon, 15 Jan 2018 15:48:12 -0500
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2
MIME-Version: 1.0
X-IsSubscribed: yes

Bit of a conundrum here.  Running WIN7 and cygwin64.  Have the terminal 
running and Perl is installed and runs.  AFAIK, that all works.  Used 
cygrunsrv to get cron going.  I can see cron in a ps -af in the 
terminal.  I set up a crontab for my user and it's in /var/cron/tabs by 
using crontab -e.

Doesn't seem to be running anything in the crontab.  I had wanted to run 
a Perl script in a Windows Directory outside the cygwin structure but 
using the /cygdrive/c etc path.  Ain't working.  Even tried the simplest 
thing I could think of and created a line date > dt.txt on it.  
Normally, under *nix this  would put the results of date in dt.txt in 
the home directory.  Not there.

Just isn't running anything as far as I can tell.

Any suggestions.  I'd like to get this working.  Want am I missing? 
Help  appreciated.  Thank you


-- 

Chris Johnson 	rchristopherjohnson AT gmail DOT com
Ex SysAdmin, now, writer 	/The hardest thing in this world is to live in it.
/(Buffy, the vampire slayer EOS 5)


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019