Please help me on set_override;

These are old archives. They are kept for historic purposes only.
GraphiX2005
Posts: 20
Joined: Sun Sep 18, 2005 2:53 am

Post by GraphiX2005 »

ok guys will try that and let you know

Syzop i did post in the irc services section got 1 reply in 2 days
so seemed this topic was the one they was all replying too

Code: Select all

-irc.mygameserver.com- *** Notice -- GraphiX is rehashing server config file
-
/usr/local/etc/Unreal/unrealircd.conf Rehashing
-
-irc.mygameserver.com- *** Notice -- Loading IRCd configuration ..
-
-irc.mygameserver.com- *** Notice -- /usr/local/etc/Unreal/unrealircd.conf:344: No name for section start
-
-irc.mygameserver.com- ***Notice -- /usr/local/etc/Unreal/unrealircd.conf:346: Ignoring extra close brace
-
-irc.mygameserver.com- *** Notice -- /usr/local/etc/Unreal/unrealircd.conf:346 Ignoring extra semicolon
-
-irc.mygameserver.com- *** Notice -- Configuration loaded without any problems ..
ok now i see 3 errors' anyone know what these 3 are?
and btw i am rehashing the correct one now lol sorry
i thaught you could only do it via ircop/operserv my mistake
but still get the same ***GraphiX your not an operator:
and can_override; is set

any clues' in the mean time im going to check the conf file
White_Magic
Posts: 267
Joined: Tue Jan 18, 2005 3:24 pm
Location: Scotland - United Kingdom

Post by White_Magic »

