<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/5326" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2003-08-20T17:28:10-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/5326</id>

		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2003-08-20T17:28:10-04:00</updated>

		<published>2003-08-20T17:28:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25387#p25387</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25387#p25387"/>
		<title type="html"><![CDATA[crontab question]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25387#p25387"><![CDATA[
Hi,<br><br>I have used pisg for some time now.  I also use a private box that is setup perfectly for what I need.<br><br>This is my crontab entry: 0,30 * * * * ~/public_html/stats/pisgchek &gt;/dev/null 2&gt;&amp;1<br><br>This is the text within pisgchek:<br><br>#!/bin/sh<br><br>statsbin="./pisg"<br>statpath="/home/wombles/public_html/stats"<br><br>cd $statpath<br><br>$statsbin<br><br>The above crontab entry runs pisg every 30 minutes.  Any file run by crontab should have the correct permissions set: chmod u+x<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Wed Aug 20, 2003 5:28 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-08-20T09:38:30-04:00</updated>

		<published>2003-08-20T09:38:30-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25361#p25361</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25361#p25361"/>
		<title type="html"><![CDATA[crontab question]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25361#p25361"><![CDATA[
If it is failing, you need to ask your shell provider if they are even running the cron deamon.<br><br>Otherwise, remove the " &gt;/dev/null 2&gt;&amp;1" off the end of each line. The shell should e-mail you if it fails.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed Aug 20, 2003 9:38 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dotslasher]]></name></author>
		<updated>2003-08-20T08:29:11-04:00</updated>

		<published>2003-08-20T08:29:11-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25354#p25354</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25354#p25354"/>
		<title type="html"><![CDATA[crontab question]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25354#p25354"><![CDATA[
lol ... o...k :p<br><br>tnx anywayz <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3637">dotslasher</a> — Wed Aug 20, 2003 8:29 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Moose]]></name></author>
		<updated>2003-08-20T08:10:29-04:00</updated>

		<published>2003-08-20T08:10:29-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25353#p25353</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25353#p25353"/>
		<title type="html"><![CDATA[crontab question]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25353#p25353"><![CDATA[
sorry that sort of stuff is too hard for me.<br><br>sorry  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_confused.gif" width="15" height="15" alt=":-?" title="Confused"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3684">Moose</a> — Wed Aug 20, 2003 8:10 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[dotslasher]]></name></author>
		<updated>2003-08-20T07:50:37-04:00</updated>

		<published>2003-08-20T07:50:37-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=25350#p25350</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=25350#p25350"/>
		<title type="html"><![CDATA[crontab question]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=25350#p25350"><![CDATA[
hi i added the following lines to my crontab<br><div class="codebox"><p>Code: </p><pre><code>0,10,20,30,40,50 * * * * /home/joshua/RedRaven/RedRaven.botchk &gt;/dev/null 2&gt;&amp;10,10,20,30,40,50 * * * * /home/joshua/BlueRaven/BlueRaven.botchk &gt;/dev/null 2&gt;&amp;10,10,20,30,40,50 * * * * /home/joshua/Serenac/Serenac.botchk &gt;/dev/null 2&gt;&amp;10,10,20,30,40,50 * * * * /home/joshua/BlueRaven/stats &gt;/dev/null 2&gt;&amp;10,10,20,30,40,50 * * * * /home/joshua/pisg-0.48/pisg &gt;/dev/null 2&gt;&amp;1</code></pre></div>but apearantly that isnt working.<br><br>the main thing i want to get to work is the "stats" and "pisg"<br><br>i made the following scripty called "stats" it connects to the ftp logs in drops the files and quits<br><div class="codebox"><p>Code: </p><pre><code>#!/bin/shcat &lt;&lt;_EOF_ | ftp -nopen ftp.MYFTP.netuser MYLOGIN MYPASSWORDput /home/joshua/pisg-0.48/utgames.html utgames.htmlput /home/joshua/pisg-0.48/bot.html bot.htmlput /home/joshua/pisg-0.48/raven.html raven.htmlput /home/joshua/pisg-0.48/floridachat.html floridachat.htmlbye_EOF_</code></pre></div>the script worx when i execute it manually: --&gt; ./stats but it doesnt run at certain times using the contrab same problem with the pisg thing. <br>does anyone have any suggestions?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3637">dotslasher</a> — Wed Aug 20, 2003 7:50 am</p><hr />
]]></content>
	</entry>
	</feed>
