[Pkg-silc-devel] SILC Server 1.1 Beta4

Pekka Riikonen priikone at iki.fi
Sun Nov 11 14:09:31 UTC 2007


The new version of the SILC Server is now available!  The source package
of the software is available from the following sources:

              http://silcnet.org/
              ftp://ftp.silcnet.org/

Since we are in beta phase I am recommending that the server is always
compiled with debugging enabled and run so that debug log is created:

Compile as:

      ./configure --enable-debug
      make -j4

Run as:

      ulimit -c unlimited
      silcd -d*server* -f silcd.conf 2>log

If the server crashes, please take the backtrace and send it to silc-devel
mailing list, accompanied with the created debug log file.

      gdb ./silcd corefile
      bt


Summary of Changes
------------------

The full list of changes is available on the website and in CHANGES file
in the source package.


Installation
------------

The source package is compiled and installed as instructed in the INSTALL
file found from the package.  Quick installation:

        ./configure
        make
        make install


Known Issues
------------

- Known Issues in SILC Server

        - Two or more servers with same IP must not be linked to same network,
          even if server ports are different.  This is limitation in current
          implementation and may cause desync problems in the network.

        - Adding or removing listenning interfaces (secondary interfaces in
          silcd.conf) does not work in rehash (rehash is kill -HUP <serverPID>).
          Changing listenning interfaces requires reboot of the server.

        - Router to router connections may not work as expected.
__________________________________________________________________
Info:    https://lists.silcnet.org/mailman/listinfo/silc-announce
Archive: https://lists.silcnet.org/pipermail/silc-announce
FAQ:     http://silcnet.org/support/faq/



More information about the Pkg-silc-devel mailing list