Page 1 of 1
fully qualified hostname
Posted: Fri Jan 19, 2007 3:45 pm
by s^nis
i got a error sayig like
fully qualified hostname on that line where i put :
name "the name"
so whats wrong im puting wrong names or something bad ?
Posted: Fri Jan 19, 2007 5:37 pm
by Jobe
Youre simply putting a name with invalid chars in it. The basics it allows are letters, numbers -'s and .'s and definatly NOT spaces.
Posted: Fri Jan 19, 2007 11:24 pm
by s^nis
i tryed everything i think and just one word... i dont remember... im at work right now so than i back home ill check that out .... maby u right

well c
Posted: Sat Jan 20, 2007 12:23 am
by s^nis
Nop still eror :
Code: Select all
[error] unrealircd.conf:27: illegal me::name, must be fully qualified hostname
[warning] unrealircd.conf:142: oper::oflags: can_gzline/can_gkline/can_override (global privileges) are incompatible with local oper -- user will be globop
[warning] unrealircd.conf:204: listen with SSL flag enabled on a non SSL compile
[warning] unrealircd.conf:430: Duplicate set::oper-only-stats directive
[error] 1 errors encountered
[error] IRCd configuration failed to pass testing
and the eror its says still name bad but i did like :
Code: Select all
{
name "cyberlines";
info "Cyber Lines irc server";
numeric 1;
};
So whats wroong?????
Posted: Sat Jan 20, 2007 12:41 am
by Jobe
There is one other requirement i forgot to mention other then what chars you use and that is it must contain at least 1 . and MUST have at least 1 char after the . and before.
Posted: Sat Jan 20, 2007 3:50 pm
by s^nis
Jobe1986 wrote:There is one other requirement i forgot to mention other then what chars you use and that is it must contain at least 1 . and MUST have at least 1 char after the . and before.
so hows that have to look like? ( My English is not so well so your words confusing me sorry)
Posted: Sat Jan 20, 2007 10:44 pm
by Jobe
Something like "server.name"