Page 1 of 1

Unreal3.2.3.... problem.....

Posted: Sun May 08, 2005 8:33 am
by puw
hello,
plz help me..

Code: Select all

[root@puw Unreal3.2]# ./unreal start
Starting UnrealIRCd
./unreal: line 10: /home/Unreal3.2/src: is a directory
Possible error encountered (IRCd seemily not started)
=====================================================
Check above for possible errors, and this output of
ircd.log. If you cannot solve the problem, read
Unreal.nfo on where to get support
=====================================================
ircd.log - 0 bytes.....

Posted: Sun May 08, 2005 9:16 am
by puw
hide wrote:check your loadmodule settings.. it should be someting like "src/modules/commands.so" and "src/modules/cloak.so" if you run unmodified version of Unrealircd.
PS: I'm sure somebody will bitch here about 'running ircd as root is not a good idea bla bla'.. Just ignore this :P
yep :)

Code: Select all

loadmodule "src/modules/commands.so";
loadmodule "src/modules/cloak.so";
does not work :(

Posted: Sun May 08, 2005 1:40 pm
by Shelluser
Allowing your computer to get hacked by running programs in a way which makes it a lot easier to gain full access is stupid. Not only can this affect your own box (data and software on the PC) but is likely to cause hinder for other people on the InterNet as well (think about spam, open relay and a base of operations for kiddies).

Sure, you can chose just to ignore it but that sure tells more about your own ignorance and lack of respect of other people on the net than the people warning you.

Posted: Sun May 08, 2005 2:05 pm
by puw
Shelluser wrote:Allowing your computer to get hacked by running programs in a way which makes it a lot easier to gain full access is stupid. Not only can this affect your own box (data and software on the PC) but is likely to cause hinder for other people on the InterNet as well (think about spam, open relay and a base of operations for kiddies).

Sure, you can chose just to ignore it but that sure tells more about your own ignorance and lack of respect of other people on the net than the people warning you.
thanks, but this server is used only inside a LAN.

Posted: Sun May 08, 2005 3:32 pm
by puw
hide wrote:puw: try this:
cd /to/the/path/of/your/Unreal3.2
./ircd

It seems you made a mistake while doing ./Config :)

thanks, hide, all fine.... :) :)