Hi,
I'm failing to get ngIRCd 21 running on Minix 3.2.1/x86.
# ./configure […] ngIRCd 21 has been configured with the following options:
Host: i686-pc-minix Compiler: cc Compiler flags: -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -fstack-protector -DSYSCONFDIR='"$(sysconfdir)"' -DDOCDIR='"$(docdir)"' Libraries: -lz
'ngircd' binary: /usr/local/sbin Configuration file: /usr/local/etc Manual pages: /usr/local/share/man Documentation: /usr/local/share/doc/ngircd
Syslog support: yes Enable debug code: no zlib compression: yes IRC sniffer: no Use TCP Wrappers: no Strict RFC mode: no IDENT support: no IRC+ protocol: yes IPv6 protocol: no I/O backend: poll() PAM support: no SSL support: no libiconv support: no
# contrib/platformtest.sh platformtest.sh: Checking ngIRCd base source directory ... platformtest.sh: Checking for GIT tree ... platformtest.sh: Checking for "./configure" script ... platformtest.sh: Running "./configure" script ... platformtest.sh: Running "make" ... clang: warning: argument unused during compilation: '-g' platformtest.sh: Running "make check" ... clang: warning: argument unused during compilation: '-g'
the executable works ("runs") as expected --+ tests run successfully ("make check") --+ | ngIRCd compiles ("make") --+ | | ./configure works --+ | | | | | | | Platform Compiler ngIRCd Date Tester C M T R * --------------------------- ------------ ---------- -------- -------- - - - - - i686/pc/minix clang 3.1 21 13-11-21 root Y Y N Y
# src/ngircd/ngircd -npf doc/sample-ngircd.conf [8822:3 0] Can't read MOTD file "/usr/local/etc/ngircd.motd": no such file or directory [8822:3 0] Can't read help text file "/usr/local/share/doc/ngircd/Commands.txt": no such file or directory [8822:4 0] No help text available, HELP command will be of limited use. [8822:4 0] Not specifying a full path name to "doc/sample-ngircd.conf" can cause problems when rehashing the server! [8822:4 0] No administrative information configured but required by RFC! [8822:5 0] ngIRCd 21-IRCPLUS+SYSLOG+ZLIB-i686/pc/minix started. [8822:6 0] Using configuration file "doc/sample-ngircd.conf" ... [8822:6 0] ServerUID must not be root(0), using "nobody" instead. [8822:3 0] Can't drop supplementary group IDs: bad address! [8822:1 0] Fatal: Initialization failed, exiting!
anyone experienced sth like that before? I tried to set manually a suitable ServerGID but to no avail.
Grüße Götz