hi.. i keep received errors like this
* Loading IRCd configuration ..
* unrealircd.conf:321: Ignoring extra data
* unrealircd.conf:321: Ignoring extra data
[error] Unable to create file 'tmp/5C5FE570.commands.dll': Permission denied
* unrealircd.conf:32: loadmodule modules/commands.dll: failed to load: The specified module could not be found.
[error] IRCd configuration failed to load
how can i fix this problem?
and can you recommend sites that can give me full details about unrealircd/offer help
help with unrealircd3.2
Firstly your in the right place for help (Albeit in the wrong section - This is for Services issues not general Unreal support ) .
Now then down to your problem .
* unrealircd.conf:321: Ignoring extra data
Thats an error in your .conf file . Probably an extra ; in the wrong place .
Read the docs provided with the release or the online version .
Unless your unreal.conf is written correctly you will have these errors and you wont be able to run the server . Read the Docs and the faqs and take the time to learn how to write the .conf correctly . Us giving you a working .conf wouldnt solve anything as you really need to understand how the file works to admin the server .
As a quick hint with .conf errors take them one at a time from the top . Sort the first error and try a restart as one ; in the wrong place can generate more errors which will vanish when the first is rectified .
unrealircd.conf:321: - This tells you the error is on or around line 321 .
Hope this helps , Good luck
Now then down to your problem .
* unrealircd.conf:321: Ignoring extra data
Thats an error in your .conf file . Probably an extra ; in the wrong place .
Read the docs provided with the release or the online version .
Unless your unreal.conf is written correctly you will have these errors and you wont be able to run the server . Read the Docs and the faqs and take the time to learn how to write the .conf correctly . Us giving you a working .conf wouldnt solve anything as you really need to understand how the file works to admin the server .
As a quick hint with .conf errors take them one at a time from the top . Sort the first error and try a restart as one ; in the wrong place can generate more errors which will vanish when the first is rectified .
unrealircd.conf:321: - This tells you the error is on or around line 321 .
Hope this helps , Good luck