Search found 4 matches

by luke9511
Tue Sep 02, 2008 2:05 am
Forum: Unreal 3.2 Support
Topic: error on line 344 and 345 in unrealircd conf
Replies: 6
Views: 3172

Re: error on line 344 and 345 in unrealircd conf

i tryed changing it just now to my lan ip and my global ip and also a dyndns ip and it still didnt work, but i did get rid of the others and now im getting this

Code: Select all
[Mon Sep 1 15:37:49 2008] - Error binding stream socket to IP 74.244.246.39 port 7000 - 74.244.246.39[]:Cannot assign ...
by luke9511
Tue Sep 02, 2008 12:41 am
Forum: Unreal 3.2 Support
Topic: error on line 344 and 345 in unrealircd conf
Replies: 6
Views: 3172

Re: error on line 344 and 345 in unrealircd conf

listen 127.0.0.1:6667
#{
# options
# {
# ssl;
# clientsonly;
# };
#};
That could be your problem, you need to either uncomment the lower lines, or add a ";" after the 6667, so it would read listen 127.0.0.1:6667;
i tryed changing it just now to my lan ip and my global ip and also a dyndns ip and ...
by luke9511
Mon Sep 01, 2008 11:47 pm
Forum: Unreal 3.2 Support
Topic: error on line 344 and 345 in unrealircd conf
Replies: 6
Views: 3172

Re: error on line 344 and 345 in unrealircd conf

Can you show us ALL your listen blocks please?
i sure can here you go :)

ssl listen(i think)
listen 127.0.0.1:6667
#{
# options
# {
# ssl;
# clientsonly;
# };
#};
#
#listen 127.0.0.1:7000;
#listen 192.168.0.104:6667;

dont know if this is one or not but here it is just incase
#link 127.0.0.1 ...
by luke9511
Mon Sep 01, 2008 11:33 pm
Forum: Unreal 3.2 Support
Topic: error on line 344 and 345 in unrealircd conf
Replies: 6
Views: 3172

error on line 344 and 345 in unrealircd conf

hello all i hope your all well, im new to the forums and am trying to setup unrealircd on fedora 9 and keep getting these errors when i try to start the server.

unrealircd.conf:343: Ignoring extra data
[error] unrealircd.conf:344: Unknown directive 'listen::services.roxnet.org'
[error] unrealircd ...