Configuration file didn't have .conf extension.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
May 28 2015
May 27 2015
$ ./configure --enable-ipv6 --enable-tls [...] checking for Tcl library... found /usr/local/lib/libtcl86.so checking for Tcl header... found /usr/local/include/tcl8.6/tcl.h [...] checking for Tcl patch level... 8.6.4 [...] $ make iconfig [...] $ make [...] $ make install [...] Installing in directory: '/home/surfboard/eggdrop'. [...]
Actually, there is currently no option to achieve that. But we can remove the relevant code.
May 22 2015
DNS related tasks:
DNS entry added:
DNS entries added:
May 21 2015
At last reboot, ens192 interface were still initialized.
May 20 2015
$ sockstat | grep 6502 murmur murmurd 18308 16 tcp4 6 *:6502 *:*
In /usr/local/etc/murmur.ini file:
May 19 2015
In T387#2842, @dereckson wrote:We should disable Bonjour support.
Server restarted.
Okay, Ice listens on port 6502.
In T388#2877, @dereckson wrote:Ice recompiled.
===> Registering installation for Ice-3.5.1_7 Installing Ice-3.5.1_7... The default on-the-wire encoding for Ice changed in version 3.5 and IPv6 is now enabled by default. ABI versions are not compatible. For details on these and additional changes please read the upgrading instructions available at http://doc.zeroc.com/x/SQpN For on-the-wire background compatibility add Ice.IPv6=0 Ice.Default.EncodingVersion=1.0 to your Ice application configuration.
Ice recompiled.
Meanwhile, some software upgraded end April is now available for upgrade too.
Compilation issue: P72.
Solved also per T386 for Qt (and so murmurd).
We should disable Bonjour support.
As root:
$ mkdir /var/run/mdnsd $ ls -lhU [...] rw------- 1 root wheel 0B Apr 11 01:41 logpriv drwxr-xr-x 2 root wheel 512B May 19 17:55 mdnsd drwxr-xr-x 2 nobody nobody 512B Apr 28 11:36 memcached drwxr-xr-x 2 murmur murmur 512B Jul 19 2014 murmur [...]
May 19 17:49:30 ysul pkg-static: qt4-corelib-4.8.6_3 deinstalled
May 19 17:49:33 ysul pkg-static: qt4-corelib-4.8.6_5 installed
$ /usr/local/etc/rc.d/murmur restart Stopping murmur. Waiting for PIDS: 923. Starting murmur. Unable to load library icui18n "Cannot load library icui18n: (Shared object "icui18n" not found, required by "murmurd")". $ /usr/local/etc/rc.d/murmur status murmur is running as pid 70661. $ sockstat | grep 70661 [...] murmur murmurd 70661 13 tcp4 212.83.187.132:64738 *:* murmur murmurd 70661 14 tcp6 2001:470:1f13:9e1:0:c0ff:ee:1:64738 *:* murmur murmurd 70661 15 udp4 212.83.187.132:64738 *:* murmur murmurd 70661 16 udp6 2001:470:1f13:9e1:0:c0ff:ee:1:64738 *:* [...] murmur murmurd 70661 21 tcp6 2001:470:1f13:9e1:0:c0ff:ee:1:64738 2001:470:1f13:d91:4dac:ccfe:50f0:fd3b:50472
Solved for PHP:
$ ldd /usr/local/lib/php/20131226/intl.so /usr/local/lib/php/20131226/intl.so: libicui18n.so.55 => not found (0) libicuuc.so.55 => not found (0) libicudata.so.55 => not found (0) libicuio.so.55 => not found (0) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x80165d000) libc.so.7 => /lib/libc.so.7 (0x80081f000)
As shown on P71, executable isn't currently linked to Ice library.
As the canonical server address is 2001:470:1f13:9e1:0:c0ff:ee:1.