View Issue Details

IDProjectCategoryView StatusLast Update
0004332unrealircdpublic2014-10-08 11:59
Reporterspiider Assigned Tosyzop  
PrioritynormalSeverityblockReproducibilityhave not tried
Status closedResolutionno change required 
Product Version3.2.10.4 
Summary0004332: Not starting ircd
DescriptionAfter compile and configure unrealircd when start without give any error process don't start and create a empety pid file in folder.

Output of strace

| | | | | |_ _| ___ \/ __ \ | |
| | | |_ __ _ __ ___ __ _| | | | | |_/ /| / \/ __| |
| | | | '_ \| '__/ _ \/ _` | | | | | / | | / _` |
| |_| | | | | | | __/ (_| | |_| |_| |\ \ | \__/\ (_| |
 \___/|_| |_|_| \___|\__,_|_|\___/\_| \_| \____/\__,_|
                           v3.2.10.4
                     using TRE 0.8.0 (BSD)
                     using OpenSSL 1.0.1e-fips 11 Feb 2013
                     using zlib 1.2.3

* Loading IRCd configuration ..
* Configuration loaded without any problems ..
* Initializing SSL.
* Dynamic configuration initialized .. booting IRCd.
---------------------------------------------------------------------
[{WIFEXITED(s) && WEXITSTATUS(s) == 9}], 0, NULL) = 3055
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
wait4(-1, 0x7fff661c819c, WNOHANG, NULL) = -1 ECHILD (No child processes)
rt_sigreturn(0xffffffffffffffff) = 0
rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7fd5245796b0}, {0x43d170, [], SA_RESTORER, 0x7fd5245796b0}, 8) = 0
stat(".", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
stat("/usr/local/sbin/sleep", 0x7fff661c8620) = -1 ENOENT (No such file or directory)
stat("/usr/local/bin/sleep", 0x7fff661c8620) = -1 ENOENT (No such file or directory)
stat("/sbin/sleep", 0x7fff661c8620) = -1 ENOENT (No such file or directory)
stat("/bin/sleep", {st_mode=S_IFREG|0755, st_size=24264, ...}) = 0
stat("/bin/sleep", {st_mode=S_IFREG|0755, st_size=24264, ...}) = 0
geteuid() = 503
getegid() = 504
getuid() = 503
getgid() = 504
access("/bin/sleep", X_OK) = 0
stat("/bin/sleep", {st_mode=S_IFREG|0755, st_size=24264, ...}) = 0
geteuid() = 503
getegid() = 504
getuid() = 503
getgid() = 504
access("/bin/sleep", R_OK) = 0
stat("/bin/sleep", {st_mode=S_IFREG|0755, st_size=24264, ...}) = 0
stat("/bin/sleep", {st_mode=S_IFREG|0755, st_size=24264, ...}) = 0
geteuid() = 503
getegid() = 504
getuid() = 503
getgid() = 504
access("/bin/sleep", X_OK) = 0
stat("/bin/sleep", {st_mode=S_IFREG|0755, st_size=24264, ...}) = 0
geteuid() = 503
getegid() = 504
getuid() = 503
getgid() = 504
access("/bin/sleep", R_OK) = 0
rt_sigprocmask(SIG_BLOCK, [INT CHLD], [], 8) = 0
clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0x7fd524f179d0) = 3056
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
rt_sigaction(SIGINT, {0x43d170, [], SA_RESTORER, 0x7fd5245796b0}, {SIG_DFL, [],
wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 3056
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
wait4(-1, 0x7fff661c82dc, WNOHANG, NULL) = -1 ECHILD (No child processes)
rt_sigreturn(0xffffffffffffffff) = 0
rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7fd5245796b0}, {0x43d170, [],
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
stat("/home/ircd/unreal/ircd.pid", {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
geteuid() = 503
getegid() = 504
getuid() = 503
getgid() = 504
access("/home/ircd/unreal/ircd.pid", R_OK) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
read(255, "", 4725) = 0
exit_group(0) = ?
3rd party modules

Activities

spiider

2014-10-05 02:27

reporter   ~0018252

I fixed is problem in configurations

syzop

2014-10-08 08:39

administrator   ~0018253

Last edited: 2014-10-08 08:39

Ok, thanks for letting us know.

What was the problem/fix? Was it SSL-related, or some other problem?

I ask, because we want the IRCd to give a clear error and not mysteriously fail to start ;)

spiider

2014-10-08 11:06

reporter   ~0018254

The problem was missing a folder.

syzop

2014-10-08 11:59

administrator   ~0018255

ah okay :)

Issue History

Date Modified Username Field Change
2014-10-05 01:39 spiider New Issue
2014-10-05 02:27 spiider Note Added: 0018252
2014-10-08 08:39 syzop Note Added: 0018253
2014-10-08 08:39 syzop Note Edited: 0018253
2014-10-08 08:39 syzop Priority urgent => normal
2014-10-08 08:39 syzop Severity crash => block
2014-10-08 11:07 spiider Note Added: 0018254
2014-10-08 11:59 syzop Note Added: 0018255
2014-10-08 11:59 syzop Status new => closed
2014-10-08 11:59 syzop Assigned To => syzop
2014-10-08 11:59 syzop Resolution open => no change required