RE: [U2] [UV] To Cron or Not To Cron?

2005-05-24 Thread Claus Derlien
Kevin Remember to check cron for all users with access to the unix shell, if it is a redhat system you can see which crontabs there are active by checking this folder : /var/spool/cron each crontab is named after the user, you need to be root to examine those files If the system is debian

[U2] [UV] To Cron or Not To Cron?

2005-05-23 Thread Kevin King
I have a client system running UV 9.6 on Linux, and sometime between midnight and 4am in the morning, there's a job getting started that is horking up some data. I've checked cron and I'm not seeing anything getting started there, any other ideas where I should look? UV itself doesn't have a

RE: [U2] [UV] To Cron or Not To Cron?

2005-05-23 Thread Ed Clark
you could look in the PH file and maybe find some traces if the problem program is being run as a phantom. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Kevin King Sent: Monday, May 23, 2005 2:41 PM To: u2-users@listserver.u2ug.org Subject: [U2] [UV

RE: [U2] [UV] To Cron or Not To Cron?

2005-05-23 Thread Chuck Mongiovi
If you were on UV 10, I'd say put an update trigger on the file and watch what / who's doing it .. -Chuck -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Kevin King Sent: Monday, May 23, 2005 3:41 PM To: u2-users@listserver.u2ug.org Subject: [U2] [UV] To Cron

RE: [U2] [UV] To Cron or Not To Cron?

2005-05-23 Thread Glen B
cd /etc grep -r programname * Glen http://mvdevcentral.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Kevin King Sent: Monday, May 23, 2005 3:41 PM To: u2-users@listserver.u2ug.org Subject: [U2] [UV] To Cron or Not To Cron? I have a client

Re: [U2] [UV] To Cron or Not To Cron?

2005-05-23 Thread Gordon J Glorfield
Hey Kev, No, there isn't a native UV scheduler. But I would guess that most shops have a roll-your-own job scheduler of some kind. I know we have one here that was built in-house. HTH, Gordon Gordon J. Glorfield Sr. Applications Developer MAMSI (A UnitedHealth Company) 301-360-8839 [EMAIL

RE: [U2] [UV] To Cron or Not To Cron?

2005-05-23 Thread tom
, May 23, 2005 2:41 PM To: u2-users@listserver.u2ug.org Subject: [U2] [UV] To Cron or Not To Cron? I have a client system running UV 9.6 on Linux, and sometime between midnight and 4am in the morning, there's a job getting started that is horking up some data. I've checked cron and I'm not seeing

RE: [U2] [UV] To Cron or Not To Cron?

2005-05-23 Thread Piers Angliss
] [UV] To Cron or Not To Cron? I have a client system running UV 9.6 on Linux, and sometime between midnight and 4am in the morning, there's a job getting started that is horking up some data. I've checked cron and I'm not seeing anything getting started there, any other ideas where I should look

RE: [U2] [UV] To Cron or Not To Cron?

2005-05-23 Thread Kevin King
, 2005 2:49 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] [UV] To Cron or Not To Cron? If you were on UV 10, I'd say put an update trigger on the file and watch what / who's doing it .. -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.322 / Virus Database

RE: [U2] [UV] To Cron or Not To Cron?

2005-05-23 Thread Kevin King
But I don't know the program name, that's what I'm trying to find! :-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Glen B Sent: Monday, May 23, 2005 2:57 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] [UV] To Cron or Not To Cron? cd /etc

RE: [U2] [UV] To Cron or Not To Cron?

2005-05-23 Thread Bob Woodward
:11 PM To: u2-users@listserver.u2ug.org Cc: [EMAIL PROTECTED]; u2-users@listserver.u2ug.org Subject: Re: [U2] [UV] To Cron or Not To Cron? Hey Kev, No, there isn't a native UV scheduler. But I would guess that most shops have a roll-your-own job scheduler of some kind. I know we have one

RE: [U2] [UV] To Cron or Not To Cron?

2005-05-23 Thread Kevin King
://www.PrecisOnline.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ed Clark Sent: Monday, May 23, 2005 2:48 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] [UV] To Cron or Not To Cron? you could look in the PH file and maybe find some traces

Re: [U2] [UV] To Cron or Not To Cron?

2005-05-23 Thread Jerry Banker
Subject: RE: [U2] [UV] To Cron or Not To Cron? Could it be a SLEEP'ed process? I haven't figured out how to catch it yet, but that is the only scheduler like process I know of within UV. Tom Dodds [EMAIL PROTECTED] 630-235-2975 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [U2] [UV] To Cron or Not To Cron?

2005-05-23 Thread Kevin King
My apologies for the vernacular. Horking, from the made up word hork meaning to damage. -Kevin [EMAIL PROTECTED] http://www.PrecisOnline.com -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.322 / Virus Database: 266.11.15 - Release Date: 5/22/2005 ---

Re: [U2] [UV] To Cron or Not To Cron?

2005-05-23 Thread Scott Richardson
cell activity. - Original Message - From: Kevin King [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Monday, May 23, 2005 3:41 PM Subject: [U2] [UV] To Cron or Not To Cron? I have a client system running UV 9.6 on Linux, and sometime between midnight and 4am in the morning

RE: [U2] [UV] To Cron or Not To Cron?

2005-05-23 Thread Larry Hiscock
Cron jobs can run as virtually any user. Have you checked ALL the crontabs in /var/spool/cron/ ? Larry Hiscock Western Computer Services - Original Message - From: Kevin King [EMAIL PROTECTED] To: u2-users@listserver.u2ug.org Sent: Monday, May 23, 2005 3:41 PM Subject: [U2] [UV

RE: [U2] [UV] To Cron or Not To Cron?

2005-05-23 Thread Kevin King
Looking into that now. Thanks. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Larry Hiscock Sent: Monday, May 23, 2005 6:53 PM To: u2-users@listserver.u2ug.org Subject: RE: [U2] [UV] To Cron or Not To Cron? Cron jobs can run as virtually any user

Re: [U2] [UV] To Cron or Not To Cron?

2005-05-23 Thread Key Ally
Kevin, Can you rename the file during the 'danger time' and see if something blows up? - Chuck Bet I Can Make It Explode Barouch --- u2-users mailing list u2-users@listserver.u2ug.org To unsubscribe please visit http://listserver.u2ug.org/