No regression:
ngIRCd 22 has been configured with the following options:
Host: powerpc-apple-darwin7.9.0
Compiler: gcc -std=gnu99
Compiler flags: -g -O2 -pipe -W -Wall -Wpointer-arith -Wstrict-prototypes -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: kqueue()
PAM support: no SSL support: no
libiconv support: no
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 *
--------------------------- ------------ ---------- -------- -------- - - - - -
powerpc/apple/darwin7.9.0 gcc 3.3 22 15-03-22 goetz Y Y Y Y 3
$ uname -a
Darwin jadzia.local 7.9.0 Darwin Kernel Version 7.9.0: Wed Mar 30 20:11:17 PST 2005; root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC Power Macintosh powerpc
$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.3.9
BuildVersion: 7W98
$ date
Sun Mar 22 15:08:05 CET 2015
Hello, Im having a bit of an issue connecting two servers.
This is my main server(s1) ngircd.conf
[server]
#S2
name = secondserver.net
host = 192.168.1.102
port = 6667
MyPassword = <scrubbed>
PeerPassword = <scrubbed>
Group = 4
[server]#S3
name = backupmain.net
host = 192.168.1.103
port = 6667
MyPassword = <scrubbed>
PeerPassword = <scrubbed>
Group = 4
This is the ngircd from my backup server (s3)
[Server]
#S1
name = mainservername.net
host = 192.168.1.101
port = 6667
MyPassword = <scrubbed>
PeerPassword = <scrubbed>
Group = 4
The connection to s2 works fine. No issues there. When I start up the
backup server with ngircd -n, I get the "backupmain.net" is not
configured here." Have I missed something?