]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2002/000781.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2002 / 000781.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] Crontab Script
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Crontab%20Script&In-Reply-To=">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="000776.html">
11 <LINK REL="Next" HREF="000782.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] Crontab Script</H1>
15 <B>VisionOfHell at aol.com</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20Crontab%20Script&In-Reply-To="
17 TITLE="[IRCServices Coding] Crontab Script">VisionOfHell at aol.com
18 </A><BR>
19 <I>Sun May 26 01:31:45 PDT 2002</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000776.html">[IRCServices Coding] Query
22 </A></li>
23 <LI>Next message: <A HREF="000782.html">[IRCServices Coding] Crontab Script
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#781">[ date ]</a>
27 <a href="thread.html#781">[ thread ]</a>
28 <a href="subject.html#781">[ subject ]</a>
29 <a href="author.html#781">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>The last time I wrote wrt the my crontab script you stated that it was
35
36 my script that was faulty.
37
38 I am now using yours and am still getting the same results.
39
40 Basically I set the script and put a path to it in the crontab.
41
42 Every ten minutes I not only get an email stating services is starting but I
43 get the expected error in irc stating that it is cancelling the new link as
44 it already exists.
45
46 I then look in /lib and find that the .pid file has disappeared (it was there
47
48
49 when services started).
50
51 All I can think is that this element of the config is wrong:
52
53 # RunGroup &lt;group&gt; [OPTIONAL]
54 # Specify the group which Services should run as. &lt;group&gt; can be
55 # either a group name or an equals sign (&quot;=&quot;) followed by a group ID.
56 # If not specified, Services will use the group ID it is started with.
57 # Note that Unix setgid permission on the executable file will do the
58 # same thing, but the setgid permission bit is cleared whenever the
59 # file is modified, while this setting will always be used (if the
60 # system permits it) when Services is started.
61
62 #RunGroup ice
63 #RunGroup =65534 # A common value for the &quot;nogroup&quot; group
64
65 # Umask &lt;umask&gt; [RECOMMENDED]
66 # Sets the umask (file creation mask) for Services. This mask is
67 # applied to all data files created by Services, including database
68 # files (which are recreated on every database update) and the process
69 # ID file (PIDFile, below), and indicates which file permission bits
70 # are NOT to be set on those files as an octal value. Common values
71 # are given in the examples below. If not specified, the umask in
72 # place when Services is started will be used.
73
74 #Umask 077 # Disallows access to all but file owner
75 # (recommended when RunGroup is not set)
76 #Umask 007 # Allows access to members of file group as well
77 # (recommended when RunGroup is set)
78
79 I have tried various combinations of the above to no avail.
80
81 Any help or advice would be much appreciated :)
82
83 </PRE>
84
85 <!--endarticle-->
86 <HR>
87 <P><UL>
88 <!--threads-->
89 <LI>Previous message: <A HREF="000776.html">[IRCServices Coding] Query
90 </A></li>
91 <LI>Next message: <A HREF="000782.html">[IRCServices Coding] Crontab Script
92 </A></li>
93 <LI> <B>Messages sorted by:</B>
94 <a href="date.html#781">[ date ]</a>
95 <a href="thread.html#781">[ thread ]</a>
96 <a href="subject.html#781">[ subject ]</a>
97 <a href="author.html#781">[ author ]</a>
98 </LI>
99 </UL>
100
101 </body></html>