fully qualified hostname

These are old archives. They are kept for historic purposes only.
Post Reply
s^nis
Posts: 4
Joined: Thu Jan 18, 2007 11:48 pm

fully qualified hostname

Post 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 ?
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post 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.
s^nis
Posts: 4
Joined: Thu Jan 18, 2007 11:48 pm

Post 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
s^nis
Posts: 4
Joined: Thu Jan 18, 2007 11:48 pm

Post 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?????
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post 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.
s^nis
Posts: 4
Joined: Thu Jan 18, 2007 11:48 pm

Post 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)
Jobe
Official supporter
Posts: 1180
Joined: Wed May 03, 2006 7:09 pm
Location: United Kingdom

Post by Jobe »

Something like "server.name"
Post Reply