Index: [Article Count Order] [Thread]

Date:  Thu, 10 Jan 2008 08:44:15 -0600
From:  "Gerald Waugh" <gwaugh (at mark) frontstreetnetworks.com>
Subject:  [coba-e:11690] Vacation.pl issues
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <005a01c85397$609d2e60$0101a8c0@systemax>
X-Mail-Count: 11690

We have a server which keeps spawning vacation.pl
The app takes 100% of CPU cycles.
It spawns many instances, for the same users.

Currently using a cron.quarter-hourly job to kill instances of
vacation.pl

  #!/bin/bash
  # fix to kill vacation.pl
  kill  `pidof -x vacation.pl`
  exit 0

This keeps the server running, but not a good idea!


-
Gerald Waugh
http://frontstreetnetworks.com
Front Street Networks
4604 Fern Ave
Shreveport, LA 71105-3118
V: 318-862-3575/3577
F: 318-862-3576


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.