Unreal Problems

These are old archives. They are kept for historic purposes only.
Post Reply
Heretic
Posts: 4
Joined: Thu Jun 03, 2004 9:54 pm

Unreal Problems

Post by Heretic »

For some weird reason ./unreal stop, restart, rehash are having little affect, i have one instance of Unreal 3.2 running under a dedicated non privileged account, i've executed the stop command and the server responds with shutting down, unfortuantly it remains up and i recieve the error ( ./unreal: line 23: kill: (11716) - No such process ).

I've tried manually killing the process but it's just not there, any ideas?.
AngryWolf
Posts: 554
Joined: Sat Mar 06, 2004 10:53 am
Location: Hungary
Contact:

Post by AngryWolf »

With some UNIX knowledge you should be able to solve this problem. The ./unreal script uses a file called ircd.pid, where the id number of the current ircd process (PID) is stored. Perhaps something happened with that file, which resulted so it doesn't contain the right number. Then you have to figure out the PID from, for example, the output of "ps a | grep ircd", or use "killall ircd" which is sometimes better.
jewles
Posts: 263
Joined: Thu Mar 11, 2004 7:41 pm
Location: Herndon, VA

Post by jewles »

or in adition to what AngryWolf suggested, learning basic unix commands would be useful if you are planning on running an ircd...
FBSD-DEV Project
http://www.fbsd-dev.org

YatesDev Hosting
http://www.yatesdev.com

The Wrong Way
http://www.thewrongway.net
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

I used IRC to help teach me basic Unix ;)

That count?
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
jewles
Posts: 263
Joined: Thu Mar 11, 2004 7:41 pm
Location: Herndon, VA

Post by jewles »

I did too many years ago.... But I never bugged unreal support about probelms I'm having with the os.... see the difference, OS vs IRCd?
FBSD-DEV Project
http://www.fbsd-dev.org

YatesDev Hosting
http://www.yatesdev.com

The Wrong Way
http://www.thewrongway.net
w00t
Posts: 1136
Joined: Thu Mar 25, 2004 3:31 am
Location: Nowra, Australia

Post by w00t »

True... true. :( :)
-ChatSpike IRC Network [http://www.chatspike.net]
-Denora Stats [http://denora.nomadirc.net]
-Omerta [http://www.barafranca.com]
Post Reply