* cron problem -- can't switch user context
@ 2021-07-19 17:34 Jeremy Hetzler
2021-07-19 17:40 ` Jeremy Hetzler
0 siblings, 1 reply; 3+ messages in thread
From: Jeremy Hetzler @ 2021-07-19 17:34 UTC (permalink / raw)
To: cygwin
[-- Attachment #1: Type: text/plain, Size: 935 bytes --]
Cygwin,
Upon installing Cygwin and cron on a new Windows Server 2019 machine, we
are unable to get cron to work.
I installed cron using cron-config. Cron is configured to run under account
cyg_server, which cron-config set up. cron-config reported that "cyg_server
is a valid privileged account".
From cronevents, I see numerous errors saying "can't switch user context".
It looks like every time cron tries to run a job, it emits one of these
errors.
Example:
> 2021/07/15 18:45:02 [cyg_server] /usr/sbin/cron: PID 6421: (CRON) error
(can't switch user context)
See attached for cronbug output.
I tried rebooting the machine, but this did not help.
How can we get cron to work on this new machine?
Please copy me on any responses; thank you.
Thanks,
*Jeremy Hetzler*
Business Data Analyst
*CHABASO*
360 James Street, New Haven, CT
jhetzler@chabaso.com
Bread gifts & recipes at chabaso.com
*Bakers for a better world!*
[-- Attachment #2: cronbug-2021.07.19.txt --]
[-- Type: text/plain, Size: 140864 bytes --]
Current version
-rwxr-xr-x 1 jhetzler Domain Users 5304 Feb 15 2010 /usr/share/doc/Cygwin/cron-4.1-65.README
Running crons:
8235 8234 8235 6820 ? 197609 12:57:40 /usr/sbin/cron
Sendmail:
lrwxrwxrwx 1 jhetzler Domain Users 16 Jul 9 15:49 /usr/sbin/sendmail -> /usr/bin/cronlog
Crontabs:
-rw-r----- 1 jhetzler Administrators 2925 Jul 15 16:43 /var/cron/tabs/jhetzler
-rw-r----- 1 1049818 544 2925 Jul 15 16:43 /var/cron/tabs/jhetzler
cron.log:
-rw-r--r-- 1 CBAPPS+cyg_server CBAPPS+None 0 Jul 19 12:57 /var/log/cron.log
cron.pid:
-rw-r--r-- 1 CBAPPS+cyg_server CBAPPS+None 5 Jul 19 12:57 /var/run/cron.pid
Crontab:
# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/tmp/crontab.KATcIBKMxS installed on Thu Jul 15 16:43:44 2021)
# (Cron version V5.0 -- $Id: crontab.c,v 1.12 2004/01/23 18:56:42 vixie Exp $)
# crontab
## ENV
# env # {{{
# cron flag
CRON_PRESENT=TRUE
# timezone
TZ=America/New_York
# local lib
PERL5LIB=/home/jhetzler/lib/perl
# }}}
## NOTES
# fields # {{{
# field allowed values
# ----- --------------
# minute 0-59
# hour 0-23
# day of month 1-31
# month 1-12 (or names, see below)
# day of week 0-7 (0 or 7 is Sun, or use names)
# }}}
### ATT
## ATT: fetch-set (current)
## every two hours from 06:00 to 22:00
# fetch-set att_std / every two hours at xx:00
00 06-22/2 * * * ~/scripts/sageget -c ATT fetch-set att_std -i
## ATT: import-task
## every two hours from 06:00 to 22:00
# import-task att_invc / at xx:20
20 06-22/2 * * * ~/scripts/sageget -c ATT import-task att_invc -i
# import-task att_invcls / at xx:25
25 06-22/2 * * * ~/scripts/sageget -c ATT import-task att_invcls -i
# import-task att_so / at xx:30
30 06-22/2 * * * ~/scripts/sageget -c ATT import-task att_so -i
# import-task att_po / at xx:30
30 06-22/2 * * * ~/scripts/sageget -c ATT import-task att_po -i
# import-task att_imith / at xx:35
35 06-22/2 * * * ~/scripts/sageget -c ATT import-task att_imith -i
# import-task att_gldtl / at xx:40
40 06-22/2 * * * ~/scripts/sageget -c ATT import-task att_gldtl -i
# import-task att_apihh / at xx:45
45 06-22/2 * * * ~/scripts/sageget -c ATT import-task att_apihh -i
# import-task att_apinvc
45 06-22/2 * * * ~/scripts/sageget -c ATT import-task att_apinvc -i
# import-task att_arihh / at xx:50
50 06-22/2 * * * ~/scripts/sageget -c ATT import-task att_arihh -i
# import-task att_bom_bills / at xx:55
55 06-22/2 * * * ~/scripts/sageget -c ATT import-task att_bom_bills -i
# import-task att_bom_bills / at xx:55
55 06-22/2 * * * ~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i
## ATT: fetch-set (timestamped)
## every four hours from 06:00 to 22:00
# fetch-task att_invy_ts / at xx:45 / timestamped
45 06-22/4 * * * ~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t
## ATT: daily: fetch-task (timestamped)
# fetch-task att_so_invc_ts / daily at 00:00 / timestamped
00 00 * * * ~/scripts/sageget -c ATT fetch-task att_so_invc_ts -i -t
## ATT: daily: calc_mtl_reqs
# calc_mtl_reqs calc / daily at 00:10
10 00 * * * ~/scripts/calc_mtl_reqs calc -i
## ATT: weekly: fetch-schema
# fetch-schema / weekly on saturday at 00:10
20 00 * * 6 ~/scripts/sageget -c ATT fetch-schema -i
### TPA
## TPA: weekly: fetch-schema
# fetch-schema / weekly on saturday at 01:00
00 01 * * 6 ~/scripts/sageget -c TPA fetch-schema -i
## TPA: daily: fetch-set (current)
# fetch-set tpa_std / daily at 01:10
10 01 * * * ~/scripts/sageget -c TPA fetch-set tpa_std -i
Windows Application Events log:
2021/07/15 16:30:13 [cyg_server] /usr/sbin/cron: PID 4428: (CRON) STARTUP (V5.0)
2021/07/15 16:30:14 [cyg_server] cron: PID 4427: `cron' service started
2021/07/15 16:30:31 [jhetzler] crontab: PID 4442: (jhetzler) LIST (jhetzler)
2021/07/15 16:35:56 [jhetzler] crontab: PID 5453: (jhetzler) BEGIN EDIT (jhetzler)
2021/07/15 16:36:26 [jhetzler] crontab: PID 5453: (jhetzler) REPLACE (jhetzler)
2021/07/15 16:36:26 [jhetzler] crontab: PID 5453: (jhetzler) END EDIT (jhetzler)
2021/07/15 16:36:28 [jhetzler] crontab: PID 5464: (jhetzler) LIST (jhetzler)
2021/07/15 16:40:01 [cyg_server] /usr/sbin/cron: PID 5536: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/15 16:40:01 [cyg_server] /usr/sbin/cron: PID 5536: (CRON) error (can't switch user context)
2021/07/15 16:40:38 [jhetzler] crontab: PID 5537: (jhetzler) LIST (jhetzler)
2021/07/15 16:40:46 [jhetzler] crontab: PID 5545: (jhetzler) LIST (jhetzler)
2021/07/15 16:40:48 [jhetzler] crontab: PID 5553: (jhetzler) BEGIN EDIT (jhetzler)
2021/07/15 16:43:44 [jhetzler] crontab: PID 5553: (jhetzler) REPLACE (jhetzler)
2021/07/15 16:43:44 [jhetzler] crontab: PID 5553: (jhetzler) END EDIT (jhetzler)
2021/07/15 16:44:01 [cyg_server] /usr/sbin/cron: PID 4428: (jhetzler) RELOAD (tabs/jhetzler)
2021/07/15 16:44:13 [jhetzler] crontab: PID 5619: (jhetzler) LIST (jhetzler)
2021/07/15 16:45:01 [cyg_server] /usr/sbin/cron: PID 5719: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/15 16:45:01 [cyg_server] /usr/sbin/cron: PID 5720: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/15 16:45:01 [cyg_server] /usr/sbin/cron: PID 5720: (CRON) error (can't switch user context)
2021/07/15 16:45:01 [cyg_server] /usr/sbin/cron: PID 5719: (CRON) error (can't switch user context)
2021/07/15 16:50:01 [cyg_server] /usr/sbin/cron: PID 6311: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/15 16:50:01 [cyg_server] /usr/sbin/cron: PID 6311: (CRON) error (can't switch user context)
2021/07/15 16:55:01 [cyg_server] /usr/sbin/cron: PID 6403: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/15 16:55:01 [cyg_server] /usr/sbin/cron: PID 6404: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/15 16:55:01 [cyg_server] /usr/sbin/cron: PID 6403: (CRON) error (can't switch user context)
2021/07/15 16:55:01 [cyg_server] /usr/sbin/cron: PID 6404: (CRON) error (can't switch user context)
2021/07/15 18:00:01 [cyg_server] /usr/sbin/cron: PID 6406: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/15 18:00:01 [cyg_server] /usr/sbin/cron: PID 6406: (CRON) error (can't switch user context)
2021/07/15 18:20:01 [cyg_server] /usr/sbin/cron: PID 6408: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/15 18:20:01 [cyg_server] /usr/sbin/cron: PID 6408: (CRON) error (can't switch user context)
2021/07/15 18:25:01 [cyg_server] /usr/sbin/cron: PID 6410: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/15 18:25:01 [cyg_server] /usr/sbin/cron: PID 6410: (CRON) error (can't switch user context)
2021/07/15 18:30:01 [cyg_server] /usr/sbin/cron: PID 6413: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/15 18:30:01 [cyg_server] /usr/sbin/cron: PID 6414: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/15 18:30:01 [cyg_server] /usr/sbin/cron: PID 6413: (CRON) error (can't switch user context)
2021/07/15 18:30:01 [cyg_server] /usr/sbin/cron: PID 6414: (CRON) error (can't switch user context)
2021/07/15 18:35:01 [cyg_server] /usr/sbin/cron: PID 6416: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/15 18:35:01 [cyg_server] /usr/sbin/cron: PID 6416: (CRON) error (can't switch user context)
2021/07/15 18:40:01 [cyg_server] /usr/sbin/cron: PID 6418: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/15 18:40:01 [cyg_server] /usr/sbin/cron: PID 6418: (CRON) error (can't switch user context)
2021/07/15 18:45:01 [cyg_server] /usr/sbin/cron: PID 6421: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t)
2021/07/15 18:45:01 [cyg_server] /usr/sbin/cron: PID 6423: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/15 18:45:02 [cyg_server] /usr/sbin/cron: PID 6424: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/15 18:45:02 [cyg_server] /usr/sbin/cron: PID 6421: (CRON) error (can't switch user context)
2021/07/15 18:45:02 [cyg_server] /usr/sbin/cron: PID 6423: (CRON) error (can't switch user context)
2021/07/15 18:45:02 [cyg_server] /usr/sbin/cron: PID 6424: (CRON) error (can't switch user context)
2021/07/15 18:50:01 [cyg_server] /usr/sbin/cron: PID 6426: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/15 18:50:01 [cyg_server] /usr/sbin/cron: PID 6426: (CRON) error (can't switch user context)
2021/07/15 18:55:01 [cyg_server] /usr/sbin/cron: PID 6429: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/15 18:55:01 [cyg_server] /usr/sbin/cron: PID 6430: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/15 18:55:01 [cyg_server] /usr/sbin/cron: PID 6429: (CRON) error (can't switch user context)
2021/07/15 18:55:01 [cyg_server] /usr/sbin/cron: PID 6430: (CRON) error (can't switch user context)
2021/07/15 20:00:01 [cyg_server] /usr/sbin/cron: PID 6432: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/15 20:00:02 [cyg_server] /usr/sbin/cron: PID 6432: (CRON) error (can't switch user context)
2021/07/15 20:20:01 [cyg_server] /usr/sbin/cron: PID 6434: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/15 20:20:01 [cyg_server] /usr/sbin/cron: PID 6434: (CRON) error (can't switch user context)
2021/07/15 20:25:01 [cyg_server] /usr/sbin/cron: PID 6436: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/15 20:25:01 [cyg_server] /usr/sbin/cron: PID 6436: (CRON) error (can't switch user context)
2021/07/15 20:30:01 [cyg_server] /usr/sbin/cron: PID 6439: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/15 20:30:01 [cyg_server] /usr/sbin/cron: PID 6440: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/15 20:30:01 [cyg_server] /usr/sbin/cron: PID 6439: (CRON) error (can't switch user context)
2021/07/15 20:30:01 [cyg_server] /usr/sbin/cron: PID 6440: (CRON) error (can't switch user context)
2021/07/15 20:35:01 [cyg_server] /usr/sbin/cron: PID 6442: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/15 20:35:01 [cyg_server] /usr/sbin/cron: PID 6442: (CRON) error (can't switch user context)
2021/07/15 20:40:01 [cyg_server] /usr/sbin/cron: PID 6444: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/15 20:40:01 [cyg_server] /usr/sbin/cron: PID 6444: (CRON) error (can't switch user context)
2021/07/15 20:45:01 [cyg_server] /usr/sbin/cron: PID 6447: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/15 20:45:01 [cyg_server] /usr/sbin/cron: PID 6448: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/15 20:45:01 [cyg_server] /usr/sbin/cron: PID 6447: (CRON) error (can't switch user context)
2021/07/15 20:45:01 [cyg_server] /usr/sbin/cron: PID 6448: (CRON) error (can't switch user context)
2021/07/15 20:50:01 [cyg_server] /usr/sbin/cron: PID 6450: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/15 20:50:01 [cyg_server] /usr/sbin/cron: PID 6450: (CRON) error (can't switch user context)
2021/07/15 20:55:01 [cyg_server] /usr/sbin/cron: PID 6453: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/15 20:55:01 [cyg_server] /usr/sbin/cron: PID 6454: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/15 20:55:01 [cyg_server] /usr/sbin/cron: PID 6454: (CRON) error (can't switch user context)
2021/07/15 20:55:01 [cyg_server] /usr/sbin/cron: PID 6453: (CRON) error (can't switch user context)
2021/07/15 22:00:01 [cyg_server] /usr/sbin/cron: PID 6456: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/15 22:00:01 [cyg_server] /usr/sbin/cron: PID 6456: (CRON) error (can't switch user context)
2021/07/15 22:20:01 [cyg_server] /usr/sbin/cron: PID 6458: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/15 22:20:01 [cyg_server] /usr/sbin/cron: PID 6458: (CRON) error (can't switch user context)
2021/07/15 22:25:01 [cyg_server] /usr/sbin/cron: PID 6460: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/15 22:25:01 [cyg_server] /usr/sbin/cron: PID 6460: (CRON) error (can't switch user context)
2021/07/15 22:30:01 [cyg_server] /usr/sbin/cron: PID 6463: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/15 22:30:01 [cyg_server] /usr/sbin/cron: PID 6464: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/15 22:30:01 [cyg_server] /usr/sbin/cron: PID 6463: (CRON) error (can't switch user context)
2021/07/15 22:30:01 [cyg_server] /usr/sbin/cron: PID 6464: (CRON) error (can't switch user context)
2021/07/15 22:35:02 [cyg_server] /usr/sbin/cron: PID 6466: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/15 22:35:02 [cyg_server] /usr/sbin/cron: PID 6466: (CRON) error (can't switch user context)
2021/07/15 22:40:01 [cyg_server] /usr/sbin/cron: PID 6468: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/15 22:40:01 [cyg_server] /usr/sbin/cron: PID 6468: (CRON) error (can't switch user context)
2021/07/15 22:45:01 [cyg_server] /usr/sbin/cron: PID 6471: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t)
2021/07/15 22:45:01 [cyg_server] /usr/sbin/cron: PID 6473: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/15 22:45:01 [cyg_server] /usr/sbin/cron: PID 6474: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/15 22:45:01 [cyg_server] /usr/sbin/cron: PID 6471: (CRON) error (can't switch user context)
2021/07/15 22:45:01 [cyg_server] /usr/sbin/cron: PID 6473: (CRON) error (can't switch user context)
2021/07/15 22:45:01 [cyg_server] /usr/sbin/cron: PID 6474: (CRON) error (can't switch user context)
2021/07/15 22:50:01 [cyg_server] /usr/sbin/cron: PID 6476: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/15 22:50:01 [cyg_server] /usr/sbin/cron: PID 6476: (CRON) error (can't switch user context)
2021/07/15 22:55:01 [cyg_server] /usr/sbin/cron: PID 6479: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/15 22:55:01 [cyg_server] /usr/sbin/cron: PID 6480: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/15 22:55:01 [cyg_server] /usr/sbin/cron: PID 6480: (CRON) error (can't switch user context)
2021/07/15 22:55:01 [cyg_server] /usr/sbin/cron: PID 6479: (CRON) error (can't switch user context)
2021/07/16 00:00:01 [cyg_server] /usr/sbin/cron: PID 6482: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_so_invc_ts -i -t)
2021/07/16 00:00:01 [cyg_server] /usr/sbin/cron: PID 6482: (CRON) error (can't switch user context)
2021/07/16 00:10:01 [cyg_server] /usr/sbin/cron: PID 6484: (jhetzler) CMD (~/scripts/calc_mtl_reqs calc -i)
2021/07/16 00:10:01 [cyg_server] /usr/sbin/cron: PID 6484: (CRON) error (can't switch user context)
2021/07/16 01:10:01 [cyg_server] /usr/sbin/cron: PID 6486: (jhetzler) CMD (~/scripts/sageget -c TPA fetch-set tpa_std -i)
2021/07/16 01:10:01 [cyg_server] /usr/sbin/cron: PID 6486: (CRON) error (can't switch user context)
2021/07/16 06:00:01 [cyg_server] /usr/sbin/cron: PID 6488: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/16 06:00:01 [cyg_server] /usr/sbin/cron: PID 6488: (CRON) error (can't switch user context)
2021/07/16 06:20:01 [cyg_server] /usr/sbin/cron: PID 6490: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/16 06:20:01 [cyg_server] /usr/sbin/cron: PID 6490: (CRON) error (can't switch user context)
2021/07/16 06:25:01 [cyg_server] /usr/sbin/cron: PID 6492: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/16 06:25:01 [cyg_server] /usr/sbin/cron: PID 6492: (CRON) error (can't switch user context)
2021/07/16 06:30:01 [cyg_server] /usr/sbin/cron: PID 6495: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/16 06:30:01 [cyg_server] /usr/sbin/cron: PID 6496: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/16 06:30:01 [cyg_server] /usr/sbin/cron: PID 6495: (CRON) error (can't switch user context)
2021/07/16 06:30:01 [cyg_server] /usr/sbin/cron: PID 6496: (CRON) error (can't switch user context)
2021/07/16 06:35:01 [cyg_server] /usr/sbin/cron: PID 6498: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/16 06:35:01 [cyg_server] /usr/sbin/cron: PID 6498: (CRON) error (can't switch user context)
2021/07/16 06:40:01 [cyg_server] /usr/sbin/cron: PID 6500: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/16 06:40:01 [cyg_server] /usr/sbin/cron: PID 6500: (CRON) error (can't switch user context)
2021/07/16 06:45:02 [cyg_server] /usr/sbin/cron: PID 6503: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t)
2021/07/16 06:45:02 [cyg_server] /usr/sbin/cron: PID 6505: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/16 06:45:02 [cyg_server] /usr/sbin/cron: PID 6506: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/16 06:45:02 [cyg_server] /usr/sbin/cron: PID 6503: (CRON) error (can't switch user context)
2021/07/16 06:45:02 [cyg_server] /usr/sbin/cron: PID 6505: (CRON) error (can't switch user context)
2021/07/16 06:45:02 [cyg_server] /usr/sbin/cron: PID 6506: (CRON) error (can't switch user context)
2021/07/16 06:50:01 [cyg_server] /usr/sbin/cron: PID 6508: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/16 06:50:01 [cyg_server] /usr/sbin/cron: PID 6508: (CRON) error (can't switch user context)
2021/07/16 06:55:01 [cyg_server] /usr/sbin/cron: PID 6511: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/16 06:55:01 [cyg_server] /usr/sbin/cron: PID 6512: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/16 06:55:01 [cyg_server] /usr/sbin/cron: PID 6511: (CRON) error (can't switch user context)
2021/07/16 06:55:01 [cyg_server] /usr/sbin/cron: PID 6512: (CRON) error (can't switch user context)
2021/07/16 08:00:02 [cyg_server] /usr/sbin/cron: PID 6514: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/16 08:00:02 [cyg_server] /usr/sbin/cron: PID 6514: (CRON) error (can't switch user context)
2021/07/16 08:20:01 [cyg_server] /usr/sbin/cron: PID 6516: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/16 08:20:01 [cyg_server] /usr/sbin/cron: PID 6516: (CRON) error (can't switch user context)
2021/07/16 08:25:01 [cyg_server] /usr/sbin/cron: PID 6518: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/16 08:25:01 [cyg_server] /usr/sbin/cron: PID 6518: (CRON) error (can't switch user context)
2021/07/16 08:30:01 [cyg_server] /usr/sbin/cron: PID 6521: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/16 08:30:01 [cyg_server] /usr/sbin/cron: PID 6522: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/16 08:30:01 [cyg_server] /usr/sbin/cron: PID 6521: (CRON) error (can't switch user context)
2021/07/16 08:30:01 [cyg_server] /usr/sbin/cron: PID 6522: (CRON) error (can't switch user context)
2021/07/16 08:35:01 [cyg_server] /usr/sbin/cron: PID 6524: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/16 08:35:01 [cyg_server] /usr/sbin/cron: PID 6524: (CRON) error (can't switch user context)
2021/07/16 08:40:01 [cyg_server] /usr/sbin/cron: PID 6526: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/16 08:40:02 [cyg_server] /usr/sbin/cron: PID 6526: (CRON) error (can't switch user context)
2021/07/16 08:45:01 [cyg_server] /usr/sbin/cron: PID 6529: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/16 08:45:01 [cyg_server] /usr/sbin/cron: PID 6530: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/16 08:45:01 [cyg_server] /usr/sbin/cron: PID 6529: (CRON) error (can't switch user context)
2021/07/16 08:45:01 [cyg_server] /usr/sbin/cron: PID 6530: (CRON) error (can't switch user context)
2021/07/16 08:50:01 [cyg_server] /usr/sbin/cron: PID 6532: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/16 08:50:01 [cyg_server] /usr/sbin/cron: PID 6532: (CRON) error (can't switch user context)
2021/07/16 08:55:01 [cyg_server] /usr/sbin/cron: PID 6535: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/16 08:55:01 [cyg_server] /usr/sbin/cron: PID 6536: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/16 08:55:01 [cyg_server] /usr/sbin/cron: PID 6535: (CRON) error (can't switch user context)
2021/07/16 08:55:01 [cyg_server] /usr/sbin/cron: PID 6536: (CRON) error (can't switch user context)
2021/07/16 10:00:01 [cyg_server] /usr/sbin/cron: PID 6538: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/16 10:00:01 [cyg_server] /usr/sbin/cron: PID 6538: (CRON) error (can't switch user context)
2021/07/16 10:20:01 [cyg_server] /usr/sbin/cron: PID 6540: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/16 10:20:01 [cyg_server] /usr/sbin/cron: PID 6540: (CRON) error (can't switch user context)
2021/07/16 10:25:01 [cyg_server] /usr/sbin/cron: PID 6542: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/16 10:25:01 [cyg_server] /usr/sbin/cron: PID 6542: (CRON) error (can't switch user context)
2021/07/16 10:30:01 [cyg_server] /usr/sbin/cron: PID 6545: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/16 10:30:01 [cyg_server] /usr/sbin/cron: PID 6546: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/16 10:30:02 [cyg_server] /usr/sbin/cron: PID 6545: (CRON) error (can't switch user context)
2021/07/16 10:30:02 [cyg_server] /usr/sbin/cron: PID 6546: (CRON) error (can't switch user context)
2021/07/16 10:35:01 [cyg_server] /usr/sbin/cron: PID 6548: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/16 10:35:01 [cyg_server] /usr/sbin/cron: PID 6548: (CRON) error (can't switch user context)
2021/07/16 10:40:01 [cyg_server] /usr/sbin/cron: PID 6550: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/16 10:40:01 [cyg_server] /usr/sbin/cron: PID 6550: (CRON) error (can't switch user context)
2021/07/16 10:45:01 [cyg_server] /usr/sbin/cron: PID 6553: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t)
2021/07/16 10:45:01 [cyg_server] /usr/sbin/cron: PID 6555: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/16 10:45:01 [cyg_server] /usr/sbin/cron: PID 6556: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/16 10:45:01 [cyg_server] /usr/sbin/cron: PID 6553: (CRON) error (can't switch user context)
2021/07/16 10:45:01 [cyg_server] /usr/sbin/cron: PID 6555: (CRON) error (can't switch user context)
2021/07/16 10:45:01 [cyg_server] /usr/sbin/cron: PID 6556: (CRON) error (can't switch user context)
2021/07/16 10:50:01 [cyg_server] /usr/sbin/cron: PID 6558: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/16 10:50:01 [cyg_server] /usr/sbin/cron: PID 6558: (CRON) error (can't switch user context)
2021/07/16 10:55:01 [cyg_server] /usr/sbin/cron: PID 6561: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/16 10:55:01 [cyg_server] /usr/sbin/cron: PID 6562: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/16 10:55:01 [cyg_server] /usr/sbin/cron: PID 6561: (CRON) error (can't switch user context)
2021/07/16 10:55:01 [cyg_server] /usr/sbin/cron: PID 6562: (CRON) error (can't switch user context)
2021/07/16 12:00:01 [cyg_server] /usr/sbin/cron: PID 6564: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/16 12:00:01 [cyg_server] /usr/sbin/cron: PID 6564: (CRON) error (can't switch user context)
2021/07/16 12:20:01 [cyg_server] /usr/sbin/cron: PID 6566: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/16 12:20:01 [cyg_server] /usr/sbin/cron: PID 6566: (CRON) error (can't switch user context)
2021/07/16 12:25:01 [cyg_server] /usr/sbin/cron: PID 6568: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/16 12:25:02 [cyg_server] /usr/sbin/cron: PID 6568: (CRON) error (can't switch user context)
2021/07/16 12:30:01 [cyg_server] /usr/sbin/cron: PID 6571: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/16 12:30:01 [cyg_server] /usr/sbin/cron: PID 6572: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/16 12:30:01 [cyg_server] /usr/sbin/cron: PID 6571: (CRON) error (can't switch user context)
2021/07/16 12:30:01 [cyg_server] /usr/sbin/cron: PID 6572: (CRON) error (can't switch user context)
2021/07/16 12:35:01 [cyg_server] /usr/sbin/cron: PID 6574: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/16 12:35:01 [cyg_server] /usr/sbin/cron: PID 6574: (CRON) error (can't switch user context)
2021/07/16 12:40:01 [cyg_server] /usr/sbin/cron: PID 6576: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/16 12:40:01 [cyg_server] /usr/sbin/cron: PID 6576: (CRON) error (can't switch user context)
2021/07/16 12:45:01 [cyg_server] /usr/sbin/cron: PID 6579: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/16 12:45:01 [cyg_server] /usr/sbin/cron: PID 6580: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/16 12:45:01 [cyg_server] /usr/sbin/cron: PID 6579: (CRON) error (can't switch user context)
2021/07/16 12:45:01 [cyg_server] /usr/sbin/cron: PID 6580: (CRON) error (can't switch user context)
2021/07/16 12:50:01 [cyg_server] /usr/sbin/cron: PID 6582: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/16 12:50:01 [cyg_server] /usr/sbin/cron: PID 6582: (CRON) error (can't switch user context)
2021/07/16 12:55:01 [cyg_server] /usr/sbin/cron: PID 6585: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/16 12:55:01 [cyg_server] /usr/sbin/cron: PID 6586: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/16 12:55:01 [cyg_server] /usr/sbin/cron: PID 6585: (CRON) error (can't switch user context)
2021/07/16 12:55:01 [cyg_server] /usr/sbin/cron: PID 6586: (CRON) error (can't switch user context)
2021/07/16 14:00:01 [cyg_server] /usr/sbin/cron: PID 6588: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/16 14:00:01 [cyg_server] /usr/sbin/cron: PID 6588: (CRON) error (can't switch user context)
2021/07/16 14:08:29 [jhetzler] crontab: PID 6618: (jhetzler) LIST (jhetzler)
2021/07/16 14:19:24 [jhetzler] crontab: PID 7024: (jhetzler) LIST (jhetzler)
2021/07/16 14:20:01 [cyg_server] /usr/sbin/cron: PID 7036: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/16 14:20:02 [cyg_server] /usr/sbin/cron: PID 7036: (CRON) error (can't switch user context)
2021/07/16 14:25:01 [cyg_server] /usr/sbin/cron: PID 7038: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/16 14:25:01 [cyg_server] /usr/sbin/cron: PID 7038: (CRON) error (can't switch user context)
2021/07/16 14:30:01 [cyg_server] /usr/sbin/cron: PID 7040: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/16 14:30:01 [cyg_server] /usr/sbin/cron: PID 7042: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/16 14:30:01 [cyg_server] /usr/sbin/cron: PID 7040: (CRON) error (can't switch user context)
2021/07/16 14:30:01 [cyg_server] /usr/sbin/cron: PID 7042: (CRON) error (can't switch user context)
2021/07/16 14:35:01 [cyg_server] /usr/sbin/cron: PID 7044: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/16 14:35:01 [cyg_server] /usr/sbin/cron: PID 7044: (CRON) error (can't switch user context)
2021/07/16 14:40:01 [cyg_server] /usr/sbin/cron: PID 7046: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/16 14:40:01 [cyg_server] /usr/sbin/cron: PID 7046: (CRON) error (can't switch user context)
2021/07/16 14:45:01 [cyg_server] /usr/sbin/cron: PID 7048: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t)
2021/07/16 14:45:02 [cyg_server] /usr/sbin/cron: PID 7051: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/16 14:45:02 [cyg_server] /usr/sbin/cron: PID 7048: (CRON) error (can't switch user context)
2021/07/16 14:45:02 [cyg_server] /usr/sbin/cron: PID 7052: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/16 14:45:02 [cyg_server] /usr/sbin/cron: PID 7051: (CRON) error (can't switch user context)
2021/07/16 14:45:02 [cyg_server] /usr/sbin/cron: PID 7052: (CRON) error (can't switch user context)
2021/07/16 14:50:01 [cyg_server] /usr/sbin/cron: PID 7134: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/16 14:50:01 [cyg_server] /usr/sbin/cron: PID 7134: (CRON) error (can't switch user context)
2021/07/16 14:52:31 [jhetzler] crontab: PID 7221: (jhetzler) LIST (jhetzler)
2021/07/16 14:54:14 [jhetzler] crontab: PID 7257: (jhetzler) LIST (jhetzler)
2021/07/16 14:55:01 [cyg_server] /usr/sbin/cron: PID 7265: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/16 14:55:01 [cyg_server] /usr/sbin/cron: PID 7266: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/16 14:55:01 [cyg_server] /usr/sbin/cron: PID 7266: (CRON) error (can't switch user context)
2021/07/16 14:55:01 [cyg_server] /usr/sbin/cron: PID 7265: (CRON) error (can't switch user context)
2021/07/16 14:56:45 [cyg_server] cron: PID 4427: `cron' service stopped, exit status: 0
2021/07/16 14:56:51 [cyg_server] /usr/sbin/cron: PID 7431: (CRON) STARTUP (V5.0)
2021/07/16 14:56:52 [cyg_server] cron: PID 7430: `cron' service started
2021/07/16 16:00:01 [cyg_server] /usr/sbin/cron: PID 7439: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/16 16:00:01 [cyg_server] /usr/sbin/cron: PID 7439: (CRON) error (can't switch user context)
2021/07/16 16:20:01 [cyg_server] /usr/sbin/cron: PID 7441: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/16 16:20:01 [cyg_server] /usr/sbin/cron: PID 7441: (CRON) error (can't switch user context)
2021/07/16 16:25:01 [cyg_server] /usr/sbin/cron: PID 7443: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/16 16:25:01 [cyg_server] /usr/sbin/cron: PID 7443: (CRON) error (can't switch user context)
2021/07/16 16:30:01 [cyg_server] /usr/sbin/cron: PID 7446: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/16 16:30:01 [cyg_server] /usr/sbin/cron: PID 7447: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/16 16:30:01 [cyg_server] /usr/sbin/cron: PID 7446: (CRON) error (can't switch user context)
2021/07/16 16:30:01 [cyg_server] /usr/sbin/cron: PID 7447: (CRON) error (can't switch user context)
2021/07/16 16:35:01 [cyg_server] /usr/sbin/cron: PID 7449: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/16 16:35:01 [cyg_server] /usr/sbin/cron: PID 7449: (CRON) error (can't switch user context)
2021/07/16 16:40:01 [cyg_server] /usr/sbin/cron: PID 7451: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/16 16:40:01 [cyg_server] /usr/sbin/cron: PID 7451: (CRON) error (can't switch user context)
2021/07/16 16:45:01 [cyg_server] /usr/sbin/cron: PID 7454: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/16 16:45:01 [cyg_server] /usr/sbin/cron: PID 7455: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/16 16:45:02 [cyg_server] /usr/sbin/cron: PID 7454: (CRON) error (can't switch user context)
2021/07/16 16:45:02 [cyg_server] /usr/sbin/cron: PID 7455: (CRON) error (can't switch user context)
2021/07/16 16:50:01 [cyg_server] /usr/sbin/cron: PID 7457: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/16 16:50:01 [cyg_server] /usr/sbin/cron: PID 7457: (CRON) error (can't switch user context)
2021/07/16 16:55:01 [cyg_server] /usr/sbin/cron: PID 7460: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/16 16:55:01 [cyg_server] /usr/sbin/cron: PID 7461: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/16 16:55:01 [cyg_server] /usr/sbin/cron: PID 7460: (CRON) error (can't switch user context)
2021/07/16 16:55:01 [cyg_server] /usr/sbin/cron: PID 7461: (CRON) error (can't switch user context)
2021/07/16 18:00:01 [cyg_server] /usr/sbin/cron: PID 7463: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/16 18:00:02 [cyg_server] /usr/sbin/cron: PID 7463: (CRON) error (can't switch user context)
2021/07/16 18:20:01 [cyg_server] /usr/sbin/cron: PID 7465: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/16 18:20:01 [cyg_server] /usr/sbin/cron: PID 7465: (CRON) error (can't switch user context)
2021/07/16 18:25:01 [cyg_server] /usr/sbin/cron: PID 7467: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/16 18:25:01 [cyg_server] /usr/sbin/cron: PID 7467: (CRON) error (can't switch user context)
2021/07/16 18:30:01 [cyg_server] /usr/sbin/cron: PID 7470: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/16 18:30:01 [cyg_server] /usr/sbin/cron: PID 7471: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/16 18:30:01 [cyg_server] /usr/sbin/cron: PID 7470: (CRON) error (can't switch user context)
2021/07/16 18:30:01 [cyg_server] /usr/sbin/cron: PID 7471: (CRON) error (can't switch user context)
2021/07/16 18:35:01 [cyg_server] /usr/sbin/cron: PID 7473: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/16 18:35:01 [cyg_server] /usr/sbin/cron: PID 7473: (CRON) error (can't switch user context)
2021/07/16 18:40:01 [cyg_server] /usr/sbin/cron: PID 7475: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/16 18:40:01 [cyg_server] /usr/sbin/cron: PID 7475: (CRON) error (can't switch user context)
2021/07/16 18:45:01 [cyg_server] /usr/sbin/cron: PID 7478: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t)
2021/07/16 18:45:01 [cyg_server] /usr/sbin/cron: PID 7480: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/16 18:45:01 [cyg_server] /usr/sbin/cron: PID 7481: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/16 18:45:01 [cyg_server] /usr/sbin/cron: PID 7478: (CRON) error (can't switch user context)
2021/07/16 18:45:01 [cyg_server] /usr/sbin/cron: PID 7480: (CRON) error (can't switch user context)
2021/07/16 18:45:01 [cyg_server] /usr/sbin/cron: PID 7481: (CRON) error (can't switch user context)
2021/07/16 18:50:01 [cyg_server] /usr/sbin/cron: PID 7483: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/16 18:50:01 [cyg_server] /usr/sbin/cron: PID 7483: (CRON) error (can't switch user context)
2021/07/16 18:55:01 [cyg_server] /usr/sbin/cron: PID 7486: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/16 18:55:01 [cyg_server] /usr/sbin/cron: PID 7487: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/16 18:55:01 [cyg_server] /usr/sbin/cron: PID 7487: (CRON) error (can't switch user context)
2021/07/16 18:55:01 [cyg_server] /usr/sbin/cron: PID 7486: (CRON) error (can't switch user context)
2021/07/16 20:00:01 [cyg_server] /usr/sbin/cron: PID 7489: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/16 20:00:01 [cyg_server] /usr/sbin/cron: PID 7489: (CRON) error (can't switch user context)
2021/07/16 20:20:01 [cyg_server] /usr/sbin/cron: PID 7491: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/16 20:20:01 [cyg_server] /usr/sbin/cron: PID 7491: (CRON) error (can't switch user context)
2021/07/16 20:25:01 [cyg_server] /usr/sbin/cron: PID 7493: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/16 20:25:01 [cyg_server] /usr/sbin/cron: PID 7493: (CRON) error (can't switch user context)
2021/07/16 20:30:01 [cyg_server] /usr/sbin/cron: PID 7496: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/16 20:30:01 [cyg_server] /usr/sbin/cron: PID 7497: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/16 20:30:02 [cyg_server] /usr/sbin/cron: PID 7496: (CRON) error (can't switch user context)
2021/07/16 20:30:02 [cyg_server] /usr/sbin/cron: PID 7497: (CRON) error (can't switch user context)
2021/07/16 20:35:01 [cyg_server] /usr/sbin/cron: PID 7499: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/16 20:35:01 [cyg_server] /usr/sbin/cron: PID 7499: (CRON) error (can't switch user context)
2021/07/16 20:40:01 [cyg_server] /usr/sbin/cron: PID 7501: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/16 20:40:01 [cyg_server] /usr/sbin/cron: PID 7501: (CRON) error (can't switch user context)
2021/07/16 20:45:01 [cyg_server] /usr/sbin/cron: PID 7504: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/16 20:45:01 [cyg_server] /usr/sbin/cron: PID 7505: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/16 20:45:01 [cyg_server] /usr/sbin/cron: PID 7504: (CRON) error (can't switch user context)
2021/07/16 20:45:01 [cyg_server] /usr/sbin/cron: PID 7505: (CRON) error (can't switch user context)
2021/07/16 20:50:01 [cyg_server] /usr/sbin/cron: PID 7507: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/16 20:50:01 [cyg_server] /usr/sbin/cron: PID 7507: (CRON) error (can't switch user context)
2021/07/16 20:55:01 [cyg_server] /usr/sbin/cron: PID 7510: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/16 20:55:01 [cyg_server] /usr/sbin/cron: PID 7511: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/16 20:55:01 [cyg_server] /usr/sbin/cron: PID 7510: (CRON) error (can't switch user context)
2021/07/16 20:55:01 [cyg_server] /usr/sbin/cron: PID 7511: (CRON) error (can't switch user context)
2021/07/16 22:00:01 [cyg_server] /usr/sbin/cron: PID 7513: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/16 22:00:01 [cyg_server] /usr/sbin/cron: PID 7513: (CRON) error (can't switch user context)
2021/07/16 22:20:01 [cyg_server] /usr/sbin/cron: PID 7515: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/16 22:20:01 [cyg_server] /usr/sbin/cron: PID 7515: (CRON) error (can't switch user context)
2021/07/16 22:25:01 [cyg_server] /usr/sbin/cron: PID 7517: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/16 22:25:01 [cyg_server] /usr/sbin/cron: PID 7517: (CRON) error (can't switch user context)
2021/07/16 22:30:01 [cyg_server] /usr/sbin/cron: PID 7520: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/16 22:30:01 [cyg_server] /usr/sbin/cron: PID 7521: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/16 22:30:01 [cyg_server] /usr/sbin/cron: PID 7520: (CRON) error (can't switch user context)
2021/07/16 22:30:01 [cyg_server] /usr/sbin/cron: PID 7521: (CRON) error (can't switch user context)
2021/07/16 22:35:01 [cyg_server] /usr/sbin/cron: PID 7523: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/16 22:35:01 [cyg_server] /usr/sbin/cron: PID 7523: (CRON) error (can't switch user context)
2021/07/16 22:40:01 [cyg_server] /usr/sbin/cron: PID 7525: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/16 22:40:01 [cyg_server] /usr/sbin/cron: PID 7525: (CRON) error (can't switch user context)
2021/07/16 22:45:01 [cyg_server] /usr/sbin/cron: PID 7528: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t)
2021/07/16 22:45:01 [cyg_server] /usr/sbin/cron: PID 7530: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/16 22:45:01 [cyg_server] /usr/sbin/cron: PID 7531: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/16 22:45:01 [cyg_server] /usr/sbin/cron: PID 7530: (CRON) error (can't switch user context)
2021/07/16 22:45:01 [cyg_server] /usr/sbin/cron: PID 7528: (CRON) error (can't switch user context)
2021/07/16 22:45:01 [cyg_server] /usr/sbin/cron: PID 7531: (CRON) error (can't switch user context)
2021/07/16 22:50:01 [cyg_server] /usr/sbin/cron: PID 7533: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/16 22:50:01 [cyg_server] /usr/sbin/cron: PID 7533: (CRON) error (can't switch user context)
2021/07/16 22:55:01 [cyg_server] /usr/sbin/cron: PID 7536: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/16 22:55:01 [cyg_server] /usr/sbin/cron: PID 7537: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/16 22:55:01 [cyg_server] /usr/sbin/cron: PID 7536: (CRON) error (can't switch user context)
2021/07/16 22:55:01 [cyg_server] /usr/sbin/cron: PID 7537: (CRON) error (can't switch user context)
2021/07/17 00:00:01 [cyg_server] /usr/sbin/cron: PID 7539: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_so_invc_ts -i -t)
2021/07/17 00:00:01 [cyg_server] /usr/sbin/cron: PID 7539: (CRON) error (can't switch user context)
2021/07/17 00:10:01 [cyg_server] /usr/sbin/cron: PID 7541: (jhetzler) CMD (~/scripts/calc_mtl_reqs calc -i)
2021/07/17 00:10:01 [cyg_server] /usr/sbin/cron: PID 7541: (CRON) error (can't switch user context)
2021/07/17 00:20:02 [cyg_server] /usr/sbin/cron: PID 7543: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-schema -i)
2021/07/17 00:20:02 [cyg_server] /usr/sbin/cron: PID 7543: (CRON) error (can't switch user context)
2021/07/17 01:00:01 [cyg_server] /usr/sbin/cron: PID 7545: (jhetzler) CMD (~/scripts/sageget -c TPA fetch-schema -i)
2021/07/17 01:00:01 [cyg_server] /usr/sbin/cron: PID 7545: (CRON) error (can't switch user context)
2021/07/17 01:10:01 [cyg_server] /usr/sbin/cron: PID 7547: (jhetzler) CMD (~/scripts/sageget -c TPA fetch-set tpa_std -i)
2021/07/17 01:10:01 [cyg_server] /usr/sbin/cron: PID 7547: (CRON) error (can't switch user context)
2021/07/17 06:00:01 [cyg_server] /usr/sbin/cron: PID 7549: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/17 06:00:02 [cyg_server] /usr/sbin/cron: PID 7549: (CRON) error (can't switch user context)
2021/07/17 06:20:01 [cyg_server] /usr/sbin/cron: PID 7551: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/17 06:20:01 [cyg_server] /usr/sbin/cron: PID 7551: (CRON) error (can't switch user context)
2021/07/17 06:25:01 [cyg_server] /usr/sbin/cron: PID 7553: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/17 06:25:01 [cyg_server] /usr/sbin/cron: PID 7553: (CRON) error (can't switch user context)
2021/07/17 06:30:01 [cyg_server] /usr/sbin/cron: PID 7556: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/17 06:30:01 [cyg_server] /usr/sbin/cron: PID 7557: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/17 06:30:01 [cyg_server] /usr/sbin/cron: PID 7556: (CRON) error (can't switch user context)
2021/07/17 06:30:01 [cyg_server] /usr/sbin/cron: PID 7557: (CRON) error (can't switch user context)
2021/07/17 06:35:01 [cyg_server] /usr/sbin/cron: PID 7559: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/17 06:35:01 [cyg_server] /usr/sbin/cron: PID 7559: (CRON) error (can't switch user context)
2021/07/17 06:40:01 [cyg_server] /usr/sbin/cron: PID 7561: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/17 06:40:01 [cyg_server] /usr/sbin/cron: PID 7561: (CRON) error (can't switch user context)
2021/07/17 06:45:01 [cyg_server] /usr/sbin/cron: PID 7564: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t)
2021/07/17 06:45:01 [cyg_server] /usr/sbin/cron: PID 7566: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/17 06:45:01 [cyg_server] /usr/sbin/cron: PID 7567: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/17 06:45:01 [cyg_server] /usr/sbin/cron: PID 7564: (CRON) error (can't switch user context)
2021/07/17 06:45:01 [cyg_server] /usr/sbin/cron: PID 7566: (CRON) error (can't switch user context)
2021/07/17 06:45:01 [cyg_server] /usr/sbin/cron: PID 7567: (CRON) error (can't switch user context)
2021/07/17 06:50:01 [cyg_server] /usr/sbin/cron: PID 7569: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/17 06:50:01 [cyg_server] /usr/sbin/cron: PID 7569: (CRON) error (can't switch user context)
2021/07/17 06:55:01 [cyg_server] /usr/sbin/cron: PID 7572: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/17 06:55:01 [cyg_server] /usr/sbin/cron: PID 7573: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/17 06:55:01 [cyg_server] /usr/sbin/cron: PID 7572: (CRON) error (can't switch user context)
2021/07/17 06:55:01 [cyg_server] /usr/sbin/cron: PID 7573: (CRON) error (can't switch user context)
2021/07/17 08:00:01 [cyg_server] /usr/sbin/cron: PID 7575: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/17 08:00:01 [cyg_server] /usr/sbin/cron: PID 7575: (CRON) error (can't switch user context)
2021/07/17 08:20:01 [cyg_server] /usr/sbin/cron: PID 7577: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/17 08:20:01 [cyg_server] /usr/sbin/cron: PID 7577: (CRON) error (can't switch user context)
2021/07/17 08:25:01 [cyg_server] /usr/sbin/cron: PID 7579: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/17 08:25:01 [cyg_server] /usr/sbin/cron: PID 7579: (CRON) error (can't switch user context)
2021/07/17 08:30:01 [cyg_server] /usr/sbin/cron: PID 7582: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/17 08:30:01 [cyg_server] /usr/sbin/cron: PID 7583: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/17 08:30:01 [cyg_server] /usr/sbin/cron: PID 7583: (CRON) error (can't switch user context)
2021/07/17 08:30:01 [cyg_server] /usr/sbin/cron: PID 7582: (CRON) error (can't switch user context)
2021/07/17 08:35:01 [cyg_server] /usr/sbin/cron: PID 7585: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/17 08:35:01 [cyg_server] /usr/sbin/cron: PID 7585: (CRON) error (can't switch user context)
2021/07/17 08:40:01 [cyg_server] /usr/sbin/cron: PID 7587: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/17 08:40:01 [cyg_server] /usr/sbin/cron: PID 7587: (CRON) error (can't switch user context)
2021/07/17 08:45:01 [cyg_server] /usr/sbin/cron: PID 7590: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/17 08:45:01 [cyg_server] /usr/sbin/cron: PID 7591: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/17 08:45:01 [cyg_server] /usr/sbin/cron: PID 7590: (CRON) error (can't switch user context)
2021/07/17 08:45:01 [cyg_server] /usr/sbin/cron: PID 7591: (CRON) error (can't switch user context)
2021/07/17 08:50:01 [cyg_server] /usr/sbin/cron: PID 7593: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/17 08:50:01 [cyg_server] /usr/sbin/cron: PID 7593: (CRON) error (can't switch user context)
2021/07/17 08:55:01 [cyg_server] /usr/sbin/cron: PID 7596: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/17 08:55:01 [cyg_server] /usr/sbin/cron: PID 7597: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/17 08:55:01 [cyg_server] /usr/sbin/cron: PID 7596: (CRON) error (can't switch user context)
2021/07/17 08:55:01 [cyg_server] /usr/sbin/cron: PID 7597: (CRON) error (can't switch user context)
2021/07/17 10:00:01 [cyg_server] /usr/sbin/cron: PID 7599: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/17 10:00:01 [cyg_server] /usr/sbin/cron: PID 7599: (CRON) error (can't switch user context)
2021/07/17 10:20:01 [cyg_server] /usr/sbin/cron: PID 7601: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/17 10:20:01 [cyg_server] /usr/sbin/cron: PID 7601: (CRON) error (can't switch user context)
2021/07/17 10:25:01 [cyg_server] /usr/sbin/cron: PID 7603: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/17 10:25:01 [cyg_server] /usr/sbin/cron: PID 7603: (CRON) error (can't switch user context)
2021/07/17 10:30:01 [cyg_server] /usr/sbin/cron: PID 7606: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/17 10:30:01 [cyg_server] /usr/sbin/cron: PID 7607: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/17 10:30:01 [cyg_server] /usr/sbin/cron: PID 7606: (CRON) error (can't switch user context)
2021/07/17 10:30:01 [cyg_server] /usr/sbin/cron: PID 7607: (CRON) error (can't switch user context)
2021/07/17 10:35:01 [cyg_server] /usr/sbin/cron: PID 7609: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/17 10:35:01 [cyg_server] /usr/sbin/cron: PID 7609: (CRON) error (can't switch user context)
2021/07/17 10:40:01 [cyg_server] /usr/sbin/cron: PID 7611: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/17 10:40:01 [cyg_server] /usr/sbin/cron: PID 7611: (CRON) error (can't switch user context)
2021/07/17 10:45:01 [cyg_server] /usr/sbin/cron: PID 7614: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t)
2021/07/17 10:45:01 [cyg_server] /usr/sbin/cron: PID 7616: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/17 10:45:01 [cyg_server] /usr/sbin/cron: PID 7617: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/17 10:45:01 [cyg_server] /usr/sbin/cron: PID 7614: (CRON) error (can't switch user context)
2021/07/17 10:45:01 [cyg_server] /usr/sbin/cron: PID 7616: (CRON) error (can't switch user context)
2021/07/17 10:45:01 [cyg_server] /usr/sbin/cron: PID 7617: (CRON) error (can't switch user context)
2021/07/17 10:50:01 [cyg_server] /usr/sbin/cron: PID 7619: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/17 10:50:01 [cyg_server] /usr/sbin/cron: PID 7619: (CRON) error (can't switch user context)
2021/07/17 10:55:01 [cyg_server] /usr/sbin/cron: PID 7622: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/17 10:55:01 [cyg_server] /usr/sbin/cron: PID 7623: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/17 10:55:01 [cyg_server] /usr/sbin/cron: PID 7622: (CRON) error (can't switch user context)
2021/07/17 10:55:01 [cyg_server] /usr/sbin/cron: PID 7623: (CRON) error (can't switch user context)
2021/07/17 12:00:01 [cyg_server] /usr/sbin/cron: PID 7625: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/17 12:00:01 [cyg_server] /usr/sbin/cron: PID 7625: (CRON) error (can't switch user context)
2021/07/17 12:20:01 [cyg_server] /usr/sbin/cron: PID 7627: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/17 12:20:01 [cyg_server] /usr/sbin/cron: PID 7627: (CRON) error (can't switch user context)
2021/07/17 12:25:02 [cyg_server] /usr/sbin/cron: PID 7629: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/17 12:25:02 [cyg_server] /usr/sbin/cron: PID 7629: (CRON) error (can't switch user context)
2021/07/17 12:30:01 [cyg_server] /usr/sbin/cron: PID 7632: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/17 12:30:01 [cyg_server] /usr/sbin/cron: PID 7633: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/17 12:30:01 [cyg_server] /usr/sbin/cron: PID 7632: (CRON) error (can't switch user context)
2021/07/17 12:30:01 [cyg_server] /usr/sbin/cron: PID 7633: (CRON) error (can't switch user context)
2021/07/17 12:35:01 [cyg_server] /usr/sbin/cron: PID 7635: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/17 12:35:01 [cyg_server] /usr/sbin/cron: PID 7635: (CRON) error (can't switch user context)
2021/07/17 12:40:01 [cyg_server] /usr/sbin/cron: PID 7637: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/17 12:40:01 [cyg_server] /usr/sbin/cron: PID 7637: (CRON) error (can't switch user context)
2021/07/17 12:45:01 [cyg_server] /usr/sbin/cron: PID 7640: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/17 12:45:01 [cyg_server] /usr/sbin/cron: PID 7641: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/17 12:45:01 [cyg_server] /usr/sbin/cron: PID 7640: (CRON) error (can't switch user context)
2021/07/17 12:45:01 [cyg_server] /usr/sbin/cron: PID 7641: (CRON) error (can't switch user context)
2021/07/17 12:50:01 [cyg_server] /usr/sbin/cron: PID 7643: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/17 12:50:01 [cyg_server] /usr/sbin/cron: PID 7643: (CRON) error (can't switch user context)
2021/07/17 12:55:01 [cyg_server] /usr/sbin/cron: PID 7646: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/17 12:55:01 [cyg_server] /usr/sbin/cron: PID 7647: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/17 12:55:01 [cyg_server] /usr/sbin/cron: PID 7646: (CRON) error (can't switch user context)
2021/07/17 12:55:01 [cyg_server] /usr/sbin/cron: PID 7647: (CRON) error (can't switch user context)
2021/07/17 14:00:01 [cyg_server] /usr/sbin/cron: PID 7649: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/17 14:00:01 [cyg_server] /usr/sbin/cron: PID 7649: (CRON) error (can't switch user context)
2021/07/17 14:20:02 [cyg_server] /usr/sbin/cron: PID 7651: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/17 14:20:02 [cyg_server] /usr/sbin/cron: PID 7651: (CRON) error (can't switch user context)
2021/07/17 14:25:01 [cyg_server] /usr/sbin/cron: PID 7653: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/17 14:25:01 [cyg_server] /usr/sbin/cron: PID 7653: (CRON) error (can't switch user context)
2021/07/17 14:30:01 [cyg_server] /usr/sbin/cron: PID 7656: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/17 14:30:01 [cyg_server] /usr/sbin/cron: PID 7657: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/17 14:30:01 [cyg_server] /usr/sbin/cron: PID 7656: (CRON) error (can't switch user context)
2021/07/17 14:30:01 [cyg_server] /usr/sbin/cron: PID 7657: (CRON) error (can't switch user context)
2021/07/17 14:35:01 [cyg_server] /usr/sbin/cron: PID 7659: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/17 14:35:01 [cyg_server] /usr/sbin/cron: PID 7659: (CRON) error (can't switch user context)
2021/07/17 14:40:01 [cyg_server] /usr/sbin/cron: PID 7661: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/17 14:40:01 [cyg_server] /usr/sbin/cron: PID 7661: (CRON) error (can't switch user context)
2021/07/17 14:45:01 [cyg_server] /usr/sbin/cron: PID 7664: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t)
2021/07/17 14:45:01 [cyg_server] /usr/sbin/cron: PID 7666: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/17 14:45:01 [cyg_server] /usr/sbin/cron: PID 7667: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/17 14:45:01 [cyg_server] /usr/sbin/cron: PID 7664: (CRON) error (can't switch user context)
2021/07/17 14:45:01 [cyg_server] /usr/sbin/cron: PID 7666: (CRON) error (can't switch user context)
2021/07/17 14:45:01 [cyg_server] /usr/sbin/cron: PID 7667: (CRON) error (can't switch user context)
2021/07/17 14:50:01 [cyg_server] /usr/sbin/cron: PID 7669: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/17 14:50:01 [cyg_server] /usr/sbin/cron: PID 7669: (CRON) error (can't switch user context)
2021/07/17 14:55:01 [cyg_server] /usr/sbin/cron: PID 7672: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/17 14:55:01 [cyg_server] /usr/sbin/cron: PID 7673: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/17 14:55:01 [cyg_server] /usr/sbin/cron: PID 7673: (CRON) error (can't switch user context)
2021/07/17 14:55:01 [cyg_server] /usr/sbin/cron: PID 7672: (CRON) error (can't switch user context)
2021/07/17 16:00:01 [cyg_server] /usr/sbin/cron: PID 7675: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/17 16:00:02 [cyg_server] /usr/sbin/cron: PID 7675: (CRON) error (can't switch user context)
2021/07/17 16:20:01 [cyg_server] /usr/sbin/cron: PID 7677: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/17 16:20:01 [cyg_server] /usr/sbin/cron: PID 7677: (CRON) error (can't switch user context)
2021/07/17 16:25:01 [cyg_server] /usr/sbin/cron: PID 7679: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/17 16:25:01 [cyg_server] /usr/sbin/cron: PID 7679: (CRON) error (can't switch user context)
2021/07/17 16:30:01 [cyg_server] /usr/sbin/cron: PID 7682: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/17 16:30:01 [cyg_server] /usr/sbin/cron: PID 7683: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/17 16:30:01 [cyg_server] /usr/sbin/cron: PID 7682: (CRON) error (can't switch user context)
2021/07/17 16:30:01 [cyg_server] /usr/sbin/cron: PID 7683: (CRON) error (can't switch user context)
2021/07/17 16:35:01 [cyg_server] /usr/sbin/cron: PID 7685: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/17 16:35:01 [cyg_server] /usr/sbin/cron: PID 7685: (CRON) error (can't switch user context)
2021/07/17 16:40:01 [cyg_server] /usr/sbin/cron: PID 7687: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/17 16:40:01 [cyg_server] /usr/sbin/cron: PID 7687: (CRON) error (can't switch user context)
2021/07/17 16:45:01 [cyg_server] /usr/sbin/cron: PID 7690: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/17 16:45:02 [cyg_server] /usr/sbin/cron: PID 7691: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/17 16:45:02 [cyg_server] /usr/sbin/cron: PID 7690: (CRON) error (can't switch user context)
2021/07/17 16:45:02 [cyg_server] /usr/sbin/cron: PID 7691: (CRON) error (can't switch user context)
2021/07/17 16:50:01 [cyg_server] /usr/sbin/cron: PID 7693: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/17 16:50:01 [cyg_server] /usr/sbin/cron: PID 7693: (CRON) error (can't switch user context)
2021/07/17 16:55:01 [cyg_server] /usr/sbin/cron: PID 7696: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/17 16:55:01 [cyg_server] /usr/sbin/cron: PID 7697: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/17 16:55:01 [cyg_server] /usr/sbin/cron: PID 7696: (CRON) error (can't switch user context)
2021/07/17 16:55:01 [cyg_server] /usr/sbin/cron: PID 7697: (CRON) error (can't switch user context)
2021/07/17 18:00:01 [cyg_server] /usr/sbin/cron: PID 7699: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/17 18:00:02 [cyg_server] /usr/sbin/cron: PID 7699: (CRON) error (can't switch user context)
2021/07/17 18:20:01 [cyg_server] /usr/sbin/cron: PID 7701: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/17 18:20:01 [cyg_server] /usr/sbin/cron: PID 7701: (CRON) error (can't switch user context)
2021/07/17 18:25:01 [cyg_server] /usr/sbin/cron: PID 7703: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/17 18:25:01 [cyg_server] /usr/sbin/cron: PID 7703: (CRON) error (can't switch user context)
2021/07/17 18:30:01 [cyg_server] /usr/sbin/cron: PID 7706: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/17 18:30:01 [cyg_server] /usr/sbin/cron: PID 7707: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/17 18:30:01 [cyg_server] /usr/sbin/cron: PID 7707: (CRON) error (can't switch user context)
2021/07/17 18:30:01 [cyg_server] /usr/sbin/cron: PID 7706: (CRON) error (can't switch user context)
2021/07/17 18:35:01 [cyg_server] /usr/sbin/cron: PID 7709: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/17 18:35:02 [cyg_server] /usr/sbin/cron: PID 7709: (CRON) error (can't switch user context)
2021/07/17 18:40:01 [cyg_server] /usr/sbin/cron: PID 7711: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/17 18:40:01 [cyg_server] /usr/sbin/cron: PID 7711: (CRON) error (can't switch user context)
2021/07/17 18:45:01 [cyg_server] /usr/sbin/cron: PID 7714: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t)
2021/07/17 18:45:01 [cyg_server] /usr/sbin/cron: PID 7716: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/17 18:45:01 [cyg_server] /usr/sbin/cron: PID 7717: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/17 18:45:01 [cyg_server] /usr/sbin/cron: PID 7714: (CRON) error (can't switch user context)
2021/07/17 18:45:01 [cyg_server] /usr/sbin/cron: PID 7716: (CRON) error (can't switch user context)
2021/07/17 18:45:01 [cyg_server] /usr/sbin/cron: PID 7717: (CRON) error (can't switch user context)
2021/07/17 18:50:01 [cyg_server] /usr/sbin/cron: PID 7719: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/17 18:50:01 [cyg_server] /usr/sbin/cron: PID 7719: (CRON) error (can't switch user context)
2021/07/17 18:55:01 [cyg_server] /usr/sbin/cron: PID 7722: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/17 18:55:01 [cyg_server] /usr/sbin/cron: PID 7723: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/17 18:55:01 [cyg_server] /usr/sbin/cron: PID 7723: (CRON) error (can't switch user context)
2021/07/17 18:55:01 [cyg_server] /usr/sbin/cron: PID 7722: (CRON) error (can't switch user context)
2021/07/17 20:00:01 [cyg_server] /usr/sbin/cron: PID 7725: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/17 20:00:01 [cyg_server] /usr/sbin/cron: PID 7725: (CRON) error (can't switch user context)
2021/07/17 20:20:01 [cyg_server] /usr/sbin/cron: PID 7727: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/17 20:20:01 [cyg_server] /usr/sbin/cron: PID 7727: (CRON) error (can't switch user context)
2021/07/17 20:25:01 [cyg_server] /usr/sbin/cron: PID 7729: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/17 20:25:01 [cyg_server] /usr/sbin/cron: PID 7729: (CRON) error (can't switch user context)
2021/07/17 20:30:01 [cyg_server] /usr/sbin/cron: PID 7732: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/17 20:30:01 [cyg_server] /usr/sbin/cron: PID 7733: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/17 20:30:01 [cyg_server] /usr/sbin/cron: PID 7733: (CRON) error (can't switch user context)
2021/07/17 20:30:01 [cyg_server] /usr/sbin/cron: PID 7732: (CRON) error (can't switch user context)
2021/07/17 20:35:02 [cyg_server] /usr/sbin/cron: PID 7735: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/17 20:35:02 [cyg_server] /usr/sbin/cron: PID 7735: (CRON) error (can't switch user context)
2021/07/17 20:40:01 [cyg_server] /usr/sbin/cron: PID 7737: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/17 20:40:01 [cyg_server] /usr/sbin/cron: PID 7737: (CRON) error (can't switch user context)
2021/07/17 20:45:01 [cyg_server] /usr/sbin/cron: PID 7740: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/17 20:45:01 [cyg_server] /usr/sbin/cron: PID 7741: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/17 20:45:01 [cyg_server] /usr/sbin/cron: PID 7740: (CRON) error (can't switch user context)
2021/07/17 20:45:01 [cyg_server] /usr/sbin/cron: PID 7741: (CRON) error (can't switch user context)
2021/07/17 20:50:01 [cyg_server] /usr/sbin/cron: PID 7743: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/17 20:50:01 [cyg_server] /usr/sbin/cron: PID 7743: (CRON) error (can't switch user context)
2021/07/17 20:55:01 [cyg_server] /usr/sbin/cron: PID 7746: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/17 20:55:01 [cyg_server] /usr/sbin/cron: PID 7747: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/17 20:55:01 [cyg_server] /usr/sbin/cron: PID 7746: (CRON) error (can't switch user context)
2021/07/17 20:55:01 [cyg_server] /usr/sbin/cron: PID 7747: (CRON) error (can't switch user context)
2021/07/17 22:00:01 [cyg_server] /usr/sbin/cron: PID 7749: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/17 22:00:01 [cyg_server] /usr/sbin/cron: PID 7749: (CRON) error (can't switch user context)
2021/07/17 22:20:01 [cyg_server] /usr/sbin/cron: PID 7751: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/17 22:20:01 [cyg_server] /usr/sbin/cron: PID 7751: (CRON) error (can't switch user context)
2021/07/17 22:25:01 [cyg_server] /usr/sbin/cron: PID 7753: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/17 22:25:01 [cyg_server] /usr/sbin/cron: PID 7753: (CRON) error (can't switch user context)
2021/07/17 22:30:02 [cyg_server] /usr/sbin/cron: PID 7756: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/17 22:30:02 [cyg_server] /usr/sbin/cron: PID 7757: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/17 22:30:02 [cyg_server] /usr/sbin/cron: PID 7757: (CRON) error (can't switch user context)
2021/07/17 22:30:02 [cyg_server] /usr/sbin/cron: PID 7756: (CRON) error (can't switch user context)
2021/07/17 22:35:01 [cyg_server] /usr/sbin/cron: PID 7759: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/17 22:35:01 [cyg_server] /usr/sbin/cron: PID 7759: (CRON) error (can't switch user context)
2021/07/17 22:40:01 [cyg_server] /usr/sbin/cron: PID 7761: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/17 22:40:01 [cyg_server] /usr/sbin/cron: PID 7761: (CRON) error (can't switch user context)
2021/07/17 22:45:01 [cyg_server] /usr/sbin/cron: PID 7764: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t)
2021/07/17 22:45:01 [cyg_server] /usr/sbin/cron: PID 7766: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/17 22:45:01 [cyg_server] /usr/sbin/cron: PID 7767: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/17 22:45:01 [cyg_server] /usr/sbin/cron: PID 7764: (CRON) error (can't switch user context)
2021/07/17 22:45:01 [cyg_server] /usr/sbin/cron: PID 7766: (CRON) error (can't switch user context)
2021/07/17 22:45:01 [cyg_server] /usr/sbin/cron: PID 7767: (CRON) error (can't switch user context)
2021/07/17 22:50:01 [cyg_server] /usr/sbin/cron: PID 7769: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/17 22:50:01 [cyg_server] /usr/sbin/cron: PID 7769: (CRON) error (can't switch user context)
2021/07/17 22:55:01 [cyg_server] /usr/sbin/cron: PID 7772: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/17 22:55:01 [cyg_server] /usr/sbin/cron: PID 7773: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/17 22:55:01 [cyg_server] /usr/sbin/cron: PID 7772: (CRON) error (can't switch user context)
2021/07/17 22:55:02 [cyg_server] /usr/sbin/cron: PID 7773: (CRON) error (can't switch user context)
2021/07/18 00:00:01 [cyg_server] /usr/sbin/cron: PID 7775: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_so_invc_ts -i -t)
2021/07/18 00:00:01 [cyg_server] /usr/sbin/cron: PID 7775: (CRON) error (can't switch user context)
2021/07/18 00:10:01 [cyg_server] /usr/sbin/cron: PID 7777: (jhetzler) CMD (~/scripts/calc_mtl_reqs calc -i)
2021/07/18 00:10:01 [cyg_server] /usr/sbin/cron: PID 7777: (CRON) error (can't switch user context)
2021/07/18 01:10:01 [cyg_server] /usr/sbin/cron: PID 7779: (jhetzler) CMD (~/scripts/sageget -c TPA fetch-set tpa_std -i)
2021/07/18 01:10:01 [cyg_server] /usr/sbin/cron: PID 7779: (CRON) error (can't switch user context)
2021/07/18 06:00:01 [cyg_server] /usr/sbin/cron: PID 7781: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/18 06:00:02 [cyg_server] /usr/sbin/cron: PID 7781: (CRON) error (can't switch user context)
2021/07/18 06:20:01 [cyg_server] /usr/sbin/cron: PID 7783: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/18 06:20:01 [cyg_server] /usr/sbin/cron: PID 7783: (CRON) error (can't switch user context)
2021/07/18 06:25:01 [cyg_server] /usr/sbin/cron: PID 7785: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/18 06:25:01 [cyg_server] /usr/sbin/cron: PID 7785: (CRON) error (can't switch user context)
2021/07/18 06:30:01 [cyg_server] /usr/sbin/cron: PID 7788: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/18 06:30:01 [cyg_server] /usr/sbin/cron: PID 7789: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/18 06:30:01 [cyg_server] /usr/sbin/cron: PID 7789: (CRON) error (can't switch user context)
2021/07/18 06:30:01 [cyg_server] /usr/sbin/cron: PID 7788: (CRON) error (can't switch user context)
2021/07/18 06:35:01 [cyg_server] /usr/sbin/cron: PID 7791: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/18 06:35:01 [cyg_server] /usr/sbin/cron: PID 7791: (CRON) error (can't switch user context)
2021/07/18 06:40:01 [cyg_server] /usr/sbin/cron: PID 7793: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/18 06:40:01 [cyg_server] /usr/sbin/cron: PID 7793: (CRON) error (can't switch user context)
2021/07/18 06:45:02 [cyg_server] /usr/sbin/cron: PID 7796: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t)
2021/07/18 06:45:02 [cyg_server] /usr/sbin/cron: PID 7798: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/18 06:45:02 [cyg_server] /usr/sbin/cron: PID 7799: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/18 06:45:02 [cyg_server] /usr/sbin/cron: PID 7796: (CRON) error (can't switch user context)
2021/07/18 06:45:02 [cyg_server] /usr/sbin/cron: PID 7799: (CRON) error (can't switch user context)
2021/07/18 06:45:02 [cyg_server] /usr/sbin/cron: PID 7798: (CRON) error (can't switch user context)
2021/07/18 06:50:01 [cyg_server] /usr/sbin/cron: PID 7801: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/18 06:50:01 [cyg_server] /usr/sbin/cron: PID 7801: (CRON) error (can't switch user context)
2021/07/18 06:55:01 [cyg_server] /usr/sbin/cron: PID 7804: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/18 06:55:01 [cyg_server] /usr/sbin/cron: PID 7805: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/18 06:55:01 [cyg_server] /usr/sbin/cron: PID 7804: (CRON) error (can't switch user context)
2021/07/18 06:55:01 [cyg_server] /usr/sbin/cron: PID 7805: (CRON) error (can't switch user context)
2021/07/18 08:00:01 [cyg_server] /usr/sbin/cron: PID 7807: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/18 08:00:01 [cyg_server] /usr/sbin/cron: PID 7807: (CRON) error (can't switch user context)
2021/07/18 08:20:01 [cyg_server] /usr/sbin/cron: PID 7809: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/18 08:20:01 [cyg_server] /usr/sbin/cron: PID 7809: (CRON) error (can't switch user context)
2021/07/18 08:25:01 [cyg_server] /usr/sbin/cron: PID 7811: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/18 08:25:01 [cyg_server] /usr/sbin/cron: PID 7811: (CRON) error (can't switch user context)
2021/07/18 08:30:01 [cyg_server] /usr/sbin/cron: PID 7814: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/18 08:30:01 [cyg_server] /usr/sbin/cron: PID 7815: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/18 08:30:01 [cyg_server] /usr/sbin/cron: PID 7814: (CRON) error (can't switch user context)
2021/07/18 08:30:01 [cyg_server] /usr/sbin/cron: PID 7815: (CRON) error (can't switch user context)
2021/07/18 08:35:01 [cyg_server] /usr/sbin/cron: PID 7817: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/18 08:35:02 [cyg_server] /usr/sbin/cron: PID 7817: (CRON) error (can't switch user context)
2021/07/18 08:40:01 [cyg_server] /usr/sbin/cron: PID 7819: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/18 08:40:01 [cyg_server] /usr/sbin/cron: PID 7819: (CRON) error (can't switch user context)
2021/07/18 08:45:01 [cyg_server] /usr/sbin/cron: PID 7822: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/18 08:45:01 [cyg_server] /usr/sbin/cron: PID 7823: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/18 08:45:01 [cyg_server] /usr/sbin/cron: PID 7822: (CRON) error (can't switch user context)
2021/07/18 08:45:01 [cyg_server] /usr/sbin/cron: PID 7823: (CRON) error (can't switch user context)
2021/07/18 08:50:01 [cyg_server] /usr/sbin/cron: PID 7825: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/18 08:50:01 [cyg_server] /usr/sbin/cron: PID 7825: (CRON) error (can't switch user context)
2021/07/18 08:55:01 [cyg_server] /usr/sbin/cron: PID 7828: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/18 08:55:01 [cyg_server] /usr/sbin/cron: PID 7829: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/18 08:55:01 [cyg_server] /usr/sbin/cron: PID 7828: (CRON) error (can't switch user context)
2021/07/18 08:55:01 [cyg_server] /usr/sbin/cron: PID 7829: (CRON) error (can't switch user context)
2021/07/18 10:00:01 [cyg_server] /usr/sbin/cron: PID 7831: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/18 10:00:01 [cyg_server] /usr/sbin/cron: PID 7831: (CRON) error (can't switch user context)
2021/07/18 10:20:01 [cyg_server] /usr/sbin/cron: PID 7833: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/18 10:20:01 [cyg_server] /usr/sbin/cron: PID 7833: (CRON) error (can't switch user context)
2021/07/18 10:25:01 [cyg_server] /usr/sbin/cron: PID 7835: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/18 10:25:01 [cyg_server] /usr/sbin/cron: PID 7835: (CRON) error (can't switch user context)
2021/07/18 10:30:01 [cyg_server] /usr/sbin/cron: PID 7838: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/18 10:30:01 [cyg_server] /usr/sbin/cron: PID 7839: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/18 10:30:02 [cyg_server] /usr/sbin/cron: PID 7838: (CRON) error (can't switch user context)
2021/07/18 10:30:02 [cyg_server] /usr/sbin/cron: PID 7839: (CRON) error (can't switch user context)
2021/07/18 10:35:01 [cyg_server] /usr/sbin/cron: PID 7841: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/18 10:35:01 [cyg_server] /usr/sbin/cron: PID 7841: (CRON) error (can't switch user context)
2021/07/18 10:40:01 [cyg_server] /usr/sbin/cron: PID 7843: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/18 10:40:01 [cyg_server] /usr/sbin/cron: PID 7843: (CRON) error (can't switch user context)
2021/07/18 10:45:01 [cyg_server] /usr/sbin/cron: PID 7846: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t)
2021/07/18 10:45:01 [cyg_server] /usr/sbin/cron: PID 7848: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/18 10:45:01 [cyg_server] /usr/sbin/cron: PID 7849: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/18 10:45:01 [cyg_server] /usr/sbin/cron: PID 7846: (CRON) error (can't switch user context)
2021/07/18 10:45:01 [cyg_server] /usr/sbin/cron: PID 7848: (CRON) error (can't switch user context)
2021/07/18 10:45:01 [cyg_server] /usr/sbin/cron: PID 7849: (CRON) error (can't switch user context)
2021/07/18 10:50:01 [cyg_server] /usr/sbin/cron: PID 7851: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/18 10:50:01 [cyg_server] /usr/sbin/cron: PID 7851: (CRON) error (can't switch user context)
2021/07/18 10:55:01 [cyg_server] /usr/sbin/cron: PID 7854: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/18 10:55:01 [cyg_server] /usr/sbin/cron: PID 7855: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/18 10:55:01 [cyg_server] /usr/sbin/cron: PID 7855: (CRON) error (can't switch user context)
2021/07/18 10:55:01 [cyg_server] /usr/sbin/cron: PID 7854: (CRON) error (can't switch user context)
2021/07/18 12:00:01 [cyg_server] /usr/sbin/cron: PID 7857: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/18 12:00:01 [cyg_server] /usr/sbin/cron: PID 7857: (CRON) error (can't switch user context)
2021/07/18 12:20:01 [cyg_server] /usr/sbin/cron: PID 7859: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/18 12:20:02 [cyg_server] /usr/sbin/cron: PID 7859: (CRON) error (can't switch user context)
2021/07/18 12:25:01 [cyg_server] /usr/sbin/cron: PID 7861: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/18 12:25:01 [cyg_server] /usr/sbin/cron: PID 7861: (CRON) error (can't switch user context)
2021/07/18 12:30:01 [cyg_server] /usr/sbin/cron: PID 7864: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/18 12:30:01 [cyg_server] /usr/sbin/cron: PID 7865: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/18 12:30:01 [cyg_server] /usr/sbin/cron: PID 7864: (CRON) error (can't switch user context)
2021/07/18 12:30:01 [cyg_server] /usr/sbin/cron: PID 7865: (CRON) error (can't switch user context)
2021/07/18 12:35:01 [cyg_server] /usr/sbin/cron: PID 7867: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/18 12:35:01 [cyg_server] /usr/sbin/cron: PID 7867: (CRON) error (can't switch user context)
2021/07/18 12:40:01 [cyg_server] /usr/sbin/cron: PID 7869: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/18 12:40:01 [cyg_server] /usr/sbin/cron: PID 7869: (CRON) error (can't switch user context)
2021/07/18 12:45:01 [cyg_server] /usr/sbin/cron: PID 7872: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/18 12:45:01 [cyg_server] /usr/sbin/cron: PID 7873: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/18 12:45:01 [cyg_server] /usr/sbin/cron: PID 7872: (CRON) error (can't switch user context)
2021/07/18 12:45:01 [cyg_server] /usr/sbin/cron: PID 7873: (CRON) error (can't switch user context)
2021/07/18 12:50:01 [cyg_server] /usr/sbin/cron: PID 7875: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/18 12:50:01 [cyg_server] /usr/sbin/cron: PID 7875: (CRON) error (can't switch user context)
2021/07/18 12:55:02 [cyg_server] /usr/sbin/cron: PID 7878: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/18 12:55:02 [cyg_server] /usr/sbin/cron: PID 7879: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/18 12:55:02 [cyg_server] /usr/sbin/cron: PID 7878: (CRON) error (can't switch user context)
2021/07/18 12:55:02 [cyg_server] /usr/sbin/cron: PID 7879: (CRON) error (can't switch user context)
2021/07/18 14:00:01 [cyg_server] /usr/sbin/cron: PID 7881: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/18 14:00:01 [cyg_server] /usr/sbin/cron: PID 7881: (CRON) error (can't switch user context)
2021/07/18 14:20:01 [cyg_server] /usr/sbin/cron: PID 7883: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/18 14:20:01 [cyg_server] /usr/sbin/cron: PID 7883: (CRON) error (can't switch user context)
2021/07/18 14:25:01 [cyg_server] /usr/sbin/cron: PID 7885: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/18 14:25:01 [cyg_server] /usr/sbin/cron: PID 7885: (CRON) error (can't switch user context)
2021/07/18 14:30:01 [cyg_server] /usr/sbin/cron: PID 7888: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/18 14:30:01 [cyg_server] /usr/sbin/cron: PID 7889: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/18 14:30:01 [cyg_server] /usr/sbin/cron: PID 7888: (CRON) error (can't switch user context)
2021/07/18 14:30:01 [cyg_server] /usr/sbin/cron: PID 7889: (CRON) error (can't switch user context)
2021/07/18 14:35:01 [cyg_server] /usr/sbin/cron: PID 7891: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/18 14:35:01 [cyg_server] /usr/sbin/cron: PID 7891: (CRON) error (can't switch user context)
2021/07/18 14:40:01 [cyg_server] /usr/sbin/cron: PID 7893: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/18 14:40:01 [cyg_server] /usr/sbin/cron: PID 7893: (CRON) error (can't switch user context)
2021/07/18 14:45:02 [cyg_server] /usr/sbin/cron: PID 7896: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t)
2021/07/18 14:45:02 [cyg_server] /usr/sbin/cron: PID 7898: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/18 14:45:02 [cyg_server] /usr/sbin/cron: PID 7899: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/18 14:45:02 [cyg_server] /usr/sbin/cron: PID 7896: (CRON) error (can't switch user context)
2021/07/18 14:45:02 [cyg_server] /usr/sbin/cron: PID 7899: (CRON) error (can't switch user context)
2021/07/18 14:45:02 [cyg_server] /usr/sbin/cron: PID 7898: (CRON) error (can't switch user context)
2021/07/18 14:50:01 [cyg_server] /usr/sbin/cron: PID 7901: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/18 14:50:01 [cyg_server] /usr/sbin/cron: PID 7901: (CRON) error (can't switch user context)
2021/07/18 14:55:01 [cyg_server] /usr/sbin/cron: PID 7904: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/18 14:55:01 [cyg_server] /usr/sbin/cron: PID 7905: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/18 14:55:01 [cyg_server] /usr/sbin/cron: PID 7904: (CRON) error (can't switch user context)
2021/07/18 14:55:01 [cyg_server] /usr/sbin/cron: PID 7905: (CRON) error (can't switch user context)
2021/07/18 16:00:01 [cyg_server] /usr/sbin/cron: PID 7907: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/18 16:00:01 [cyg_server] /usr/sbin/cron: PID 7907: (CRON) error (can't switch user context)
2021/07/18 16:20:01 [cyg_server] /usr/sbin/cron: PID 7909: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/18 16:20:01 [cyg_server] /usr/sbin/cron: PID 7909: (CRON) error (can't switch user context)
2021/07/18 16:25:01 [cyg_server] /usr/sbin/cron: PID 7911: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/18 16:25:01 [cyg_server] /usr/sbin/cron: PID 7911: (CRON) error (can't switch user context)
2021/07/18 16:30:01 [cyg_server] /usr/sbin/cron: PID 7914: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/18 16:30:01 [cyg_server] /usr/sbin/cron: PID 7915: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/18 16:30:01 [cyg_server] /usr/sbin/cron: PID 7914: (CRON) error (can't switch user context)
2021/07/18 16:30:01 [cyg_server] /usr/sbin/cron: PID 7915: (CRON) error (can't switch user context)
2021/07/18 16:35:01 [cyg_server] /usr/sbin/cron: PID 7917: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/18 16:35:01 [cyg_server] /usr/sbin/cron: PID 7917: (CRON) error (can't switch user context)
2021/07/18 16:40:01 [cyg_server] /usr/sbin/cron: PID 7919: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/18 16:40:01 [cyg_server] /usr/sbin/cron: PID 7919: (CRON) error (can't switch user context)
2021/07/18 16:45:01 [cyg_server] /usr/sbin/cron: PID 7922: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/18 16:45:01 [cyg_server] /usr/sbin/cron: PID 7923: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/18 16:45:01 [cyg_server] /usr/sbin/cron: PID 7922: (CRON) error (can't switch user context)
2021/07/18 16:45:01 [cyg_server] /usr/sbin/cron: PID 7923: (CRON) error (can't switch user context)
2021/07/18 16:50:01 [cyg_server] /usr/sbin/cron: PID 7925: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/18 16:50:01 [cyg_server] /usr/sbin/cron: PID 7925: (CRON) error (can't switch user context)
2021/07/18 16:55:01 [cyg_server] /usr/sbin/cron: PID 7928: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/18 16:55:01 [cyg_server] /usr/sbin/cron: PID 7929: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/18 16:55:01 [cyg_server] /usr/sbin/cron: PID 7928: (CRON) error (can't switch user context)
2021/07/18 16:55:01 [cyg_server] /usr/sbin/cron: PID 7929: (CRON) error (can't switch user context)
2021/07/18 18:00:01 [cyg_server] /usr/sbin/cron: PID 7931: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/18 18:00:01 [cyg_server] /usr/sbin/cron: PID 7931: (CRON) error (can't switch user context)
2021/07/18 18:20:01 [cyg_server] /usr/sbin/cron: PID 7933: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/18 18:20:01 [cyg_server] /usr/sbin/cron: PID 7933: (CRON) error (can't switch user context)
2021/07/18 18:25:01 [cyg_server] /usr/sbin/cron: PID 7935: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/18 18:25:01 [cyg_server] /usr/sbin/cron: PID 7935: (CRON) error (can't switch user context)
2021/07/18 18:30:02 [cyg_server] /usr/sbin/cron: PID 7938: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/18 18:30:02 [cyg_server] /usr/sbin/cron: PID 7939: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/18 18:30:02 [cyg_server] /usr/sbin/cron: PID 7938: (CRON) error (can't switch user context)
2021/07/18 18:30:02 [cyg_server] /usr/sbin/cron: PID 7939: (CRON) error (can't switch user context)
2021/07/18 18:35:01 [cyg_server] /usr/sbin/cron: PID 7941: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/18 18:35:01 [cyg_server] /usr/sbin/cron: PID 7941: (CRON) error (can't switch user context)
2021/07/18 18:40:01 [cyg_server] /usr/sbin/cron: PID 7943: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/18 18:40:01 [cyg_server] /usr/sbin/cron: PID 7943: (CRON) error (can't switch user context)
2021/07/18 18:45:01 [cyg_server] /usr/sbin/cron: PID 7946: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t)
2021/07/18 18:45:01 [cyg_server] /usr/sbin/cron: PID 7948: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/18 18:45:01 [cyg_server] /usr/sbin/cron: PID 7949: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/18 18:45:01 [cyg_server] /usr/sbin/cron: PID 7946: (CRON) error (can't switch user context)
2021/07/18 18:45:01 [cyg_server] /usr/sbin/cron: PID 7948: (CRON) error (can't switch user context)
2021/07/18 18:45:01 [cyg_server] /usr/sbin/cron: PID 7949: (CRON) error (can't switch user context)
2021/07/18 18:50:01 [cyg_server] /usr/sbin/cron: PID 7951: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/18 18:50:01 [cyg_server] /usr/sbin/cron: PID 7951: (CRON) error (can't switch user context)
2021/07/18 18:55:01 [cyg_server] /usr/sbin/cron: PID 7954: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/18 18:55:01 [cyg_server] /usr/sbin/cron: PID 7955: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/18 18:55:01 [cyg_server] /usr/sbin/cron: PID 7954: (CRON) error (can't switch user context)
2021/07/18 18:55:02 [cyg_server] /usr/sbin/cron: PID 7955: (CRON) error (can't switch user context)
2021/07/18 20:00:01 [cyg_server] /usr/sbin/cron: PID 7957: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/18 20:00:01 [cyg_server] /usr/sbin/cron: PID 7957: (CRON) error (can't switch user context)
2021/07/18 20:20:01 [cyg_server] /usr/sbin/cron: PID 7959: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/18 20:20:01 [cyg_server] /usr/sbin/cron: PID 7959: (CRON) error (can't switch user context)
2021/07/18 20:25:01 [cyg_server] /usr/sbin/cron: PID 7961: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/18 20:25:01 [cyg_server] /usr/sbin/cron: PID 7961: (CRON) error (can't switch user context)
2021/07/18 20:30:01 [cyg_server] /usr/sbin/cron: PID 7964: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/18 20:30:01 [cyg_server] /usr/sbin/cron: PID 7965: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/18 20:30:01 [cyg_server] /usr/sbin/cron: PID 7964: (CRON) error (can't switch user context)
2021/07/18 20:30:01 [cyg_server] /usr/sbin/cron: PID 7965: (CRON) error (can't switch user context)
2021/07/18 20:35:01 [cyg_server] /usr/sbin/cron: PID 7967: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/18 20:35:01 [cyg_server] /usr/sbin/cron: PID 7967: (CRON) error (can't switch user context)
2021/07/18 20:40:01 [cyg_server] /usr/sbin/cron: PID 7969: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/18 20:40:01 [cyg_server] /usr/sbin/cron: PID 7969: (CRON) error (can't switch user context)
2021/07/18 20:45:01 [cyg_server] /usr/sbin/cron: PID 7972: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/18 20:45:01 [cyg_server] /usr/sbin/cron: PID 7973: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/18 20:45:01 [cyg_server] /usr/sbin/cron: PID 7972: (CRON) error (can't switch user context)
2021/07/18 20:45:01 [cyg_server] /usr/sbin/cron: PID 7973: (CRON) error (can't switch user context)
2021/07/18 20:50:01 [cyg_server] /usr/sbin/cron: PID 7975: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/18 20:50:01 [cyg_server] /usr/sbin/cron: PID 7975: (CRON) error (can't switch user context)
2021/07/18 20:55:01 [cyg_server] /usr/sbin/cron: PID 7978: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/18 20:55:01 [cyg_server] /usr/sbin/cron: PID 7979: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/18 20:55:01 [cyg_server] /usr/sbin/cron: PID 7978: (CRON) error (can't switch user context)
2021/07/18 20:55:01 [cyg_server] /usr/sbin/cron: PID 7979: (CRON) error (can't switch user context)
2021/07/18 22:00:01 [cyg_server] /usr/sbin/cron: PID 7981: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/18 22:00:01 [cyg_server] /usr/sbin/cron: PID 7981: (CRON) error (can't switch user context)
2021/07/18 22:20:01 [cyg_server] /usr/sbin/cron: PID 7983: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/18 22:20:01 [cyg_server] /usr/sbin/cron: PID 7983: (CRON) error (can't switch user context)
2021/07/18 22:25:01 [cyg_server] /usr/sbin/cron: PID 7985: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/18 22:25:01 [cyg_server] /usr/sbin/cron: PID 7985: (CRON) error (can't switch user context)
2021/07/18 22:30:01 [cyg_server] /usr/sbin/cron: PID 7988: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/18 22:30:01 [cyg_server] /usr/sbin/cron: PID 7989: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/18 22:30:01 [cyg_server] /usr/sbin/cron: PID 7988: (CRON) error (can't switch user context)
2021/07/18 22:30:01 [cyg_server] /usr/sbin/cron: PID 7989: (CRON) error (can't switch user context)
2021/07/18 22:35:01 [cyg_server] /usr/sbin/cron: PID 7991: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/18 22:35:01 [cyg_server] /usr/sbin/cron: PID 7991: (CRON) error (can't switch user context)
2021/07/18 22:40:01 [cyg_server] /usr/sbin/cron: PID 7993: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/18 22:40:01 [cyg_server] /usr/sbin/cron: PID 7993: (CRON) error (can't switch user context)
2021/07/18 22:45:01 [cyg_server] /usr/sbin/cron: PID 7996: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t)
2021/07/18 22:45:01 [cyg_server] /usr/sbin/cron: PID 7998: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/18 22:45:01 [cyg_server] /usr/sbin/cron: PID 7999: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/18 22:45:01 [cyg_server] /usr/sbin/cron: PID 7996: (CRON) error (can't switch user context)
2021/07/18 22:45:01 [cyg_server] /usr/sbin/cron: PID 7998: (CRON) error (can't switch user context)
2021/07/18 22:45:01 [cyg_server] /usr/sbin/cron: PID 7999: (CRON) error (can't switch user context)
2021/07/18 22:50:01 [cyg_server] /usr/sbin/cron: PID 8001: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/18 22:50:02 [cyg_server] /usr/sbin/cron: PID 8001: (CRON) error (can't switch user context)
2021/07/18 22:55:01 [cyg_server] /usr/sbin/cron: PID 8004: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/18 22:55:01 [cyg_server] /usr/sbin/cron: PID 8005: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/18 22:55:01 [cyg_server] /usr/sbin/cron: PID 8004: (CRON) error (can't switch user context)
2021/07/18 22:55:01 [cyg_server] /usr/sbin/cron: PID 8005: (CRON) error (can't switch user context)
2021/07/19 00:00:01 [cyg_server] /usr/sbin/cron: PID 8007: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_so_invc_ts -i -t)
2021/07/19 00:00:01 [cyg_server] /usr/sbin/cron: PID 8007: (CRON) error (can't switch user context)
2021/07/19 00:10:01 [cyg_server] /usr/sbin/cron: PID 8009: (jhetzler) CMD (~/scripts/calc_mtl_reqs calc -i)
2021/07/19 00:10:02 [cyg_server] /usr/sbin/cron: PID 8009: (CRON) error (can't switch user context)
2021/07/19 01:10:01 [cyg_server] /usr/sbin/cron: PID 8011: (jhetzler) CMD (~/scripts/sageget -c TPA fetch-set tpa_std -i)
2021/07/19 01:10:01 [cyg_server] /usr/sbin/cron: PID 8011: (CRON) error (can't switch user context)
2021/07/19 06:00:01 [cyg_server] /usr/sbin/cron: PID 8013: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/19 06:00:01 [cyg_server] /usr/sbin/cron: PID 8013: (CRON) error (can't switch user context)
2021/07/19 06:20:01 [cyg_server] /usr/sbin/cron: PID 8015: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/19 06:20:01 [cyg_server] /usr/sbin/cron: PID 8015: (CRON) error (can't switch user context)
2021/07/19 06:25:01 [cyg_server] /usr/sbin/cron: PID 8017: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/19 06:25:01 [cyg_server] /usr/sbin/cron: PID 8017: (CRON) error (can't switch user context)
2021/07/19 06:30:01 [cyg_server] /usr/sbin/cron: PID 8020: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/19 06:30:01 [cyg_server] /usr/sbin/cron: PID 8021: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/19 06:30:01 [cyg_server] /usr/sbin/cron: PID 8020: (CRON) error (can't switch user context)
2021/07/19 06:30:01 [cyg_server] /usr/sbin/cron: PID 8021: (CRON) error (can't switch user context)
2021/07/19 06:35:01 [cyg_server] /usr/sbin/cron: PID 8023: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/19 06:35:01 [cyg_server] /usr/sbin/cron: PID 8023: (CRON) error (can't switch user context)
2021/07/19 06:40:01 [cyg_server] /usr/sbin/cron: PID 8025: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/19 06:40:01 [cyg_server] /usr/sbin/cron: PID 8025: (CRON) error (can't switch user context)
2021/07/19 06:45:01 [cyg_server] /usr/sbin/cron: PID 8028: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t)
2021/07/19 06:45:01 [cyg_server] /usr/sbin/cron: PID 8030: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/19 06:45:01 [cyg_server] /usr/sbin/cron: PID 8031: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/19 06:45:01 [cyg_server] /usr/sbin/cron: PID 8028: (CRON) error (can't switch user context)
2021/07/19 06:45:01 [cyg_server] /usr/sbin/cron: PID 8030: (CRON) error (can't switch user context)
2021/07/19 06:45:01 [cyg_server] /usr/sbin/cron: PID 8031: (CRON) error (can't switch user context)
2021/07/19 06:50:01 [cyg_server] /usr/sbin/cron: PID 8033: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/19 06:50:01 [cyg_server] /usr/sbin/cron: PID 8033: (CRON) error (can't switch user context)
2021/07/19 06:55:02 [cyg_server] /usr/sbin/cron: PID 8036: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/19 06:55:02 [cyg_server] /usr/sbin/cron: PID 8037: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/19 06:55:02 [cyg_server] /usr/sbin/cron: PID 8036: (CRON) error (can't switch user context)
2021/07/19 06:55:02 [cyg_server] /usr/sbin/cron: PID 8037: (CRON) error (can't switch user context)
2021/07/19 08:00:01 [cyg_server] /usr/sbin/cron: PID 8039: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/19 08:00:01 [cyg_server] /usr/sbin/cron: PID 8039: (CRON) error (can't switch user context)
2021/07/19 08:20:01 [cyg_server] /usr/sbin/cron: PID 8041: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/19 08:20:01 [cyg_server] /usr/sbin/cron: PID 8041: (CRON) error (can't switch user context)
2021/07/19 08:25:01 [cyg_server] /usr/sbin/cron: PID 8043: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/19 08:25:01 [cyg_server] /usr/sbin/cron: PID 8043: (CRON) error (can't switch user context)
2021/07/19 08:30:01 [cyg_server] /usr/sbin/cron: PID 8046: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/19 08:30:01 [cyg_server] /usr/sbin/cron: PID 8047: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/19 08:30:01 [cyg_server] /usr/sbin/cron: PID 8046: (CRON) error (can't switch user context)
2021/07/19 08:30:01 [cyg_server] /usr/sbin/cron: PID 8047: (CRON) error (can't switch user context)
2021/07/19 08:35:01 [cyg_server] /usr/sbin/cron: PID 8049: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/19 08:35:01 [cyg_server] /usr/sbin/cron: PID 8049: (CRON) error (can't switch user context)
2021/07/19 08:40:01 [cyg_server] /usr/sbin/cron: PID 8051: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/19 08:40:01 [cyg_server] /usr/sbin/cron: PID 8051: (CRON) error (can't switch user context)
2021/07/19 08:45:01 [cyg_server] /usr/sbin/cron: PID 8054: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/19 08:45:02 [cyg_server] /usr/sbin/cron: PID 8055: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/19 08:45:02 [cyg_server] /usr/sbin/cron: PID 8054: (CRON) error (can't switch user context)
2021/07/19 08:45:02 [cyg_server] /usr/sbin/cron: PID 8055: (CRON) error (can't switch user context)
2021/07/19 08:50:01 [cyg_server] /usr/sbin/cron: PID 8057: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/19 08:50:01 [cyg_server] /usr/sbin/cron: PID 8057: (CRON) error (can't switch user context)
2021/07/19 08:55:01 [cyg_server] /usr/sbin/cron: PID 8060: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/19 08:55:01 [cyg_server] /usr/sbin/cron: PID 8061: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/19 08:55:01 [cyg_server] /usr/sbin/cron: PID 8060: (CRON) error (can't switch user context)
2021/07/19 08:55:01 [cyg_server] /usr/sbin/cron: PID 8061: (CRON) error (can't switch user context)
2021/07/19 10:00:01 [cyg_server] /usr/sbin/cron: PID 8063: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/19 10:00:02 [cyg_server] /usr/sbin/cron: PID 8063: (CRON) error (can't switch user context)
2021/07/19 10:20:01 [cyg_server] /usr/sbin/cron: PID 8065: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/19 10:20:01 [cyg_server] /usr/sbin/cron: PID 8065: (CRON) error (can't switch user context)
2021/07/19 10:25:01 [cyg_server] /usr/sbin/cron: PID 8067: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/19 10:25:01 [cyg_server] /usr/sbin/cron: PID 8067: (CRON) error (can't switch user context)
2021/07/19 10:30:01 [cyg_server] /usr/sbin/cron: PID 8070: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/19 10:30:01 [cyg_server] /usr/sbin/cron: PID 8071: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/19 10:30:01 [cyg_server] /usr/sbin/cron: PID 8071: (CRON) error (can't switch user context)
2021/07/19 10:30:01 [cyg_server] /usr/sbin/cron: PID 8070: (CRON) error (can't switch user context)
2021/07/19 10:35:01 [cyg_server] /usr/sbin/cron: PID 8073: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/19 10:35:01 [cyg_server] /usr/sbin/cron: PID 8073: (CRON) error (can't switch user context)
2021/07/19 10:40:01 [cyg_server] /usr/sbin/cron: PID 8075: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/19 10:40:01 [cyg_server] /usr/sbin/cron: PID 8075: (CRON) error (can't switch user context)
2021/07/19 10:45:01 [cyg_server] /usr/sbin/cron: PID 8077: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t)
2021/07/19 10:45:01 [cyg_server] /usr/sbin/cron: PID 8079: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/19 10:45:01 [cyg_server] /usr/sbin/cron: PID 8081: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/19 10:45:01 [cyg_server] /usr/sbin/cron: PID 8077: (CRON) error (can't switch user context)
2021/07/19 10:45:01 [cyg_server] /usr/sbin/cron: PID 8079: (CRON) error (can't switch user context)
2021/07/19 10:45:01 [cyg_server] /usr/sbin/cron: PID 8081: (CRON) error (can't switch user context)
2021/07/19 10:50:01 [cyg_server] /usr/sbin/cron: PID 8083: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/19 10:50:01 [cyg_server] /usr/sbin/cron: PID 8083: (CRON) error (can't switch user context)
2021/07/19 10:55:01 [cyg_server] /usr/sbin/cron: PID 8086: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/19 10:55:01 [cyg_server] /usr/sbin/cron: PID 8087: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/19 10:55:01 [cyg_server] /usr/sbin/cron: PID 8086: (CRON) error (can't switch user context)
2021/07/19 10:55:01 [cyg_server] /usr/sbin/cron: PID 8087: (CRON) error (can't switch user context)
2021/07/19 12:00:01 [cyg_server] /usr/sbin/cron: PID 8089: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/19 12:00:01 [cyg_server] /usr/sbin/cron: PID 8089: (CRON) error (can't switch user context)
2021/07/19 12:20:01 [cyg_server] /usr/sbin/cron: PID 8091: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/19 12:20:01 [cyg_server] /usr/sbin/cron: PID 8091: (CRON) error (can't switch user context)
2021/07/19 12:25:01 [cyg_server] /usr/sbin/cron: PID 8093: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/19 12:25:01 [cyg_server] /usr/sbin/cron: PID 8093: (CRON) error (can't switch user context)
2021/07/19 12:30:01 [cyg_server] /usr/sbin/cron: PID 8096: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/19 12:30:01 [cyg_server] /usr/sbin/cron: PID 8097: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/19 12:30:01 [cyg_server] /usr/sbin/cron: PID 8096: (CRON) error (can't switch user context)
2021/07/19 12:30:02 [cyg_server] /usr/sbin/cron: PID 8097: (CRON) error (can't switch user context)
2021/07/19 12:35:01 [cyg_server] /usr/sbin/cron: PID 8099: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/19 12:35:01 [cyg_server] /usr/sbin/cron: PID 8099: (CRON) error (can't switch user context)
2021/07/19 12:40:01 [cyg_server] /usr/sbin/cron: PID 8101: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/19 12:40:01 [cyg_server] /usr/sbin/cron: PID 8101: (CRON) error (can't switch user context)
2021/07/19 12:45:01 [cyg_server] /usr/sbin/cron: PID 8104: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/19 12:45:01 [cyg_server] /usr/sbin/cron: PID 8105: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/19 12:45:01 [cyg_server] /usr/sbin/cron: PID 8105: (CRON) error (can't switch user context)
2021/07/19 12:45:01 [cyg_server] /usr/sbin/cron: PID 8104: (CRON) error (can't switch user context)
2021/07/19 12:50:01 [cyg_server] /usr/sbin/cron: PID 8107: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/19 12:50:01 [cyg_server] /usr/sbin/cron: PID 8107: (CRON) error (can't switch user context)
2021/07/19 12:55:01 [cyg_server] /usr/sbin/cron: PID 8110: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/19 12:55:01 [cyg_server] /usr/sbin/cron: PID 8111: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/19 12:55:01 [cyg_server] /usr/sbin/cron: PID 8110: (CRON) error (can't switch user context)
2021/07/19 12:55:01 [cyg_server] /usr/sbin/cron: PID 8111: (CRON) error (can't switch user context)
2021/07/19 12:57:04 [cyg_server] cron: PID 7430: `cron' service stopped, exit status: 0
2021/07/19 12:57:40 [cyg_server] /usr/sbin/cron: PID 8235: (CRON) STARTUP (V5.0)
2021/07/19 12:57:41 [cyg_server] cron: PID 8234: `cron' service started
2021/07/19 13:08:11 [jhetzler] crontab: PID 8302: (jhetzler) LIST (jhetzler)
2021/07/19 13:14:36 [jhetzler] crontab: PID 8384: (jhetzler) LIST (jhetzler)
Cygcheck:
Cygwin Configuration Diagnostics
Current System Time: Mon Jul 19 18:14:37 2021
Windows 2016 Server Standard Ver 10.0 Build 17763
Running in Terminal Service session
Path: C:\cygwin64\usr\local\bin
C:\cygwin64\bin
C:\Windows\system32
C:\Windows
C:\Windows\System32\Wbem
C:\Windows\System32\WindowsPowerShell\v1.0
C:\Windows\System32\OpenSSH
C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\110\Tools\Binn
C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn
C:\Program Files\Microsoft SQL Server\120\Tools\Binn
C:\Program Files\Microsoft SQL Server\120\DTS\Binn
C:\Users\jhetzler\AppData\Local\Microsoft\WindowsApps
C:\cygwin64\home\jhetzler\scripts
C:\cygwin64\usr\games
C:\google_appengine
C:\Windows\System32
C:\Program Files\PSTools
Output from C:\cygwin64\bin\id.exe
UID: 1049818(jhetzler)
GID: 1049089(Domain Users)
1049089(Domain Users)
555(Remote Desktop Users)
545(Users)
544(Administrators)
14(REMOTE INTERACTIVE LOGON)
4(INTERACTIVE)
11(Authenticated Users)
15(This Organization)
4095(CurrentSession)
66048(LOCAL)
1049088(Domain Admins)
1049096(Group Policy Creator Owners)
1054195(Genesis - ESHA)
1049952(Organization Management)
1053820(Fileshare - Atticus (rw))
1049094(Schema Admins)
1049095(Enterprise Admins)
1049697(Web Workplace Users)
1049695(SBS Report Users)
1049148(Denied RODC Password Replication Group)
1049706(Offer Remote Assistance Helpers)
405504(High Mandatory Level)
SysDir: C:\Windows\system32
WinDir: C:\Windows
USER = 'jhetzler'
PWD = '/home/jhetzler'
HOME = '/home/jhetzler'
CYGWIN = 'ntsec'
USERDOMAIN = 'CHABASOBAKERY'
OS = 'Windows_NT'
COMMONPROGRAMFILES = 'C:\Program Files\Common Files'
LS_COLORS = 'no=00:rs=0:fi=00:su=37;41:sg=30;43:ca=30;41:ex=01;32:di=01;34:tw=01;34:ow=01;34:st=01;34:ln=01;36:or=40;31;01:mi=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:mh=00:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'
PROCESSOR_LEVEL = '6'
PSModulePath = 'C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files (x86)\Microsoft SQL Server\120\Tools\PowerShell\Modules\'
CommonProgramW6432 = 'C:\Program Files\Common Files'
CommonProgramFiles(x86) = 'C:\Program Files (x86)\Common Files'
LANG = 'C.UTF-8'
TZ = 'America/New_York'
NETHACK_MSGHANDLER = '/home/jhetzler/scripts/nh_mhandler'
LOGDIR = '/home/jhetzler/log'
LESS = '-x4 -M -R -i -S -g -Q -j4'
HOSTNAME = 'CBAPPS'
PUBLIC = 'C:\Users\Public'
OLDPWD = '/cygdrive/c/Users/jhetzler/Desktop'
EDITOR = '/usr/bin/vim'
GEM_HOME = '/usr/local/bin'
USERNAME = 'jhetzler'
MAILDIR = '/home/jhetzler/.offlineimap'
LOGONSERVER = '\\CBFILE'
PROCESSOR_ARCHITECTURE = 'AMD64'
LOCALAPPDATA = 'C:\Users\jhetzler\AppData\Local'
COMPUTERNAME = 'CBAPPS'
PAGER = '/usr/bin/less'
LC_COLLATE = 'C'
SYSTEMDRIVE = 'C:'
USERPROFILE = 'C:\Users\jhetzler'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC'
SYSTEMROOT = 'C:\Windows'
USERDOMAIN_ROAMINGPROFILE = 'CHABASOBAKERY'
PROCESSOR_IDENTIFIER = 'Intel64 Family 6 Model 63 Stepping 2, GenuineIntel'
TMP = '/tmp'
LC_CTYPE = 'C.UTF-8'
TERM_PROGRAM = 'mintty'
TERM_PROGRAM_VERSION = '3.5.0'
SESSION_IS_ELEVATED = 'yes'
AV_LOG_FORCE_NOCOLOR = '1'
PROCESSOR_REVISION = '3f02'
PERLDOC = '-otext'
PROFILEREAD = 'true'
USERDNSDOMAIN = 'CHABASOBAKERY.LOCAL'
PARINIT = 'rTbgqR B=.,?_A_a Q=_s>|'
NUMBER_OF_PROCESSORS = '2'
ProgramW6432 = 'C:\Program Files'
COLUMNS = '136'
ZCODE_PATH = '/home/jhetzler/.zcode/'
COMSPEC = 'C:\Windows\system32\cmd.exe'
GIT_BRANCH_FORMAT = '%(HEAD) %(align:left,28)%(refname:short)%(end) %(align:left,10)%(objectname:short)%(end) %(align:left,12)%(creatordate:short)%(end) %(contents:subject)'
APPDATA = 'C:\Users\jhetzler\AppData\Roaming'
TERM = 'xterm-256color'
SHELL = '/usr/bin/bash'
WINDIR = 'C:\Windows'
PERL5LIB = '/home/jhetzler/lib/perl:/usr/local/libperl'
ProgramData = 'C:\ProgramData'
SHLVL = '2'
PYTHONPATH = '/home/jhetzler/lib/python'
PRINTER = 'Genesis PDF Printer'
PROGRAMFILES = 'C:\Program Files'
PERLIO = 'perlio'
ALLUSERSPROFILE = 'C:\ProgramData'
TEMP = '/tmp'
UNZIP = '-L'
DriverData = 'C:\Windows\System32\Drivers\DriverData'
NH_MSGLOGPATH = '/home/jhetzler/log/nethack'
ProgramFiles(x86) = 'C:\Program Files (x86)'
__COMPAT_LAYER = 'RunAsAdmin'
HOMEDRIVE = 'C:'
INFOPATH = '/usr/local/info:/usr/share/info:/usr/info'
HOMEPATH = '\Users\jhetzler'
MANWIDTH = '80'
ORIGINAL_PATH = '/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Windows/System32/OpenSSH:/cygdrive/c/Program Files/Microsoft SQL Server/Client SDK/ODBC/110/Tools/Binn:/cygdrive/c/Program Files (x86)/Microsoft SQL Server/120/Tools/Binn:/cygdrive/c/Program Files/Microsoft SQL Server/120/Tools/Binn:/cygdrive/c/Program Files/Microsoft SQL Server/120/DTS/Binn:/cygdrive/c/Users/jhetzler/AppData/Local/Microsoft/WindowsApps'
EXECIGNORE = '*.dll'
BASH_FUNC_handydate%% = '() { date +%Y%m%d-%H.%M.%S
}'
_ = '/usr/bin/cygcheck'
HKEY_CURRENT_USER\Software\Cygwin
HKEY_CURRENT_USER\Software\Cygwin\Installations
(default) = '\??\C:\cygwin64'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Installations
(default) = '\??\C:\cygwin64'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\setup
(default) = 'C:\cygwin64'
obcaseinsensitive set to 1
Cygwin installations found in the registry:
System: Key: e022582115c10879 Path: C:\cygwin64
User: Key: e022582115c10879 Path: C:\cygwin64
c: hd NTFS 153048Mb 24% CP CS UN PA FC QU
d: cd N/A N/A
C:\cygwin64 / system binary,auto
C:\cygwin64\bin /usr/bin system binary,auto
C:\cygwin64\lib /usr/lib system binary,auto
cygdrive prefix /cygdrive user binary,posix=0,auto
Found: C:\cygwin64\bin\awk
-> C:\cygwin64\bin\gawk.exe
Found: C:\cygwin64\bin\bash.exe
Found: C:\cygwin64\bin\cat.exe
Found: C:\Windows\system32\certutil.exe
Found: C:\Windows\System32\certutil.exe
Not Found: clinfo
Found: C:\Windows\system32\comp.exe
Found: C:\Windows\System32\comp.exe
Found: C:\Windows\system32\convert.exe
Found: C:\Windows\System32\convert.exe
Found: C:\cygwin64\bin\cp.exe
Found: C:\cygwin64\bin\cpp.exe
Found: C:\cygwin64\bin\crontab.exe
Found: C:\Windows\system32\curl.exe
Found: C:\Windows\System32\curl.exe
Found: C:\cygwin64\bin\expand.exe
Found: C:\Windows\system32\expand.exe
Warning: C:\cygwin64\bin\expand.exe hides C:\Windows\system32\expand.exe
Found: C:\Windows\System32\expand.exe
Warning: C:\cygwin64\bin\expand.exe hides C:\Windows\System32\expand.exe
Found: C:\cygwin64\bin\find.exe
Found: C:\Windows\system32\find.exe
Warning: C:\cygwin64\bin\find.exe hides C:\Windows\system32\find.exe
Found: C:\Windows\System32\find.exe
Warning: C:\cygwin64\bin\find.exe hides C:\Windows\System32\find.exe
Found: C:\Windows\system32\ftp.exe
Found: C:\Windows\System32\ftp.exe
Found: C:\cygwin64\bin\gcc.exe
Not Found: gdb
Found: C:\cygwin64\bin\grep.exe
Found: C:\cygwin64\bin\hostname.exe
Found: C:\Windows\system32\hostname.exe
Warning: C:\cygwin64\bin\hostname.exe hides C:\Windows\system32\hostname.exe
Found: C:\Windows\System32\hostname.exe
Warning: C:\cygwin64\bin\hostname.exe hides C:\Windows\System32\hostname.exe
Found: C:\cygwin64\bin\kill.exe
Found: C:\Windows\system32\klist.exe
Found: C:\Windows\System32\klist.exe
Found: C:\cygwin64\bin\ld.exe
Found: C:\cygwin64\bin\ls.exe
Found: C:\cygwin64\bin\make.exe
Found: C:\cygwin64\bin\mv.exe
Found: C:\Windows\system32\nslookup.exe
Found: C:\Windows\System32\nslookup.exe
Not Found: patch
Found: C:\cygwin64\bin\perl.exe
Found: C:\Windows\system32\replace.exe
Found: C:\Windows\System32\replace.exe
Found: C:\cygwin64\bin\rm.exe
Found: C:\cygwin64\bin\sed.exe
Found: C:\cygwin64\bin\sh.exe
Found: C:\Windows\system32\shutdown.exe
Found: C:\Windows\System32\shutdown.exe
Found: C:\cygwin64\bin\sort.exe
Found: C:\Windows\system32\sort.exe
Warning: C:\cygwin64\bin\sort.exe hides C:\Windows\system32\sort.exe
Found: C:\Windows\System32\sort.exe
Warning: C:\cygwin64\bin\sort.exe hides C:\Windows\System32\sort.exe
Found: C:\cygwin64\bin\ssh.exe
Found: C:\Windows\System32\OpenSSH\ssh.exe
Warning: C:\cygwin64\bin\ssh.exe hides C:\Windows\System32\OpenSSH\ssh.exe
Found: C:\cygwin64\bin\tar.exe
Found: C:\Windows\system32\tar.exe
Warning: C:\cygwin64\bin\tar.exe hides C:\Windows\system32\tar.exe
Found: C:\Windows\System32\tar.exe
Warning: C:\cygwin64\bin\tar.exe hides C:\Windows\System32\tar.exe
Found: C:\cygwin64\bin\test.exe
Found: C:\cygwin64\bin\timeout.exe
Found: C:\Windows\system32\timeout.exe
Warning: C:\cygwin64\bin\timeout.exe hides C:\Windows\system32\timeout.exe
Found: C:\Windows\System32\timeout.exe
Warning: C:\cygwin64\bin\timeout.exe hides C:\Windows\System32\timeout.exe
Found: C:\cygwin64\bin\vi.exe
Found: C:\cygwin64\bin\vim.exe
Found: C:\cygwin64\bin\whoami.exe
Found: C:\Windows\system32\whoami.exe
Warning: C:\cygwin64\bin\whoami.exe hides C:\Windows\system32\whoami.exe
Found: C:\Windows\System32\whoami.exe
Warning: C:\cygwin64\bin\whoami.exe hides C:\Windows\System32\whoami.exe
39k 2016/09/19 C:\cygwin64\bin\cygargp-0.dll - os=4.0 img=0.0 sys=5.2
"cygargp-0.dll" v0.0 ts=2016-09-19 02:13
29k 2020/09/12 C:\cygwin64\bin\cygatomic-1.dll - os=4.0 img=0.0 sys=5.2
"cygatomic-1.dll" v0.0 ts=2020-09-12 14:32
19k 2018/12/20 C:\cygwin64\bin\cygattr-1.dll - os=4.0 img=0.0 sys=5.2
"cygattr-1.dll" v0.0 ts=2018-12-20 09:48
254k 2020/03/31 C:\cygwin64\bin\cygblkid-1.dll - os=4.0 img=0.0 sys=5.2
"cygblkid-1.dll" v0.0 ts=2020-03-28 06:22
132k 2021/04/20 C:\cygwin64\bin\cygbrotlicommon-1.dll - os=4.0 img=1.0 sys=5.2
"cygbrotlicommon-1.dll" v0.0 ts=2021-04-20 11:42
46k 2021/04/20 C:\cygwin64\bin\cygbrotlidec-1.dll - os=4.0 img=1.0 sys=5.2
"cygbrotlidec-1.dll" v0.0 ts=2021-04-20 11:42
66k 2019/07/21 C:\cygwin64\bin\cygbz2-1.dll - os=4.0 img=0.0 sys=5.2
"cygbz2-1.dll" v0.0 ts=2019-07-22 00:05
42k 2020/02/17 C:\cygwin64\bin\cygcbor-0.dll - os=4.0 img=0.0 sys=5.2
"cygcbor-0.dll" v0.0 ts=2020-02-17 12:04
13k 2019/01/02 C:\cygwin64\bin\cygcom_err-2.dll - os=4.0 img=0.0 sys=5.2
"cygcom_err-2.dll" v0.0 ts=2019-01-02 02:39
39k 2017/09/03 C:\cygwin64\bin\cygcrypt-0.dll - os=4.0 img=0.0 sys=5.2
"cygcrypt-0.dll" v0.0 ts=2017-09-03 08:18
193k 2021/05/20 C:\cygwin64\bin\cygcrypt-2.dll - os=4.0 img=0.0 sys=5.2
"cygcrypt-2.dll" v0.0 ts=2021-05-20 09:38
2451k 2020/04/08 C:\cygwin64\bin\cygcrypto-1.1.dll - os=4.0 img=0.0 sys=5.2
"cygcrypto-1.1.dll" v0.0 ts=2020-04-08 12:11
654k 2021/05/29 C:\cygwin64\bin\cygcurl-4.dll - os=4.0 img=0.0 sys=5.2
"cygcurl-4.dll" v0.0 ts=2021-05-29 20:10
1552k 2017/09/28 C:\cygwin64\bin\cygdb-5.3.dll - os=4.0 img=0.0 sys=5.2
"cygdb-5.3.dll" v0.0 ts=2017-09-28 20:05
119k 2017/09/28 C:\cygwin64\bin\cygdb_cxx-5.3.dll - os=4.0 img=0.0 sys=5.2
"cygdb_cxx-5.3.dll" v0.0 ts=2017-09-28 20:06
569k 2017/09/28 C:\cygwin64\bin\cygdb_sql-5.3.dll - os=4.0 img=0.0 sys=5.2
"cygdb_sql-5.3.dll" v0.0 ts=2017-09-28 20:06
154k 2013/10/20 C:\cygwin64\bin\cygedit-0.dll - os=4.0 img=0.0 sys=5.2
"cygedit-0.dll" v0.0 ts=2013-10-20 21:56
181k 2018/09/27 C:\cygwin64\bin\cygexpat-1.dll - os=4.0 img=0.0 sys=5.2
"cygexpat-1.dll" v0.0 ts=2018-09-27 18:30
353k 2020/03/31 C:\cygwin64\bin\cygfdisk-1.dll - os=4.0 img=0.0 sys=5.2
"cygfdisk-1.dll" v0.0 ts=2020-03-28 06:23
27k 2015/11/17 C:\cygwin64\bin\cygffi-6.dll - os=4.0 img=0.0 sys=5.2
"cygffi-6.dll" v0.0 ts=2015-11-17 22:14
136k 2020/10/20 C:\cygwin64\bin\cygfido2-1.dll - os=4.0 img=1.5 sys=5.2
"cygfido2-1.dll" v0.0 ts=2020-10-20 19:25
56k 2019/07/28 C:\cygwin64\bin\cygformw-10.dll - os=4.0 img=0.0 sys=5.2
"cygformw-10.dll" v0.0 ts=2019-07-28 17:33
137k 2019/03/29 C:\cygwin64\bin\cyggc-1.dll - os=4.0 img=0.0 sys=5.2
"cyggc-1.dll" v0.0 ts=2019-03-29 22:16
72k 2020/09/12 C:\cygwin64\bin\cyggcc_s-seh-1.dll - os=4.0 img=0.0 sys=5.2
"cyggcc_s-seh-1.dll" v0.0 ts=2020-09-12 14:20
49k 2019/07/10 C:\cygwin64\bin\cyggdbm-6.dll - os=4.0 img=0.0 sys=5.2
"cyggdbm-6.dll" v0.0 ts=2019-07-10 14:53
13k 2019/07/10 C:\cygwin64\bin\cyggdbm_compat-4.dll - os=4.0 img=0.0 sys=5.2
"cyggdbm_compat-4.dll" v0.0 ts=2019-07-10 14:53
580k 2020/11/16 C:\cygwin64\bin\cyggmp-10.dll - os=4.0 img=0.0 sys=5.2
"cyggmp-10.dll" v0.0 ts=2020-11-16 18:53
206k 2020/09/12 C:\cygwin64\bin\cyggomp-1.dll - os=4.0 img=0.0 sys=5.2
"cyggomp-1.dll" v0.0 ts=2020-09-12 14:21
274k 2018/03/16 C:\cygwin64\bin\cyggssapi_krb5-2.dll - os=4.0 img=0.0 sys=5.2
"cyggssapi_krb5-2.dll" v0.0 ts=2018-03-16 03:38
1070k 2020/03/13 C:\cygwin64\bin\cygguile-2.2-1.dll - os=4.0 img=0.0 sys=5.2
"cygguile-2.2-1.dll" v0.0 ts=2020-03-08 21:47
33k 2017/02/13 C:\cygwin64\bin\cyghistory7.dll - os=4.0 img=0.0 sys=5.2
"cyghistory7.dll" v0.0 ts=2017-02-11 22:39
1007k 2020/07/13 C:\cygwin64\bin\cygiconv-2.dll - os=4.0 img=0.0 sys=5.2
"cygiconv-2.dll" v0.0 ts=2020-07-13 13:57
124k 2021/05/19 C:\cygwin64\bin\cygidn2-0.dll - os=4.0 img=0.0 sys=5.2
"cygidn2-0.dll" v0.0 ts=2021-05-19 22:59
42k 2016/10/23 C:\cygwin64\bin\cygintl-8.dll - os=4.0 img=0.0 sys=5.2
"cygintl-8.dll" v0.0 ts=2016-10-23 07:17
1560k 2020/03/01 C:\cygwin64\bin\cygisl-22.dll - os=4.0 img=0.0 sys=5.2
"cygisl-22.dll" v0.0 ts=2020-03-01 16:46
192k 2018/03/16 C:\cygwin64\bin\cygk5crypto-3.dll - os=4.0 img=0.0 sys=5.2
"cygk5crypto-3.dll" v0.0 ts=2018-03-16 03:37
754k 2018/03/16 C:\cygwin64\bin\cygkrb5-3.dll - os=4.0 img=0.0 sys=5.2
"cygkrb5-3.dll" v0.0 ts=2018-03-16 03:37
37k 2018/03/16 C:\cygwin64\bin\cygkrb5support-0.dll - os=4.0 img=0.0 sys=5.2
"cygkrb5support-0.dll" v0.0 ts=2018-03-16 03:36
48k 2021/06/12 C:\cygwin64\bin\cyglber-2-4-2.dll - os=4.0 img=0.0 sys=5.2
"cyglber-2-4-2.dll" v0.0 ts=2021-06-12 19:04
266k 2021/06/12 C:\cygwin64\bin\cygldap-2-4-2.dll - os=4.0 img=0.0 sys=5.2
"cygldap-2-4-2.dll" v0.0 ts=2021-06-12 19:05
283k 2021/06/12 C:\cygwin64\bin\cygldap_r-2-4-2.dll - os=4.0 img=0.0 sys=5.2
"cygldap_r-2-4-2.dll" v0.0 ts=2021-06-12 19:07
35k 2019/07/28 C:\cygwin64\bin\cygltdl-7.dll - os=4.0 img=0.0 sys=5.2
"cygltdl-7.dll" v0.0 ts=2019-07-28 17:44
73k 2017/06/19 C:\cygwin64\bin\cyglz4-1.dll - os=4.0 img=0.0 sys=5.2
"cyglz4-1.dll" v0.0 ts=2017-06-19 15:40
144k 2019/07/21 C:\cygwin64\bin\cyglzma-5.dll - os=4.0 img=0.0 sys=5.2
"cyglzma-5.dll" v0.0 ts=2019-07-22 00:15
153k 2020/10/29 C:\cygwin64\bin\cygmagic-1.dll - os=4.0 img=0.0 sys=5.2
"cygmagic-1.dll" v0.0 ts=2020-10-29 21:32
212k 2021/02/16 C:\cygwin64\bin\cygman-2-9-4.dll - os=4.0 img=0.0 sys=5.2
"cygman-2-9-4.dll" v0.0 ts=2021-02-16 17:36
24k 2021/02/16 C:\cygwin64\bin\cygmandb-2-9-4.dll - os=4.0 img=0.0 sys=5.2
"cygmandb-2-9-4.dll" v0.0 ts=2021-02-16 17:36
28k 2019/07/28 C:\cygwin64\bin\cygmenuw-10.dll - os=4.0 img=0.0 sys=5.2
"cygmenuw-10.dll" v0.0 ts=2019-07-28 17:32
100k 2020/10/25 C:\cygwin64\bin\cygmpc-3.dll - os=4.0 img=0.0 sys=5.2
"cygmpc-3.dll" v0.0 ts=2020-10-25 13:36
2664k 2020/07/11 C:\cygwin64\bin\cygmpfr-6.dll - os=4.0 img=0.0 sys=5.2
"cygmpfr-6.dll" v0.0 ts=2020-07-11 14:36
301k 2019/07/28 C:\cygwin64\bin\cygncursesw-10.dll - os=4.0 img=0.0 sys=5.2
"cygncursesw-10.dll" v0.0 ts=2019-07-28 17:30
163k 2021/05/30 C:\cygwin64\bin\cygnghttp2-14.dll - os=4.0 img=0.0 sys=5.2
"cygnghttp2-14.dll" v0.0 ts=2021-05-30 07:18
1020k 2020/03/27 C:\cygwin64\bin\cygp11-kit-0.dll - os=4.0 img=0.0 sys=5.2
"cygp11-kit-0.dll" v0.0 ts=2020-03-27 22:30
14k 2019/07/28 C:\cygwin64\bin\cygpanelw-10.dll - os=4.0 img=0.0 sys=5.2
"cygpanelw-10.dll" v0.0 ts=2019-07-28 17:32
497k 2021/06/20 C:\cygwin64\bin\cygpcre-1.dll - os=4.0 img=0.0 sys=5.2
"cygpcre-1.dll" v0.0 ts=2021-06-20 12:53
603k 2021/05/28 C:\cygwin64\bin\cygpcre2-8-0.dll - os=4.0 img=0.0 sys=5.2
"cygpcre2-8-0.dll" v0.0 ts=2021-05-28 21:11
3566k 2021/02/06 C:\cygwin64\bin\cygperl5_32.dll - os=4.0 img=0.0 sys=5.2
"cygperl5_32.dll" v0.0 ts=2021-02-06 11:42
42k 2020/12/27 C:\cygwin64\bin\cygpipeline-1.dll - os=4.0 img=0.0 sys=5.2
"cygpipeline-1.dll" v0.0 ts=2020-12-27 14:15
53k 2020/04/06 C:\cygwin64\bin\cygpkgconf-3.dll - os=4.0 img=0.0 sys=5.2
"cygpkgconf-3.dll" v0.0 ts=2020-04-06 17:37
42k 2020/12/31 C:\cygwin64\bin\cygpopt-0.dll - os=4.0 img=0.0 sys=5.2
"cygpopt-0.dll" v0.0 ts=2020-12-31 12:16
69k 2021/05/21 C:\cygwin64\bin\cygpsl-5.dll - os=4.0 img=0.0 sys=5.2
"cygpsl-5.dll" v0.0 ts=2021-05-21 08:58
357k 2020/09/12 C:\cygwin64\bin\cygquadmath-0.dll - os=4.0 img=0.0 sys=5.2
"cygquadmath-0.dll" v0.0 ts=2020-09-12 14:32
219k 2017/02/13 C:\cygwin64\bin\cygreadline7.dll - os=4.0 img=0.0 sys=5.2
"cygreadline7.dll" v0.0 ts=2017-02-11 22:39
99k 2020/01/09 C:\cygwin64\bin\cygsasl2-3.dll - os=4.0 img=0.0 sys=5.2
"cygsasl2-3.dll" v0.0 ts=2020-01-09 02:13
11k 2015/07/17 C:\cygwin64\bin\cygsigsegv-2.dll - os=4.0 img=0.0 sys=5.2
"cygsigsegv-2.dll" v0.0 ts=2015-07-17 22:35
156k 2020/03/31 C:\cygwin64\bin\cygsmartcols-1.dll - os=4.0 img=0.0 sys=5.2
"cygsmartcols-1.dll" v0.0 ts=2020-03-28 06:22
1277k 2020/12/24 C:\cygwin64\bin\cygsqlite3-0.dll - os=4.0 img=0.0 sys=5.2
"cygsqlite3-0.dll" v0.0 ts=2020-12-24 07:59
18k 2020/12/24 C:\cygwin64\bin\cygsqlite3vfslog-0.dll - os=4.0 img=0.0 sys=5.2
"cygsqlite3vfslog-0.dll" v0.0 ts=2020-12-24 07:59
226k 2021/05/15 C:\cygwin64\bin\cygssh2-1.dll - os=4.0 img=0.0 sys=5.2
"cygssh2-1.dll" v0.0 ts=2021-05-15 18:29
506k 2020/04/08 C:\cygwin64\bin\cygssl-1.1.dll - os=4.0 img=0.0 sys=5.2
"cygssl-1.1.dll" v0.0 ts=2020-04-08 12:12
1676k 2020/09/12 C:\cygwin64\bin\cygstdc++-6.dll - os=4.0 img=0.0 sys=5.2
"cygstdc++-6.dll" v0.0 ts=2020-09-12 14:26
68k 2019/07/29 C:\cygwin64\bin\cygtasn1-6.dll - os=4.0 img=0.0 sys=5.2
"cygtasn1-6.dll" v0.0 ts=2019-07-29 03:12
57k 2019/07/28 C:\cygwin64\bin\cygticw-10.dll - os=4.0 img=0.0 sys=5.2
"cygticw-10.dll" v0.0 ts=2019-07-28 17:31
1612k 2018/08/16 C:\cygwin64\bin\cygunistring-2.dll - os=4.0 img=0.0 sys=5.2
"cygunistring-2.dll" v0.0 ts=2018-08-16 20:33
27k 2020/03/31 C:\cygwin64\bin\cyguuid-1.dll - os=4.0 img=0.0 sys=5.2
"cyguuid-1.dll" v0.0 ts=2020-03-28 06:22
37k 2020/09/06 C:\cygwin64\bin\cygxxhash-0.dll - os=4.0 img=0.0 sys=5.2
"cygxxhash-0.dll" v0.0 ts=2020-09-07 00:04
83k 2017/03/03 C:\cygwin64\bin\cygz.dll - os=4.0 img=0.0 sys=5.2
"cygz.dll" v0.0 ts=2017-03-03 21:42
945k 2021/05/16 C:\cygwin64\bin\cygzstd-1.dll - os=4.0 img=0.0 sys=5.2
"cygzstd-1.dll" v0.0 ts=2021-05-16 06:27
3533k 2021/03/29 C:\cygwin64\bin\cygwin1.dll - os=4.0 img=0.0 sys=5.2
"cygwin1.dll" v0.0 ts=2021-03-29 09:42
Cygwin DLL version info:
DLL version: 3.2.0
DLL epoch: 19
DLL old termios: 5
DLL malloc env: 28
Cygwin conv: 181
API major: 0
API minor: 340
Shared data: 5
DLL identifier: cygwin1
Mount registry: 3
Cygwin registry name: Cygwin
Installations name: Installations
Cygdrive default prefix:
Build date:
Shared id: cygwin1S5
No Cygwin services found.
Cygwin Package Information
Last downloaded files to: c:\cygwin64_pkg
Last downloaded files from: http://cygwin.mirrors.hoobly.com/
Package Version Status
_autorebase 001007-1 OK
alternatives 1.3.30c-10 OK
base-cygwin 3.8-1 OK
base-files 4.3-3 OK
bash 4.4.12-3 OK
binutils 2.36.1-2 OK
bzip2 1.0.8-1 OK
ca-certificates 2.40-1 OK
coreutils 8.26-2 OK
cron 4.1-65 OK
crypto-policies 20190218-1 OK
csih 0.9.11-1 OK
cygrunsrv 1.62-1 OK
cygutils 1.4.16-2 OK
cygwin 3.2.0-1 OK
cygwin-devel 3.2.0-1 OK
dash 0.5.9.1-1 OK
diffutils 3.5-2 OK
editrights 1.03-1 OK
file 5.39-1 OK
findutils 4.6.0-1 OK
gawk 5.1.0-1 OK
gcc-core 10.2.0-1 OK
gcc-g++ 10.2.0-1 OK
getent 2.18.90-4 OK
git 2.32.0-1 OK
grep 3.0-2 OK
groff 1.22.4-1 OK
gzip 1.8-1 OK
hostname 3.13-1 OK
info 6.8-2 OK
ipc-utils 1.0-2 OK
less 581.2-1 OK
libargp 20110921-3 OK
libatomic1 10.2.0-1 OK
libattr1 2.4.48-2 OK
libblkid1 2.33.1-2 OK
libbrotlicommon1 1.0.9-2 OK
libbrotlidec1 1.0.9-2 OK
libbz2_1 1.0.8-1 OK
libcbor 0.5.0-1 OK
libcom_err2 1.44.5-1 OK
libcrypt-devel 4.4.20-1 OK
libcrypt0 2.1-1 OK
libcrypt2 4.4.20-1 OK
libcurl4 7.77.0-1 OK
libdb5.3 5.3.28-2 OK
libedit0 20130712-1 OK
libexpat1 2.2.6-1 OK
libfdisk1 2.33.1-2 OK
libffi6 3.2.1-2 OK
libfido2 1.5.0-1 OK
libgc1 8.0.4-1 OK
libgcc1 10.2.0-1 OK
libgdbm6 1.18.1-1 OK
libgdbm_compat4 1.18.1-1 OK
libgmp10 6.2.1-1 OK
libgomp1 10.2.0-1 OK
libgssapi_krb5_2 1.15.2-2 OK
libguile2.2_1 2.2.7-1 OK
libiconv2 1.16-2 OK
libidn2_0 2.3.1-1 OK
libintl8 0.19.8.1-2 OK
libisl22 0.22.1-2 OK
libk5crypto3 1.15.2-2 OK
libkrb5_3 1.15.2-2 OK
libkrb5support0 1.15.2-2 OK
libltdl7 2.4.6-7 OK
liblz4_1 1.7.5-1 OK
liblzma5 5.2.4-1 OK
libmpc3 1.2.1-1 OK
libmpfr6 4.1.0-1 OK
libncursesw10 6.1-1.20190727 OK
libnghttp2_14 1.43.0-1 OK
libopenldap2_4_2 2.4.59-1 OK
libp11-kit0 0.23.20-1 OK
libpcre1 8.45-1 OK
libpcre2_8_0 10.37-1 OK
libpipeline1 1.5.3-1 OK
libpkgconf3 1.6.3-1 OK
libpopt-common 1.18-1 OK
libpopt0 1.18-1 OK
libpsl5 0.21.1-1 OK
libquadmath0 10.2.0-1 OK
libreadline7 7.0.3-3 OK
libsasl2_3 2.1.27-1 OK
libsigsegv2 2.10-2 OK
libsmartcols1 2.33.1-2 OK
libsqlite3_0 3.34.0-1 OK
libssh2_1 1.9.0-1 OK
libssl1.1 1.1.1f-1 OK
libstdc++6 10.2.0-1 OK
libtasn1_6 4.14-1 OK
libunistring2 0.9.10-1 OK
libuuid1 2.33.1-2 OK
libxxhash0 0.8.0-1 OK
libzstd1 1.5.0-1 OK
login 1.13-1 OK
make 4.3-1 OK
man-db 2.9.4-1 OK
mintty 3.5.0-1 OK
ncurses 6.1-1.20190727 OK
openssh 8.5p1-1 OK
openssl 1.1.1f-1 OK
p11-kit 0.23.20-1 OK
p11-kit-trust 0.23.20-1 OK
perl 5.32.1-1 OK
perl-B-Hooks-EndOfScope 0.24-3 OK
perl-Capture-Tiny 0.48-3 OK
perl-Class-Data-Inheritable 0.08-4 OK
perl-Class-Inspector 1.36-3 OK
perl-Class-Singleton 1.6-2 OK
perl-DateTime 1.54-2 OK
perl-DateTime-Locale 1.32-1 OK
perl-DateTime-TimeZone 2.47-1 OK
perl-DBD-SQLite 1.66-2 OK
perl-DBI 1.643-2 OK
perl-Devel-StackTrace 2.04-3 OK
perl-Dist-CheckConflicts 0.11-5 OK
perl-Error 0.17029-2 OK
perl-Eval-Closure 0.14-4 OK
perl-Exception-Class 1.45-1 OK
perl-Exporter-Tiny 1.002002-2 OK
perl-File-ShareDir 1.118-2 OK
perl-File-Slurp 9999.32-2 OK
perl-File-Slurp-Tiny 0.004-4 OK
perl-inc-latest 0.500-4 OK
perl-List-AllUtils 0.19-1 OK
perl-List-MoreUtils 0.430-2 OK
perl-List-MoreUtils-XS 0.430-2 OK
perl-List-SomeUtils 0.58-3 OK
perl-List-UtilsBy 0.11-3 OK
perl-Module-Build 0.4231-2 OK
perl-Module-Implementation 0.09-4 OK
perl-Module-Runtime 0.016-3 OK
perl-MRO-Compat 0.13-4 OK
perl-namespace-autoclean 0.29-3 OK
perl-namespace-clean 0.27-4 OK
perl-Package-Stash 0.39-2 OK
perl-Package-Stash-XS 0.29-3 OK
perl-PAR-Dist 0.51-2 OK
perl-Params-ValidationCompiler 0.30-3 OK
perl-Role-Tiny 2.002004-2 OK
perl-Scalar-List-Utils 1.56-1 OK
perl-Specio 0.47-1 OK
perl-Sub-Exporter-Progressive 0.001013-4 OK
perl-Sub-Identify 0.14-4 OK
perl-Sub-Quote 2.006006-3 OK
perl-TermReadKey 2.38-3 OK
perl-Test-Fatal 0.016-2 OK
perl-Test-More-UTF8 0.05-3 OK
perl-Test-Simple 1.302185-1 OK
perl-Text-CSV 2.01-1 OK
perl-Text-CSV_XS 1.46-1 OK
perl-Try-Tiny 0.30-3 OK
perl-Variable-Magic 0.62-3 OK
perl-YAML 1.30-2 OK
perl_autorebase 5.32.1-1 OK
perl_base 5.32.1-1 OK
perl_pods 5.32.1-1 OK
pkg-config 1.6.3-1 OK
pkgconf 1.6.3-1 OK
publicsuffix-list-dafsa 20210519-1 OK
rebase 4.5.0-1 OK
rsync 3.2.3+20200903+git9f9240b-4 OK
run 1.3.4-2 OK
sed 4.4-1 OK
sqlite3 3.34.0-1 OK
sqlite3-vfslog 3.34.0-1 OK
tar 1.34-1 OK
terminfo 6.1-1.20190727 OK
terminfo-extra 6.1-1.20190727 OK
tzcode 2021a-1 OK
tzdata 2021a-1 OK
util-linux 2.33.1-2 OK
vim 8.2.0486-1 OK
vim-common 8.2.0486-1 OK
vim-minimal 8.2.0486-1 OK
w32api-headers 9.0.0-1 OK
w32api-runtime 9.0.0-1 OK
which 2.20-2 OK
windows-default-manifest 6.4-1 OK
xxd 8.2.0486-1 OK
xz 5.2.4-1 OK
zlib0 1.2.11-1 OK
zstd 1.5.0-1 OK
Use -h to see help about each section
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: cron problem -- can't switch user context
2021-07-19 17:34 cron problem -- can't switch user context Jeremy Hetzler
@ 2021-07-19 17:40 ` Jeremy Hetzler
2021-07-20 6:53 ` Brian Inglis
0 siblings, 1 reply; 3+ messages in thread
From: Jeremy Hetzler @ 2021-07-19 17:40 UTC (permalink / raw)
To: cygwin
[-- Attachment #1: Type: text/plain, Size: 866 bytes --]
Cygwin,
(reposting in plaintext)
Upon installing Cygwin and cron on a new Windows Server 2019 machine,
we are unable to get cron to work.
I installed cron using cron-config. Cron is configured to run under
account cyg_server, which cron-config set up. cron-config reported
that "cyg_server is a valid privileged account".
From cronevents, I see numerous errors saying "can't switch user
context". It looks like every time cron tries to run a job, it emits
one of these errors.
Example:
> 2021/07/15 18:45:02 [cyg_server] /usr/sbin/cron: PID 6421: (CRON) error (can't switch user context)
See attached for cronbug output.
I tried rebooting the machine, but this did not help.
How can we get cron to work on this new machine?
Please copy me on any responses; thank you.
Thanks,
Jeremy Hetzler
Business Data Analyst
CHABASO
360 James Street, New Haven, CT
[-- Attachment #2: cronbug-2021.07.19.txt --]
[-- Type: text/plain, Size: 140864 bytes --]
Current version
-rwxr-xr-x 1 jhetzler Domain Users 5304 Feb 15 2010 /usr/share/doc/Cygwin/cron-4.1-65.README
Running crons:
8235 8234 8235 6820 ? 197609 12:57:40 /usr/sbin/cron
Sendmail:
lrwxrwxrwx 1 jhetzler Domain Users 16 Jul 9 15:49 /usr/sbin/sendmail -> /usr/bin/cronlog
Crontabs:
-rw-r----- 1 jhetzler Administrators 2925 Jul 15 16:43 /var/cron/tabs/jhetzler
-rw-r----- 1 1049818 544 2925 Jul 15 16:43 /var/cron/tabs/jhetzler
cron.log:
-rw-r--r-- 1 CBAPPS+cyg_server CBAPPS+None 0 Jul 19 12:57 /var/log/cron.log
cron.pid:
-rw-r--r-- 1 CBAPPS+cyg_server CBAPPS+None 5 Jul 19 12:57 /var/run/cron.pid
Crontab:
# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/tmp/crontab.KATcIBKMxS installed on Thu Jul 15 16:43:44 2021)
# (Cron version V5.0 -- $Id: crontab.c,v 1.12 2004/01/23 18:56:42 vixie Exp $)
# crontab
## ENV
# env # {{{
# cron flag
CRON_PRESENT=TRUE
# timezone
TZ=America/New_York
# local lib
PERL5LIB=/home/jhetzler/lib/perl
# }}}
## NOTES
# fields # {{{
# field allowed values
# ----- --------------
# minute 0-59
# hour 0-23
# day of month 1-31
# month 1-12 (or names, see below)
# day of week 0-7 (0 or 7 is Sun, or use names)
# }}}
### ATT
## ATT: fetch-set (current)
## every two hours from 06:00 to 22:00
# fetch-set att_std / every two hours at xx:00
00 06-22/2 * * * ~/scripts/sageget -c ATT fetch-set att_std -i
## ATT: import-task
## every two hours from 06:00 to 22:00
# import-task att_invc / at xx:20
20 06-22/2 * * * ~/scripts/sageget -c ATT import-task att_invc -i
# import-task att_invcls / at xx:25
25 06-22/2 * * * ~/scripts/sageget -c ATT import-task att_invcls -i
# import-task att_so / at xx:30
30 06-22/2 * * * ~/scripts/sageget -c ATT import-task att_so -i
# import-task att_po / at xx:30
30 06-22/2 * * * ~/scripts/sageget -c ATT import-task att_po -i
# import-task att_imith / at xx:35
35 06-22/2 * * * ~/scripts/sageget -c ATT import-task att_imith -i
# import-task att_gldtl / at xx:40
40 06-22/2 * * * ~/scripts/sageget -c ATT import-task att_gldtl -i
# import-task att_apihh / at xx:45
45 06-22/2 * * * ~/scripts/sageget -c ATT import-task att_apihh -i
# import-task att_apinvc
45 06-22/2 * * * ~/scripts/sageget -c ATT import-task att_apinvc -i
# import-task att_arihh / at xx:50
50 06-22/2 * * * ~/scripts/sageget -c ATT import-task att_arihh -i
# import-task att_bom_bills / at xx:55
55 06-22/2 * * * ~/scripts/sageget -c ATT import-task att_bom_bills -i
# import-task att_bom_bills / at xx:55
55 06-22/2 * * * ~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i
## ATT: fetch-set (timestamped)
## every four hours from 06:00 to 22:00
# fetch-task att_invy_ts / at xx:45 / timestamped
45 06-22/4 * * * ~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t
## ATT: daily: fetch-task (timestamped)
# fetch-task att_so_invc_ts / daily at 00:00 / timestamped
00 00 * * * ~/scripts/sageget -c ATT fetch-task att_so_invc_ts -i -t
## ATT: daily: calc_mtl_reqs
# calc_mtl_reqs calc / daily at 00:10
10 00 * * * ~/scripts/calc_mtl_reqs calc -i
## ATT: weekly: fetch-schema
# fetch-schema / weekly on saturday at 00:10
20 00 * * 6 ~/scripts/sageget -c ATT fetch-schema -i
### TPA
## TPA: weekly: fetch-schema
# fetch-schema / weekly on saturday at 01:00
00 01 * * 6 ~/scripts/sageget -c TPA fetch-schema -i
## TPA: daily: fetch-set (current)
# fetch-set tpa_std / daily at 01:10
10 01 * * * ~/scripts/sageget -c TPA fetch-set tpa_std -i
Windows Application Events log:
2021/07/15 16:30:13 [cyg_server] /usr/sbin/cron: PID 4428: (CRON) STARTUP (V5.0)
2021/07/15 16:30:14 [cyg_server] cron: PID 4427: `cron' service started
2021/07/15 16:30:31 [jhetzler] crontab: PID 4442: (jhetzler) LIST (jhetzler)
2021/07/15 16:35:56 [jhetzler] crontab: PID 5453: (jhetzler) BEGIN EDIT (jhetzler)
2021/07/15 16:36:26 [jhetzler] crontab: PID 5453: (jhetzler) REPLACE (jhetzler)
2021/07/15 16:36:26 [jhetzler] crontab: PID 5453: (jhetzler) END EDIT (jhetzler)
2021/07/15 16:36:28 [jhetzler] crontab: PID 5464: (jhetzler) LIST (jhetzler)
2021/07/15 16:40:01 [cyg_server] /usr/sbin/cron: PID 5536: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/15 16:40:01 [cyg_server] /usr/sbin/cron: PID 5536: (CRON) error (can't switch user context)
2021/07/15 16:40:38 [jhetzler] crontab: PID 5537: (jhetzler) LIST (jhetzler)
2021/07/15 16:40:46 [jhetzler] crontab: PID 5545: (jhetzler) LIST (jhetzler)
2021/07/15 16:40:48 [jhetzler] crontab: PID 5553: (jhetzler) BEGIN EDIT (jhetzler)
2021/07/15 16:43:44 [jhetzler] crontab: PID 5553: (jhetzler) REPLACE (jhetzler)
2021/07/15 16:43:44 [jhetzler] crontab: PID 5553: (jhetzler) END EDIT (jhetzler)
2021/07/15 16:44:01 [cyg_server] /usr/sbin/cron: PID 4428: (jhetzler) RELOAD (tabs/jhetzler)
2021/07/15 16:44:13 [jhetzler] crontab: PID 5619: (jhetzler) LIST (jhetzler)
2021/07/15 16:45:01 [cyg_server] /usr/sbin/cron: PID 5719: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/15 16:45:01 [cyg_server] /usr/sbin/cron: PID 5720: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/15 16:45:01 [cyg_server] /usr/sbin/cron: PID 5720: (CRON) error (can't switch user context)
2021/07/15 16:45:01 [cyg_server] /usr/sbin/cron: PID 5719: (CRON) error (can't switch user context)
2021/07/15 16:50:01 [cyg_server] /usr/sbin/cron: PID 6311: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/15 16:50:01 [cyg_server] /usr/sbin/cron: PID 6311: (CRON) error (can't switch user context)
2021/07/15 16:55:01 [cyg_server] /usr/sbin/cron: PID 6403: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/15 16:55:01 [cyg_server] /usr/sbin/cron: PID 6404: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/15 16:55:01 [cyg_server] /usr/sbin/cron: PID 6403: (CRON) error (can't switch user context)
2021/07/15 16:55:01 [cyg_server] /usr/sbin/cron: PID 6404: (CRON) error (can't switch user context)
2021/07/15 18:00:01 [cyg_server] /usr/sbin/cron: PID 6406: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/15 18:00:01 [cyg_server] /usr/sbin/cron: PID 6406: (CRON) error (can't switch user context)
2021/07/15 18:20:01 [cyg_server] /usr/sbin/cron: PID 6408: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/15 18:20:01 [cyg_server] /usr/sbin/cron: PID 6408: (CRON) error (can't switch user context)
2021/07/15 18:25:01 [cyg_server] /usr/sbin/cron: PID 6410: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/15 18:25:01 [cyg_server] /usr/sbin/cron: PID 6410: (CRON) error (can't switch user context)
2021/07/15 18:30:01 [cyg_server] /usr/sbin/cron: PID 6413: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/15 18:30:01 [cyg_server] /usr/sbin/cron: PID 6414: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/15 18:30:01 [cyg_server] /usr/sbin/cron: PID 6413: (CRON) error (can't switch user context)
2021/07/15 18:30:01 [cyg_server] /usr/sbin/cron: PID 6414: (CRON) error (can't switch user context)
2021/07/15 18:35:01 [cyg_server] /usr/sbin/cron: PID 6416: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/15 18:35:01 [cyg_server] /usr/sbin/cron: PID 6416: (CRON) error (can't switch user context)
2021/07/15 18:40:01 [cyg_server] /usr/sbin/cron: PID 6418: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/15 18:40:01 [cyg_server] /usr/sbin/cron: PID 6418: (CRON) error (can't switch user context)
2021/07/15 18:45:01 [cyg_server] /usr/sbin/cron: PID 6421: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t)
2021/07/15 18:45:01 [cyg_server] /usr/sbin/cron: PID 6423: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/15 18:45:02 [cyg_server] /usr/sbin/cron: PID 6424: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/15 18:45:02 [cyg_server] /usr/sbin/cron: PID 6421: (CRON) error (can't switch user context)
2021/07/15 18:45:02 [cyg_server] /usr/sbin/cron: PID 6423: (CRON) error (can't switch user context)
2021/07/15 18:45:02 [cyg_server] /usr/sbin/cron: PID 6424: (CRON) error (can't switch user context)
2021/07/15 18:50:01 [cyg_server] /usr/sbin/cron: PID 6426: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/15 18:50:01 [cyg_server] /usr/sbin/cron: PID 6426: (CRON) error (can't switch user context)
2021/07/15 18:55:01 [cyg_server] /usr/sbin/cron: PID 6429: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/15 18:55:01 [cyg_server] /usr/sbin/cron: PID 6430: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/15 18:55:01 [cyg_server] /usr/sbin/cron: PID 6429: (CRON) error (can't switch user context)
2021/07/15 18:55:01 [cyg_server] /usr/sbin/cron: PID 6430: (CRON) error (can't switch user context)
2021/07/15 20:00:01 [cyg_server] /usr/sbin/cron: PID 6432: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/15 20:00:02 [cyg_server] /usr/sbin/cron: PID 6432: (CRON) error (can't switch user context)
2021/07/15 20:20:01 [cyg_server] /usr/sbin/cron: PID 6434: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/15 20:20:01 [cyg_server] /usr/sbin/cron: PID 6434: (CRON) error (can't switch user context)
2021/07/15 20:25:01 [cyg_server] /usr/sbin/cron: PID 6436: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/15 20:25:01 [cyg_server] /usr/sbin/cron: PID 6436: (CRON) error (can't switch user context)
2021/07/15 20:30:01 [cyg_server] /usr/sbin/cron: PID 6439: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/15 20:30:01 [cyg_server] /usr/sbin/cron: PID 6440: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/15 20:30:01 [cyg_server] /usr/sbin/cron: PID 6439: (CRON) error (can't switch user context)
2021/07/15 20:30:01 [cyg_server] /usr/sbin/cron: PID 6440: (CRON) error (can't switch user context)
2021/07/15 20:35:01 [cyg_server] /usr/sbin/cron: PID 6442: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/15 20:35:01 [cyg_server] /usr/sbin/cron: PID 6442: (CRON) error (can't switch user context)
2021/07/15 20:40:01 [cyg_server] /usr/sbin/cron: PID 6444: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/15 20:40:01 [cyg_server] /usr/sbin/cron: PID 6444: (CRON) error (can't switch user context)
2021/07/15 20:45:01 [cyg_server] /usr/sbin/cron: PID 6447: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/15 20:45:01 [cyg_server] /usr/sbin/cron: PID 6448: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/15 20:45:01 [cyg_server] /usr/sbin/cron: PID 6447: (CRON) error (can't switch user context)
2021/07/15 20:45:01 [cyg_server] /usr/sbin/cron: PID 6448: (CRON) error (can't switch user context)
2021/07/15 20:50:01 [cyg_server] /usr/sbin/cron: PID 6450: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/15 20:50:01 [cyg_server] /usr/sbin/cron: PID 6450: (CRON) error (can't switch user context)
2021/07/15 20:55:01 [cyg_server] /usr/sbin/cron: PID 6453: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/15 20:55:01 [cyg_server] /usr/sbin/cron: PID 6454: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/15 20:55:01 [cyg_server] /usr/sbin/cron: PID 6454: (CRON) error (can't switch user context)
2021/07/15 20:55:01 [cyg_server] /usr/sbin/cron: PID 6453: (CRON) error (can't switch user context)
2021/07/15 22:00:01 [cyg_server] /usr/sbin/cron: PID 6456: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/15 22:00:01 [cyg_server] /usr/sbin/cron: PID 6456: (CRON) error (can't switch user context)
2021/07/15 22:20:01 [cyg_server] /usr/sbin/cron: PID 6458: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/15 22:20:01 [cyg_server] /usr/sbin/cron: PID 6458: (CRON) error (can't switch user context)
2021/07/15 22:25:01 [cyg_server] /usr/sbin/cron: PID 6460: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/15 22:25:01 [cyg_server] /usr/sbin/cron: PID 6460: (CRON) error (can't switch user context)
2021/07/15 22:30:01 [cyg_server] /usr/sbin/cron: PID 6463: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/15 22:30:01 [cyg_server] /usr/sbin/cron: PID 6464: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/15 22:30:01 [cyg_server] /usr/sbin/cron: PID 6463: (CRON) error (can't switch user context)
2021/07/15 22:30:01 [cyg_server] /usr/sbin/cron: PID 6464: (CRON) error (can't switch user context)
2021/07/15 22:35:02 [cyg_server] /usr/sbin/cron: PID 6466: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/15 22:35:02 [cyg_server] /usr/sbin/cron: PID 6466: (CRON) error (can't switch user context)
2021/07/15 22:40:01 [cyg_server] /usr/sbin/cron: PID 6468: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/15 22:40:01 [cyg_server] /usr/sbin/cron: PID 6468: (CRON) error (can't switch user context)
2021/07/15 22:45:01 [cyg_server] /usr/sbin/cron: PID 6471: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t)
2021/07/15 22:45:01 [cyg_server] /usr/sbin/cron: PID 6473: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/15 22:45:01 [cyg_server] /usr/sbin/cron: PID 6474: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/15 22:45:01 [cyg_server] /usr/sbin/cron: PID 6471: (CRON) error (can't switch user context)
2021/07/15 22:45:01 [cyg_server] /usr/sbin/cron: PID 6473: (CRON) error (can't switch user context)
2021/07/15 22:45:01 [cyg_server] /usr/sbin/cron: PID 6474: (CRON) error (can't switch user context)
2021/07/15 22:50:01 [cyg_server] /usr/sbin/cron: PID 6476: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/15 22:50:01 [cyg_server] /usr/sbin/cron: PID 6476: (CRON) error (can't switch user context)
2021/07/15 22:55:01 [cyg_server] /usr/sbin/cron: PID 6479: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/15 22:55:01 [cyg_server] /usr/sbin/cron: PID 6480: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/15 22:55:01 [cyg_server] /usr/sbin/cron: PID 6480: (CRON) error (can't switch user context)
2021/07/15 22:55:01 [cyg_server] /usr/sbin/cron: PID 6479: (CRON) error (can't switch user context)
2021/07/16 00:00:01 [cyg_server] /usr/sbin/cron: PID 6482: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_so_invc_ts -i -t)
2021/07/16 00:00:01 [cyg_server] /usr/sbin/cron: PID 6482: (CRON) error (can't switch user context)
2021/07/16 00:10:01 [cyg_server] /usr/sbin/cron: PID 6484: (jhetzler) CMD (~/scripts/calc_mtl_reqs calc -i)
2021/07/16 00:10:01 [cyg_server] /usr/sbin/cron: PID 6484: (CRON) error (can't switch user context)
2021/07/16 01:10:01 [cyg_server] /usr/sbin/cron: PID 6486: (jhetzler) CMD (~/scripts/sageget -c TPA fetch-set tpa_std -i)
2021/07/16 01:10:01 [cyg_server] /usr/sbin/cron: PID 6486: (CRON) error (can't switch user context)
2021/07/16 06:00:01 [cyg_server] /usr/sbin/cron: PID 6488: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/16 06:00:01 [cyg_server] /usr/sbin/cron: PID 6488: (CRON) error (can't switch user context)
2021/07/16 06:20:01 [cyg_server] /usr/sbin/cron: PID 6490: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/16 06:20:01 [cyg_server] /usr/sbin/cron: PID 6490: (CRON) error (can't switch user context)
2021/07/16 06:25:01 [cyg_server] /usr/sbin/cron: PID 6492: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/16 06:25:01 [cyg_server] /usr/sbin/cron: PID 6492: (CRON) error (can't switch user context)
2021/07/16 06:30:01 [cyg_server] /usr/sbin/cron: PID 6495: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/16 06:30:01 [cyg_server] /usr/sbin/cron: PID 6496: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/16 06:30:01 [cyg_server] /usr/sbin/cron: PID 6495: (CRON) error (can't switch user context)
2021/07/16 06:30:01 [cyg_server] /usr/sbin/cron: PID 6496: (CRON) error (can't switch user context)
2021/07/16 06:35:01 [cyg_server] /usr/sbin/cron: PID 6498: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/16 06:35:01 [cyg_server] /usr/sbin/cron: PID 6498: (CRON) error (can't switch user context)
2021/07/16 06:40:01 [cyg_server] /usr/sbin/cron: PID 6500: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/16 06:40:01 [cyg_server] /usr/sbin/cron: PID 6500: (CRON) error (can't switch user context)
2021/07/16 06:45:02 [cyg_server] /usr/sbin/cron: PID 6503: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t)
2021/07/16 06:45:02 [cyg_server] /usr/sbin/cron: PID 6505: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/16 06:45:02 [cyg_server] /usr/sbin/cron: PID 6506: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/16 06:45:02 [cyg_server] /usr/sbin/cron: PID 6503: (CRON) error (can't switch user context)
2021/07/16 06:45:02 [cyg_server] /usr/sbin/cron: PID 6505: (CRON) error (can't switch user context)
2021/07/16 06:45:02 [cyg_server] /usr/sbin/cron: PID 6506: (CRON) error (can't switch user context)
2021/07/16 06:50:01 [cyg_server] /usr/sbin/cron: PID 6508: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/16 06:50:01 [cyg_server] /usr/sbin/cron: PID 6508: (CRON) error (can't switch user context)
2021/07/16 06:55:01 [cyg_server] /usr/sbin/cron: PID 6511: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/16 06:55:01 [cyg_server] /usr/sbin/cron: PID 6512: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/16 06:55:01 [cyg_server] /usr/sbin/cron: PID 6511: (CRON) error (can't switch user context)
2021/07/16 06:55:01 [cyg_server] /usr/sbin/cron: PID 6512: (CRON) error (can't switch user context)
2021/07/16 08:00:02 [cyg_server] /usr/sbin/cron: PID 6514: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/16 08:00:02 [cyg_server] /usr/sbin/cron: PID 6514: (CRON) error (can't switch user context)
2021/07/16 08:20:01 [cyg_server] /usr/sbin/cron: PID 6516: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/16 08:20:01 [cyg_server] /usr/sbin/cron: PID 6516: (CRON) error (can't switch user context)
2021/07/16 08:25:01 [cyg_server] /usr/sbin/cron: PID 6518: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/16 08:25:01 [cyg_server] /usr/sbin/cron: PID 6518: (CRON) error (can't switch user context)
2021/07/16 08:30:01 [cyg_server] /usr/sbin/cron: PID 6521: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/16 08:30:01 [cyg_server] /usr/sbin/cron: PID 6522: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/16 08:30:01 [cyg_server] /usr/sbin/cron: PID 6521: (CRON) error (can't switch user context)
2021/07/16 08:30:01 [cyg_server] /usr/sbin/cron: PID 6522: (CRON) error (can't switch user context)
2021/07/16 08:35:01 [cyg_server] /usr/sbin/cron: PID 6524: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/16 08:35:01 [cyg_server] /usr/sbin/cron: PID 6524: (CRON) error (can't switch user context)
2021/07/16 08:40:01 [cyg_server] /usr/sbin/cron: PID 6526: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/16 08:40:02 [cyg_server] /usr/sbin/cron: PID 6526: (CRON) error (can't switch user context)
2021/07/16 08:45:01 [cyg_server] /usr/sbin/cron: PID 6529: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/16 08:45:01 [cyg_server] /usr/sbin/cron: PID 6530: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/16 08:45:01 [cyg_server] /usr/sbin/cron: PID 6529: (CRON) error (can't switch user context)
2021/07/16 08:45:01 [cyg_server] /usr/sbin/cron: PID 6530: (CRON) error (can't switch user context)
2021/07/16 08:50:01 [cyg_server] /usr/sbin/cron: PID 6532: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/16 08:50:01 [cyg_server] /usr/sbin/cron: PID 6532: (CRON) error (can't switch user context)
2021/07/16 08:55:01 [cyg_server] /usr/sbin/cron: PID 6535: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/16 08:55:01 [cyg_server] /usr/sbin/cron: PID 6536: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/16 08:55:01 [cyg_server] /usr/sbin/cron: PID 6535: (CRON) error (can't switch user context)
2021/07/16 08:55:01 [cyg_server] /usr/sbin/cron: PID 6536: (CRON) error (can't switch user context)
2021/07/16 10:00:01 [cyg_server] /usr/sbin/cron: PID 6538: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/16 10:00:01 [cyg_server] /usr/sbin/cron: PID 6538: (CRON) error (can't switch user context)
2021/07/16 10:20:01 [cyg_server] /usr/sbin/cron: PID 6540: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/16 10:20:01 [cyg_server] /usr/sbin/cron: PID 6540: (CRON) error (can't switch user context)
2021/07/16 10:25:01 [cyg_server] /usr/sbin/cron: PID 6542: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/16 10:25:01 [cyg_server] /usr/sbin/cron: PID 6542: (CRON) error (can't switch user context)
2021/07/16 10:30:01 [cyg_server] /usr/sbin/cron: PID 6545: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/16 10:30:01 [cyg_server] /usr/sbin/cron: PID 6546: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/16 10:30:02 [cyg_server] /usr/sbin/cron: PID 6545: (CRON) error (can't switch user context)
2021/07/16 10:30:02 [cyg_server] /usr/sbin/cron: PID 6546: (CRON) error (can't switch user context)
2021/07/16 10:35:01 [cyg_server] /usr/sbin/cron: PID 6548: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/16 10:35:01 [cyg_server] /usr/sbin/cron: PID 6548: (CRON) error (can't switch user context)
2021/07/16 10:40:01 [cyg_server] /usr/sbin/cron: PID 6550: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/16 10:40:01 [cyg_server] /usr/sbin/cron: PID 6550: (CRON) error (can't switch user context)
2021/07/16 10:45:01 [cyg_server] /usr/sbin/cron: PID 6553: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t)
2021/07/16 10:45:01 [cyg_server] /usr/sbin/cron: PID 6555: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/16 10:45:01 [cyg_server] /usr/sbin/cron: PID 6556: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/16 10:45:01 [cyg_server] /usr/sbin/cron: PID 6553: (CRON) error (can't switch user context)
2021/07/16 10:45:01 [cyg_server] /usr/sbin/cron: PID 6555: (CRON) error (can't switch user context)
2021/07/16 10:45:01 [cyg_server] /usr/sbin/cron: PID 6556: (CRON) error (can't switch user context)
2021/07/16 10:50:01 [cyg_server] /usr/sbin/cron: PID 6558: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/16 10:50:01 [cyg_server] /usr/sbin/cron: PID 6558: (CRON) error (can't switch user context)
2021/07/16 10:55:01 [cyg_server] /usr/sbin/cron: PID 6561: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/16 10:55:01 [cyg_server] /usr/sbin/cron: PID 6562: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/16 10:55:01 [cyg_server] /usr/sbin/cron: PID 6561: (CRON) error (can't switch user context)
2021/07/16 10:55:01 [cyg_server] /usr/sbin/cron: PID 6562: (CRON) error (can't switch user context)
2021/07/16 12:00:01 [cyg_server] /usr/sbin/cron: PID 6564: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/16 12:00:01 [cyg_server] /usr/sbin/cron: PID 6564: (CRON) error (can't switch user context)
2021/07/16 12:20:01 [cyg_server] /usr/sbin/cron: PID 6566: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/16 12:20:01 [cyg_server] /usr/sbin/cron: PID 6566: (CRON) error (can't switch user context)
2021/07/16 12:25:01 [cyg_server] /usr/sbin/cron: PID 6568: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/16 12:25:02 [cyg_server] /usr/sbin/cron: PID 6568: (CRON) error (can't switch user context)
2021/07/16 12:30:01 [cyg_server] /usr/sbin/cron: PID 6571: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/16 12:30:01 [cyg_server] /usr/sbin/cron: PID 6572: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/16 12:30:01 [cyg_server] /usr/sbin/cron: PID 6571: (CRON) error (can't switch user context)
2021/07/16 12:30:01 [cyg_server] /usr/sbin/cron: PID 6572: (CRON) error (can't switch user context)
2021/07/16 12:35:01 [cyg_server] /usr/sbin/cron: PID 6574: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/16 12:35:01 [cyg_server] /usr/sbin/cron: PID 6574: (CRON) error (can't switch user context)
2021/07/16 12:40:01 [cyg_server] /usr/sbin/cron: PID 6576: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/16 12:40:01 [cyg_server] /usr/sbin/cron: PID 6576: (CRON) error (can't switch user context)
2021/07/16 12:45:01 [cyg_server] /usr/sbin/cron: PID 6579: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/16 12:45:01 [cyg_server] /usr/sbin/cron: PID 6580: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/16 12:45:01 [cyg_server] /usr/sbin/cron: PID 6579: (CRON) error (can't switch user context)
2021/07/16 12:45:01 [cyg_server] /usr/sbin/cron: PID 6580: (CRON) error (can't switch user context)
2021/07/16 12:50:01 [cyg_server] /usr/sbin/cron: PID 6582: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/16 12:50:01 [cyg_server] /usr/sbin/cron: PID 6582: (CRON) error (can't switch user context)
2021/07/16 12:55:01 [cyg_server] /usr/sbin/cron: PID 6585: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/16 12:55:01 [cyg_server] /usr/sbin/cron: PID 6586: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/16 12:55:01 [cyg_server] /usr/sbin/cron: PID 6585: (CRON) error (can't switch user context)
2021/07/16 12:55:01 [cyg_server] /usr/sbin/cron: PID 6586: (CRON) error (can't switch user context)
2021/07/16 14:00:01 [cyg_server] /usr/sbin/cron: PID 6588: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/16 14:00:01 [cyg_server] /usr/sbin/cron: PID 6588: (CRON) error (can't switch user context)
2021/07/16 14:08:29 [jhetzler] crontab: PID 6618: (jhetzler) LIST (jhetzler)
2021/07/16 14:19:24 [jhetzler] crontab: PID 7024: (jhetzler) LIST (jhetzler)
2021/07/16 14:20:01 [cyg_server] /usr/sbin/cron: PID 7036: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/16 14:20:02 [cyg_server] /usr/sbin/cron: PID 7036: (CRON) error (can't switch user context)
2021/07/16 14:25:01 [cyg_server] /usr/sbin/cron: PID 7038: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/16 14:25:01 [cyg_server] /usr/sbin/cron: PID 7038: (CRON) error (can't switch user context)
2021/07/16 14:30:01 [cyg_server] /usr/sbin/cron: PID 7040: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/16 14:30:01 [cyg_server] /usr/sbin/cron: PID 7042: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/16 14:30:01 [cyg_server] /usr/sbin/cron: PID 7040: (CRON) error (can't switch user context)
2021/07/16 14:30:01 [cyg_server] /usr/sbin/cron: PID 7042: (CRON) error (can't switch user context)
2021/07/16 14:35:01 [cyg_server] /usr/sbin/cron: PID 7044: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/16 14:35:01 [cyg_server] /usr/sbin/cron: PID 7044: (CRON) error (can't switch user context)
2021/07/16 14:40:01 [cyg_server] /usr/sbin/cron: PID 7046: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/16 14:40:01 [cyg_server] /usr/sbin/cron: PID 7046: (CRON) error (can't switch user context)
2021/07/16 14:45:01 [cyg_server] /usr/sbin/cron: PID 7048: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t)
2021/07/16 14:45:02 [cyg_server] /usr/sbin/cron: PID 7051: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/16 14:45:02 [cyg_server] /usr/sbin/cron: PID 7048: (CRON) error (can't switch user context)
2021/07/16 14:45:02 [cyg_server] /usr/sbin/cron: PID 7052: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/16 14:45:02 [cyg_server] /usr/sbin/cron: PID 7051: (CRON) error (can't switch user context)
2021/07/16 14:45:02 [cyg_server] /usr/sbin/cron: PID 7052: (CRON) error (can't switch user context)
2021/07/16 14:50:01 [cyg_server] /usr/sbin/cron: PID 7134: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/16 14:50:01 [cyg_server] /usr/sbin/cron: PID 7134: (CRON) error (can't switch user context)
2021/07/16 14:52:31 [jhetzler] crontab: PID 7221: (jhetzler) LIST (jhetzler)
2021/07/16 14:54:14 [jhetzler] crontab: PID 7257: (jhetzler) LIST (jhetzler)
2021/07/16 14:55:01 [cyg_server] /usr/sbin/cron: PID 7265: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/16 14:55:01 [cyg_server] /usr/sbin/cron: PID 7266: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/16 14:55:01 [cyg_server] /usr/sbin/cron: PID 7266: (CRON) error (can't switch user context)
2021/07/16 14:55:01 [cyg_server] /usr/sbin/cron: PID 7265: (CRON) error (can't switch user context)
2021/07/16 14:56:45 [cyg_server] cron: PID 4427: `cron' service stopped, exit status: 0
2021/07/16 14:56:51 [cyg_server] /usr/sbin/cron: PID 7431: (CRON) STARTUP (V5.0)
2021/07/16 14:56:52 [cyg_server] cron: PID 7430: `cron' service started
2021/07/16 16:00:01 [cyg_server] /usr/sbin/cron: PID 7439: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/16 16:00:01 [cyg_server] /usr/sbin/cron: PID 7439: (CRON) error (can't switch user context)
2021/07/16 16:20:01 [cyg_server] /usr/sbin/cron: PID 7441: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/16 16:20:01 [cyg_server] /usr/sbin/cron: PID 7441: (CRON) error (can't switch user context)
2021/07/16 16:25:01 [cyg_server] /usr/sbin/cron: PID 7443: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/16 16:25:01 [cyg_server] /usr/sbin/cron: PID 7443: (CRON) error (can't switch user context)
2021/07/16 16:30:01 [cyg_server] /usr/sbin/cron: PID 7446: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/16 16:30:01 [cyg_server] /usr/sbin/cron: PID 7447: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/16 16:30:01 [cyg_server] /usr/sbin/cron: PID 7446: (CRON) error (can't switch user context)
2021/07/16 16:30:01 [cyg_server] /usr/sbin/cron: PID 7447: (CRON) error (can't switch user context)
2021/07/16 16:35:01 [cyg_server] /usr/sbin/cron: PID 7449: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/16 16:35:01 [cyg_server] /usr/sbin/cron: PID 7449: (CRON) error (can't switch user context)
2021/07/16 16:40:01 [cyg_server] /usr/sbin/cron: PID 7451: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/16 16:40:01 [cyg_server] /usr/sbin/cron: PID 7451: (CRON) error (can't switch user context)
2021/07/16 16:45:01 [cyg_server] /usr/sbin/cron: PID 7454: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/16 16:45:01 [cyg_server] /usr/sbin/cron: PID 7455: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/16 16:45:02 [cyg_server] /usr/sbin/cron: PID 7454: (CRON) error (can't switch user context)
2021/07/16 16:45:02 [cyg_server] /usr/sbin/cron: PID 7455: (CRON) error (can't switch user context)
2021/07/16 16:50:01 [cyg_server] /usr/sbin/cron: PID 7457: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/16 16:50:01 [cyg_server] /usr/sbin/cron: PID 7457: (CRON) error (can't switch user context)
2021/07/16 16:55:01 [cyg_server] /usr/sbin/cron: PID 7460: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/16 16:55:01 [cyg_server] /usr/sbin/cron: PID 7461: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/16 16:55:01 [cyg_server] /usr/sbin/cron: PID 7460: (CRON) error (can't switch user context)
2021/07/16 16:55:01 [cyg_server] /usr/sbin/cron: PID 7461: (CRON) error (can't switch user context)
2021/07/16 18:00:01 [cyg_server] /usr/sbin/cron: PID 7463: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/16 18:00:02 [cyg_server] /usr/sbin/cron: PID 7463: (CRON) error (can't switch user context)
2021/07/16 18:20:01 [cyg_server] /usr/sbin/cron: PID 7465: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/16 18:20:01 [cyg_server] /usr/sbin/cron: PID 7465: (CRON) error (can't switch user context)
2021/07/16 18:25:01 [cyg_server] /usr/sbin/cron: PID 7467: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/16 18:25:01 [cyg_server] /usr/sbin/cron: PID 7467: (CRON) error (can't switch user context)
2021/07/16 18:30:01 [cyg_server] /usr/sbin/cron: PID 7470: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/16 18:30:01 [cyg_server] /usr/sbin/cron: PID 7471: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/16 18:30:01 [cyg_server] /usr/sbin/cron: PID 7470: (CRON) error (can't switch user context)
2021/07/16 18:30:01 [cyg_server] /usr/sbin/cron: PID 7471: (CRON) error (can't switch user context)
2021/07/16 18:35:01 [cyg_server] /usr/sbin/cron: PID 7473: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/16 18:35:01 [cyg_server] /usr/sbin/cron: PID 7473: (CRON) error (can't switch user context)
2021/07/16 18:40:01 [cyg_server] /usr/sbin/cron: PID 7475: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/16 18:40:01 [cyg_server] /usr/sbin/cron: PID 7475: (CRON) error (can't switch user context)
2021/07/16 18:45:01 [cyg_server] /usr/sbin/cron: PID 7478: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t)
2021/07/16 18:45:01 [cyg_server] /usr/sbin/cron: PID 7480: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/16 18:45:01 [cyg_server] /usr/sbin/cron: PID 7481: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/16 18:45:01 [cyg_server] /usr/sbin/cron: PID 7478: (CRON) error (can't switch user context)
2021/07/16 18:45:01 [cyg_server] /usr/sbin/cron: PID 7480: (CRON) error (can't switch user context)
2021/07/16 18:45:01 [cyg_server] /usr/sbin/cron: PID 7481: (CRON) error (can't switch user context)
2021/07/16 18:50:01 [cyg_server] /usr/sbin/cron: PID 7483: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/16 18:50:01 [cyg_server] /usr/sbin/cron: PID 7483: (CRON) error (can't switch user context)
2021/07/16 18:55:01 [cyg_server] /usr/sbin/cron: PID 7486: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/16 18:55:01 [cyg_server] /usr/sbin/cron: PID 7487: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/16 18:55:01 [cyg_server] /usr/sbin/cron: PID 7487: (CRON) error (can't switch user context)
2021/07/16 18:55:01 [cyg_server] /usr/sbin/cron: PID 7486: (CRON) error (can't switch user context)
2021/07/16 20:00:01 [cyg_server] /usr/sbin/cron: PID 7489: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/16 20:00:01 [cyg_server] /usr/sbin/cron: PID 7489: (CRON) error (can't switch user context)
2021/07/16 20:20:01 [cyg_server] /usr/sbin/cron: PID 7491: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/16 20:20:01 [cyg_server] /usr/sbin/cron: PID 7491: (CRON) error (can't switch user context)
2021/07/16 20:25:01 [cyg_server] /usr/sbin/cron: PID 7493: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/16 20:25:01 [cyg_server] /usr/sbin/cron: PID 7493: (CRON) error (can't switch user context)
2021/07/16 20:30:01 [cyg_server] /usr/sbin/cron: PID 7496: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/16 20:30:01 [cyg_server] /usr/sbin/cron: PID 7497: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/16 20:30:02 [cyg_server] /usr/sbin/cron: PID 7496: (CRON) error (can't switch user context)
2021/07/16 20:30:02 [cyg_server] /usr/sbin/cron: PID 7497: (CRON) error (can't switch user context)
2021/07/16 20:35:01 [cyg_server] /usr/sbin/cron: PID 7499: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/16 20:35:01 [cyg_server] /usr/sbin/cron: PID 7499: (CRON) error (can't switch user context)
2021/07/16 20:40:01 [cyg_server] /usr/sbin/cron: PID 7501: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/16 20:40:01 [cyg_server] /usr/sbin/cron: PID 7501: (CRON) error (can't switch user context)
2021/07/16 20:45:01 [cyg_server] /usr/sbin/cron: PID 7504: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/16 20:45:01 [cyg_server] /usr/sbin/cron: PID 7505: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/16 20:45:01 [cyg_server] /usr/sbin/cron: PID 7504: (CRON) error (can't switch user context)
2021/07/16 20:45:01 [cyg_server] /usr/sbin/cron: PID 7505: (CRON) error (can't switch user context)
2021/07/16 20:50:01 [cyg_server] /usr/sbin/cron: PID 7507: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/16 20:50:01 [cyg_server] /usr/sbin/cron: PID 7507: (CRON) error (can't switch user context)
2021/07/16 20:55:01 [cyg_server] /usr/sbin/cron: PID 7510: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/16 20:55:01 [cyg_server] /usr/sbin/cron: PID 7511: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/16 20:55:01 [cyg_server] /usr/sbin/cron: PID 7510: (CRON) error (can't switch user context)
2021/07/16 20:55:01 [cyg_server] /usr/sbin/cron: PID 7511: (CRON) error (can't switch user context)
2021/07/16 22:00:01 [cyg_server] /usr/sbin/cron: PID 7513: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/16 22:00:01 [cyg_server] /usr/sbin/cron: PID 7513: (CRON) error (can't switch user context)
2021/07/16 22:20:01 [cyg_server] /usr/sbin/cron: PID 7515: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/16 22:20:01 [cyg_server] /usr/sbin/cron: PID 7515: (CRON) error (can't switch user context)
2021/07/16 22:25:01 [cyg_server] /usr/sbin/cron: PID 7517: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/16 22:25:01 [cyg_server] /usr/sbin/cron: PID 7517: (CRON) error (can't switch user context)
2021/07/16 22:30:01 [cyg_server] /usr/sbin/cron: PID 7520: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/16 22:30:01 [cyg_server] /usr/sbin/cron: PID 7521: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/16 22:30:01 [cyg_server] /usr/sbin/cron: PID 7520: (CRON) error (can't switch user context)
2021/07/16 22:30:01 [cyg_server] /usr/sbin/cron: PID 7521: (CRON) error (can't switch user context)
2021/07/16 22:35:01 [cyg_server] /usr/sbin/cron: PID 7523: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/16 22:35:01 [cyg_server] /usr/sbin/cron: PID 7523: (CRON) error (can't switch user context)
2021/07/16 22:40:01 [cyg_server] /usr/sbin/cron: PID 7525: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/16 22:40:01 [cyg_server] /usr/sbin/cron: PID 7525: (CRON) error (can't switch user context)
2021/07/16 22:45:01 [cyg_server] /usr/sbin/cron: PID 7528: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t)
2021/07/16 22:45:01 [cyg_server] /usr/sbin/cron: PID 7530: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/16 22:45:01 [cyg_server] /usr/sbin/cron: PID 7531: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/16 22:45:01 [cyg_server] /usr/sbin/cron: PID 7530: (CRON) error (can't switch user context)
2021/07/16 22:45:01 [cyg_server] /usr/sbin/cron: PID 7528: (CRON) error (can't switch user context)
2021/07/16 22:45:01 [cyg_server] /usr/sbin/cron: PID 7531: (CRON) error (can't switch user context)
2021/07/16 22:50:01 [cyg_server] /usr/sbin/cron: PID 7533: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/16 22:50:01 [cyg_server] /usr/sbin/cron: PID 7533: (CRON) error (can't switch user context)
2021/07/16 22:55:01 [cyg_server] /usr/sbin/cron: PID 7536: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/16 22:55:01 [cyg_server] /usr/sbin/cron: PID 7537: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/16 22:55:01 [cyg_server] /usr/sbin/cron: PID 7536: (CRON) error (can't switch user context)
2021/07/16 22:55:01 [cyg_server] /usr/sbin/cron: PID 7537: (CRON) error (can't switch user context)
2021/07/17 00:00:01 [cyg_server] /usr/sbin/cron: PID 7539: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_so_invc_ts -i -t)
2021/07/17 00:00:01 [cyg_server] /usr/sbin/cron: PID 7539: (CRON) error (can't switch user context)
2021/07/17 00:10:01 [cyg_server] /usr/sbin/cron: PID 7541: (jhetzler) CMD (~/scripts/calc_mtl_reqs calc -i)
2021/07/17 00:10:01 [cyg_server] /usr/sbin/cron: PID 7541: (CRON) error (can't switch user context)
2021/07/17 00:20:02 [cyg_server] /usr/sbin/cron: PID 7543: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-schema -i)
2021/07/17 00:20:02 [cyg_server] /usr/sbin/cron: PID 7543: (CRON) error (can't switch user context)
2021/07/17 01:00:01 [cyg_server] /usr/sbin/cron: PID 7545: (jhetzler) CMD (~/scripts/sageget -c TPA fetch-schema -i)
2021/07/17 01:00:01 [cyg_server] /usr/sbin/cron: PID 7545: (CRON) error (can't switch user context)
2021/07/17 01:10:01 [cyg_server] /usr/sbin/cron: PID 7547: (jhetzler) CMD (~/scripts/sageget -c TPA fetch-set tpa_std -i)
2021/07/17 01:10:01 [cyg_server] /usr/sbin/cron: PID 7547: (CRON) error (can't switch user context)
2021/07/17 06:00:01 [cyg_server] /usr/sbin/cron: PID 7549: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/17 06:00:02 [cyg_server] /usr/sbin/cron: PID 7549: (CRON) error (can't switch user context)
2021/07/17 06:20:01 [cyg_server] /usr/sbin/cron: PID 7551: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/17 06:20:01 [cyg_server] /usr/sbin/cron: PID 7551: (CRON) error (can't switch user context)
2021/07/17 06:25:01 [cyg_server] /usr/sbin/cron: PID 7553: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/17 06:25:01 [cyg_server] /usr/sbin/cron: PID 7553: (CRON) error (can't switch user context)
2021/07/17 06:30:01 [cyg_server] /usr/sbin/cron: PID 7556: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/17 06:30:01 [cyg_server] /usr/sbin/cron: PID 7557: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/17 06:30:01 [cyg_server] /usr/sbin/cron: PID 7556: (CRON) error (can't switch user context)
2021/07/17 06:30:01 [cyg_server] /usr/sbin/cron: PID 7557: (CRON) error (can't switch user context)
2021/07/17 06:35:01 [cyg_server] /usr/sbin/cron: PID 7559: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/17 06:35:01 [cyg_server] /usr/sbin/cron: PID 7559: (CRON) error (can't switch user context)
2021/07/17 06:40:01 [cyg_server] /usr/sbin/cron: PID 7561: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/17 06:40:01 [cyg_server] /usr/sbin/cron: PID 7561: (CRON) error (can't switch user context)
2021/07/17 06:45:01 [cyg_server] /usr/sbin/cron: PID 7564: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t)
2021/07/17 06:45:01 [cyg_server] /usr/sbin/cron: PID 7566: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/17 06:45:01 [cyg_server] /usr/sbin/cron: PID 7567: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/17 06:45:01 [cyg_server] /usr/sbin/cron: PID 7564: (CRON) error (can't switch user context)
2021/07/17 06:45:01 [cyg_server] /usr/sbin/cron: PID 7566: (CRON) error (can't switch user context)
2021/07/17 06:45:01 [cyg_server] /usr/sbin/cron: PID 7567: (CRON) error (can't switch user context)
2021/07/17 06:50:01 [cyg_server] /usr/sbin/cron: PID 7569: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/17 06:50:01 [cyg_server] /usr/sbin/cron: PID 7569: (CRON) error (can't switch user context)
2021/07/17 06:55:01 [cyg_server] /usr/sbin/cron: PID 7572: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/17 06:55:01 [cyg_server] /usr/sbin/cron: PID 7573: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/17 06:55:01 [cyg_server] /usr/sbin/cron: PID 7572: (CRON) error (can't switch user context)
2021/07/17 06:55:01 [cyg_server] /usr/sbin/cron: PID 7573: (CRON) error (can't switch user context)
2021/07/17 08:00:01 [cyg_server] /usr/sbin/cron: PID 7575: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/17 08:00:01 [cyg_server] /usr/sbin/cron: PID 7575: (CRON) error (can't switch user context)
2021/07/17 08:20:01 [cyg_server] /usr/sbin/cron: PID 7577: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/17 08:20:01 [cyg_server] /usr/sbin/cron: PID 7577: (CRON) error (can't switch user context)
2021/07/17 08:25:01 [cyg_server] /usr/sbin/cron: PID 7579: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/17 08:25:01 [cyg_server] /usr/sbin/cron: PID 7579: (CRON) error (can't switch user context)
2021/07/17 08:30:01 [cyg_server] /usr/sbin/cron: PID 7582: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/17 08:30:01 [cyg_server] /usr/sbin/cron: PID 7583: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/17 08:30:01 [cyg_server] /usr/sbin/cron: PID 7583: (CRON) error (can't switch user context)
2021/07/17 08:30:01 [cyg_server] /usr/sbin/cron: PID 7582: (CRON) error (can't switch user context)
2021/07/17 08:35:01 [cyg_server] /usr/sbin/cron: PID 7585: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/17 08:35:01 [cyg_server] /usr/sbin/cron: PID 7585: (CRON) error (can't switch user context)
2021/07/17 08:40:01 [cyg_server] /usr/sbin/cron: PID 7587: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/17 08:40:01 [cyg_server] /usr/sbin/cron: PID 7587: (CRON) error (can't switch user context)
2021/07/17 08:45:01 [cyg_server] /usr/sbin/cron: PID 7590: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/17 08:45:01 [cyg_server] /usr/sbin/cron: PID 7591: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/17 08:45:01 [cyg_server] /usr/sbin/cron: PID 7590: (CRON) error (can't switch user context)
2021/07/17 08:45:01 [cyg_server] /usr/sbin/cron: PID 7591: (CRON) error (can't switch user context)
2021/07/17 08:50:01 [cyg_server] /usr/sbin/cron: PID 7593: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/17 08:50:01 [cyg_server] /usr/sbin/cron: PID 7593: (CRON) error (can't switch user context)
2021/07/17 08:55:01 [cyg_server] /usr/sbin/cron: PID 7596: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/17 08:55:01 [cyg_server] /usr/sbin/cron: PID 7597: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/17 08:55:01 [cyg_server] /usr/sbin/cron: PID 7596: (CRON) error (can't switch user context)
2021/07/17 08:55:01 [cyg_server] /usr/sbin/cron: PID 7597: (CRON) error (can't switch user context)
2021/07/17 10:00:01 [cyg_server] /usr/sbin/cron: PID 7599: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/17 10:00:01 [cyg_server] /usr/sbin/cron: PID 7599: (CRON) error (can't switch user context)
2021/07/17 10:20:01 [cyg_server] /usr/sbin/cron: PID 7601: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/17 10:20:01 [cyg_server] /usr/sbin/cron: PID 7601: (CRON) error (can't switch user context)
2021/07/17 10:25:01 [cyg_server] /usr/sbin/cron: PID 7603: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/17 10:25:01 [cyg_server] /usr/sbin/cron: PID 7603: (CRON) error (can't switch user context)
2021/07/17 10:30:01 [cyg_server] /usr/sbin/cron: PID 7606: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/17 10:30:01 [cyg_server] /usr/sbin/cron: PID 7607: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/17 10:30:01 [cyg_server] /usr/sbin/cron: PID 7606: (CRON) error (can't switch user context)
2021/07/17 10:30:01 [cyg_server] /usr/sbin/cron: PID 7607: (CRON) error (can't switch user context)
2021/07/17 10:35:01 [cyg_server] /usr/sbin/cron: PID 7609: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/17 10:35:01 [cyg_server] /usr/sbin/cron: PID 7609: (CRON) error (can't switch user context)
2021/07/17 10:40:01 [cyg_server] /usr/sbin/cron: PID 7611: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/17 10:40:01 [cyg_server] /usr/sbin/cron: PID 7611: (CRON) error (can't switch user context)
2021/07/17 10:45:01 [cyg_server] /usr/sbin/cron: PID 7614: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t)
2021/07/17 10:45:01 [cyg_server] /usr/sbin/cron: PID 7616: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/17 10:45:01 [cyg_server] /usr/sbin/cron: PID 7617: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/17 10:45:01 [cyg_server] /usr/sbin/cron: PID 7614: (CRON) error (can't switch user context)
2021/07/17 10:45:01 [cyg_server] /usr/sbin/cron: PID 7616: (CRON) error (can't switch user context)
2021/07/17 10:45:01 [cyg_server] /usr/sbin/cron: PID 7617: (CRON) error (can't switch user context)
2021/07/17 10:50:01 [cyg_server] /usr/sbin/cron: PID 7619: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/17 10:50:01 [cyg_server] /usr/sbin/cron: PID 7619: (CRON) error (can't switch user context)
2021/07/17 10:55:01 [cyg_server] /usr/sbin/cron: PID 7622: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/17 10:55:01 [cyg_server] /usr/sbin/cron: PID 7623: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/17 10:55:01 [cyg_server] /usr/sbin/cron: PID 7622: (CRON) error (can't switch user context)
2021/07/17 10:55:01 [cyg_server] /usr/sbin/cron: PID 7623: (CRON) error (can't switch user context)
2021/07/17 12:00:01 [cyg_server] /usr/sbin/cron: PID 7625: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/17 12:00:01 [cyg_server] /usr/sbin/cron: PID 7625: (CRON) error (can't switch user context)
2021/07/17 12:20:01 [cyg_server] /usr/sbin/cron: PID 7627: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/17 12:20:01 [cyg_server] /usr/sbin/cron: PID 7627: (CRON) error (can't switch user context)
2021/07/17 12:25:02 [cyg_server] /usr/sbin/cron: PID 7629: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/17 12:25:02 [cyg_server] /usr/sbin/cron: PID 7629: (CRON) error (can't switch user context)
2021/07/17 12:30:01 [cyg_server] /usr/sbin/cron: PID 7632: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/17 12:30:01 [cyg_server] /usr/sbin/cron: PID 7633: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/17 12:30:01 [cyg_server] /usr/sbin/cron: PID 7632: (CRON) error (can't switch user context)
2021/07/17 12:30:01 [cyg_server] /usr/sbin/cron: PID 7633: (CRON) error (can't switch user context)
2021/07/17 12:35:01 [cyg_server] /usr/sbin/cron: PID 7635: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/17 12:35:01 [cyg_server] /usr/sbin/cron: PID 7635: (CRON) error (can't switch user context)
2021/07/17 12:40:01 [cyg_server] /usr/sbin/cron: PID 7637: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/17 12:40:01 [cyg_server] /usr/sbin/cron: PID 7637: (CRON) error (can't switch user context)
2021/07/17 12:45:01 [cyg_server] /usr/sbin/cron: PID 7640: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/17 12:45:01 [cyg_server] /usr/sbin/cron: PID 7641: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/17 12:45:01 [cyg_server] /usr/sbin/cron: PID 7640: (CRON) error (can't switch user context)
2021/07/17 12:45:01 [cyg_server] /usr/sbin/cron: PID 7641: (CRON) error (can't switch user context)
2021/07/17 12:50:01 [cyg_server] /usr/sbin/cron: PID 7643: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/17 12:50:01 [cyg_server] /usr/sbin/cron: PID 7643: (CRON) error (can't switch user context)
2021/07/17 12:55:01 [cyg_server] /usr/sbin/cron: PID 7646: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/17 12:55:01 [cyg_server] /usr/sbin/cron: PID 7647: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/17 12:55:01 [cyg_server] /usr/sbin/cron: PID 7646: (CRON) error (can't switch user context)
2021/07/17 12:55:01 [cyg_server] /usr/sbin/cron: PID 7647: (CRON) error (can't switch user context)
2021/07/17 14:00:01 [cyg_server] /usr/sbin/cron: PID 7649: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/17 14:00:01 [cyg_server] /usr/sbin/cron: PID 7649: (CRON) error (can't switch user context)
2021/07/17 14:20:02 [cyg_server] /usr/sbin/cron: PID 7651: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/17 14:20:02 [cyg_server] /usr/sbin/cron: PID 7651: (CRON) error (can't switch user context)
2021/07/17 14:25:01 [cyg_server] /usr/sbin/cron: PID 7653: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/17 14:25:01 [cyg_server] /usr/sbin/cron: PID 7653: (CRON) error (can't switch user context)
2021/07/17 14:30:01 [cyg_server] /usr/sbin/cron: PID 7656: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/17 14:30:01 [cyg_server] /usr/sbin/cron: PID 7657: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/17 14:30:01 [cyg_server] /usr/sbin/cron: PID 7656: (CRON) error (can't switch user context)
2021/07/17 14:30:01 [cyg_server] /usr/sbin/cron: PID 7657: (CRON) error (can't switch user context)
2021/07/17 14:35:01 [cyg_server] /usr/sbin/cron: PID 7659: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/17 14:35:01 [cyg_server] /usr/sbin/cron: PID 7659: (CRON) error (can't switch user context)
2021/07/17 14:40:01 [cyg_server] /usr/sbin/cron: PID 7661: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/17 14:40:01 [cyg_server] /usr/sbin/cron: PID 7661: (CRON) error (can't switch user context)
2021/07/17 14:45:01 [cyg_server] /usr/sbin/cron: PID 7664: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t)
2021/07/17 14:45:01 [cyg_server] /usr/sbin/cron: PID 7666: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/17 14:45:01 [cyg_server] /usr/sbin/cron: PID 7667: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/17 14:45:01 [cyg_server] /usr/sbin/cron: PID 7664: (CRON) error (can't switch user context)
2021/07/17 14:45:01 [cyg_server] /usr/sbin/cron: PID 7666: (CRON) error (can't switch user context)
2021/07/17 14:45:01 [cyg_server] /usr/sbin/cron: PID 7667: (CRON) error (can't switch user context)
2021/07/17 14:50:01 [cyg_server] /usr/sbin/cron: PID 7669: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/17 14:50:01 [cyg_server] /usr/sbin/cron: PID 7669: (CRON) error (can't switch user context)
2021/07/17 14:55:01 [cyg_server] /usr/sbin/cron: PID 7672: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/17 14:55:01 [cyg_server] /usr/sbin/cron: PID 7673: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/17 14:55:01 [cyg_server] /usr/sbin/cron: PID 7673: (CRON) error (can't switch user context)
2021/07/17 14:55:01 [cyg_server] /usr/sbin/cron: PID 7672: (CRON) error (can't switch user context)
2021/07/17 16:00:01 [cyg_server] /usr/sbin/cron: PID 7675: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/17 16:00:02 [cyg_server] /usr/sbin/cron: PID 7675: (CRON) error (can't switch user context)
2021/07/17 16:20:01 [cyg_server] /usr/sbin/cron: PID 7677: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/17 16:20:01 [cyg_server] /usr/sbin/cron: PID 7677: (CRON) error (can't switch user context)
2021/07/17 16:25:01 [cyg_server] /usr/sbin/cron: PID 7679: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/17 16:25:01 [cyg_server] /usr/sbin/cron: PID 7679: (CRON) error (can't switch user context)
2021/07/17 16:30:01 [cyg_server] /usr/sbin/cron: PID 7682: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/17 16:30:01 [cyg_server] /usr/sbin/cron: PID 7683: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/17 16:30:01 [cyg_server] /usr/sbin/cron: PID 7682: (CRON) error (can't switch user context)
2021/07/17 16:30:01 [cyg_server] /usr/sbin/cron: PID 7683: (CRON) error (can't switch user context)
2021/07/17 16:35:01 [cyg_server] /usr/sbin/cron: PID 7685: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/17 16:35:01 [cyg_server] /usr/sbin/cron: PID 7685: (CRON) error (can't switch user context)
2021/07/17 16:40:01 [cyg_server] /usr/sbin/cron: PID 7687: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/17 16:40:01 [cyg_server] /usr/sbin/cron: PID 7687: (CRON) error (can't switch user context)
2021/07/17 16:45:01 [cyg_server] /usr/sbin/cron: PID 7690: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/17 16:45:02 [cyg_server] /usr/sbin/cron: PID 7691: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/17 16:45:02 [cyg_server] /usr/sbin/cron: PID 7690: (CRON) error (can't switch user context)
2021/07/17 16:45:02 [cyg_server] /usr/sbin/cron: PID 7691: (CRON) error (can't switch user context)
2021/07/17 16:50:01 [cyg_server] /usr/sbin/cron: PID 7693: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/17 16:50:01 [cyg_server] /usr/sbin/cron: PID 7693: (CRON) error (can't switch user context)
2021/07/17 16:55:01 [cyg_server] /usr/sbin/cron: PID 7696: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/17 16:55:01 [cyg_server] /usr/sbin/cron: PID 7697: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/17 16:55:01 [cyg_server] /usr/sbin/cron: PID 7696: (CRON) error (can't switch user context)
2021/07/17 16:55:01 [cyg_server] /usr/sbin/cron: PID 7697: (CRON) error (can't switch user context)
2021/07/17 18:00:01 [cyg_server] /usr/sbin/cron: PID 7699: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/17 18:00:02 [cyg_server] /usr/sbin/cron: PID 7699: (CRON) error (can't switch user context)
2021/07/17 18:20:01 [cyg_server] /usr/sbin/cron: PID 7701: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/17 18:20:01 [cyg_server] /usr/sbin/cron: PID 7701: (CRON) error (can't switch user context)
2021/07/17 18:25:01 [cyg_server] /usr/sbin/cron: PID 7703: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/17 18:25:01 [cyg_server] /usr/sbin/cron: PID 7703: (CRON) error (can't switch user context)
2021/07/17 18:30:01 [cyg_server] /usr/sbin/cron: PID 7706: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/17 18:30:01 [cyg_server] /usr/sbin/cron: PID 7707: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/17 18:30:01 [cyg_server] /usr/sbin/cron: PID 7707: (CRON) error (can't switch user context)
2021/07/17 18:30:01 [cyg_server] /usr/sbin/cron: PID 7706: (CRON) error (can't switch user context)
2021/07/17 18:35:01 [cyg_server] /usr/sbin/cron: PID 7709: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/17 18:35:02 [cyg_server] /usr/sbin/cron: PID 7709: (CRON) error (can't switch user context)
2021/07/17 18:40:01 [cyg_server] /usr/sbin/cron: PID 7711: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/17 18:40:01 [cyg_server] /usr/sbin/cron: PID 7711: (CRON) error (can't switch user context)
2021/07/17 18:45:01 [cyg_server] /usr/sbin/cron: PID 7714: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t)
2021/07/17 18:45:01 [cyg_server] /usr/sbin/cron: PID 7716: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/17 18:45:01 [cyg_server] /usr/sbin/cron: PID 7717: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/17 18:45:01 [cyg_server] /usr/sbin/cron: PID 7714: (CRON) error (can't switch user context)
2021/07/17 18:45:01 [cyg_server] /usr/sbin/cron: PID 7716: (CRON) error (can't switch user context)
2021/07/17 18:45:01 [cyg_server] /usr/sbin/cron: PID 7717: (CRON) error (can't switch user context)
2021/07/17 18:50:01 [cyg_server] /usr/sbin/cron: PID 7719: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/17 18:50:01 [cyg_server] /usr/sbin/cron: PID 7719: (CRON) error (can't switch user context)
2021/07/17 18:55:01 [cyg_server] /usr/sbin/cron: PID 7722: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/17 18:55:01 [cyg_server] /usr/sbin/cron: PID 7723: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/17 18:55:01 [cyg_server] /usr/sbin/cron: PID 7723: (CRON) error (can't switch user context)
2021/07/17 18:55:01 [cyg_server] /usr/sbin/cron: PID 7722: (CRON) error (can't switch user context)
2021/07/17 20:00:01 [cyg_server] /usr/sbin/cron: PID 7725: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/17 20:00:01 [cyg_server] /usr/sbin/cron: PID 7725: (CRON) error (can't switch user context)
2021/07/17 20:20:01 [cyg_server] /usr/sbin/cron: PID 7727: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/17 20:20:01 [cyg_server] /usr/sbin/cron: PID 7727: (CRON) error (can't switch user context)
2021/07/17 20:25:01 [cyg_server] /usr/sbin/cron: PID 7729: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/17 20:25:01 [cyg_server] /usr/sbin/cron: PID 7729: (CRON) error (can't switch user context)
2021/07/17 20:30:01 [cyg_server] /usr/sbin/cron: PID 7732: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/17 20:30:01 [cyg_server] /usr/sbin/cron: PID 7733: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/17 20:30:01 [cyg_server] /usr/sbin/cron: PID 7733: (CRON) error (can't switch user context)
2021/07/17 20:30:01 [cyg_server] /usr/sbin/cron: PID 7732: (CRON) error (can't switch user context)
2021/07/17 20:35:02 [cyg_server] /usr/sbin/cron: PID 7735: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/17 20:35:02 [cyg_server] /usr/sbin/cron: PID 7735: (CRON) error (can't switch user context)
2021/07/17 20:40:01 [cyg_server] /usr/sbin/cron: PID 7737: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/17 20:40:01 [cyg_server] /usr/sbin/cron: PID 7737: (CRON) error (can't switch user context)
2021/07/17 20:45:01 [cyg_server] /usr/sbin/cron: PID 7740: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/17 20:45:01 [cyg_server] /usr/sbin/cron: PID 7741: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/17 20:45:01 [cyg_server] /usr/sbin/cron: PID 7740: (CRON) error (can't switch user context)
2021/07/17 20:45:01 [cyg_server] /usr/sbin/cron: PID 7741: (CRON) error (can't switch user context)
2021/07/17 20:50:01 [cyg_server] /usr/sbin/cron: PID 7743: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/17 20:50:01 [cyg_server] /usr/sbin/cron: PID 7743: (CRON) error (can't switch user context)
2021/07/17 20:55:01 [cyg_server] /usr/sbin/cron: PID 7746: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/17 20:55:01 [cyg_server] /usr/sbin/cron: PID 7747: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/17 20:55:01 [cyg_server] /usr/sbin/cron: PID 7746: (CRON) error (can't switch user context)
2021/07/17 20:55:01 [cyg_server] /usr/sbin/cron: PID 7747: (CRON) error (can't switch user context)
2021/07/17 22:00:01 [cyg_server] /usr/sbin/cron: PID 7749: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/17 22:00:01 [cyg_server] /usr/sbin/cron: PID 7749: (CRON) error (can't switch user context)
2021/07/17 22:20:01 [cyg_server] /usr/sbin/cron: PID 7751: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/17 22:20:01 [cyg_server] /usr/sbin/cron: PID 7751: (CRON) error (can't switch user context)
2021/07/17 22:25:01 [cyg_server] /usr/sbin/cron: PID 7753: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/17 22:25:01 [cyg_server] /usr/sbin/cron: PID 7753: (CRON) error (can't switch user context)
2021/07/17 22:30:02 [cyg_server] /usr/sbin/cron: PID 7756: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/17 22:30:02 [cyg_server] /usr/sbin/cron: PID 7757: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/17 22:30:02 [cyg_server] /usr/sbin/cron: PID 7757: (CRON) error (can't switch user context)
2021/07/17 22:30:02 [cyg_server] /usr/sbin/cron: PID 7756: (CRON) error (can't switch user context)
2021/07/17 22:35:01 [cyg_server] /usr/sbin/cron: PID 7759: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/17 22:35:01 [cyg_server] /usr/sbin/cron: PID 7759: (CRON) error (can't switch user context)
2021/07/17 22:40:01 [cyg_server] /usr/sbin/cron: PID 7761: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/17 22:40:01 [cyg_server] /usr/sbin/cron: PID 7761: (CRON) error (can't switch user context)
2021/07/17 22:45:01 [cyg_server] /usr/sbin/cron: PID 7764: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t)
2021/07/17 22:45:01 [cyg_server] /usr/sbin/cron: PID 7766: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/17 22:45:01 [cyg_server] /usr/sbin/cron: PID 7767: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/17 22:45:01 [cyg_server] /usr/sbin/cron: PID 7764: (CRON) error (can't switch user context)
2021/07/17 22:45:01 [cyg_server] /usr/sbin/cron: PID 7766: (CRON) error (can't switch user context)
2021/07/17 22:45:01 [cyg_server] /usr/sbin/cron: PID 7767: (CRON) error (can't switch user context)
2021/07/17 22:50:01 [cyg_server] /usr/sbin/cron: PID 7769: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/17 22:50:01 [cyg_server] /usr/sbin/cron: PID 7769: (CRON) error (can't switch user context)
2021/07/17 22:55:01 [cyg_server] /usr/sbin/cron: PID 7772: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/17 22:55:01 [cyg_server] /usr/sbin/cron: PID 7773: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/17 22:55:01 [cyg_server] /usr/sbin/cron: PID 7772: (CRON) error (can't switch user context)
2021/07/17 22:55:02 [cyg_server] /usr/sbin/cron: PID 7773: (CRON) error (can't switch user context)
2021/07/18 00:00:01 [cyg_server] /usr/sbin/cron: PID 7775: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_so_invc_ts -i -t)
2021/07/18 00:00:01 [cyg_server] /usr/sbin/cron: PID 7775: (CRON) error (can't switch user context)
2021/07/18 00:10:01 [cyg_server] /usr/sbin/cron: PID 7777: (jhetzler) CMD (~/scripts/calc_mtl_reqs calc -i)
2021/07/18 00:10:01 [cyg_server] /usr/sbin/cron: PID 7777: (CRON) error (can't switch user context)
2021/07/18 01:10:01 [cyg_server] /usr/sbin/cron: PID 7779: (jhetzler) CMD (~/scripts/sageget -c TPA fetch-set tpa_std -i)
2021/07/18 01:10:01 [cyg_server] /usr/sbin/cron: PID 7779: (CRON) error (can't switch user context)
2021/07/18 06:00:01 [cyg_server] /usr/sbin/cron: PID 7781: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/18 06:00:02 [cyg_server] /usr/sbin/cron: PID 7781: (CRON) error (can't switch user context)
2021/07/18 06:20:01 [cyg_server] /usr/sbin/cron: PID 7783: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/18 06:20:01 [cyg_server] /usr/sbin/cron: PID 7783: (CRON) error (can't switch user context)
2021/07/18 06:25:01 [cyg_server] /usr/sbin/cron: PID 7785: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/18 06:25:01 [cyg_server] /usr/sbin/cron: PID 7785: (CRON) error (can't switch user context)
2021/07/18 06:30:01 [cyg_server] /usr/sbin/cron: PID 7788: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/18 06:30:01 [cyg_server] /usr/sbin/cron: PID 7789: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/18 06:30:01 [cyg_server] /usr/sbin/cron: PID 7789: (CRON) error (can't switch user context)
2021/07/18 06:30:01 [cyg_server] /usr/sbin/cron: PID 7788: (CRON) error (can't switch user context)
2021/07/18 06:35:01 [cyg_server] /usr/sbin/cron: PID 7791: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/18 06:35:01 [cyg_server] /usr/sbin/cron: PID 7791: (CRON) error (can't switch user context)
2021/07/18 06:40:01 [cyg_server] /usr/sbin/cron: PID 7793: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/18 06:40:01 [cyg_server] /usr/sbin/cron: PID 7793: (CRON) error (can't switch user context)
2021/07/18 06:45:02 [cyg_server] /usr/sbin/cron: PID 7796: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t)
2021/07/18 06:45:02 [cyg_server] /usr/sbin/cron: PID 7798: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/18 06:45:02 [cyg_server] /usr/sbin/cron: PID 7799: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/18 06:45:02 [cyg_server] /usr/sbin/cron: PID 7796: (CRON) error (can't switch user context)
2021/07/18 06:45:02 [cyg_server] /usr/sbin/cron: PID 7799: (CRON) error (can't switch user context)
2021/07/18 06:45:02 [cyg_server] /usr/sbin/cron: PID 7798: (CRON) error (can't switch user context)
2021/07/18 06:50:01 [cyg_server] /usr/sbin/cron: PID 7801: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/18 06:50:01 [cyg_server] /usr/sbin/cron: PID 7801: (CRON) error (can't switch user context)
2021/07/18 06:55:01 [cyg_server] /usr/sbin/cron: PID 7804: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/18 06:55:01 [cyg_server] /usr/sbin/cron: PID 7805: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/18 06:55:01 [cyg_server] /usr/sbin/cron: PID 7804: (CRON) error (can't switch user context)
2021/07/18 06:55:01 [cyg_server] /usr/sbin/cron: PID 7805: (CRON) error (can't switch user context)
2021/07/18 08:00:01 [cyg_server] /usr/sbin/cron: PID 7807: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/18 08:00:01 [cyg_server] /usr/sbin/cron: PID 7807: (CRON) error (can't switch user context)
2021/07/18 08:20:01 [cyg_server] /usr/sbin/cron: PID 7809: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/18 08:20:01 [cyg_server] /usr/sbin/cron: PID 7809: (CRON) error (can't switch user context)
2021/07/18 08:25:01 [cyg_server] /usr/sbin/cron: PID 7811: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/18 08:25:01 [cyg_server] /usr/sbin/cron: PID 7811: (CRON) error (can't switch user context)
2021/07/18 08:30:01 [cyg_server] /usr/sbin/cron: PID 7814: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/18 08:30:01 [cyg_server] /usr/sbin/cron: PID 7815: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/18 08:30:01 [cyg_server] /usr/sbin/cron: PID 7814: (CRON) error (can't switch user context)
2021/07/18 08:30:01 [cyg_server] /usr/sbin/cron: PID 7815: (CRON) error (can't switch user context)
2021/07/18 08:35:01 [cyg_server] /usr/sbin/cron: PID 7817: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/18 08:35:02 [cyg_server] /usr/sbin/cron: PID 7817: (CRON) error (can't switch user context)
2021/07/18 08:40:01 [cyg_server] /usr/sbin/cron: PID 7819: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/18 08:40:01 [cyg_server] /usr/sbin/cron: PID 7819: (CRON) error (can't switch user context)
2021/07/18 08:45:01 [cyg_server] /usr/sbin/cron: PID 7822: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/18 08:45:01 [cyg_server] /usr/sbin/cron: PID 7823: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/18 08:45:01 [cyg_server] /usr/sbin/cron: PID 7822: (CRON) error (can't switch user context)
2021/07/18 08:45:01 [cyg_server] /usr/sbin/cron: PID 7823: (CRON) error (can't switch user context)
2021/07/18 08:50:01 [cyg_server] /usr/sbin/cron: PID 7825: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/18 08:50:01 [cyg_server] /usr/sbin/cron: PID 7825: (CRON) error (can't switch user context)
2021/07/18 08:55:01 [cyg_server] /usr/sbin/cron: PID 7828: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/18 08:55:01 [cyg_server] /usr/sbin/cron: PID 7829: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/18 08:55:01 [cyg_server] /usr/sbin/cron: PID 7828: (CRON) error (can't switch user context)
2021/07/18 08:55:01 [cyg_server] /usr/sbin/cron: PID 7829: (CRON) error (can't switch user context)
2021/07/18 10:00:01 [cyg_server] /usr/sbin/cron: PID 7831: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/18 10:00:01 [cyg_server] /usr/sbin/cron: PID 7831: (CRON) error (can't switch user context)
2021/07/18 10:20:01 [cyg_server] /usr/sbin/cron: PID 7833: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/18 10:20:01 [cyg_server] /usr/sbin/cron: PID 7833: (CRON) error (can't switch user context)
2021/07/18 10:25:01 [cyg_server] /usr/sbin/cron: PID 7835: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/18 10:25:01 [cyg_server] /usr/sbin/cron: PID 7835: (CRON) error (can't switch user context)
2021/07/18 10:30:01 [cyg_server] /usr/sbin/cron: PID 7838: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/18 10:30:01 [cyg_server] /usr/sbin/cron: PID 7839: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/18 10:30:02 [cyg_server] /usr/sbin/cron: PID 7838: (CRON) error (can't switch user context)
2021/07/18 10:30:02 [cyg_server] /usr/sbin/cron: PID 7839: (CRON) error (can't switch user context)
2021/07/18 10:35:01 [cyg_server] /usr/sbin/cron: PID 7841: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/18 10:35:01 [cyg_server] /usr/sbin/cron: PID 7841: (CRON) error (can't switch user context)
2021/07/18 10:40:01 [cyg_server] /usr/sbin/cron: PID 7843: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/18 10:40:01 [cyg_server] /usr/sbin/cron: PID 7843: (CRON) error (can't switch user context)
2021/07/18 10:45:01 [cyg_server] /usr/sbin/cron: PID 7846: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t)
2021/07/18 10:45:01 [cyg_server] /usr/sbin/cron: PID 7848: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/18 10:45:01 [cyg_server] /usr/sbin/cron: PID 7849: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/18 10:45:01 [cyg_server] /usr/sbin/cron: PID 7846: (CRON) error (can't switch user context)
2021/07/18 10:45:01 [cyg_server] /usr/sbin/cron: PID 7848: (CRON) error (can't switch user context)
2021/07/18 10:45:01 [cyg_server] /usr/sbin/cron: PID 7849: (CRON) error (can't switch user context)
2021/07/18 10:50:01 [cyg_server] /usr/sbin/cron: PID 7851: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/18 10:50:01 [cyg_server] /usr/sbin/cron: PID 7851: (CRON) error (can't switch user context)
2021/07/18 10:55:01 [cyg_server] /usr/sbin/cron: PID 7854: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/18 10:55:01 [cyg_server] /usr/sbin/cron: PID 7855: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/18 10:55:01 [cyg_server] /usr/sbin/cron: PID 7855: (CRON) error (can't switch user context)
2021/07/18 10:55:01 [cyg_server] /usr/sbin/cron: PID 7854: (CRON) error (can't switch user context)
2021/07/18 12:00:01 [cyg_server] /usr/sbin/cron: PID 7857: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/18 12:00:01 [cyg_server] /usr/sbin/cron: PID 7857: (CRON) error (can't switch user context)
2021/07/18 12:20:01 [cyg_server] /usr/sbin/cron: PID 7859: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/18 12:20:02 [cyg_server] /usr/sbin/cron: PID 7859: (CRON) error (can't switch user context)
2021/07/18 12:25:01 [cyg_server] /usr/sbin/cron: PID 7861: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/18 12:25:01 [cyg_server] /usr/sbin/cron: PID 7861: (CRON) error (can't switch user context)
2021/07/18 12:30:01 [cyg_server] /usr/sbin/cron: PID 7864: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/18 12:30:01 [cyg_server] /usr/sbin/cron: PID 7865: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/18 12:30:01 [cyg_server] /usr/sbin/cron: PID 7864: (CRON) error (can't switch user context)
2021/07/18 12:30:01 [cyg_server] /usr/sbin/cron: PID 7865: (CRON) error (can't switch user context)
2021/07/18 12:35:01 [cyg_server] /usr/sbin/cron: PID 7867: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/18 12:35:01 [cyg_server] /usr/sbin/cron: PID 7867: (CRON) error (can't switch user context)
2021/07/18 12:40:01 [cyg_server] /usr/sbin/cron: PID 7869: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/18 12:40:01 [cyg_server] /usr/sbin/cron: PID 7869: (CRON) error (can't switch user context)
2021/07/18 12:45:01 [cyg_server] /usr/sbin/cron: PID 7872: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/18 12:45:01 [cyg_server] /usr/sbin/cron: PID 7873: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/18 12:45:01 [cyg_server] /usr/sbin/cron: PID 7872: (CRON) error (can't switch user context)
2021/07/18 12:45:01 [cyg_server] /usr/sbin/cron: PID 7873: (CRON) error (can't switch user context)
2021/07/18 12:50:01 [cyg_server] /usr/sbin/cron: PID 7875: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/18 12:50:01 [cyg_server] /usr/sbin/cron: PID 7875: (CRON) error (can't switch user context)
2021/07/18 12:55:02 [cyg_server] /usr/sbin/cron: PID 7878: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/18 12:55:02 [cyg_server] /usr/sbin/cron: PID 7879: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/18 12:55:02 [cyg_server] /usr/sbin/cron: PID 7878: (CRON) error (can't switch user context)
2021/07/18 12:55:02 [cyg_server] /usr/sbin/cron: PID 7879: (CRON) error (can't switch user context)
2021/07/18 14:00:01 [cyg_server] /usr/sbin/cron: PID 7881: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/18 14:00:01 [cyg_server] /usr/sbin/cron: PID 7881: (CRON) error (can't switch user context)
2021/07/18 14:20:01 [cyg_server] /usr/sbin/cron: PID 7883: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/18 14:20:01 [cyg_server] /usr/sbin/cron: PID 7883: (CRON) error (can't switch user context)
2021/07/18 14:25:01 [cyg_server] /usr/sbin/cron: PID 7885: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/18 14:25:01 [cyg_server] /usr/sbin/cron: PID 7885: (CRON) error (can't switch user context)
2021/07/18 14:30:01 [cyg_server] /usr/sbin/cron: PID 7888: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/18 14:30:01 [cyg_server] /usr/sbin/cron: PID 7889: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/18 14:30:01 [cyg_server] /usr/sbin/cron: PID 7888: (CRON) error (can't switch user context)
2021/07/18 14:30:01 [cyg_server] /usr/sbin/cron: PID 7889: (CRON) error (can't switch user context)
2021/07/18 14:35:01 [cyg_server] /usr/sbin/cron: PID 7891: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/18 14:35:01 [cyg_server] /usr/sbin/cron: PID 7891: (CRON) error (can't switch user context)
2021/07/18 14:40:01 [cyg_server] /usr/sbin/cron: PID 7893: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/18 14:40:01 [cyg_server] /usr/sbin/cron: PID 7893: (CRON) error (can't switch user context)
2021/07/18 14:45:02 [cyg_server] /usr/sbin/cron: PID 7896: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t)
2021/07/18 14:45:02 [cyg_server] /usr/sbin/cron: PID 7898: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/18 14:45:02 [cyg_server] /usr/sbin/cron: PID 7899: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/18 14:45:02 [cyg_server] /usr/sbin/cron: PID 7896: (CRON) error (can't switch user context)
2021/07/18 14:45:02 [cyg_server] /usr/sbin/cron: PID 7899: (CRON) error (can't switch user context)
2021/07/18 14:45:02 [cyg_server] /usr/sbin/cron: PID 7898: (CRON) error (can't switch user context)
2021/07/18 14:50:01 [cyg_server] /usr/sbin/cron: PID 7901: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/18 14:50:01 [cyg_server] /usr/sbin/cron: PID 7901: (CRON) error (can't switch user context)
2021/07/18 14:55:01 [cyg_server] /usr/sbin/cron: PID 7904: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/18 14:55:01 [cyg_server] /usr/sbin/cron: PID 7905: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/18 14:55:01 [cyg_server] /usr/sbin/cron: PID 7904: (CRON) error (can't switch user context)
2021/07/18 14:55:01 [cyg_server] /usr/sbin/cron: PID 7905: (CRON) error (can't switch user context)
2021/07/18 16:00:01 [cyg_server] /usr/sbin/cron: PID 7907: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/18 16:00:01 [cyg_server] /usr/sbin/cron: PID 7907: (CRON) error (can't switch user context)
2021/07/18 16:20:01 [cyg_server] /usr/sbin/cron: PID 7909: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/18 16:20:01 [cyg_server] /usr/sbin/cron: PID 7909: (CRON) error (can't switch user context)
2021/07/18 16:25:01 [cyg_server] /usr/sbin/cron: PID 7911: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/18 16:25:01 [cyg_server] /usr/sbin/cron: PID 7911: (CRON) error (can't switch user context)
2021/07/18 16:30:01 [cyg_server] /usr/sbin/cron: PID 7914: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/18 16:30:01 [cyg_server] /usr/sbin/cron: PID 7915: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/18 16:30:01 [cyg_server] /usr/sbin/cron: PID 7914: (CRON) error (can't switch user context)
2021/07/18 16:30:01 [cyg_server] /usr/sbin/cron: PID 7915: (CRON) error (can't switch user context)
2021/07/18 16:35:01 [cyg_server] /usr/sbin/cron: PID 7917: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/18 16:35:01 [cyg_server] /usr/sbin/cron: PID 7917: (CRON) error (can't switch user context)
2021/07/18 16:40:01 [cyg_server] /usr/sbin/cron: PID 7919: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/18 16:40:01 [cyg_server] /usr/sbin/cron: PID 7919: (CRON) error (can't switch user context)
2021/07/18 16:45:01 [cyg_server] /usr/sbin/cron: PID 7922: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/18 16:45:01 [cyg_server] /usr/sbin/cron: PID 7923: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/18 16:45:01 [cyg_server] /usr/sbin/cron: PID 7922: (CRON) error (can't switch user context)
2021/07/18 16:45:01 [cyg_server] /usr/sbin/cron: PID 7923: (CRON) error (can't switch user context)
2021/07/18 16:50:01 [cyg_server] /usr/sbin/cron: PID 7925: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/18 16:50:01 [cyg_server] /usr/sbin/cron: PID 7925: (CRON) error (can't switch user context)
2021/07/18 16:55:01 [cyg_server] /usr/sbin/cron: PID 7928: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/18 16:55:01 [cyg_server] /usr/sbin/cron: PID 7929: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/18 16:55:01 [cyg_server] /usr/sbin/cron: PID 7928: (CRON) error (can't switch user context)
2021/07/18 16:55:01 [cyg_server] /usr/sbin/cron: PID 7929: (CRON) error (can't switch user context)
2021/07/18 18:00:01 [cyg_server] /usr/sbin/cron: PID 7931: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/18 18:00:01 [cyg_server] /usr/sbin/cron: PID 7931: (CRON) error (can't switch user context)
2021/07/18 18:20:01 [cyg_server] /usr/sbin/cron: PID 7933: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/18 18:20:01 [cyg_server] /usr/sbin/cron: PID 7933: (CRON) error (can't switch user context)
2021/07/18 18:25:01 [cyg_server] /usr/sbin/cron: PID 7935: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/18 18:25:01 [cyg_server] /usr/sbin/cron: PID 7935: (CRON) error (can't switch user context)
2021/07/18 18:30:02 [cyg_server] /usr/sbin/cron: PID 7938: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/18 18:30:02 [cyg_server] /usr/sbin/cron: PID 7939: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/18 18:30:02 [cyg_server] /usr/sbin/cron: PID 7938: (CRON) error (can't switch user context)
2021/07/18 18:30:02 [cyg_server] /usr/sbin/cron: PID 7939: (CRON) error (can't switch user context)
2021/07/18 18:35:01 [cyg_server] /usr/sbin/cron: PID 7941: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/18 18:35:01 [cyg_server] /usr/sbin/cron: PID 7941: (CRON) error (can't switch user context)
2021/07/18 18:40:01 [cyg_server] /usr/sbin/cron: PID 7943: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/18 18:40:01 [cyg_server] /usr/sbin/cron: PID 7943: (CRON) error (can't switch user context)
2021/07/18 18:45:01 [cyg_server] /usr/sbin/cron: PID 7946: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t)
2021/07/18 18:45:01 [cyg_server] /usr/sbin/cron: PID 7948: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/18 18:45:01 [cyg_server] /usr/sbin/cron: PID 7949: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/18 18:45:01 [cyg_server] /usr/sbin/cron: PID 7946: (CRON) error (can't switch user context)
2021/07/18 18:45:01 [cyg_server] /usr/sbin/cron: PID 7948: (CRON) error (can't switch user context)
2021/07/18 18:45:01 [cyg_server] /usr/sbin/cron: PID 7949: (CRON) error (can't switch user context)
2021/07/18 18:50:01 [cyg_server] /usr/sbin/cron: PID 7951: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/18 18:50:01 [cyg_server] /usr/sbin/cron: PID 7951: (CRON) error (can't switch user context)
2021/07/18 18:55:01 [cyg_server] /usr/sbin/cron: PID 7954: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/18 18:55:01 [cyg_server] /usr/sbin/cron: PID 7955: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/18 18:55:01 [cyg_server] /usr/sbin/cron: PID 7954: (CRON) error (can't switch user context)
2021/07/18 18:55:02 [cyg_server] /usr/sbin/cron: PID 7955: (CRON) error (can't switch user context)
2021/07/18 20:00:01 [cyg_server] /usr/sbin/cron: PID 7957: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/18 20:00:01 [cyg_server] /usr/sbin/cron: PID 7957: (CRON) error (can't switch user context)
2021/07/18 20:20:01 [cyg_server] /usr/sbin/cron: PID 7959: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/18 20:20:01 [cyg_server] /usr/sbin/cron: PID 7959: (CRON) error (can't switch user context)
2021/07/18 20:25:01 [cyg_server] /usr/sbin/cron: PID 7961: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/18 20:25:01 [cyg_server] /usr/sbin/cron: PID 7961: (CRON) error (can't switch user context)
2021/07/18 20:30:01 [cyg_server] /usr/sbin/cron: PID 7964: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/18 20:30:01 [cyg_server] /usr/sbin/cron: PID 7965: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/18 20:30:01 [cyg_server] /usr/sbin/cron: PID 7964: (CRON) error (can't switch user context)
2021/07/18 20:30:01 [cyg_server] /usr/sbin/cron: PID 7965: (CRON) error (can't switch user context)
2021/07/18 20:35:01 [cyg_server] /usr/sbin/cron: PID 7967: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/18 20:35:01 [cyg_server] /usr/sbin/cron: PID 7967: (CRON) error (can't switch user context)
2021/07/18 20:40:01 [cyg_server] /usr/sbin/cron: PID 7969: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/18 20:40:01 [cyg_server] /usr/sbin/cron: PID 7969: (CRON) error (can't switch user context)
2021/07/18 20:45:01 [cyg_server] /usr/sbin/cron: PID 7972: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/18 20:45:01 [cyg_server] /usr/sbin/cron: PID 7973: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/18 20:45:01 [cyg_server] /usr/sbin/cron: PID 7972: (CRON) error (can't switch user context)
2021/07/18 20:45:01 [cyg_server] /usr/sbin/cron: PID 7973: (CRON) error (can't switch user context)
2021/07/18 20:50:01 [cyg_server] /usr/sbin/cron: PID 7975: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/18 20:50:01 [cyg_server] /usr/sbin/cron: PID 7975: (CRON) error (can't switch user context)
2021/07/18 20:55:01 [cyg_server] /usr/sbin/cron: PID 7978: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/18 20:55:01 [cyg_server] /usr/sbin/cron: PID 7979: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/18 20:55:01 [cyg_server] /usr/sbin/cron: PID 7978: (CRON) error (can't switch user context)
2021/07/18 20:55:01 [cyg_server] /usr/sbin/cron: PID 7979: (CRON) error (can't switch user context)
2021/07/18 22:00:01 [cyg_server] /usr/sbin/cron: PID 7981: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/18 22:00:01 [cyg_server] /usr/sbin/cron: PID 7981: (CRON) error (can't switch user context)
2021/07/18 22:20:01 [cyg_server] /usr/sbin/cron: PID 7983: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/18 22:20:01 [cyg_server] /usr/sbin/cron: PID 7983: (CRON) error (can't switch user context)
2021/07/18 22:25:01 [cyg_server] /usr/sbin/cron: PID 7985: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/18 22:25:01 [cyg_server] /usr/sbin/cron: PID 7985: (CRON) error (can't switch user context)
2021/07/18 22:30:01 [cyg_server] /usr/sbin/cron: PID 7988: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/18 22:30:01 [cyg_server] /usr/sbin/cron: PID 7989: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/18 22:30:01 [cyg_server] /usr/sbin/cron: PID 7988: (CRON) error (can't switch user context)
2021/07/18 22:30:01 [cyg_server] /usr/sbin/cron: PID 7989: (CRON) error (can't switch user context)
2021/07/18 22:35:01 [cyg_server] /usr/sbin/cron: PID 7991: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/18 22:35:01 [cyg_server] /usr/sbin/cron: PID 7991: (CRON) error (can't switch user context)
2021/07/18 22:40:01 [cyg_server] /usr/sbin/cron: PID 7993: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/18 22:40:01 [cyg_server] /usr/sbin/cron: PID 7993: (CRON) error (can't switch user context)
2021/07/18 22:45:01 [cyg_server] /usr/sbin/cron: PID 7996: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t)
2021/07/18 22:45:01 [cyg_server] /usr/sbin/cron: PID 7998: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/18 22:45:01 [cyg_server] /usr/sbin/cron: PID 7999: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/18 22:45:01 [cyg_server] /usr/sbin/cron: PID 7996: (CRON) error (can't switch user context)
2021/07/18 22:45:01 [cyg_server] /usr/sbin/cron: PID 7998: (CRON) error (can't switch user context)
2021/07/18 22:45:01 [cyg_server] /usr/sbin/cron: PID 7999: (CRON) error (can't switch user context)
2021/07/18 22:50:01 [cyg_server] /usr/sbin/cron: PID 8001: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/18 22:50:02 [cyg_server] /usr/sbin/cron: PID 8001: (CRON) error (can't switch user context)
2021/07/18 22:55:01 [cyg_server] /usr/sbin/cron: PID 8004: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/18 22:55:01 [cyg_server] /usr/sbin/cron: PID 8005: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/18 22:55:01 [cyg_server] /usr/sbin/cron: PID 8004: (CRON) error (can't switch user context)
2021/07/18 22:55:01 [cyg_server] /usr/sbin/cron: PID 8005: (CRON) error (can't switch user context)
2021/07/19 00:00:01 [cyg_server] /usr/sbin/cron: PID 8007: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_so_invc_ts -i -t)
2021/07/19 00:00:01 [cyg_server] /usr/sbin/cron: PID 8007: (CRON) error (can't switch user context)
2021/07/19 00:10:01 [cyg_server] /usr/sbin/cron: PID 8009: (jhetzler) CMD (~/scripts/calc_mtl_reqs calc -i)
2021/07/19 00:10:02 [cyg_server] /usr/sbin/cron: PID 8009: (CRON) error (can't switch user context)
2021/07/19 01:10:01 [cyg_server] /usr/sbin/cron: PID 8011: (jhetzler) CMD (~/scripts/sageget -c TPA fetch-set tpa_std -i)
2021/07/19 01:10:01 [cyg_server] /usr/sbin/cron: PID 8011: (CRON) error (can't switch user context)
2021/07/19 06:00:01 [cyg_server] /usr/sbin/cron: PID 8013: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/19 06:00:01 [cyg_server] /usr/sbin/cron: PID 8013: (CRON) error (can't switch user context)
2021/07/19 06:20:01 [cyg_server] /usr/sbin/cron: PID 8015: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/19 06:20:01 [cyg_server] /usr/sbin/cron: PID 8015: (CRON) error (can't switch user context)
2021/07/19 06:25:01 [cyg_server] /usr/sbin/cron: PID 8017: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/19 06:25:01 [cyg_server] /usr/sbin/cron: PID 8017: (CRON) error (can't switch user context)
2021/07/19 06:30:01 [cyg_server] /usr/sbin/cron: PID 8020: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/19 06:30:01 [cyg_server] /usr/sbin/cron: PID 8021: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/19 06:30:01 [cyg_server] /usr/sbin/cron: PID 8020: (CRON) error (can't switch user context)
2021/07/19 06:30:01 [cyg_server] /usr/sbin/cron: PID 8021: (CRON) error (can't switch user context)
2021/07/19 06:35:01 [cyg_server] /usr/sbin/cron: PID 8023: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/19 06:35:01 [cyg_server] /usr/sbin/cron: PID 8023: (CRON) error (can't switch user context)
2021/07/19 06:40:01 [cyg_server] /usr/sbin/cron: PID 8025: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/19 06:40:01 [cyg_server] /usr/sbin/cron: PID 8025: (CRON) error (can't switch user context)
2021/07/19 06:45:01 [cyg_server] /usr/sbin/cron: PID 8028: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t)
2021/07/19 06:45:01 [cyg_server] /usr/sbin/cron: PID 8030: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/19 06:45:01 [cyg_server] /usr/sbin/cron: PID 8031: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/19 06:45:01 [cyg_server] /usr/sbin/cron: PID 8028: (CRON) error (can't switch user context)
2021/07/19 06:45:01 [cyg_server] /usr/sbin/cron: PID 8030: (CRON) error (can't switch user context)
2021/07/19 06:45:01 [cyg_server] /usr/sbin/cron: PID 8031: (CRON) error (can't switch user context)
2021/07/19 06:50:01 [cyg_server] /usr/sbin/cron: PID 8033: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/19 06:50:01 [cyg_server] /usr/sbin/cron: PID 8033: (CRON) error (can't switch user context)
2021/07/19 06:55:02 [cyg_server] /usr/sbin/cron: PID 8036: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/19 06:55:02 [cyg_server] /usr/sbin/cron: PID 8037: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/19 06:55:02 [cyg_server] /usr/sbin/cron: PID 8036: (CRON) error (can't switch user context)
2021/07/19 06:55:02 [cyg_server] /usr/sbin/cron: PID 8037: (CRON) error (can't switch user context)
2021/07/19 08:00:01 [cyg_server] /usr/sbin/cron: PID 8039: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/19 08:00:01 [cyg_server] /usr/sbin/cron: PID 8039: (CRON) error (can't switch user context)
2021/07/19 08:20:01 [cyg_server] /usr/sbin/cron: PID 8041: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/19 08:20:01 [cyg_server] /usr/sbin/cron: PID 8041: (CRON) error (can't switch user context)
2021/07/19 08:25:01 [cyg_server] /usr/sbin/cron: PID 8043: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/19 08:25:01 [cyg_server] /usr/sbin/cron: PID 8043: (CRON) error (can't switch user context)
2021/07/19 08:30:01 [cyg_server] /usr/sbin/cron: PID 8046: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/19 08:30:01 [cyg_server] /usr/sbin/cron: PID 8047: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/19 08:30:01 [cyg_server] /usr/sbin/cron: PID 8046: (CRON) error (can't switch user context)
2021/07/19 08:30:01 [cyg_server] /usr/sbin/cron: PID 8047: (CRON) error (can't switch user context)
2021/07/19 08:35:01 [cyg_server] /usr/sbin/cron: PID 8049: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/19 08:35:01 [cyg_server] /usr/sbin/cron: PID 8049: (CRON) error (can't switch user context)
2021/07/19 08:40:01 [cyg_server] /usr/sbin/cron: PID 8051: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/19 08:40:01 [cyg_server] /usr/sbin/cron: PID 8051: (CRON) error (can't switch user context)
2021/07/19 08:45:01 [cyg_server] /usr/sbin/cron: PID 8054: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/19 08:45:02 [cyg_server] /usr/sbin/cron: PID 8055: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/19 08:45:02 [cyg_server] /usr/sbin/cron: PID 8054: (CRON) error (can't switch user context)
2021/07/19 08:45:02 [cyg_server] /usr/sbin/cron: PID 8055: (CRON) error (can't switch user context)
2021/07/19 08:50:01 [cyg_server] /usr/sbin/cron: PID 8057: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/19 08:50:01 [cyg_server] /usr/sbin/cron: PID 8057: (CRON) error (can't switch user context)
2021/07/19 08:55:01 [cyg_server] /usr/sbin/cron: PID 8060: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/19 08:55:01 [cyg_server] /usr/sbin/cron: PID 8061: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/19 08:55:01 [cyg_server] /usr/sbin/cron: PID 8060: (CRON) error (can't switch user context)
2021/07/19 08:55:01 [cyg_server] /usr/sbin/cron: PID 8061: (CRON) error (can't switch user context)
2021/07/19 10:00:01 [cyg_server] /usr/sbin/cron: PID 8063: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/19 10:00:02 [cyg_server] /usr/sbin/cron: PID 8063: (CRON) error (can't switch user context)
2021/07/19 10:20:01 [cyg_server] /usr/sbin/cron: PID 8065: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/19 10:20:01 [cyg_server] /usr/sbin/cron: PID 8065: (CRON) error (can't switch user context)
2021/07/19 10:25:01 [cyg_server] /usr/sbin/cron: PID 8067: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/19 10:25:01 [cyg_server] /usr/sbin/cron: PID 8067: (CRON) error (can't switch user context)
2021/07/19 10:30:01 [cyg_server] /usr/sbin/cron: PID 8070: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/19 10:30:01 [cyg_server] /usr/sbin/cron: PID 8071: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/19 10:30:01 [cyg_server] /usr/sbin/cron: PID 8071: (CRON) error (can't switch user context)
2021/07/19 10:30:01 [cyg_server] /usr/sbin/cron: PID 8070: (CRON) error (can't switch user context)
2021/07/19 10:35:01 [cyg_server] /usr/sbin/cron: PID 8073: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/19 10:35:01 [cyg_server] /usr/sbin/cron: PID 8073: (CRON) error (can't switch user context)
2021/07/19 10:40:01 [cyg_server] /usr/sbin/cron: PID 8075: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/19 10:40:01 [cyg_server] /usr/sbin/cron: PID 8075: (CRON) error (can't switch user context)
2021/07/19 10:45:01 [cyg_server] /usr/sbin/cron: PID 8077: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-task att_invy_ts -i -t)
2021/07/19 10:45:01 [cyg_server] /usr/sbin/cron: PID 8079: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/19 10:45:01 [cyg_server] /usr/sbin/cron: PID 8081: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/19 10:45:01 [cyg_server] /usr/sbin/cron: PID 8077: (CRON) error (can't switch user context)
2021/07/19 10:45:01 [cyg_server] /usr/sbin/cron: PID 8079: (CRON) error (can't switch user context)
2021/07/19 10:45:01 [cyg_server] /usr/sbin/cron: PID 8081: (CRON) error (can't switch user context)
2021/07/19 10:50:01 [cyg_server] /usr/sbin/cron: PID 8083: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/19 10:50:01 [cyg_server] /usr/sbin/cron: PID 8083: (CRON) error (can't switch user context)
2021/07/19 10:55:01 [cyg_server] /usr/sbin/cron: PID 8086: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/19 10:55:01 [cyg_server] /usr/sbin/cron: PID 8087: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/19 10:55:01 [cyg_server] /usr/sbin/cron: PID 8086: (CRON) error (can't switch user context)
2021/07/19 10:55:01 [cyg_server] /usr/sbin/cron: PID 8087: (CRON) error (can't switch user context)
2021/07/19 12:00:01 [cyg_server] /usr/sbin/cron: PID 8089: (jhetzler) CMD (~/scripts/sageget -c ATT fetch-set att_std -i)
2021/07/19 12:00:01 [cyg_server] /usr/sbin/cron: PID 8089: (CRON) error (can't switch user context)
2021/07/19 12:20:01 [cyg_server] /usr/sbin/cron: PID 8091: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invc -i)
2021/07/19 12:20:01 [cyg_server] /usr/sbin/cron: PID 8091: (CRON) error (can't switch user context)
2021/07/19 12:25:01 [cyg_server] /usr/sbin/cron: PID 8093: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_invcls -i)
2021/07/19 12:25:01 [cyg_server] /usr/sbin/cron: PID 8093: (CRON) error (can't switch user context)
2021/07/19 12:30:01 [cyg_server] /usr/sbin/cron: PID 8096: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_po -i)
2021/07/19 12:30:01 [cyg_server] /usr/sbin/cron: PID 8097: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_so -i)
2021/07/19 12:30:01 [cyg_server] /usr/sbin/cron: PID 8096: (CRON) error (can't switch user context)
2021/07/19 12:30:02 [cyg_server] /usr/sbin/cron: PID 8097: (CRON) error (can't switch user context)
2021/07/19 12:35:01 [cyg_server] /usr/sbin/cron: PID 8099: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_imith -i)
2021/07/19 12:35:01 [cyg_server] /usr/sbin/cron: PID 8099: (CRON) error (can't switch user context)
2021/07/19 12:40:01 [cyg_server] /usr/sbin/cron: PID 8101: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_gldtl -i)
2021/07/19 12:40:01 [cyg_server] /usr/sbin/cron: PID 8101: (CRON) error (can't switch user context)
2021/07/19 12:45:01 [cyg_server] /usr/sbin/cron: PID 8104: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apinvc -i)
2021/07/19 12:45:01 [cyg_server] /usr/sbin/cron: PID 8105: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_apihh -i)
2021/07/19 12:45:01 [cyg_server] /usr/sbin/cron: PID 8105: (CRON) error (can't switch user context)
2021/07/19 12:45:01 [cyg_server] /usr/sbin/cron: PID 8104: (CRON) error (can't switch user context)
2021/07/19 12:50:01 [cyg_server] /usr/sbin/cron: PID 8107: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_arihh -i)
2021/07/19 12:50:01 [cyg_server] /usr/sbin/cron: PID 8107: (CRON) error (can't switch user context)
2021/07/19 12:55:01 [cyg_server] /usr/sbin/cron: PID 8110: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_prodn_hist -i)
2021/07/19 12:55:01 [cyg_server] /usr/sbin/cron: PID 8111: (jhetzler) CMD (~/scripts/sageget -c ATT import-task att_bom_bills -i)
2021/07/19 12:55:01 [cyg_server] /usr/sbin/cron: PID 8110: (CRON) error (can't switch user context)
2021/07/19 12:55:01 [cyg_server] /usr/sbin/cron: PID 8111: (CRON) error (can't switch user context)
2021/07/19 12:57:04 [cyg_server] cron: PID 7430: `cron' service stopped, exit status: 0
2021/07/19 12:57:40 [cyg_server] /usr/sbin/cron: PID 8235: (CRON) STARTUP (V5.0)
2021/07/19 12:57:41 [cyg_server] cron: PID 8234: `cron' service started
2021/07/19 13:08:11 [jhetzler] crontab: PID 8302: (jhetzler) LIST (jhetzler)
2021/07/19 13:14:36 [jhetzler] crontab: PID 8384: (jhetzler) LIST (jhetzler)
Cygcheck:
Cygwin Configuration Diagnostics
Current System Time: Mon Jul 19 18:14:37 2021
Windows 2016 Server Standard Ver 10.0 Build 17763
Running in Terminal Service session
Path: C:\cygwin64\usr\local\bin
C:\cygwin64\bin
C:\Windows\system32
C:\Windows
C:\Windows\System32\Wbem
C:\Windows\System32\WindowsPowerShell\v1.0
C:\Windows\System32\OpenSSH
C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\110\Tools\Binn
C:\Program Files (x86)\Microsoft SQL Server\120\Tools\Binn
C:\Program Files\Microsoft SQL Server\120\Tools\Binn
C:\Program Files\Microsoft SQL Server\120\DTS\Binn
C:\Users\jhetzler\AppData\Local\Microsoft\WindowsApps
C:\cygwin64\home\jhetzler\scripts
C:\cygwin64\usr\games
C:\google_appengine
C:\Windows\System32
C:\Program Files\PSTools
Output from C:\cygwin64\bin\id.exe
UID: 1049818(jhetzler)
GID: 1049089(Domain Users)
1049089(Domain Users)
555(Remote Desktop Users)
545(Users)
544(Administrators)
14(REMOTE INTERACTIVE LOGON)
4(INTERACTIVE)
11(Authenticated Users)
15(This Organization)
4095(CurrentSession)
66048(LOCAL)
1049088(Domain Admins)
1049096(Group Policy Creator Owners)
1054195(Genesis - ESHA)
1049952(Organization Management)
1053820(Fileshare - Atticus (rw))
1049094(Schema Admins)
1049095(Enterprise Admins)
1049697(Web Workplace Users)
1049695(SBS Report Users)
1049148(Denied RODC Password Replication Group)
1049706(Offer Remote Assistance Helpers)
405504(High Mandatory Level)
SysDir: C:\Windows\system32
WinDir: C:\Windows
USER = 'jhetzler'
PWD = '/home/jhetzler'
HOME = '/home/jhetzler'
CYGWIN = 'ntsec'
USERDOMAIN = 'CHABASOBAKERY'
OS = 'Windows_NT'
COMMONPROGRAMFILES = 'C:\Program Files\Common Files'
LS_COLORS = 'no=00:rs=0:fi=00:su=37;41:sg=30;43:ca=30;41:ex=01;32:di=01;34:tw=01;34:ow=01;34:st=01;34:ln=01;36:or=40;31;01:mi=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:mh=00:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:'
PROCESSOR_LEVEL = '6'
PSModulePath = 'C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files (x86)\Microsoft SQL Server\120\Tools\PowerShell\Modules\'
CommonProgramW6432 = 'C:\Program Files\Common Files'
CommonProgramFiles(x86) = 'C:\Program Files (x86)\Common Files'
LANG = 'C.UTF-8'
TZ = 'America/New_York'
NETHACK_MSGHANDLER = '/home/jhetzler/scripts/nh_mhandler'
LOGDIR = '/home/jhetzler/log'
LESS = '-x4 -M -R -i -S -g -Q -j4'
HOSTNAME = 'CBAPPS'
PUBLIC = 'C:\Users\Public'
OLDPWD = '/cygdrive/c/Users/jhetzler/Desktop'
EDITOR = '/usr/bin/vim'
GEM_HOME = '/usr/local/bin'
USERNAME = 'jhetzler'
MAILDIR = '/home/jhetzler/.offlineimap'
LOGONSERVER = '\\CBFILE'
PROCESSOR_ARCHITECTURE = 'AMD64'
LOCALAPPDATA = 'C:\Users\jhetzler\AppData\Local'
COMPUTERNAME = 'CBAPPS'
PAGER = '/usr/bin/less'
LC_COLLATE = 'C'
SYSTEMDRIVE = 'C:'
USERPROFILE = 'C:\Users\jhetzler'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC'
SYSTEMROOT = 'C:\Windows'
USERDOMAIN_ROAMINGPROFILE = 'CHABASOBAKERY'
PROCESSOR_IDENTIFIER = 'Intel64 Family 6 Model 63 Stepping 2, GenuineIntel'
TMP = '/tmp'
LC_CTYPE = 'C.UTF-8'
TERM_PROGRAM = 'mintty'
TERM_PROGRAM_VERSION = '3.5.0'
SESSION_IS_ELEVATED = 'yes'
AV_LOG_FORCE_NOCOLOR = '1'
PROCESSOR_REVISION = '3f02'
PERLDOC = '-otext'
PROFILEREAD = 'true'
USERDNSDOMAIN = 'CHABASOBAKERY.LOCAL'
PARINIT = 'rTbgqR B=.,?_A_a Q=_s>|'
NUMBER_OF_PROCESSORS = '2'
ProgramW6432 = 'C:\Program Files'
COLUMNS = '136'
ZCODE_PATH = '/home/jhetzler/.zcode/'
COMSPEC = 'C:\Windows\system32\cmd.exe'
GIT_BRANCH_FORMAT = '%(HEAD) %(align:left,28)%(refname:short)%(end) %(align:left,10)%(objectname:short)%(end) %(align:left,12)%(creatordate:short)%(end) %(contents:subject)'
APPDATA = 'C:\Users\jhetzler\AppData\Roaming'
TERM = 'xterm-256color'
SHELL = '/usr/bin/bash'
WINDIR = 'C:\Windows'
PERL5LIB = '/home/jhetzler/lib/perl:/usr/local/libperl'
ProgramData = 'C:\ProgramData'
SHLVL = '2'
PYTHONPATH = '/home/jhetzler/lib/python'
PRINTER = 'Genesis PDF Printer'
PROGRAMFILES = 'C:\Program Files'
PERLIO = 'perlio'
ALLUSERSPROFILE = 'C:\ProgramData'
TEMP = '/tmp'
UNZIP = '-L'
DriverData = 'C:\Windows\System32\Drivers\DriverData'
NH_MSGLOGPATH = '/home/jhetzler/log/nethack'
ProgramFiles(x86) = 'C:\Program Files (x86)'
__COMPAT_LAYER = 'RunAsAdmin'
HOMEDRIVE = 'C:'
INFOPATH = '/usr/local/info:/usr/share/info:/usr/info'
HOMEPATH = '\Users\jhetzler'
MANWIDTH = '80'
ORIGINAL_PATH = '/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Windows/System32/WindowsPowerShell/v1.0:/cygdrive/c/Windows/System32/OpenSSH:/cygdrive/c/Program Files/Microsoft SQL Server/Client SDK/ODBC/110/Tools/Binn:/cygdrive/c/Program Files (x86)/Microsoft SQL Server/120/Tools/Binn:/cygdrive/c/Program Files/Microsoft SQL Server/120/Tools/Binn:/cygdrive/c/Program Files/Microsoft SQL Server/120/DTS/Binn:/cygdrive/c/Users/jhetzler/AppData/Local/Microsoft/WindowsApps'
EXECIGNORE = '*.dll'
BASH_FUNC_handydate%% = '() { date +%Y%m%d-%H.%M.%S
}'
_ = '/usr/bin/cygcheck'
HKEY_CURRENT_USER\Software\Cygwin
HKEY_CURRENT_USER\Software\Cygwin\Installations
(default) = '\??\C:\cygwin64'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Installations
(default) = '\??\C:\cygwin64'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\setup
(default) = 'C:\cygwin64'
obcaseinsensitive set to 1
Cygwin installations found in the registry:
System: Key: e022582115c10879 Path: C:\cygwin64
User: Key: e022582115c10879 Path: C:\cygwin64
c: hd NTFS 153048Mb 24% CP CS UN PA FC QU
d: cd N/A N/A
C:\cygwin64 / system binary,auto
C:\cygwin64\bin /usr/bin system binary,auto
C:\cygwin64\lib /usr/lib system binary,auto
cygdrive prefix /cygdrive user binary,posix=0,auto
Found: C:\cygwin64\bin\awk
-> C:\cygwin64\bin\gawk.exe
Found: C:\cygwin64\bin\bash.exe
Found: C:\cygwin64\bin\cat.exe
Found: C:\Windows\system32\certutil.exe
Found: C:\Windows\System32\certutil.exe
Not Found: clinfo
Found: C:\Windows\system32\comp.exe
Found: C:\Windows\System32\comp.exe
Found: C:\Windows\system32\convert.exe
Found: C:\Windows\System32\convert.exe
Found: C:\cygwin64\bin\cp.exe
Found: C:\cygwin64\bin\cpp.exe
Found: C:\cygwin64\bin\crontab.exe
Found: C:\Windows\system32\curl.exe
Found: C:\Windows\System32\curl.exe
Found: C:\cygwin64\bin\expand.exe
Found: C:\Windows\system32\expand.exe
Warning: C:\cygwin64\bin\expand.exe hides C:\Windows\system32\expand.exe
Found: C:\Windows\System32\expand.exe
Warning: C:\cygwin64\bin\expand.exe hides C:\Windows\System32\expand.exe
Found: C:\cygwin64\bin\find.exe
Found: C:\Windows\system32\find.exe
Warning: C:\cygwin64\bin\find.exe hides C:\Windows\system32\find.exe
Found: C:\Windows\System32\find.exe
Warning: C:\cygwin64\bin\find.exe hides C:\Windows\System32\find.exe
Found: C:\Windows\system32\ftp.exe
Found: C:\Windows\System32\ftp.exe
Found: C:\cygwin64\bin\gcc.exe
Not Found: gdb
Found: C:\cygwin64\bin\grep.exe
Found: C:\cygwin64\bin\hostname.exe
Found: C:\Windows\system32\hostname.exe
Warning: C:\cygwin64\bin\hostname.exe hides C:\Windows\system32\hostname.exe
Found: C:\Windows\System32\hostname.exe
Warning: C:\cygwin64\bin\hostname.exe hides C:\Windows\System32\hostname.exe
Found: C:\cygwin64\bin\kill.exe
Found: C:\Windows\system32\klist.exe
Found: C:\Windows\System32\klist.exe
Found: C:\cygwin64\bin\ld.exe
Found: C:\cygwin64\bin\ls.exe
Found: C:\cygwin64\bin\make.exe
Found: C:\cygwin64\bin\mv.exe
Found: C:\Windows\system32\nslookup.exe
Found: C:\Windows\System32\nslookup.exe
Not Found: patch
Found: C:\cygwin64\bin\perl.exe
Found: C:\Windows\system32\replace.exe
Found: C:\Windows\System32\replace.exe
Found: C:\cygwin64\bin\rm.exe
Found: C:\cygwin64\bin\sed.exe
Found: C:\cygwin64\bin\sh.exe
Found: C:\Windows\system32\shutdown.exe
Found: C:\Windows\System32\shutdown.exe
Found: C:\cygwin64\bin\sort.exe
Found: C:\Windows\system32\sort.exe
Warning: C:\cygwin64\bin\sort.exe hides C:\Windows\system32\sort.exe
Found: C:\Windows\System32\sort.exe
Warning: C:\cygwin64\bin\sort.exe hides C:\Windows\System32\sort.exe
Found: C:\cygwin64\bin\ssh.exe
Found: C:\Windows\System32\OpenSSH\ssh.exe
Warning: C:\cygwin64\bin\ssh.exe hides C:\Windows\System32\OpenSSH\ssh.exe
Found: C:\cygwin64\bin\tar.exe
Found: C:\Windows\system32\tar.exe
Warning: C:\cygwin64\bin\tar.exe hides C:\Windows\system32\tar.exe
Found: C:\Windows\System32\tar.exe
Warning: C:\cygwin64\bin\tar.exe hides C:\Windows\System32\tar.exe
Found: C:\cygwin64\bin\test.exe
Found: C:\cygwin64\bin\timeout.exe
Found: C:\Windows\system32\timeout.exe
Warning: C:\cygwin64\bin\timeout.exe hides C:\Windows\system32\timeout.exe
Found: C:\Windows\System32\timeout.exe
Warning: C:\cygwin64\bin\timeout.exe hides C:\Windows\System32\timeout.exe
Found: C:\cygwin64\bin\vi.exe
Found: C:\cygwin64\bin\vim.exe
Found: C:\cygwin64\bin\whoami.exe
Found: C:\Windows\system32\whoami.exe
Warning: C:\cygwin64\bin\whoami.exe hides C:\Windows\system32\whoami.exe
Found: C:\Windows\System32\whoami.exe
Warning: C:\cygwin64\bin\whoami.exe hides C:\Windows\System32\whoami.exe
39k 2016/09/19 C:\cygwin64\bin\cygargp-0.dll - os=4.0 img=0.0 sys=5.2
"cygargp-0.dll" v0.0 ts=2016-09-19 02:13
29k 2020/09/12 C:\cygwin64\bin\cygatomic-1.dll - os=4.0 img=0.0 sys=5.2
"cygatomic-1.dll" v0.0 ts=2020-09-12 14:32
19k 2018/12/20 C:\cygwin64\bin\cygattr-1.dll - os=4.0 img=0.0 sys=5.2
"cygattr-1.dll" v0.0 ts=2018-12-20 09:48
254k 2020/03/31 C:\cygwin64\bin\cygblkid-1.dll - os=4.0 img=0.0 sys=5.2
"cygblkid-1.dll" v0.0 ts=2020-03-28 06:22
132k 2021/04/20 C:\cygwin64\bin\cygbrotlicommon-1.dll - os=4.0 img=1.0 sys=5.2
"cygbrotlicommon-1.dll" v0.0 ts=2021-04-20 11:42
46k 2021/04/20 C:\cygwin64\bin\cygbrotlidec-1.dll - os=4.0 img=1.0 sys=5.2
"cygbrotlidec-1.dll" v0.0 ts=2021-04-20 11:42
66k 2019/07/21 C:\cygwin64\bin\cygbz2-1.dll - os=4.0 img=0.0 sys=5.2
"cygbz2-1.dll" v0.0 ts=2019-07-22 00:05
42k 2020/02/17 C:\cygwin64\bin\cygcbor-0.dll - os=4.0 img=0.0 sys=5.2
"cygcbor-0.dll" v0.0 ts=2020-02-17 12:04
13k 2019/01/02 C:\cygwin64\bin\cygcom_err-2.dll - os=4.0 img=0.0 sys=5.2
"cygcom_err-2.dll" v0.0 ts=2019-01-02 02:39
39k 2017/09/03 C:\cygwin64\bin\cygcrypt-0.dll - os=4.0 img=0.0 sys=5.2
"cygcrypt-0.dll" v0.0 ts=2017-09-03 08:18
193k 2021/05/20 C:\cygwin64\bin\cygcrypt-2.dll - os=4.0 img=0.0 sys=5.2
"cygcrypt-2.dll" v0.0 ts=2021-05-20 09:38
2451k 2020/04/08 C:\cygwin64\bin\cygcrypto-1.1.dll - os=4.0 img=0.0 sys=5.2
"cygcrypto-1.1.dll" v0.0 ts=2020-04-08 12:11
654k 2021/05/29 C:\cygwin64\bin\cygcurl-4.dll - os=4.0 img=0.0 sys=5.2
"cygcurl-4.dll" v0.0 ts=2021-05-29 20:10
1552k 2017/09/28 C:\cygwin64\bin\cygdb-5.3.dll - os=4.0 img=0.0 sys=5.2
"cygdb-5.3.dll" v0.0 ts=2017-09-28 20:05
119k 2017/09/28 C:\cygwin64\bin\cygdb_cxx-5.3.dll - os=4.0 img=0.0 sys=5.2
"cygdb_cxx-5.3.dll" v0.0 ts=2017-09-28 20:06
569k 2017/09/28 C:\cygwin64\bin\cygdb_sql-5.3.dll - os=4.0 img=0.0 sys=5.2
"cygdb_sql-5.3.dll" v0.0 ts=2017-09-28 20:06
154k 2013/10/20 C:\cygwin64\bin\cygedit-0.dll - os=4.0 img=0.0 sys=5.2
"cygedit-0.dll" v0.0 ts=2013-10-20 21:56
181k 2018/09/27 C:\cygwin64\bin\cygexpat-1.dll - os=4.0 img=0.0 sys=5.2
"cygexpat-1.dll" v0.0 ts=2018-09-27 18:30
353k 2020/03/31 C:\cygwin64\bin\cygfdisk-1.dll - os=4.0 img=0.0 sys=5.2
"cygfdisk-1.dll" v0.0 ts=2020-03-28 06:23
27k 2015/11/17 C:\cygwin64\bin\cygffi-6.dll - os=4.0 img=0.0 sys=5.2
"cygffi-6.dll" v0.0 ts=2015-11-17 22:14
136k 2020/10/20 C:\cygwin64\bin\cygfido2-1.dll - os=4.0 img=1.5 sys=5.2
"cygfido2-1.dll" v0.0 ts=2020-10-20 19:25
56k 2019/07/28 C:\cygwin64\bin\cygformw-10.dll - os=4.0 img=0.0 sys=5.2
"cygformw-10.dll" v0.0 ts=2019-07-28 17:33
137k 2019/03/29 C:\cygwin64\bin\cyggc-1.dll - os=4.0 img=0.0 sys=5.2
"cyggc-1.dll" v0.0 ts=2019-03-29 22:16
72k 2020/09/12 C:\cygwin64\bin\cyggcc_s-seh-1.dll - os=4.0 img=0.0 sys=5.2
"cyggcc_s-seh-1.dll" v0.0 ts=2020-09-12 14:20
49k 2019/07/10 C:\cygwin64\bin\cyggdbm-6.dll - os=4.0 img=0.0 sys=5.2
"cyggdbm-6.dll" v0.0 ts=2019-07-10 14:53
13k 2019/07/10 C:\cygwin64\bin\cyggdbm_compat-4.dll - os=4.0 img=0.0 sys=5.2
"cyggdbm_compat-4.dll" v0.0 ts=2019-07-10 14:53
580k 2020/11/16 C:\cygwin64\bin\cyggmp-10.dll - os=4.0 img=0.0 sys=5.2
"cyggmp-10.dll" v0.0 ts=2020-11-16 18:53
206k 2020/09/12 C:\cygwin64\bin\cyggomp-1.dll - os=4.0 img=0.0 sys=5.2
"cyggomp-1.dll" v0.0 ts=2020-09-12 14:21
274k 2018/03/16 C:\cygwin64\bin\cyggssapi_krb5-2.dll - os=4.0 img=0.0 sys=5.2
"cyggssapi_krb5-2.dll" v0.0 ts=2018-03-16 03:38
1070k 2020/03/13 C:\cygwin64\bin\cygguile-2.2-1.dll - os=4.0 img=0.0 sys=5.2
"cygguile-2.2-1.dll" v0.0 ts=2020-03-08 21:47
33k 2017/02/13 C:\cygwin64\bin\cyghistory7.dll - os=4.0 img=0.0 sys=5.2
"cyghistory7.dll" v0.0 ts=2017-02-11 22:39
1007k 2020/07/13 C:\cygwin64\bin\cygiconv-2.dll - os=4.0 img=0.0 sys=5.2
"cygiconv-2.dll" v0.0 ts=2020-07-13 13:57
124k 2021/05/19 C:\cygwin64\bin\cygidn2-0.dll - os=4.0 img=0.0 sys=5.2
"cygidn2-0.dll" v0.0 ts=2021-05-19 22:59
42k 2016/10/23 C:\cygwin64\bin\cygintl-8.dll - os=4.0 img=0.0 sys=5.2
"cygintl-8.dll" v0.0 ts=2016-10-23 07:17
1560k 2020/03/01 C:\cygwin64\bin\cygisl-22.dll - os=4.0 img=0.0 sys=5.2
"cygisl-22.dll" v0.0 ts=2020-03-01 16:46
192k 2018/03/16 C:\cygwin64\bin\cygk5crypto-3.dll - os=4.0 img=0.0 sys=5.2
"cygk5crypto-3.dll" v0.0 ts=2018-03-16 03:37
754k 2018/03/16 C:\cygwin64\bin\cygkrb5-3.dll - os=4.0 img=0.0 sys=5.2
"cygkrb5-3.dll" v0.0 ts=2018-03-16 03:37
37k 2018/03/16 C:\cygwin64\bin\cygkrb5support-0.dll - os=4.0 img=0.0 sys=5.2
"cygkrb5support-0.dll" v0.0 ts=2018-03-16 03:36
48k 2021/06/12 C:\cygwin64\bin\cyglber-2-4-2.dll - os=4.0 img=0.0 sys=5.2
"cyglber-2-4-2.dll" v0.0 ts=2021-06-12 19:04
266k 2021/06/12 C:\cygwin64\bin\cygldap-2-4-2.dll - os=4.0 img=0.0 sys=5.2
"cygldap-2-4-2.dll" v0.0 ts=2021-06-12 19:05
283k 2021/06/12 C:\cygwin64\bin\cygldap_r-2-4-2.dll - os=4.0 img=0.0 sys=5.2
"cygldap_r-2-4-2.dll" v0.0 ts=2021-06-12 19:07
35k 2019/07/28 C:\cygwin64\bin\cygltdl-7.dll - os=4.0 img=0.0 sys=5.2
"cygltdl-7.dll" v0.0 ts=2019-07-28 17:44
73k 2017/06/19 C:\cygwin64\bin\cyglz4-1.dll - os=4.0 img=0.0 sys=5.2
"cyglz4-1.dll" v0.0 ts=2017-06-19 15:40
144k 2019/07/21 C:\cygwin64\bin\cyglzma-5.dll - os=4.0 img=0.0 sys=5.2
"cyglzma-5.dll" v0.0 ts=2019-07-22 00:15
153k 2020/10/29 C:\cygwin64\bin\cygmagic-1.dll - os=4.0 img=0.0 sys=5.2
"cygmagic-1.dll" v0.0 ts=2020-10-29 21:32
212k 2021/02/16 C:\cygwin64\bin\cygman-2-9-4.dll - os=4.0 img=0.0 sys=5.2
"cygman-2-9-4.dll" v0.0 ts=2021-02-16 17:36
24k 2021/02/16 C:\cygwin64\bin\cygmandb-2-9-4.dll - os=4.0 img=0.0 sys=5.2
"cygmandb-2-9-4.dll" v0.0 ts=2021-02-16 17:36
28k 2019/07/28 C:\cygwin64\bin\cygmenuw-10.dll - os=4.0 img=0.0 sys=5.2
"cygmenuw-10.dll" v0.0 ts=2019-07-28 17:32
100k 2020/10/25 C:\cygwin64\bin\cygmpc-3.dll - os=4.0 img=0.0 sys=5.2
"cygmpc-3.dll" v0.0 ts=2020-10-25 13:36
2664k 2020/07/11 C:\cygwin64\bin\cygmpfr-6.dll - os=4.0 img=0.0 sys=5.2
"cygmpfr-6.dll" v0.0 ts=2020-07-11 14:36
301k 2019/07/28 C:\cygwin64\bin\cygncursesw-10.dll - os=4.0 img=0.0 sys=5.2
"cygncursesw-10.dll" v0.0 ts=2019-07-28 17:30
163k 2021/05/30 C:\cygwin64\bin\cygnghttp2-14.dll - os=4.0 img=0.0 sys=5.2
"cygnghttp2-14.dll" v0.0 ts=2021-05-30 07:18
1020k 2020/03/27 C:\cygwin64\bin\cygp11-kit-0.dll - os=4.0 img=0.0 sys=5.2
"cygp11-kit-0.dll" v0.0 ts=2020-03-27 22:30
14k 2019/07/28 C:\cygwin64\bin\cygpanelw-10.dll - os=4.0 img=0.0 sys=5.2
"cygpanelw-10.dll" v0.0 ts=2019-07-28 17:32
497k 2021/06/20 C:\cygwin64\bin\cygpcre-1.dll - os=4.0 img=0.0 sys=5.2
"cygpcre-1.dll" v0.0 ts=2021-06-20 12:53
603k 2021/05/28 C:\cygwin64\bin\cygpcre2-8-0.dll - os=4.0 img=0.0 sys=5.2
"cygpcre2-8-0.dll" v0.0 ts=2021-05-28 21:11
3566k 2021/02/06 C:\cygwin64\bin\cygperl5_32.dll - os=4.0 img=0.0 sys=5.2
"cygperl5_32.dll" v0.0 ts=2021-02-06 11:42
42k 2020/12/27 C:\cygwin64\bin\cygpipeline-1.dll - os=4.0 img=0.0 sys=5.2
"cygpipeline-1.dll" v0.0 ts=2020-12-27 14:15
53k 2020/04/06 C:\cygwin64\bin\cygpkgconf-3.dll - os=4.0 img=0.0 sys=5.2
"cygpkgconf-3.dll" v0.0 ts=2020-04-06 17:37
42k 2020/12/31 C:\cygwin64\bin\cygpopt-0.dll - os=4.0 img=0.0 sys=5.2
"cygpopt-0.dll" v0.0 ts=2020-12-31 12:16
69k 2021/05/21 C:\cygwin64\bin\cygpsl-5.dll - os=4.0 img=0.0 sys=5.2
"cygpsl-5.dll" v0.0 ts=2021-05-21 08:58
357k 2020/09/12 C:\cygwin64\bin\cygquadmath-0.dll - os=4.0 img=0.0 sys=5.2
"cygquadmath-0.dll" v0.0 ts=2020-09-12 14:32
219k 2017/02/13 C:\cygwin64\bin\cygreadline7.dll - os=4.0 img=0.0 sys=5.2
"cygreadline7.dll" v0.0 ts=2017-02-11 22:39
99k 2020/01/09 C:\cygwin64\bin\cygsasl2-3.dll - os=4.0 img=0.0 sys=5.2
"cygsasl2-3.dll" v0.0 ts=2020-01-09 02:13
11k 2015/07/17 C:\cygwin64\bin\cygsigsegv-2.dll - os=4.0 img=0.0 sys=5.2
"cygsigsegv-2.dll" v0.0 ts=2015-07-17 22:35
156k 2020/03/31 C:\cygwin64\bin\cygsmartcols-1.dll - os=4.0 img=0.0 sys=5.2
"cygsmartcols-1.dll" v0.0 ts=2020-03-28 06:22
1277k 2020/12/24 C:\cygwin64\bin\cygsqlite3-0.dll - os=4.0 img=0.0 sys=5.2
"cygsqlite3-0.dll" v0.0 ts=2020-12-24 07:59
18k 2020/12/24 C:\cygwin64\bin\cygsqlite3vfslog-0.dll - os=4.0 img=0.0 sys=5.2
"cygsqlite3vfslog-0.dll" v0.0 ts=2020-12-24 07:59
226k 2021/05/15 C:\cygwin64\bin\cygssh2-1.dll - os=4.0 img=0.0 sys=5.2
"cygssh2-1.dll" v0.0 ts=2021-05-15 18:29
506k 2020/04/08 C:\cygwin64\bin\cygssl-1.1.dll - os=4.0 img=0.0 sys=5.2
"cygssl-1.1.dll" v0.0 ts=2020-04-08 12:12
1676k 2020/09/12 C:\cygwin64\bin\cygstdc++-6.dll - os=4.0 img=0.0 sys=5.2
"cygstdc++-6.dll" v0.0 ts=2020-09-12 14:26
68k 2019/07/29 C:\cygwin64\bin\cygtasn1-6.dll - os=4.0 img=0.0 sys=5.2
"cygtasn1-6.dll" v0.0 ts=2019-07-29 03:12
57k 2019/07/28 C:\cygwin64\bin\cygticw-10.dll - os=4.0 img=0.0 sys=5.2
"cygticw-10.dll" v0.0 ts=2019-07-28 17:31
1612k 2018/08/16 C:\cygwin64\bin\cygunistring-2.dll - os=4.0 img=0.0 sys=5.2
"cygunistring-2.dll" v0.0 ts=2018-08-16 20:33
27k 2020/03/31 C:\cygwin64\bin\cyguuid-1.dll - os=4.0 img=0.0 sys=5.2
"cyguuid-1.dll" v0.0 ts=2020-03-28 06:22
37k 2020/09/06 C:\cygwin64\bin\cygxxhash-0.dll - os=4.0 img=0.0 sys=5.2
"cygxxhash-0.dll" v0.0 ts=2020-09-07 00:04
83k 2017/03/03 C:\cygwin64\bin\cygz.dll - os=4.0 img=0.0 sys=5.2
"cygz.dll" v0.0 ts=2017-03-03 21:42
945k 2021/05/16 C:\cygwin64\bin\cygzstd-1.dll - os=4.0 img=0.0 sys=5.2
"cygzstd-1.dll" v0.0 ts=2021-05-16 06:27
3533k 2021/03/29 C:\cygwin64\bin\cygwin1.dll - os=4.0 img=0.0 sys=5.2
"cygwin1.dll" v0.0 ts=2021-03-29 09:42
Cygwin DLL version info:
DLL version: 3.2.0
DLL epoch: 19
DLL old termios: 5
DLL malloc env: 28
Cygwin conv: 181
API major: 0
API minor: 340
Shared data: 5
DLL identifier: cygwin1
Mount registry: 3
Cygwin registry name: Cygwin
Installations name: Installations
Cygdrive default prefix:
Build date:
Shared id: cygwin1S5
No Cygwin services found.
Cygwin Package Information
Last downloaded files to: c:\cygwin64_pkg
Last downloaded files from: http://cygwin.mirrors.hoobly.com/
Package Version Status
_autorebase 001007-1 OK
alternatives 1.3.30c-10 OK
base-cygwin 3.8-1 OK
base-files 4.3-3 OK
bash 4.4.12-3 OK
binutils 2.36.1-2 OK
bzip2 1.0.8-1 OK
ca-certificates 2.40-1 OK
coreutils 8.26-2 OK
cron 4.1-65 OK
crypto-policies 20190218-1 OK
csih 0.9.11-1 OK
cygrunsrv 1.62-1 OK
cygutils 1.4.16-2 OK
cygwin 3.2.0-1 OK
cygwin-devel 3.2.0-1 OK
dash 0.5.9.1-1 OK
diffutils 3.5-2 OK
editrights 1.03-1 OK
file 5.39-1 OK
findutils 4.6.0-1 OK
gawk 5.1.0-1 OK
gcc-core 10.2.0-1 OK
gcc-g++ 10.2.0-1 OK
getent 2.18.90-4 OK
git 2.32.0-1 OK
grep 3.0-2 OK
groff 1.22.4-1 OK
gzip 1.8-1 OK
hostname 3.13-1 OK
info 6.8-2 OK
ipc-utils 1.0-2 OK
less 581.2-1 OK
libargp 20110921-3 OK
libatomic1 10.2.0-1 OK
libattr1 2.4.48-2 OK
libblkid1 2.33.1-2 OK
libbrotlicommon1 1.0.9-2 OK
libbrotlidec1 1.0.9-2 OK
libbz2_1 1.0.8-1 OK
libcbor 0.5.0-1 OK
libcom_err2 1.44.5-1 OK
libcrypt-devel 4.4.20-1 OK
libcrypt0 2.1-1 OK
libcrypt2 4.4.20-1 OK
libcurl4 7.77.0-1 OK
libdb5.3 5.3.28-2 OK
libedit0 20130712-1 OK
libexpat1 2.2.6-1 OK
libfdisk1 2.33.1-2 OK
libffi6 3.2.1-2 OK
libfido2 1.5.0-1 OK
libgc1 8.0.4-1 OK
libgcc1 10.2.0-1 OK
libgdbm6 1.18.1-1 OK
libgdbm_compat4 1.18.1-1 OK
libgmp10 6.2.1-1 OK
libgomp1 10.2.0-1 OK
libgssapi_krb5_2 1.15.2-2 OK
libguile2.2_1 2.2.7-1 OK
libiconv2 1.16-2 OK
libidn2_0 2.3.1-1 OK
libintl8 0.19.8.1-2 OK
libisl22 0.22.1-2 OK
libk5crypto3 1.15.2-2 OK
libkrb5_3 1.15.2-2 OK
libkrb5support0 1.15.2-2 OK
libltdl7 2.4.6-7 OK
liblz4_1 1.7.5-1 OK
liblzma5 5.2.4-1 OK
libmpc3 1.2.1-1 OK
libmpfr6 4.1.0-1 OK
libncursesw10 6.1-1.20190727 OK
libnghttp2_14 1.43.0-1 OK
libopenldap2_4_2 2.4.59-1 OK
libp11-kit0 0.23.20-1 OK
libpcre1 8.45-1 OK
libpcre2_8_0 10.37-1 OK
libpipeline1 1.5.3-1 OK
libpkgconf3 1.6.3-1 OK
libpopt-common 1.18-1 OK
libpopt0 1.18-1 OK
libpsl5 0.21.1-1 OK
libquadmath0 10.2.0-1 OK
libreadline7 7.0.3-3 OK
libsasl2_3 2.1.27-1 OK
libsigsegv2 2.10-2 OK
libsmartcols1 2.33.1-2 OK
libsqlite3_0 3.34.0-1 OK
libssh2_1 1.9.0-1 OK
libssl1.1 1.1.1f-1 OK
libstdc++6 10.2.0-1 OK
libtasn1_6 4.14-1 OK
libunistring2 0.9.10-1 OK
libuuid1 2.33.1-2 OK
libxxhash0 0.8.0-1 OK
libzstd1 1.5.0-1 OK
login 1.13-1 OK
make 4.3-1 OK
man-db 2.9.4-1 OK
mintty 3.5.0-1 OK
ncurses 6.1-1.20190727 OK
openssh 8.5p1-1 OK
openssl 1.1.1f-1 OK
p11-kit 0.23.20-1 OK
p11-kit-trust 0.23.20-1 OK
perl 5.32.1-1 OK
perl-B-Hooks-EndOfScope 0.24-3 OK
perl-Capture-Tiny 0.48-3 OK
perl-Class-Data-Inheritable 0.08-4 OK
perl-Class-Inspector 1.36-3 OK
perl-Class-Singleton 1.6-2 OK
perl-DateTime 1.54-2 OK
perl-DateTime-Locale 1.32-1 OK
perl-DateTime-TimeZone 2.47-1 OK
perl-DBD-SQLite 1.66-2 OK
perl-DBI 1.643-2 OK
perl-Devel-StackTrace 2.04-3 OK
perl-Dist-CheckConflicts 0.11-5 OK
perl-Error 0.17029-2 OK
perl-Eval-Closure 0.14-4 OK
perl-Exception-Class 1.45-1 OK
perl-Exporter-Tiny 1.002002-2 OK
perl-File-ShareDir 1.118-2 OK
perl-File-Slurp 9999.32-2 OK
perl-File-Slurp-Tiny 0.004-4 OK
perl-inc-latest 0.500-4 OK
perl-List-AllUtils 0.19-1 OK
perl-List-MoreUtils 0.430-2 OK
perl-List-MoreUtils-XS 0.430-2 OK
perl-List-SomeUtils 0.58-3 OK
perl-List-UtilsBy 0.11-3 OK
perl-Module-Build 0.4231-2 OK
perl-Module-Implementation 0.09-4 OK
perl-Module-Runtime 0.016-3 OK
perl-MRO-Compat 0.13-4 OK
perl-namespace-autoclean 0.29-3 OK
perl-namespace-clean 0.27-4 OK
perl-Package-Stash 0.39-2 OK
perl-Package-Stash-XS 0.29-3 OK
perl-PAR-Dist 0.51-2 OK
perl-Params-ValidationCompiler 0.30-3 OK
perl-Role-Tiny 2.002004-2 OK
perl-Scalar-List-Utils 1.56-1 OK
perl-Specio 0.47-1 OK
perl-Sub-Exporter-Progressive 0.001013-4 OK
perl-Sub-Identify 0.14-4 OK
perl-Sub-Quote 2.006006-3 OK
perl-TermReadKey 2.38-3 OK
perl-Test-Fatal 0.016-2 OK
perl-Test-More-UTF8 0.05-3 OK
perl-Test-Simple 1.302185-1 OK
perl-Text-CSV 2.01-1 OK
perl-Text-CSV_XS 1.46-1 OK
perl-Try-Tiny 0.30-3 OK
perl-Variable-Magic 0.62-3 OK
perl-YAML 1.30-2 OK
perl_autorebase 5.32.1-1 OK
perl_base 5.32.1-1 OK
perl_pods 5.32.1-1 OK
pkg-config 1.6.3-1 OK
pkgconf 1.6.3-1 OK
publicsuffix-list-dafsa 20210519-1 OK
rebase 4.5.0-1 OK
rsync 3.2.3+20200903+git9f9240b-4 OK
run 1.3.4-2 OK
sed 4.4-1 OK
sqlite3 3.34.0-1 OK
sqlite3-vfslog 3.34.0-1 OK
tar 1.34-1 OK
terminfo 6.1-1.20190727 OK
terminfo-extra 6.1-1.20190727 OK
tzcode 2021a-1 OK
tzdata 2021a-1 OK
util-linux 2.33.1-2 OK
vim 8.2.0486-1 OK
vim-common 8.2.0486-1 OK
vim-minimal 8.2.0486-1 OK
w32api-headers 9.0.0-1 OK
w32api-runtime 9.0.0-1 OK
which 2.20-2 OK
windows-default-manifest 6.4-1 OK
xxd 8.2.0486-1 OK
xz 5.2.4-1 OK
zlib0 1.2.11-1 OK
zstd 1.5.0-1 OK
Use -h to see help about each section
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: cron problem -- can't switch user context
2021-07-19 17:40 ` Jeremy Hetzler
@ 2021-07-20 6:53 ` Brian Inglis
0 siblings, 0 replies; 3+ messages in thread
From: Brian Inglis @ 2021-07-20 6:53 UTC (permalink / raw)
To: cygwin; +Cc: Jeremy Hetzler, jhetzler
On 2021-07-19 11:40, Jeremy Hetzler via Cygwin wrote:
> Upon installing Cygwin and cron on a new Windows Server 2019 machine,
> we are unable to get cron to work.
>
> I installed cron using cron-config. Cron is configured to run under
> account cyg_server, which cron-config set up. cron-config reported
> that "cyg_server is a valid privileged account".
>
>From cronevents, I see numerous errors saying "can't switch user
> context". It looks like every time cron tries to run a job, it emits
> one of these errors.
>
> Example:
>> 2021/07/15 18:45:02 [cyg_server] /usr/sbin/cron: PID 6421: (CRON) error (can't switch user context)
>
> See attached for cronbug output.
>
> I tried rebooting the machine, but this did not help.
>
> How can we get cron to work on this new machine?
>
> Please copy me on any responses; thank you.
Use the recommended local System account and you should have no problems
with recent Cygwin services under recent Windows:
"To run multiple users, cron must change user context without knowing
the passwords. There are three methods to do that, as explained in
http://cygwin.com/cygwin-ug-net/ntsec.html#ntsec-nopasswd1
If all the cron users have executed "passwd -R" (see man passwd),
which provides access to network drives, or if you are using the
[obsolete] cyglsa package, then cron should run under the
local system account."
--
Take care. Thanks, Brian Inglis, Calgary, Alberta, Canada
This email may be disturbing to some readers as it contains
too much technical detail. Reader discretion is advised.
[Data in binary units and prefixes, physical quantities in SI.]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-07-20 6:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-19 17:34 cron problem -- can't switch user context Jeremy Hetzler
2021-07-19 17:40 ` Jeremy Hetzler
2021-07-20 6:53 ` Brian Inglis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).