<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:st1="urn:schemas-microsoft-com:office:smarttags" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="PostalCode"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="State"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="City"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="address"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="Street"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="PlaceType"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="place"/>
<o:SmartTagType namespaceuri="urn:schemas-microsoft-com:office:smarttags"
 name="PlaceName"/>
<!--[if !mso]>
<style>
st1\:*{behavior:url(#default#ieooui) }
</style>
<![endif]-->
<style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";}
p.MsoAutoSig, li.MsoAutoSig, div.MsoAutoSig
        {mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:Arial;
        color:windowtext;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=purple>

<div class=Section1>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Courier New"><span
style='font-size:10.0pt;font-family:"Courier New"'>* Brian Densmore
(DensmoreB@ctbsonline.com) wrote:<o:p></o:p></span></font></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Courier New"><span
style='font-size:10.0pt;font-family:"Courier New"'>&gt; Ok, I added my
blacklist script to the /etc/cron.daily subdirectory.<o:p></o:p></span></font></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Courier New"><span
style='font-size:10.0pt;font-family:"Courier New"'>&gt; I gave it the same
ownership and rights as the other scripts in there.<o:p></o:p></span></font></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Courier New"><span
style='font-size:10.0pt;font-family:"Courier New"'>&gt; I am using the same
shell to execute it. But it is not running, or if <o:p></o:p></span></font></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Courier New"><span
style='font-size:10.0pt;font-family:"Courier New"'>&gt; it is it is not
updating the blacklist hold file. If I run it manually <o:p></o:p></span></font></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Courier New"><span
style='font-size:10.0pt;font-family:"Courier New"'>&gt; it works. I figured
that since I was making it a &quot;system&quot; cron job <o:p></o:p></span></font></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Courier New"><span
style='font-size:10.0pt;font-family:"Courier New"'>&gt; that simply placing it
in the directory would activate it. Apparently <o:p></o:p></span></font></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Courier New"><span
style='font-size:10.0pt;font-family:"Courier New"'>&gt; that isn't the case. I know
I can create a root cronjob to do this, <o:p></o:p></span></font></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Courier New"><span
style='font-size:10.0pt;font-family:"Courier New"'>&gt; but I really wanted it
to be part of the base system. What am I doing wrong?<o:p></o:p></span></font></p>

<p class=MsoNormal style='text-autospace:none'><font size=2 face="Courier New"><span
style='font-size:10.0pt;font-family:"Courier New"'>&gt; <o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>In addition to the suggestions already offered, what is the
setting in your /etc/crontab file for running daily jobs? You could modify the
daily entry (or temporarily mv your script to /etc/cron.hourly) as part of your
debugging process. I have to believe the script is being kicked off by cron
but, as someone else has noted, may have a PATH problem or other environmental variable
problem of some sort. <o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'>Or, just to make sure, the ID that your blacklist script
runs under does have permission to update the blacklist hold file, right?<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 face=Arial><span style='font-size:10.0pt;
font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoAutoSig style='margin:0in;margin-bottom:.0001pt'><font size=2
face=Arial><span style='font-size:11.0pt;font-family:Arial'>John M Geiger<o:p></o:p></span></font></p>

<p class=MsoAutoSig style='margin:0in;margin-bottom:.0001pt'><font size=2
face=Arial><span style='font-size:11.0pt;font-family:Arial'>Instructor<o:p></o:p></span></font></p>

<p class=MsoAutoSig style='margin:0in;margin-bottom:.0001pt'><font size=2
face=Arial><span style='font-size:11.0pt;font-family:Arial'><o:p>&nbsp;</o:p></span></font></p>

<p class=MsoAutoSig style='margin:0in;margin-bottom:.0001pt'><U1:PLACE><U1:PLACENAME><st1:place
w:st="on"><st1:PlaceName w:st="on"><b><font size=2 color=red face=Arial><span
  style='font-size:11.0pt;font-family:Arial;color:red;font-weight:bold'>Foss</span></font></b></st1:PlaceName></st1:place><b><font
size=2 color=red face=Arial><span style='font-size:11.0pt;font-family:Arial;
color:red;font-weight:bold'></U1:PLACENAME> <U1:PLACENAME><st1:PlaceName w:st="on">Training</U1:PLACENAME></st1:PlaceName>
<U1:PLACETYPE><st1:PlaceType w:st="on">Center</U1:PLACETYPE></st1:PlaceType><o:p></o:p></span></font></b></U1:PLACE></p>

<p class=MsoAutoSig style='margin:0in;margin-bottom:.0001pt'><font size=2
face=Arial><span style='font-size:11.0pt;font-family:Arial'>(913) 322-7052<o:p></o:p></span></font></p>

<p class=MsoAutoSig style='margin:0in;margin-bottom:.0001pt'><U1:STREET><U1:ADDRESS style="BACKGROUND-POSITION: left bottom; BACKGROUND-IMAGE: url(res://ietag.dll/#34/#1001); BACKGROUND-REPEAT: repeat-x" tabIndex="0"><font
size=2 face=Arial><span style='font-size:11.0pt;font-family:Arial'>8700 State
Line Road<o:p></o:p></span></font></p>

<p class=MsoAutoSig style='margin:0in;margin-bottom:.0001pt'><st1:address
tabIndex="0"
style="BACKGROUND-POSITION: left bottom; BACKGROUND-IMAGE: url(res://ietag.dll/#34/#1001); BACKGROUND-REPEAT: repeat-x"
w:st="on"><st1:Street w:st="on"><font size=2 face=Arial><span style='font-size:
  11.0pt;font-family:Arial'>Suite</span></font></st1:Street><font size=2
 face=Arial><span style='font-size:11.0pt;font-family:Arial'> 200</span></font></st1:address></U1:ADDRESS></U1:STREET><font
size=2 face=Arial><span style='font-size:11.0pt;font-family:Arial'><o:p></o:p></span></font></p>

<p class=MsoAutoSig style='margin:0in;margin-bottom:.0001pt'><U1:PLACE><U1:CITY><st1:place
w:st="on"><st1:City w:st="on"><font size=2 face=Arial><span style='font-size:
  11.0pt;font-family:Arial'>Leawood</span></font></st1:City></st1:place><font
size=2 face=Arial><span style='font-size:11.0pt;font-family:Arial'></U1:CITY>, <U1:STATE><st1:State
w:st="on">KS</U1:STATE></st1:State> &nbsp;<U1:POSTALCODE><st1:PostalCode w:st="on">66206</U1:POSTALCODE></st1:PostalCode><o:p></o:p></span></font></U1:PLACE></p>

<p class=MsoPlainText><font size=2 face=Arial><span style='font-size:11.0pt;
font-family:Arial'>www.FossTraining.com<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

</div>

</body>

</html>