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

These are old archives. They are kept for historic purposes only.
Post Reply
puw
Posts: 4
Joined: Sun May 08, 2005 7:56 am

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

Post 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.....
puw
Posts: 4
Joined: Sun May 08, 2005 7:56 am

Post 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 :(
Shelluser
Posts: 38
Joined: Tue Feb 01, 2005 8:30 pm
Location: The Netherlands
Contact:

Post 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.
With kind regards, Peter

NekoNet IRC
www.neko-net.org / [url=irc://irc.neko-net.org:6667]irc.neko-net.org[/url]
puw
Posts: 4
Joined: Sun May 08, 2005 7:56 am

Post 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.
puw
Posts: 4
Joined: Sun May 08, 2005 7:56 am

Post 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.... :) :)
Post Reply