]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices/2005/004868.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices / 2005 / 004868.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] problem while creating admins
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.esper.net?Subject=%5BIRCServices%5D%20problem%20while%20creating%20admins&In-Reply-To=1109781254.5155.1.camel%40rivendell.home.local">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="004867.html">
11 <LINK REL="Next" HREF="004870.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] problem while creating admins</H1>
15 <B>list</B>
16 <A HREF="mailto:ircservices%40ircservices.esper.net?Subject=%5BIRCServices%5D%20problem%20while%20creating%20admins&In-Reply-To=1109781254.5155.1.camel%40rivendell.home.local"
17 TITLE="[IRCServices] problem while creating admins">list at psam.se
18 </A><BR>
19 <I>Wed Mar 2 08:58:36 PST 2005</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="004867.html">[IRCServices] problem while creating admins
22 </A></li>
23 <LI>Next message: <A HREF="004870.html">[IRCServices] problem while creating admins
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#4868">[ date ]</a>
27 <a href="thread.html#4868">[ thread ]</a>
28 <a href="subject.html#4868">[ subject ]</a>
29 <a href="author.html#4868">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>First of all since you are using Unreal. Have you set yourself as oper
35 to Unreal? This meaning have you setupo in the unrealircd.conf like this
36
37 oper bobsmith {
38 class clients;
39 from {
40 userhost <A HREF="http://lists.ircservices.za.net/mailman/listinfo/ircservices">bob at smithco.com</A>;
41 };
42 password &quot;f00&quot;;
43 flags
44 {
45 netadmin;
46 can_zline;
47 can_gzline;
48 can_gkline;
49 global;
50 };
51 };
52
53 You can set this oper in several ways look at the docs for UnrealIRCd
54 at <A HREF="http://www.vulnscan.org/UnrealIrcd/unreal32docs.html">http://www.vulnscan.org/UnrealIrcd/unreal32docs.html</A> and the FAQ at
55 <A HREF="http://www.vulnscan.org/UnrealIrcd/faq/">http://www.vulnscan.org/UnrealIrcd/faq/</A>
56
57 Second of all have you set yourself up as ServiceRoot in the module.conf?
58 # ServicesRoot &lt;nick&gt; [REQUIRED]
59 # Specifies the Services &quot;super-user&quot;. The super-user, or &quot;root&quot; as
60 # in Unix terminology, is the only user who can add or delete
61 # Services admins.
62 #
63 # This is commented out by default; make sure you insert the correct
64 # nick before uncommenting it.
65
66 #ServicesRoot SuperUser
67
68 This will allow the user with this nick to have super-user access. Not
69 sure if you have to register it but its a very good idea.
70
71 Now you should be able to add new admins to the server. If you want them
72 to have access to the Unreal commands you need to add them in the way
73 described above and in the docs.
74
75 As an unreal oper you can /mode #sol +o nick to get @ status in any channel.
76
77 If you havent commented out this
78 CSEnableRegister
79 in module.conf any user should be able to register a channel while they
80 are @ in the channel
81
82 Psadi
83
84 Florin Andrei wrote:
85
86 &gt;<i>I see what you mean. I believe i wasn't ircop. But here's probably a
87 </I>&gt;<i>very newbie question - how do i become an ircop without being on a
88 </I>&gt;<i>channel? &quot;/op nick&quot; doesn't work, the IRC server says &quot;no such channel&quot;.
89 </I>&gt;<i>
90 </I>&gt;<i>And in order to create channels, i have to become admin first, since
91 </I>&gt;<i>ircservices won't let me otherwise. And that's the catch 22 at the
92 </I>&gt;<i>moment.
93 </I>&gt;<i>
94 </I>&gt;<i>On Wed, 2005-03-02 at 02:05 -0800, Dionisios K. wrote:
95 </I>&gt;<i>
96 </I>&gt;<i>
97 </I>&gt;&gt;<i>To use operserv you must oper-up on the ircd. Are u
98 </I>&gt;&gt;<i>sure u were an ircop when u tried to add services
99 </I>&gt;&gt;<i>admins?
100 </I>&gt;&gt;<i>--- <A HREF="http://lists.ircservices.za.net/mailman/listinfo/ircservices">ircservices-bounces at ircservices.esper.net</A>
101 </I>&gt;&gt;<i>&lt;<A HREF="http://lists.ircservices.za.net/mailman/listinfo/ircservices">florin at andrei.myip.org</A>&gt; wrote:
102 </I>&gt;&gt;<i>
103 </I>&gt;&gt;<i>
104 </I>&gt;&gt;&gt;<i>I'm using Unreal3.2.2b and ircservices-5.0.48 on
105 </I>&gt;&gt;&gt;<i>
106 </I>&gt;&gt;&gt;<i>
107 </I>&gt;&gt;<i>Linux.
108 </I>&gt;&gt;<i>
109 </I>&gt;&gt;<i>
110 </I>&gt;&gt;&gt;<i>I properly set the ServicesRoot variable, i joined
111 </I>&gt;&gt;&gt;<i>
112 </I>&gt;&gt;&gt;<i>
113 </I>&gt;&gt;<i>as that nick,
114 </I>&gt;&gt;<i>
115 </I>&gt;&gt;<i>
116 </I>&gt;&gt;&gt;<i>registered it, and now the nick is displayed by the
117 </I>&gt;&gt;&gt;<i>
118 </I>&gt;&gt;&gt;<i>
119 </I>&gt;&gt;<i>webserver like this:
120 </I>&gt;&gt;<i>
121 </I>&gt;&gt;<i>
122 </I>&gt;&gt;&gt;<i>OperServ privilege level:Services super-user
123 </I>&gt;&gt;&gt;<i>
124 </I>&gt;&gt;&gt;<i>However, when i'm the super-user and i'm trying to
125 </I>&gt;&gt;&gt;<i>
126 </I>&gt;&gt;&gt;<i>
127 </I>&gt;&gt;<i>give admin privileges
128 </I>&gt;&gt;<i>
129 </I>&gt;&gt;<i>
130 </I>&gt;&gt;&gt;<i>to another nick, i get this error:
131 </I>&gt;&gt;&gt;<i>
132 </I>&gt;&gt;&gt;<i>operserv/main: Non-oper xyzk!<A HREF="http://lists.ircservices.za.net/mailman/listinfo/ircservices">abcd at xxx.yyy.com</A> sent:
133 </I>&gt;&gt;&gt;<i>
134 </I>&gt;&gt;&gt;<i>
135 </I>&gt;&gt;<i>ADMIN ADD mnopqr
136 </I>&gt;&gt;<i>
137 </I>&gt;&gt;<i>
138 </I>&gt;&gt;&gt;<i>What am i doing wrong?
139 </I>&gt;&gt;&gt;<i>
140 </I>&gt;&gt;&gt;<i>--
141 </I>&gt;&gt;&gt;<i>Florin Andrei
142 </I>&gt;&gt;&gt;<i>
143 </I>&gt;&gt;&gt;<i><A HREF="http://florin.myip.org/">http://florin.myip.org/</A>
144 </I>&gt;&gt;&gt;<i>
145 </I>&gt;&gt;&gt;<i>
146 </I>&gt;&gt;&gt;<i>
147 </I>&gt;&gt;&gt;<i>
148 </I>&gt;&gt;<i>------------------------------------------------------------------
149 </I>&gt;&gt;<i>
150 </I>&gt;&gt;<i>
151 </I>&gt;&gt;&gt;<i>To unsubscribe or change your subscription options,
152 </I>&gt;&gt;&gt;<i>
153 </I>&gt;&gt;&gt;<i>
154 </I>&gt;&gt;<i>visit:
155 </I>&gt;&gt;<i>
156 </I>&gt;&gt;<i>
157 </I>&gt;&gt;<i><A HREF="http://lists.ircservices.za.net/mailman/listinfo/ircservices">http://lists.ircservices.za.net/mailman/listinfo/ircservices</A>
158 </I>&gt;&gt;<i>
159 </I>&gt;&gt;<i>
160 </I>&gt;&gt;<i>=====
161 </I>&gt;&gt;<i>Dionisios K. - ToXiC On HellenicNet
162 </I>&gt;&gt;<i>------------------------------------------------------------------
163 </I>&gt;&gt;<i>To unsubscribe or change your subscription options, visit:
164 </I>&gt;&gt;<i><A HREF="http://lists.ircservices.za.net/mailman/listinfo/ircservices">http://lists.ircservices.za.net/mailman/listinfo/ircservices</A>
165 </I>&gt;&gt;<i>
166 </I>&gt;&gt;<i>
167 </I>
168
169 </PRE>
170
171
172
173
174
175
176 <!--endarticle-->
177 <HR>
178 <P><UL>
179 <!--threads-->
180 <LI>Previous message: <A HREF="004867.html">[IRCServices] problem while creating admins
181 </A></li>
182 <LI>Next message: <A HREF="004870.html">[IRCServices] problem while creating admins
183 </A></li>
184 <LI> <B>Messages sorted by:</B>
185 <a href="date.html#4868">[ date ]</a>
186 <a href="thread.html#4868">[ thread ]</a>
187 <a href="subject.html#4868">[ subject ]</a>
188 <a href="author.html#4868">[ author ]</a>
189 </LI>
190 </UL>
191
192 </body></html>