Page 1 of 1
Install UIRC ??
Posted: Sat Apr 16, 2005 10:34 am
by hibbert
Hi,
i'm a noob with irc, but i have a vServer. Now i have downloaded unreal 3.2.3.
Then i have extracted it. after that i load it up on my server.
And now ?
what do i have do do that my irc - server is running ??
thx hibbert
Posted: Sat Apr 16, 2005 10:52 am
by Ron2K
You can start by reading the documentation and FAQ. Links to both in the sig.
Posted: Mon Apr 18, 2005 5:18 pm
by hibbert
i have uploaded all files and changed in the derectory. then i typed in putty:
./Config
but this message was shown:
-bash: ./Config: Permission denied
why ? i tryed it as a normal user and as root.
please help me...
thx hibbert
Posted: Mon Apr 18, 2005 5:22 pm
by Dukat
Don't upload all the files to your shell. Download the .tar.gz from your shell and extract it there.
Posted: Mon Apr 18, 2005 5:30 pm
by hibbert
two more questions:
1) which program should i use to upload my files (i just had one, but i forgot the name and i installed windows again, yesterday)
2) should i upload the files a root or as web1 (server4you) ??
thx hibbert
Posted: Mon Apr 18, 2005 5:52 pm
by Dukat
1) DON'T upload the files. Download it from the shell (e.g. using wget).
2) Always work as the same user who will run Unreal IRCD later.
Posted: Mon Apr 18, 2005 6:07 pm
by hibbert
kk thx. i have installed it!! thx
but one wuestion is left:
how do i start my server now ?
thx hibbert
Posted: Mon Apr 18, 2005 6:11 pm
by Dukat
./unreal start
Posted: Mon Apr 18, 2005 8:01 pm
by hibbert
ok, tanks, but evrytime im type
./unreal start then this error is shown:
* Loading IRCd configuration ..
* unrealircd.conf:2: unknown directive admodule
[error] ERROR: No cloaking module loaded. (hint: you probably want to load cloak.so)
[error] If you are upgrading from 3.2 (or any older version), be sure to read the release notes or
http://www.vulnscan.org/tmp/newcloak.txt regarding the cloaking change!
[error] IRCd configuration failed to pass testing
Possible error encountered (IRCd seemily not started)
my first lines are:
admodule "src/modules/commands.so";
me {
name "Hibbert.de";
info "Hibbert - Chat";
numeric 1;
};
so why do i have this error message ?
thx hibbert
Posted: Mon Apr 18, 2005 8:12 pm
by Matridom
hibbert wrote:ok, tanks, but evrytime im type
./unreal start then this error is shown:
* Loading IRCd configuration ..
* unrealircd.conf:2: unknown directive admodule
[error] ERROR: No cloaking module loaded. (hint: you probably want to load cloak.so)
[error] If you are upgrading from 3.2 (or any older version), be sure to read the release notes or
http://www.vulnscan.org/tmp/newcloak.txt regarding the cloaking change!
[error] IRCd configuration failed to pass testing
Possible error encountered (IRCd seemily not started)
my first lines are:
admodule "src/modules/commands.so";
me {
name "Hibbert.de";
info "Hibbert - Chat";
numeric 1;
};
so why do i have this error message ?
thx hibbert
Fix your spelling mistakes..
it's "loadmodule" not "amodule"
Posted: Mon Apr 18, 2005 8:59 pm
by hibbert
ok thats my fault
but now i have this little problem:
* Loading IRCd configuration ..
[error] unrealircd.conf:80: set::cloak-keys: (key 1) Keys should be mixed a-zA-Z0-9, like "a2JO6fh3Q6w4oN3s7"
[error] unrealircd.conf:81: set::cloak-keys: (key 2) Keys should be mixed a-zA-Z0-9, like "a2JO6fh3Q6w4oN3s7"
[error] unrealircd.conf:82: set::cloak-keys: (key 3) Keys should be mixed a-zA-Z0-9, like "a2JO6fh3Q6w4oN3s7"
[error] unrealircd.conf:79: set::cloak-keys: All your 3 keys should be RANDOM, they should not be equal
[error] 4 errors encountered
[error] IRCd configuration failed to pass testing
Possible error encountered (IRCd seemily not started)
how do i fix that ?
thx again, hibbert
Posted: Mon Apr 18, 2005 11:18 pm
by Matridom
hibbert wrote:ok thats my fault
but now i have this little problem:
* Loading IRCd configuration ..
[error] unrealircd.conf:80: set::cloak-keys: (key 1) Keys should be mixed a-zA-Z0-9, like "a2JO6fh3Q6w4oN3s7"
[error] unrealircd.conf:81: set::cloak-keys: (key 2) Keys should be mixed a-zA-Z0-9, like "a2JO6fh3Q6w4oN3s7"
[error] unrealircd.conf:82: set::cloak-keys: (key 3) Keys should be mixed a-zA-Z0-9, like "a2JO6fh3Q6w4oN3s7"
[error] unrealircd.conf:79: set::cloak-keys: All your 3 keys should be RANDOM, they should not be equal
[error] 4 errors encountered
[error] IRCd configuration failed to pass testing
Possible error encountered (IRCd seemily not started)
how do i fix that ?
thx again, hibbert
The error message is telling you what is wrong.. read it.
Posted: Tue Apr 19, 2005 12:08 pm
by hibbert
mhh sure....
ok thnaks a lot, now the server starts without any problems....
thx again...
hibbert