Page 1 of 1

Process doesn't start

Posted: Sat Sep 25, 2010 4:26 am
by bros
I got a VPS today from Linode, installed Debian 5.0 (32 bit), all that fun stuff. Installed unrealircd. Then the process won't start

Code: Select all

/srv/www/thecastlehall.no-ip.org/public_html/Unreal3.2# sudo -u unreal ./unreal start
     Starting UnrealIRCd
 _   _                      _ ___________  _____     _
| | | |                    | |_   _| ___ \/  __ \   | |
| | | |_ __  _ __ ___  __ _| | | | | |_/ /| /  \/ __| |
| | | | '_ \| '__/ _ \/ _` | | | | |    / | |    / _` |
| |_| | | | | | |  __/ (_| | |_| |_| |\ \ | \__/\ (_| |
 \___/|_| |_|_|  \___|\__,_|_|\___/\_| \_| \____/\__,_|
                           v3.2.8.1
                     using TRE 0.7.5 (LGPL)

* Loading IRCd configuration ..
* Configuration loaded without any problems ..
* Dynamic configuration initialized .. booting IRCd.
---------------------------------------------------------------------


/srv/www/thecastlehall.no-ip.org/public_html/Unreal3.2# sudo -u unreal ./unreal restart
Restarting UnrealIRCd
./unreal: line 32: kill: (22376) - No such process

Re: Process doesn't start

Posted: Sat Sep 25, 2010 4:42 am
by bros
Here are the contents of ircd.log:

Code: Select all


[Fri Sep 24 23:17:18 2010] - TIME SYNCH: timeserver=1285384638, our=1285384638, offset = 0 [old offset: 0]

[Fri Sep 24 23:19:54 2010] - TIME SYNCH: timeserver=1285384794, our=1285384794, offset = 0 [old offset: 0]

[Fri Sep 24 23:28:42 2010] - TIME SYNCH: timeserver=1285385322, our=1285385322, offset = 0 [old offset: 0]

[Fri Sep 24 23:30:17 2010] - TIME SYNCH: timeserver=1285385417, our=1285385417, offset = 0 [old offset: 0]

[Fri Sep 24 23:31:23 2010] - TIME SYNCH: timeserver=1285385483, our=1285385483, offset = 0 [old offset: 0]

[Fri Sep 24 23:36:35 2010] - TIME SYNCH: timeserver=1285385795, our=1285385795, offset = 0 [old offset: 0]

[Fri Sep 24 23:42:05 2010] - TIME SYNCH: timeserver=1285386125, our=1285386125, offset = 0 [old offset: 0]

[Fri Sep 24 23:44:31 2010] - TIME SYNCH: timeserver=1285386271, our=1285386271, offset = 0 [old offset: 0]

[Fri Sep 24 23:46:50 2010] - TIME SYNCH: timeserver=1285386410, our=1285386410, offset = 0 [old offset: 0]

[Sat Sep 25 00:11:58 2010] - TIME SYNCH: timeserver=1285387918, our=1285387918, offset = 0 [old offset: 0]

[Sat Sep 25 00:13:13 2010] - TIME SYNCH: timeserver=1285387993, our=1285387993, offset = 0 [old offset: 0]

[Sat Sep 25 00:13:57 2010] - TIME SYNCH: timeserver=1285388037, our=1285388037, offset = 0 [old offset: 0]

[Sat Sep 25 00:24:30 2010] - TIME SYNCH: timeserver=1285388670, our=1285388670, offset = 0 [old offset: 0]

[Sat Sep 25 00:25:18 2010] - TIME SYNCH: timeserver=1285388718, our=1285388718, offset = 0 [old offset: 0]

Re: Process doesn't start

Posted: Sun Oct 10, 2010 2:31 am
by deleted-46527
We need to see line 32 and around it in your unrealircd.conf to figure out the problem

Re: Process doesn't start

Posted: Sun Oct 10, 2010 4:41 am
by Stealth
The path and command you are using to boot Unreal raises a lot of questions and concerns regarding the legitimacy of this Unreal installation... What is up with the path you are trying to run Unreal from? Why do you have Unreal installed in a public_html folder? Usually these are open to public access and makes your configuration and server keys available for anyone to just download.

Other than that, make sure your unreal user has permission to modify the files in that directory. If this problem happened today, then it looks like you have a permission problem on that directory since your last log entry is from September 25th. Also make sure your log blocks include the error flag (especially if you made one for ircd.log)