how u`ve rehashed type /stats o and you should see a v in the list of letters, paste them here :)
i spend 4 hrs a day gaming and 14hrs on irc, for 5days a week, im not an addict :D
GraphiX2005
Posts: 20
Joined: Sun Sep 18, 2005 2:53 am

Post by GraphiX2005 »

O *@*.blueyonder.co.uk * GraphiX rhgwlcLkKbBnGAaNvqd clients
White_Magic
Posts: 267
Joined: Tue Jan 18, 2005 3:24 pm
Location: Scotland - United Kingdom

Post by White_Magic »

well the v is there, so its worked, u have can_override;
try doing /quote mode #channel +o nickname
as a test
i spend 4 hrs a day gaming and 14hrs on irc, for 5days a week, im not an addict :D
GraphiX2005
Posts: 20
Joined: Sun Sep 18, 2005 2:53 am

Post by GraphiX2005 »

-> Server: mode #gamesroom +o GraphiX

in status window after typing /quote mode #gamesroom +o graphix

and this is what showed in the channel window

* GraphiX: you're not channel operator

streight after to make sure i was oper'd up i used 3 types again
operserv mode, chanserv op and /samode and all 3 worked

but still cannot get this can_override; working

anything else to surgest?
Matridom
Posts: 296
Joined: Fri Jan 07, 2005 3:28 am

Post by Matridom »

GraphiX2005 wrote:-> Server: mode #gamesroom +o GraphiX

in status window after typing /quote mode #gamesroom +o graphix

and this is what showed in the channel window

* GraphiX: you're not channel operator

streight after to make sure i was oper'd up i used 3 types again
operserv mode, chanserv op and /samode and all 3 worked

but still cannot get this can_override; working

anything else to surgest?
download mIRC from http://www.mirc.com ... don't install ANY scripts then try.
Never argue with an idiot. They will bring you down to their level, then beat you with experience.
Mike
Posts: 20
Joined: Fri Feb 04, 2005 11:25 pm
Location: Munich, Germany
Contact:

Post by Mike »

GraphiX2005 wrote:

Code: Select all

[...]
-irc.mygameserver.com- *** Notice -- Loading IRCd configuration ..
-
-irc.mygameserver.com- *** Notice -- /usr/local/etc/Unreal/unrealircd.conf:344: No name for section start
-
-irc.mygameserver.com- ***Notice -- /usr/local/etc/Unreal/unrealircd.conf:346: Ignoring extra close brace
-
-irc.mygameserver.com- *** Notice -- /usr/local/etc/Unreal/unrealircd.conf:346 Ignoring extra semicolon
-
-irc.mygameserver.com- *** Notice -- Configuration loaded without any problems ..
ok now i see 3 errors' anyone know what these 3 are?
Well look carefully, the server is telling you the line numbers where the errors are. We're not Nostradamus here to know what you got at those line numbers, so it'd be best you go and copy & paste the block BEFORE line number 344, then line numbers 344-346 and the block AFTER line number 346 (and I mean the previous and next blocks, not lines), removing all comments for clarity.

And the fact that it says "Configuration loaded without any problems" does NOT mean you have the configuration you think you have. It just means that there are no [REQUIRED] blocks missing. If you have syntax errors in your conf, then 99% you don't have the configuration you expect, because the ircd ignores the blocks around/after syntax errors.

And... if you had delinked services (/squit services.* or just /os shutdown) like you were told around 10 posts earlier, then you would have not confused /rehash with /os rehash ;)


Mike


EDIT: P.S. @Others: Actually, what's the point of can_override, when admins without it can still use /samode the achieve pretty much the same? Is it only there to let ircops, which are not admins, to override?
GraphiX2005
Posts: 20
Joined: Sun Sep 18, 2005 2:53 am

Post by GraphiX2005 »

i don't know the point either but now your saying why u creating
such a fuss and ruccus over this then?

we'll it all comes down to something i know works on other servers
is working and is there to be used when needed

my server it's not and it's just one of them problems that bugs you
until you find the problem

now anyone any idea what editor i can use that will automatically
count what line im on because i can't see me or you guys sat there
pressing down on the down arrow 300 + times to get to 346 lol
imagine it now one press down *counts 1 in my head*

get the picture lol
Matridom
Posts: 296
Joined: Fri Jan 07, 2005 3:28 am

Post by Matridom »

windows notepad program has a "Go to line" function (word wrap needs to be turned off)

if your on linux, nano(bash shell) , ctrl-c will do a line count (telling you what line the cursor is currently on)
the text editor that is included with my gui(gnome) has a "goto option"

Addtionaly, you can download on of hundreds of programs designed for webpage editing that show you the numbered lines.
Never argue with an idiot. They will bring you down to their level, then beat you with experience.
Mike
Posts: 20
Joined: Fri Feb 04, 2005 11:25 pm
Location: Munich, Germany
Contact:

Post by Mike »

GraphiX2005 wrote: we'll it all comes down to something i know works on other servers
is working and is there to be used when needed

my server it's not and it's just one of them problems that bugs you
until you find the problem
By the way, as I read the thread, I noticed that I also hadn't set can_override for myself on my server, because I always used /samode when I needed it (and that's not too often). Then I just added the flag, and did /rehash ; /mode Mike -o ; /oper Mike <pass> and there you are, it worked out of the box :) (/stats o gives me +v, and I can do /mode #chan +o Mike, producing Mike sets mode: +o Mike).
GraphiX2005 wrote:now anyone any idea what editor i can use that will automatically
count what line im on
Assuming you're under Windows (coz on Linux pretty much every editor gives you line numbers, even 'less' and 'more' on some boxes), I usually use Win32Pad, kind of like Notepad but with much more features (incl. line numbering, toggle Ctrl+L).


Good luck :)

Mike
GraphiX2005
Posts: 20
Joined: Sun Sep 18, 2005 2:53 am

Post by GraphiX2005 »

Code: Select all

link            services.mygamesserver.com
{
	username	*;
	hostname        127.0.0.1;
	bind-ip 	*;
	port 		7000;
	hub             *;
	password-connect "jdghurtpisa010";
	password-receive "jdghurtpisa010";
	class           servers;
	options {
		{ssl;};
	};
};

link            services.mygamesserver.com
{
        username        *;
        hostname        127.0.0.1;
        bind-ip         *;
        port            7000;
        hub             *;
        password-connect "jdghurtpisa010";
        password-receive "jdghurtpisa010";
        class           servers;
};
ok below is the errors it was giving me above is the part
where the errors are now i've removed the semi-colons
re-rehashed again and now there's no errors at all
but it's still not working

Code: Select all

-irc.mygameserver.com- *** Notice -- GraphiX is rehashing server config file 
- 
/usr/local/etc/Unreal/unrealircd.conf Rehashing 
- 
-irc.mygameserver.com- *** Notice -- Loading IRCd configuration .. 
- 
-irc.mygameserver.com- *** Notice -- /usr/local/etc/Unreal/unrealircd.conf:344: No name for section start 
- 
-irc.mygameserver.com- ***Notice -- /usr/local/etc/Unreal/unrealircd.conf:346: Ignoring extra close brace 
- 
-irc.mygameserver.com- *** Notice -- /usr/local/etc/Unreal/unrealircd.conf:346 Ignoring extra semicolon 
- 
-irc.mygameserver.com- *** Notice -- Configuration loaded without any problems .. 
anyone further assist now you have the block of code
and the errors it was giving and why would of this stoped
the can_overide; working?
Mike
Posts: 20
Joined: Fri Feb 04, 2005 11:25 pm
Location: Munich, Germany
Contact:

Post by Mike »

Are that two link blocks for the same server? Besides the fact, that I doubt that makes sense, you can't set the same port (7000) to be non-SSL (first block) and SSL (second block) at the same time.

So remove one of the two blocks, and if the one with SSL is the one to stay, remove the braces around "ssl;" in the options block, like this:

Code: Select all

options {
  ssl;
};
And don't give out your passwords :) (if those are the real ones), even if it's limited to linking from localhost.


Mike
GraphiX2005
Posts: 20
Joined: Sun Sep 18, 2005 2:53 am

Post by GraphiX2005 »

not real passwords mike lol im not that stupid
i just needed to make the code look something like the original
ok the server isn't ssl but like you said i can't see why its not working
would you be willing to look at the .conf file yourself ?

all you'd need to do is add / duplicate your link; block and make 2 of em
exactly the same but add the ssl command in like the example above

then /rehash de-oper/re-oper and try it
if it still lets you /mode #channel +o Name
then it's obvious this isn't causing it :)


but if someone
wants to put me out of my misery lol i'd be happy to let them
this has gone on for far to long lol and still after all this
it's not working
GraphiX2005
Posts: 20
Joined: Sun Sep 18, 2005 2:53 am

Post by GraphiX2005 »

WHOOOOOOOO!!!!!!!! it's finally working

* GraphiX sets mode: +o GraphiX

haha thank you guys for putting up with me here on this forum
i thaught after the first couple of posts you guys would of gotten
all snotty with me and started treating me with less respect

i really want to thank you all here who's helped me get this far
and to mike for spotting the problem :)

that was the problem i took out ssl;} rehashed and it worked perfectly

so if this ever comes up again by anyone else you now all know
the solution to the problem :)

i will be sticking around to help with alot of irc problems here
it was just this one i had no clue about :) others i have lol
Post Reply