SixXS::Sunset 2017-06-06

sixxs-aiccu FreeBSD 10.1 segmentation fault
[ie] Shadow Hawkins on Thursday, 19 March 2015 16:34:21
Hi, I recently upgraded my firewall at home from FreeBSD 9.x to FreeBSD 10.1. A fresh install, not svn up && make buildworld, etc... Nothing special, straight installation and build. Now this happens after installing sixxs-aiccu using "portmaster net/sixxs-aiccu" root@defiant:~ # ls -l !$ ls -l /usr/local/etc/aiccu.conf -rw-r--r-- 1 root wheel 2352 Mar 17 18:31 /usr/local/etc/aiccu.conf root@defiant:~ # sixxs-aiccu test !$ sixxs-aiccu test /usr/local/etc/aiccu.conf Segmentation fault (core dumped) root@defiant:~ # Log output: Mar 19 16:31:10 defiant sixxs-aiccu: sock_getline() : "200 SixXS TIC Service on nlhaa01.sixxs.net ready (http://www.sixxs.net)" Mar 19 16:31:10 defiant sixxs-aiccu: sock_printf() : "client TIC/draft-00 AICCU/2007.01.15-console-kame FreeBSD/10.1-STABLE" Mar 19 16:31:10 defiant sixxs-aiccu: sock_getline() : "200 Client Identity accepted" Mar 19 16:31:10 defiant sixxs-aiccu: sock_printf() : "get unixtime" Mar 19 16:31:10 defiant sixxs-aiccu: sock_getline() : "200 1426782670" Mar 19 16:31:10 defiant sixxs-aiccu: sock_printf() : "starttls" Mar 19 16:31:10 defiant sixxs-aiccu: sock_getline() : "200 Go ahead, we are now talking securely" Mar 19 16:31:10 defiant sixxs-aiccu: TLS Handshake completed succesfully Mar 19 16:31:10 defiant sixxs-aiccu: sock_printf() : "username <removed>" Mar 19 16:31:10 defiant sixxs-aiccu: sock_getline() : "200 <removed> choose your authentication challenge please" ::: make.conf ::: WITH_PKGNG=yes SENDMAIL_CFLAGS+=-DSTARTTLS -D_FFR_TLS_1 WITHOUT_X11=yes KERNCONF=DEFIANT GENERIC ::: src.conf ::: WITHOUT_PROFILE="YES" ::: pkg info ::: root@defiant:~ # pkg info apr-1.5.1.1.5.4 Apache Portability Library autoconf-2.69 Automatically configure source code on many Un*x platforms autoconf-wrapper-20131203 Wrapper script for GNU autoconf automake-1.15 GNU Standards-compliant Makefile generator automake-wrapper-20131203 Wrapper script for GNU automake binutils-2.25 GNU binary tools bison-2.7.1,1 Parser generator from FSF, (mostly) compatible with Yacc ca_root_nss-3.17.4_1 Root certificate bundle from the Mozilla Project db5-5.3.28_2 The Oracle Berkeley DB, revision 5.3 dialog4ports-0.1.5_2 Console Interface to configure ports expat-2.1.0_2 XML 1.0 parser written in C gcc-ecj-4.5 Eclipse Java Compiler used to build GCC Java gdbm-1.11_2 GNU database manager gettext-runtime-0.19.4 GNU gettext runtime libraries and programs gettext-tools-0.19.4 GNU gettext development and translation tools gmake-4.1_1 GNU version of 'make' utility gmake-lite-4.1_1 Minimalist version of gnu make gmp-5.1.3_2 Free library for arbitrary precision arithmetic gnutls-3.2.21 GNU Transport Layer Security library help2man-1.43.3_1 Automatically generating simple manual pages from program output indexinfo-0.2.2 Utility to regenerate the GNU info page index isc-dhcp41-server-4.1.e_9,2 The ISC Dynamic Host Configuration Protocol server libffi-3.2.1 Foreign Function Interface libidn-1.29 Internationalized Domain Names command line tool libtasn1-4.2 ASN.1 structure parser library libtool-2.4.5 Generic shared library support script m4-1.4.17_1,1 GNU m4 mpc-1.0.2_1 Library of complex numbers with arbitrarily high precision mpfr-3.1.2_2 Library for multiple-precision floating-point computations nettle-2.7.1 Low-level cryptographic library p11-kit-0.22.1 Library for loading and enumerating of PKCS#11 modules p5-Locale-gettext-1.05_4 Message handling functions perl5-5.18.4_11 Practical Extraction and Report Language pkg-1.4.12 Package manager pkgconf-0.9.8 Utility to help to configure compiler and linker flags portmaster-3.17.7 Manage your ports without external databases or languages psearch-2.0.2 Utility for searching the FreeBSD Ports Collection py27-setuptools27-5.5.1_1 Python packages installer python2-2_3 The "meta-port" for version 2 of the Python interpreter python27-2.7.9 Interpreted object-oriented programming language scons-2.3.0_1 Build tool alternative to make serf-1.3.8 Serf HTTP client library sixxs-aiccu-20070115_4 SixXS IPv6 TIC+ tunnel broker heartbeat client sqlite3-3.8.8.2 SQL database engine in a C library subversion-1.8.11 Version control system trousers-tddl-0.3.10_7 The open-source TCG Software Stack zip-3.0_1 Create/update ZIP files compatible with PKZIP Here is my aiccu config file: root@defiant:~ # cat /usr/local/etc/aiccu.conf # AICCU Configuration # Login information (defaults: none) username <removed> password <removed> # Protocol and server to use for setting up the tunnel (defaults: none) #protocol tic #server tic.sixxs.net # Interface names to use (default: aiccu) # ipv6_interface is the name of the interface that will be used as a tunnel interface. # On *BSD the ipv6_interface should be set to gifX (eg gif0) for proto-41 tunnels # or tunX (eg tun0) for AYIYA tunnels. ipv6_interface gif1 # The tunnel_id to use (default: none) # (only required when there are multiple tunnels in the list) tunnel_id T8171 # Be verbose? (default: false) verbose true # Daemonize? (default: true) # Set to false if you want to see any output # When true output goes to syslog # # WARNING: never run AICCU from DaemonTools or a similar automated # 'restart' tool/script. When AICCU does not start, it has a reason # not to start which it gives on either the stdout or in the (sys)log # file. The TIC server *will* automatically disable accounts which # are detected to run in this mode. # daemonize true # Automatic Login and Tunnel activation? automatic true # Require TLS? # When set to true, if TLS is not supported on the server # the TIC transaction will fail. # When set to false, it will try a starttls, when that is # not supported it will continue. # In any case if AICCU is build with TLS support it will # try to do a 'starttls' to the TIC server to see if that # is supported. requiretls true # PID File #pidfile /var/run/aiccu.pid # Add a default route (default: true) #defaultroute true # Script to run after setting up the interfaces (default: none) #setupscript /usr/local/etc/aiccu-subnets.sh # Make heartbeats (default true) # In general you don't want to turn this off # Of course only applies to AYIYA and heartbeat tunnels not to static ones makebeats true # Don't configure anything (default: false) #noconfigure true # Behind NAT (default: false) # Notify the user that a NAT-kind network is detected behindnat true # Local IPv4 Override (default: none) # Overrides the IPv4 parameter received from TIC # This allows one to configure a NAT into "DMZ" mode and then # forwarding the proto-41 packets to an internal host. # # This is only needed for static proto-41 tunnels! # AYIYA and heartbeat tunnels don't require this. #local_ipv4_override I also ran it using ktrace, here is the end of the output from kdump. [...] 65465 sixxs-aiccu RET recvfrom 5 65465 sixxs-aiccu CALL recvfrom(0x4,0x28cf3034,0x50,0,0,0) 65465 sixxs-aiccu GIO fd 4 read 80 bytes 0x0000 01e0 6602 a5ea 42cb eb24 b0ff 39be 9715 |..f...B..$..9...| 0x0010 f215 d03a 232f 684f cdac 1c86 b3d6 1074 |...:#/hO.......t| 0x0020 ae5b bde9 16e9 026c 29d5 a8d5 abb6 3eab |.[.....l).....>.| 0x0030 24ae fa8d 3074 eb0e eb2c 3d88 fa12 4bc8 |$...0t...,=...K.| 0x0040 7f9e b0bf 15ad 9117 4857 1122 ae75 386f |........HW.".u8o| 65465 sixxs-aiccu RET recvfrom 80/0x50 65465 sixxs-aiccu CALL clock_gettime(0xd,0xbfbfd150) 65465 sixxs-aiccu RET clock_gettime 0 65465 sixxs-aiccu CALL sendto(0x5,0xbfbfd638,0x6e,0,0,0) 65465 sixxs-aiccu GIO fd 5 wrote 110 bytes "<191>Mar 19 13:59:15 sixxs-aiccu: sock_getline() : "200 <removed> choo\ se your authentication challenge please"" 65465 sixxs-aiccu RET sendto 110/0x6e 65465 sixxs-aiccu CALL getpid 65465 sixxs-aiccu RET getpid 65465/0xffb9 65465 sixxs-aiccu PSIG SIGSEGV SIG_DFL code=SEGV_MAPERR 65465 sixxs-aiccu NAMI "sixxs-aiccu.core" Additional information. root@defiant:~ # ldd /usr/local/sbin/sixxs-aiccu /usr/local/sbin/sixxs-aiccu: libgnutls.so.28 => /usr/local/lib/libgnutls.so.28 (0x28078000) libthr.so.3 => /lib/libthr.so.3 (0x28174000) libc.so.7 => /lib/libc.so.7 (0x28195000) libz.so.6 => /lib/libz.so.6 (0x28309000) libp11-kit.so.0 => /usr/local/lib/libp11-kit.so.0 (0x2831d000) libtspi.so.1 => /usr/local/lib/libtspi.so.1 (0x2836c000) libtasn1.so.6 => /usr/local/lib/libtasn1.so.6 (0x283d2000) libnettle.so.4 => /usr/local/lib/libnettle.so.4 (0x283e3000) libhogweed.so.2 => /usr/local/lib/libhogweed.so.2 (0x2840f000) libgmp.so.10 => /usr/local/lib/libgmp.so.10 (0x28439000) libintl.so.8 => /usr/local/lib/libintl.so.8 (0x2849b000) libffi.so.6 => /usr/local/lib/libffi.so.6 (0x284a4000) libcrypto.so.7 => /lib/libcrypto.so.7 (0x284ab000) root@defiant:~ # root@defiant:~ # uname -a FreeBSD defiant.konundrum.org 10.1-STABLE FreeBSD 10.1-STABLE #0 r280194: Wed Mar 18 13:18:51 GMT 2015 root@defiant.konundrum.org:/usr/obj/usr/src/sys/DEFIANT i386 root@defiant:~ # cd /usr/src/ root@defiant:/usr/src # svn info Path: . Working Copy Root Path: /usr/src URL: https://svn0.us-west.freebsd.org/base/stable/10 Relative URL: ^/stable/10 Repository Root: https://svn0.us-west.freebsd.org/base Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f Revision: 280194 Node Kind: directory Schedule: normal Last Changed Author: marck Last Changed Rev: 280048 Last Changed Date: 2015-03-15 19:33:40 +0000 (Sun, 15 Mar 2015) root@defiant:/usr/src # Please help! :) Is anyone else using FreeBSD 10.1 32-bit with the net/sixxs-aiccu port? Could this be a problem with the port being built with clang instead of gcc? Cheers, C.
sixxs-aiccu FreeBSD 10.1 segmentation fault
[ch] Jeroen Massar SixXS Staff on Thursday, 19 March 2015 16:59:37
Segmentation fault (core dumped)
That core would be the interesting thing, that is, if you have symbols.
Could this be a problem with the port being built with clang instead of gcc?
Should not matter, unless the bindings to the libraries it uses are odd.
sixxs-aiccu FreeBSD 10.1 segmentation fault
[ie] Shadow Hawkins on Thursday, 19 March 2015 17:18:30
Jeroen Massar wrote:
> Segmentation fault (core dumped) That core would be the interesting thing, that is, if you have symbols.
Could this be a problem with the port being built with clang instead of gcc?
Should not matter, unless the bindings to the libraries it uses are odd.
I have the core but no symbols. This can be easily arranged, I'll come back to you later on with this.
sixxs-aiccu FreeBSD 10.1 segmentation fault
[ie] Shadow Hawkins on Thursday, 19 March 2015 19:18:19
Hi, Output from the make WITH_DEBUG=yes install here: http://pastie.org/private/hjxcnksdulbrzpeqw6ja Seems to be a problem with the gnutls libraries? root@defiant:/usr/ports/net/sixxs-aiccu # make deinstall ===> Deinstalling for sixxs-aiccu ===> Deinstalling sixxs-aiccu-20070115_4 Updating database digests format: 100% Checking integrity... done (0 conflicting) Deinstallation has been requested for the following 1 packages (of 0 packages in the universe): Installed packages to be REMOVED: sixxs-aiccu-20070115_4 The operation will free 62 KiB. [1/1] Deinstalling sixxs-aiccu-20070115_4... You may need to manually remove /usr/local/etc/aiccu.conf if it's no longer needed. [1/1] Deleting files for sixxs-aiccu-20070115_4: 100% root@defiant:/usr/ports/net/sixxs-aiccu # make WITH_DEBUG=yes install Output log here: http://pastie.org/private/hjxcnksdulbrzpeqw6ja root@defiant:/usr/ports/net/sixxs-aiccu # root@defiant:/usr/ports/net/sixxs-aiccu # objdump -t /usr/local/sbin/sixxs-aiccu /usr/local/sbin/sixxs-aiccu: file format elf32-i386-freebsd SYMBOL TABLE: 08048134 l d .interp 00000000 .interp 0804814c l d .note.tag 00000000 .note.tag 0804817c l d .hash 00000000 .hash 080484c0 l d .gnu.hash 00000000 .gnu.hash 08048524 l d .dynsym 00000000 .dynsym 08048c04 l d .dynstr 00000000 .dynstr 0804908e l d .gnu.version 00000000 .gnu.version 0804916c l d .gnu.version_r 00000000 .gnu.version_r 080491cc l d .rel.dyn 00000000 .rel.dyn 080491f4 l d .rel.plt 00000000 .rel.plt 080494e4 l d .init 00000000 .init 080494f8 l d .plt 00000000 .plt 08049af0 l d .text 00000000 .text 080523b0 l d .fini 00000000 .fini 080523c0 l d .rodata 00000000 .rodata 08054e50 l d .eh_frame_hdr 00000000 .eh_frame_hdr 08054e64 l d .eh_frame 00000000 .eh_frame 08055000 l d .ctors 00000000 .ctors 08055008 l d .dtors 00000000 .dtors 08055010 l d .jcr 00000000 .jcr 08055014 l d .dynamic 00000000 .dynamic 080550f4 l d .got.plt 00000000 .got.plt 08055278 l d .data 00000000 .data 08055a78 l d .bss 00000000 .bss 00000000 l d .comment 00000000 .comment 00000000 l d .debug_aranges 00000000 .debug_aranges 00000000 l d .debug_pubnames 00000000 .debug_pubnames 00000000 l d .debug_info 00000000 .debug_info 00000000 l d .debug_abbrev 00000000 .debug_abbrev 00000000 l d .debug_line 00000000 .debug_line 00000000 l d .debug_frame 00000000 .debug_frame 00000000 l d .debug_str 00000000 .debug_str 00000000 l d .debug_loc 00000000 .debug_loc 00000000 l d .debug_pubtypes 00000000 .debug_pubtypes 00000000 l d .debug_ranges 00000000 .debug_ranges 00000000 l df *ABS* 00000000 /usr/src/lib/csu/i386-elf/crt1_c.c 0804814c l O .note.tag 00000018 abitag 08048164 l O .note.tag 00000018 crt_noinit_tag 08049c60 l F .text 0000003a finalizer 08049b10 l F .text 00000142 .hidden _start1 00000000 l df *ABS* 00000000 /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c 08055000 l O .ctors 00000004 __CTOR_LIST__ 08055008 l O .dtors 00000004 __DTOR_LIST__ 08055010 l O .jcr 00000000 __JCR_LIST__ 08049ca0 l F .text 00000030 __do_global_dtors_aux 08055284 l O .data 00000001 __do_global_dtors_aux.completed 08055280 l O .data 00000004 __do_global_dtors_aux.p 08049cd0 l F .text 00000027 frame_dummy 00000000 l df *ABS* 00000000 /usr/src/gnu/lib/csu/../../../contrib/gcc/crtstuff.c 08055004 l O .ctors 00000004 __CTOR_END__ 0805500c l O .dtors 00000004 __DTOR_END__ 08054e98 l O .eh_frame 00000004 __FRAME_END__ 08055010 l O .jcr 00000004 __JCR_END__ 08052380 l F .text 0000002f __do_global_ctors_aux 00000000 l df *ABS* 00000000 main.c 08055aa8 l O .bss 00000001 foundsixxs 08055288 l O .data 00000004 prevnum 00000000 l df *ABS* 00000000 ../common/tun.c 080529c5 l O .rodata 0000000c reader_name 080529d1 l O .rodata 0000000c writer_name 00000000 l df *ABS* 00000000 ../common/aiccu.c 08055368 l O .data 0000017f aiccu_license.l1 080554e7 l O .data 00000185 aiccu_license.l2 0805566c l O .data 000001aa aiccu_license.l3 08055816 l O .data 00000130 aiccu_license.l4 08055ab4 l O .bss 00000004 aiccu_license.license 00000000 l df *ABS* 00000000 ../common/hash_md5.c 00000000 l df *ABS* 00000000 ../common/hash_sha1.c 00000000 l df *ABS* 00000000 ../common/common.c 08052f7c l O .rodata 0000000c sock_alloc.cert_type_priority 00000000 l df *ABS* 00000000 ../common/heartbeat.c 00000000 l df *ABS* 00000000 ../common/tic.c 00000000 l df *ABS* 00000000 ../common/ayiya.c 08054168 l O .rodata 00000005 beat_name 08054150 l O .rodata 0000000c reader_name 0805415c l O .rodata 0000000c writer_name 00000000 l df *ABS* 00000000 ../common/aiccu_test.c 00000000 l df *ABS* 00000000 ../common/resolver.c 00000000 l df *ABS* 00000000 ../common/aiccu_kame.c 08055000 l .ctors 00000000 .hidden __preinit_array_start 08055000 l .ctors 00000000 .hidden __fini_array_end 080550f4 l O .got.plt 00000000 .hidden _GLOBAL_OFFSET_TABLE_ 08055000 l .ctors 00000000 .hidden __preinit_array_end 08055000 l .ctors 00000000 .hidden __fini_array_start 08055000 l .ctors 00000000 .hidden __init_array_end 08055000 l .ctors 00000000 .hidden __init_array_start 08055014 l O .dynamic 00000000 .hidden _DYNAMIC 00000000 F *UND* 000015f0 malloc@@FBSD_1.0 00000000 F *UND* 00000460 __inet_pton@@FBSD_1.0 00000000 F *UND* 00000034 atoi@@FBSD_1.0 08049d00 g F .text 00000030 sigusr1 00000000 F *UND* 0000032b gnutls_global_init@@GNUTLS_1_4 00000000 F *UND* 0000000e getsockname@@FBSD_1.0 0804fa50 g F .text 00000028 tic_ListPOPs 08055a78 g O .bss 00000004 __stdoutp@@FBSD_1.0 08050130 g F .text 000000a7 tic_Free_POP 00000000 F *UND* 00000145 vsnprintf@@FBSD_1.0 00000000 F *UND* 0000000e chdir@@FBSD_1.0 00000000 F *UND* 0000000e bind@@FBSD_1.0 0804ba30 g F .text 00000031 MD5Init 08055ab0 g O .bss 00000004 g_aiccu 00000000 F *UND* 000000db vfprintf@@FBSD_1.0 0804a980 g F .text 00000081 tun_write 00000000 F *UND* 00000056 gnutls_record_recv@@GNUTLS_1_4 080504b0 g F .text 00000219 ayiya_reader 08049af0 g F .text 00000019 _start 00000000 F *UND* 0000008d fscanf@@FBSD_1.0 08049df0 g F .text 000000ab list_tunnels 0804e200 g F .text 00000094 sock_gotls 00000000 F *UND* 0000012a gnutls_record_send@@GNUTLS_1_4 08055a74 g O .data 00000004 ayiya_tun 00000000 F *UND* 00003108 gnutls_handshake@@GNUTLS_1_4 00000000 F *UND* 0000004e open@@FBSD_1.0 0804ee80 g F .text 00000070 heartbeat_getlocalIP 00000000 w *UND* 00000000 _Jv_RegisterClasses 080562b8 g O .bss 00000004 tic_filled 00000000 F *UND* 00000081 fputc@@FBSD_1.0 00000000 F *UND* 00000036 srand@@FBSD_1.0 00000000 F *UND* 00000042 __dn_skipname@@FBSD_1.0 00000000 F *UND* 00000018 fork@@FBSD_1.0 00000000 F *UND* 0000003f __inet_addr@@FBSD_1.0 08055278 g O .data 00000004 __progname 08055a7c g O .bss 00000004 __stdinp@@FBSD_1.0 080523b0 g F .fini 00000000 .hidden _fini 00000000 F *UND* 000000b3 gnutls_certificate_allocate_credentials@@GNUTLS_1_4 0804bb70 g F .text 00000660 MD5Transform 00000000 F *UND* 00000017 gnutls_transport_set_ptr@@GNUTLS_1_4 08049d30 g F .text 0000002b sigterm 0804f610 g F .text 00000391 tic_ListTunnels 00000000 F *UND* 0000003a printf@@FBSD_1.0 00000000 F *UND* 00000155 fgets@@FBSD_1.0 00000000 F *UND* 00000018 system@@FBSD_1.0 0804ad10 g F .text 0000016b aiccu_InitConfig 08051370 g F .text 000000a1 test_ask 0804b640 g F .text 0000011b aiccu_FreeConfig 00000000 F *UND* 000000f6 fwrite@@FBSD_1.0 080562bc g O .bss 00000004 ayiya_socket 0804d5d0 g F .text 00000123 SHA1_Update 00000000 F *UND* 00000045 atexit@@FBSD_1.0 080521d0 g F .text 00000120 aiccu_os_setup 00000000 F *UND* 0000000e socket@@FBSD_1.0 00000000 F *UND* 0000000e unlink@@FBSD_1.0 0804b760 g F .text 00000009 aiccu_install 00000000 F *UND* 00000049 strerror@@FBSD_1.0 08049ea0 g F .text 0000006d gotrr 00000000 F *UND* 00001d0c getaddrinfo@@FBSD_1.0 0804d8d0 g F .text 00000066 is_rfc1918 08055290 g O .data 000000d8 aiccu_conf_rules 0804ba70 g F .text 000000f6 MD5Update 0804eef0 g F .text 00000083 heartbeat_beat 08055aac g O .bss 00000004 tun_fd 00000000 F *UND* 00000018 connect@@FBSD_1.0 00000000 F *UND* 000000b5 gnutls_credentials_set@@GNUTLS_1_4 00000000 F *UND* 000006b3 gnutls_init@@GNUTLS_1_4 00000000 F *UND* 00000005 _init_tls@@FBSD_1.0 00000000 F *UND* 00000055 rand@@FBSD_1.0 00000000 F *UND* 00000122 fclose@@FBSD_1.0 00000000 F *UND* 0000003e memcmp@@FBSD_1.0 0804df60 g F .text 00000297 listen_server 00000000 F *UND* 00000071 __res_init@@FBSD_1.0 00000000 F *UND* 00000050 strdup@@FBSD_1.0 00000000 F *UND* 00000061 fprintf@@FBSD_1.0 0804ef80 g F .text 00000028 tic_checktime 0804b770 g F .text 00000090 aiccu_setup 0804a810 g F .text 000000b2 tun_log 00000000 F *UND* 00000073 gnutls_certificate_type_set_priority@@GNUTLS_1_4 0805528c g O .data 00000004 options 00000000 F *UND* 00000399 __inet_ntop@@FBSD_1.0 00000000 F *UND* 00000018 close@@FBSD_1.0 080562e8 g O .bss 00000010 ayiya_ipv6_pop 0804ace0 g F .text 00000025 aiccu_tls_log 00000000 F *UND* 00000094 strlen@@FBSD_1.0 00000000 F *UND* 00000018 read@@FBSD_1.0 0804c1d0 g F .text 000000af MD5Final 08050280 g F .text 0000002f tic_Free_Route 0804b8a0 g F .text 00000009 aiccu_test 00000000 F *UND* 0000049a freopen@@FBSD_1.0 080501e0 g F .text 00000054 tic_Free_sRoute 08051d00 g F .text 000004b4 getrrs 00000000 F *UND* 000002ad gnutls_deinit@@GNUTLS_1_4 00000000 F *UND* 0000000e setsockopt@@FBSD_1.0 00000000 F *UND* 0000007f signal@@FBSD_1.0 0804b8b0 g F .text 0000007f aiccu_exec 00000000 F *UND* 0000010f snprintf@@FBSD_1.0 00000000 F *UND* 0000003a __srget@@FBSD_1.0 080506d0 g F .text 000005c4 ayiya_writer 080562d4 g O .bss 00000014 ayiya_hash 0804e2e0 g F .text 000000c4 copyfield 08055948 g O .data 000000a8 tunnel_rules 0804e3b0 g F .text 00000262 parseline 00000000 F *UND* 00000098 strncmp@@FBSD_1.0 0805527c g O .data 00000004 .hidden __dso_handle 0804ea90 g F .text 000003e4 heartbeat_send 08055ab8 g O .bss 00000800 tic_buf 00000000 F *UND* 0000000e listen@@FBSD_1.0 00000000 F *UND* 0000000e shutdown@@FBSD_1.0 0804c280 g F .text 00001304 SHA1_Transform 0804d7f0 g F .text 0000006c dologA 08055a80 g O .bss 00000004 __isthreaded@@FBSD_1.0 0804aec0 g F .text 00000158 aiccu_LoadConfig 0804e6f0 g F .text 00000398 heartbeat_socket 080522f0 g F .text 0000003b aiccu_os_reconfig 08051420 g F .text 000008e0 aiccu_os_test 00000000 F *UND* 00000049 recv@@FBSD_1.0 00000000 F *UND* 00000049 time@@FBSD_1.0 00000000 F *UND* 00000056 strcasecmp@@FBSD_1.0 00000000 F *UND* 0000000e ioctl@@FBSD_1.0 00000000 F *UND* 0000009a gnutls_certificate_free_credentials@@GNUTLS_1_4 080562c4 g O .bss 00000010 ayiya_ipv6_local 00000000 F *UND* 0000014c gai_strerror@@FBSD_1.0 08052330 g F .text 00000046 aiccu_os_delete 00000000 F *UND* 00000068 strncpy@@FBSD_1.0 00000000 F *UND* 0000001b __stack_chk_fail@@FBSD_1.0 08055a78 g *ABS* 00000000 __bss_start 0804a8d0 g F .text 000000a7 tun_reader 0804fa80 g F .text 0000038c tic_GetTunnel 080562f8 g O .bss 00000004 environ 0804f590 g F .text 0000007c tic_Logout 00000000 F *UND* 00000018 __error@@FBSD_1.0 0804e2a0 g F .text 00000031 countfields 0804dd40 g F .text 0000006f sock_free 080559f0 g O .data 00000084 pop_rules 08050eb0 g F .text 0000042e ayiya 0804ae80 g F .text 0000003e aiccu_LocateFile 0804fa20 g F .text 00000028 tic_ListRoutes 00000000 F *UND* 000005f3 getnameinfo@@FBSD_1.0 0804efb0 g F .text 000005d9 tic_Login 00000000 F *UND* 00000049 send@@FBSD_1.0 00000000 F *UND* 0000006d fflush@@FBSD_1.0 00000000 F *UND* 00000048 freeaddrinfo@@FBSD_1.0 0804b860 g F .text 00000016 aiccu_reconfig 00000000 F *UND* 000000bd sleep@@FBSD_1.0 00000000 F *UND* 0000039d __xuname@@FBSD_1.0 080512e0 g F .text 00000086 system_arg 00000000 F *UND* 00000049 memcpy@@FBSD_1.0 00000000 F *UND* 0000001c gnutls_global_set_log_function@@GNUTLS_1_4 00000000 F *UND* 00000086 putchar@@FBSD_1.0 08055a84 g O .bss 00000020 __stack_chk_guard@@FBSD_1.0 00000000 F *UND* 0000004e __dn_expand@@FBSD_1.0 080562fc g *ABS* 00000000 _end 0804dc80 g F .text 000000bf sock_alloc 0804d590 g F .text 00000038 SHA1_Init 00000000 F *UND* 0000000e getpid@@FBSD_1.0 08049f10 g F .text 000000a9 list_brokers 00000000 F *UND* 00000040 memset@@FBSD_1.0 00000000 F *UND* 00000036 gnutls_set_default_priority@@GNUTLS_1_4 08049d60 g F .text 00000082 sigrunning 0804d700 g F .text 000000ee SHA1_Final 08050ca0 g F .text 0000020f ayiya_beat 0804e620 g F .text 000000c2 MD5String 0804f9b0 g F .text 00000063 tic_Free_sTunnel 0804dab0 g F .text 000001c4 sock_getline 0804ff00 g F .text 0000002f tic_GetRoute 00000000 F *UND* 00000041 exit@@FBSD_1.0 00000000 F *UND* 0000000e kill@@FBSD_1.0 0804b020 g F .text 00000611 aiccu_SaveConfig 00000000 F *UND* 000000ed fopen@@FBSD_1.0 0804b880 g F .text 00000016 aiccu_delete 080521c0 g F .text 0000000a aiccu_os_install 0804b930 g F .text 000000fe aiccu_license 0804ddb0 g F .text 000001a6 connect_client 00000000 F *UND* 0000007f gnutls_global_deinit@@GNUTLS_1_4 0804ff30 g F .text 000001ff tic_GetPOP 00000000 F *UND* 00000018 recvfrom@@FBSD_1.0 0804aa10 g F .text 000002c3 tun_start 08055a78 g *ABS* 00000000 _edata 00000000 F *UND* 000003c9 free@@FBSD_1.0 00000000 F *UND* 0000004f strncat@@FBSD_1.0 0804b800 g F .text 0000005a aiccu_beat 0804fe10 g F .text 000000e5 tic_Free_Tunnel 08049fc0 g F .text 00000187 get_tunnel 080562c0 g O .bss 00000004 ayiya_ipv4_pop 00000000 F *UND* 0000000e setsid@@FBSD_1.0 00000000 F *UND* 00000018 writev@@FBSD_1.0 00000000 F *UND* 00000049 memmove@@FBSD_1.0 00000000 F *UND* 00000586 vsyslog@@FBSD_1.0 00000000 F *UND* 000006bf pthread_create@@FBSD_1.0 00000000 F *UND* 000001e1 gnutls_bye@@GNUTLS_1_4 00000000 F *UND* 00000068 getc@@FBSD_1.0 080502b0 g F .text 000001f1 ayiya_log 00000000 F *UND* 0000005c gnutls_strerror@@GNUTLS_1_4 08055aa4 g O .bss 00000004 __stderrp@@FBSD_1.0 0804d940 g F .text 00000161 sock_printf 00000000 F *UND* 00000073 strcmp@@FBSD_1.0 00000000 F *UND* 0000007e __res_query@@FBSD_1.0 0804a150 g F .text 000006b7 main 080494e4 g F .init 00000000 .hidden _init 08050240 g F .text 00000036 tic_Free_sPOP 0804d860 g F .text 0000006f dolog 00000000 F *UND* 000000c0 puts@@FBSD_1.0 root@defiant:/usr/ports/net/sixxs-aiccu # root@defiant:~ # ls .cshrc .k5login .login .ssh ktrace.out .history .lesshst .profile .subversion pkg_version.log root@defiant:~ # ktr ktrace ktrdump root@defiant:~ # ktrace /usr/local/sbin/sixxs-aiccu test /usr/local/etc/aiccu.conf Segmentation fault (core dumped) root@defiant:~ # ls .cshrc .login ktrace.out .history .profile pkg_version.log .k5login .ssh sixxs-aiccu.core .lesshst .subversion root@defiant:~ # root@defiant:~ # gdb /usr/local/sbin/sixxs-aiccu /root/sixxs-aiccu.core GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-marcel-freebsd"... Core was generated by `sixxs-aiccu'. Program terminated with signal 11, Segmentation fault. Reading symbols from /usr/local/lib/libgnutls.so.28...done. Loaded symbols for /usr/local/lib/libgnutls.so.28 Reading symbols from /lib/libthr.so.3...done. Loaded symbols for /lib/libthr.so.3 Reading symbols from /lib/libc.so.7...done. Loaded symbols for /lib/libc.so.7 Reading symbols from /lib/libz.so.6...done. Loaded symbols for /lib/libz.so.6 Reading symbols from /usr/local/lib/libp11-kit.so.0...done. Loaded symbols for /usr/local/lib/libp11-kit.so.0 Reading symbols from /usr/local/lib/libtspi.so.1...done. Loaded symbols for /usr/local/lib/libtspi.so.1 Reading symbols from /usr/local/lib/libtasn1.so.6...done. Loaded symbols for /usr/local/lib/libtasn1.so.6 Reading symbols from /usr/local/lib/libnettle.so.4...done. Loaded symbols for /usr/local/lib/libnettle.so.4 Reading symbols from /usr/local/lib/libhogweed.so.2...done. Loaded symbols for /usr/local/lib/libhogweed.so.2 Reading symbols from /usr/local/lib/libgmp.so.10...done. Loaded symbols for /usr/local/lib/libgmp.so.10 Reading symbols from /usr/local/lib/libintl.so.8...done. Loaded symbols for /usr/local/lib/libintl.so.8 Reading symbols from /usr/local/lib/libffi.so.6...done. Loaded symbols for /usr/local/lib/libffi.so.6 Reading symbols from /lib/libcrypto.so.7...done. Loaded symbols for /lib/libcrypto.so.7 Reading symbols from /usr/local/lib/pkcs11/p11-kit-trust.so...done. Loaded symbols for /usr/local/lib/pkcs11/p11-kit-trust.so Reading symbols from /libexec/ld-elf.so.1...done. Loaded symbols for /libexec/ld-elf.so.1 #0 0x2811bc44 in gnutls_ocsp_resp_print () from /usr/local/lib/libgnutls.so.28 [New Thread 28c03080 (LWP 100130/sixxs-aiccu)] (gdb) bt full #0 0x2811bc44 in gnutls_ocsp_resp_print () from /usr/local/lib/libgnutls.so.28 No symbol table info available. #1 0x557802f4 in ?? () No symbol table info available. #2 0x1feeb97d in ?? () No symbol table info available. #3 0x7f602ff7 in ?? () No symbol table info available. #4 0xd2741832 in ?? () No symbol table info available. #5 0x7ba16f4b in ?? () No symbol table info available. #6 0x4a69f760 in ?? () No symbol table info available. #7 0x60d1e0dd in ?? () No symbol table info available. #8 0x700b4f7e in ?? () No symbol table info available. #9 0x09d0cbb7 in ?? () No symbol table info available. #10 0xe4b25608 in ?? () No symbol table info available. #11 0x30d9b7cc in ?? () ---Type <return> to continue, or q <return> to quit--- No symbol table info available. #12 0x7af58eed in ?? () No symbol table info available. #13 0x958da639 in ?? () No symbol table info available. #14 0x8ffecd90 in ?? () No symbol table info available. #15 0x7904b734 in ?? () No symbol table info available. #16 0xa25f4881 in ?? () No symbol table info available. #17 0xfc605772 in ?? () No symbol table info available. #18 0x21f16ec5 in ?? () No symbol table info available. #19 0xf9ecb501 in ?? () No symbol table info available. #20 0xe3d92129 in ?? () No symbol table info available. #21 0x07ea610f in ?? () No symbol table info available. #22 0x0651119d in ?? () No symbol table info available. ---Type <return> to continue, or q <return> to quit--- #23 0x7ec0e848 in ?? () No symbol table info available. #24 0xdf7c78ec in ?? () No symbol table info available. #25 0x2676face in ?? () No symbol table info available. #26 0x22476be4 in ?? () No symbol table info available. #27 0x060c065d in ?? () No symbol table info available. #28 0x19af1f9b in ?? () No symbol table info available. #29 0x7612c575 in ?? () No symbol table info available. #30 0xb4ee3f41 in ?? () No symbol table info available. #31 0xd7dfa5b5 in ?? () No symbol table info available. #32 0x960f9990 in ?? () No symbol table info available. #33 0xa9bd8e26 in ?? () No symbol table info available. #34 0xece00ca4 in ?? () ---Type <return> to continue, or q <return> to quit--- No symbol table info available. #35 0xb997bfac in ?? () No symbol table info available. #36 0x373489ae in ?? () No symbol table info available. #37 0xe2fe632d in ?? () No symbol table info available. #38 0x9b0a072a in ?? () No symbol table info available. #39 0xb62cdd4a in ?? () No symbol table info available. #40 0xc6e94b12 in ?? () No symbol table info available. #41 0xd93a1188 in ?? () No symbol table info available. #42 0xf298b034 in ?? () No symbol table info available. #43 0xcbf77170 in ?? () No symbol table info available. #44 0x5a010d7b in ?? () No symbol table info available. #45 0xc90ae559 in ?? () No symbol table info available. ---Type <return> to continue, or q <return> to quit--- #46 0x41838439 in ?? () No symbol table info available. #47 0x1bcd2a80 in ?? () No symbol table info available. #48 0x11e9ab0b in ?? () No symbol table info available. #49 0x98ed928f in ?? () No symbol table info available. #50 0xaa67444e in ?? () No symbol table info available. #51 0x43d4d954 in ?? () No symbol table info available. #52 0x44d4b189 in ?? () No symbol table info available. #53 0xe133bb32 in ?? () No symbol table info available. #54 0xc97931e4 in ?? () No symbol table info available. #55 0x7ecb3935 in ?? () No symbol table info available. #56 0x5b46f3e2 in ?? () No symbol table info available. #57 0x1076b560 in ?? () ---Type <return> to continue, or q <return> to quit--- No symbol table info available. #58 0x36f90c63 in ?? () No symbol table info available. #59 0x8ddc85f7 in ?? () No symbol table info available. #60 0x8839ad50 in ?? () No symbol table info available. #61 0x1acc14e7 in ?? () No symbol table info available. #62 0xe8ea6882 in ?? () No symbol table info available. #63 0x59633ddc in ?? () No symbol table info available. #64 0xcc713ce5 in ?? () No symbol table info available. #65 0x198d2d2f in ?? () No symbol table info available. #66 0x4e0ff9a0 in ?? () No symbol table info available. #67 0x9c27962b in ?? () No symbol table info available. #68 0xcc9b6d6b in ?? () No symbol table info available. ---Type <return> to continue, or q <return> to quit--- #69 0x5f367ccd in ?? () No symbol table info available. #70 0x30bdaa75 in ?? () No symbol table info available. #71 0xa9ef9895 in ?? () No symbol table info available. #72 0x5c47b036 in ?? () No symbol table info available. #73 0x94f6e96e in ?? () No symbol table info available. #74 0x3760c622 in ?? () No symbol table info available. #75 0xfac51259 in ?? () No symbol table info available. #76 0xbce7922e in ?? () No symbol table info available. #77 0x16b46d13 in ?? () No symbol table info available. #78 0x4a73c636 in ?? () No symbol table info available. #79 0x3fb5a686 in ?? () No symbol table info available. #80 0x81064b92 in ?? () ---Type <return> to continue, or q <return> to quit--- No symbol table info available. #81 0x5841a11c in ?? () No symbol table info available. #82 0x03bdb260 in ?? () No symbol table info available. #83 0x8f9d1670 in ?? () No symbol table info available. #84 0x669a5d36 in ?? () No symbol table info available. #85 0xcb5c9f54 in ?? () No symbol table info available. #86 0x7c20950a in ?? () No symbol table info available. #87 0xfb386a05 in ?? () No symbol table info available. #88 0x4544b6b1 in ?? () No symbol table info available. #89 0xdadd303d in ?? () No symbol table info available. #90 0x1c6ddd67 in ?? () No symbol table info available. #91 0x9671f253 in ?? () No symbol table info available. ---Type <return> to continue, or q <return> to quit--- #92 0x113e8d83 in ?? () No symbol table info available. #93 0x336f41ef in ?? () No symbol table info available. #94 0x7ead52ea in ?? () No symbol table info available. #95 0xd18cc196 in ?? () No symbol table info available. #96 0xc407da4e in ?? () No symbol table info available. #97 0x7efa43ed in ?? () No symbol table info available. #98 0x5b35d937 in ?? () No symbol table info available. #99 0x362e5f18 in ?? () No symbol table info available. #100 0xe556171d in ?? () No symbol table info available. #101 0x81c13f9d in ?? () No symbol table info available. #102 0x82709ea9 in ?? () No symbol table info available. #103 0x5024d080 in ?? () ---Type <return> to continue, or q <return> to quit--- No symbol table info available. #104 0x9ea7b6e6 in ?? () No symbol table info available. #105 0x5bffa695 in ?? () No symbol table info available. #106 0x443914ee in ?? () No symbol table info available. #107 0xbee1e830 in ?? () No symbol table info available. #108 0x23095fd5 in ?? () No symbol table info available. #109 0x1afcc49f in ?? () No symbol table info available. #110 0xe46cf4f9 in ?? () No symbol table info available. #111 0x4a95545b in ?? () No symbol table info available. #112 0x30381081 in ?? () No symbol table info available. #113 0x0dba5025 in ?? () No symbol table info available. #114 0x8acd1785 in ?? () No symbol table info available. ---Type <return> to continue, or q <return> to quit--- #115 0xfaecc5b8 in ?? () No symbol table info available. #116 0xb5be8d9c in ?? () No symbol table info available. #117 0x114ff773 in ?? () No symbol table info available. #118 0x6395bfe2 in ?? () No symbol table info available. #119 0xe2e7235e in ?? () No symbol table info available. #120 0x9b3a0636 in ?? () No symbol table info available. #121 0xd427ebfe in ?? () No symbol table info available. #122 0xa44cc88c in ?? () No symbol table info available. #123 0xd4db4144 in ?? () No symbol table info available. #124 0x17a675ed in ?? () No symbol table info available. #125 0x79f1a0f5 in ?? () No symbol table info available. #126 0x9fc96dd3 in ?? () ---Type <return> to continue, or q <return> to quit--- No symbol table info available. #127 0xe22e7723 in ?? () No symbol table info available. #128 0x28ce600c in ?? () No symbol table info available. #129 0x000000ff in ?? () No symbol table info available. #130 0x00000010 in ?? () No symbol table info available. #131 0x00000002 in ?? () No symbol table info available. #132 0x00000004 in ?? () No symbol table info available. #133 0x000001dc in ?? () No symbol table info available. #134 0x282dff00 in ?? () from /lib/libc.so.7 No symbol table info available. #135 0x282dff00 in ?? () from /lib/libc.so.7 No symbol table info available. #136 0xbfbfd718 in ?? () No symbol table info available. #137 0x28229943 in sbrk () from /lib/libc.so.7 No symbol table info available. ---Type <return> to continue, or q <return> to quit--- #138 0x28ce600c in ?? () No symbol table info available. #139 0x2830775c in malloc_message () from /lib/libc.so.7 No symbol table info available. #140 0x00000007 in ?? () No symbol table info available. #141 0x2880011c in ?? () No symbol table info available. #142 0xbfbfd6e8 in ?? () No symbol table info available. #143 0x28800120 in ?? () No symbol table info available. #144 0x28c00000 in ?? () No symbol table info available. #145 0x2880011c in ?? () No symbol table info available. #146 0xbfbfd6f8 in ?? () No symbol table info available. #147 0x28800120 in ?? () No symbol table info available. #148 0x28c00000 in ?? () No symbol table info available. #149 0x00000bf4 in ?? () ---Type <return> to continue, or q <return> to quit--- No symbol table info available. #150 0x28c00000 in ?? () No symbol table info available. #151 0x282dff00 in ?? () from /lib/libc.so.7 No symbol table info available. #152 0xbfbfd748 in ?? () No symbol table info available. #153 0x2880011c in ?? () No symbol table info available. #154 0xbfbfd718 in ?? () No symbol table info available. #155 0x28800120 in ?? () No symbol table info available. #156 0x28c00000 in ?? () No symbol table info available. #157 0x2880011c in ?? () No symbol table info available. #158 0xbfbfd728 in ?? () No symbol table info available. #159 0x28800120 in ?? () No symbol table info available. #160 0x28c00000 in ?? () No symbol table info available. ---Type <return> to continue, or q <return> to quit--- #161 0x00000001 in ?? () No symbol table info available. #162 0x28800120 in ?? () No symbol table info available. #163 0x28229f3e in sbrk () from /lib/libc.so.7 No symbol table info available. #164 0x000000f0 in ?? () No symbol table info available. #165 0x28307538 in malloc_message () from /lib/libc.so.7 No symbol table info available. #166 0x00000005 in ?? () No symbol table info available. #167 0x00000040 in ?? () No symbol table info available. #168 0x28c2b000 in ?? () No symbol table info available. #169 0x282dff00 in ?? () from /lib/libc.so.7 No symbol table info available. #170 0x00000660 in ?? () No symbol table info available. #171 0x28307bc8 in malloc_message () from /lib/libc.so.7 No symbol table info available. #172 0x00000018 in ?? () ---Type <return> to continue, or q <return> to quit--- No symbol table info available. #173 0x000008a0 in ?? () No symbol table info available. #174 0x08055a80 in __stdinp@@FBSD_1.0 () No symbol table info available. #175 0x00000800 in ?? () No symbol table info available. #176 0x28800a04 in ?? () No symbol table info available. #177 0x00000002 in ?? () No symbol table info available. #178 0x288000c8 in ?? () No symbol table info available. #179 0x28307568 in malloc_message () from /lib/libc.so.7 No symbol table info available. #180 0x00000660 in ?? () No symbol table info available. #181 0x12561b69 in ?? () No symbol table info available. #182 0x9f9ff189 in ?? () No symbol table info available. #183 0x00000bf4 in ?? () No symbol table info available. ---Type <return> to continue, or q <return> to quit--- #184 0x28c00000 in ?? () No symbol table info available. #185 0x282dff00 in ?? () from /lib/libc.so.7 No symbol table info available. #186 0xbfbfd7d0 in ?? () No symbol table info available. #187 0x2822eb31 in sbrk () from /lib/libc.so.7 No symbol table info available. #188 0x000000f8 in ?? () No symbol table info available. #189 0x0000000b in ?? () No symbol table info available. #190 0x00000000 in ?? () No symbol table info available. (gdb)
sixxs-aiccu FreeBSD 10.1 segmentation fault
[ie] Shadow Hawkins on Monday, 23 March 2015 15:16:36
Hello Jeroen, I was wondering if you had any thoughts about this problem? TIA, C.
sixxs-aiccu FreeBSD 10.1 segmentation fault
[ie] Shadow Hawkins on Monday, 06 April 2015 18:30:16
Sorry to bump this thread again but has anyone run into this issue? My tunnel is still down and I can't seem to fix the problem.
sixxs-aiccu FreeBSD 10.1 segmentation fault
[ch] Jeroen Massar SixXS Staff on Monday, 06 April 2015 19:55:34
Conor Quigley wrote:
Sorry to bump this thread again but has anyone run into this issue? My tunnel is still down and I can't seem to fix the problem.
Without a core dump with symbols in all components it is very tricky to "debug" any of this as without being on the system one cannot see what goes wrong. Note also that FreeBSD port maintainers have made a variety of changes that make it possibly different from what the rest of the world are using. Hence, can be in those changes too. Or just a system library that has an issue (eg gnutls) or something that has changed there in the API for instance. Can be many many things. Without proper debug details, hard to say.
sixxs-aiccu FreeBSD 10.1 segmentation fault
[ie] Shadow Hawkins on Monday, 06 April 2015 22:47:03
Jeroen Massar wrote:
Conor Quigley wrote:
Sorry to bump this thread again but has anyone run into this issue? My tunnel is still down and I can't seem to fix the problem.
Without a core dump with symbols in all components it is very tricky to "debug" any of this as without being on the system one cannot see what goes wrong. Note also that FreeBSD port maintainers have made a variety of changes that make it possibly different from what the rest of the world are using. Hence, can be in those changes too. Or just a system library that has an issue (eg gnutls) or something that has changed there in the API for instance. Can be many many things. Without proper debug details, hard to say.
Do I have any alternatives available to me to keep my tunnel active at home when I have a dynamic IP address?
sixxs-aiccu FreeBSD 10.1 segmentation fault
[ch] Jeroen Massar SixXS Staff on Tuesday, 07 April 2015 09:26:34
Do I have any alternatives available to me to keep my tunnel active at home when I have a dynamic IP address?
Configure your system properly and debug-the-issue?
sixxs-aiccu FreeBSD 10.1 segmentation fault
[ie] Shadow Hawkins on Friday, 10 April 2015 13:34:56
Jeroen Massar wrote:
> Do I have any alternatives available to me to keep my tunnel active at home when I have a dynamic IP address? Configure your system properly and debug-the-issue?
My system is configured properly, thanks... Compiling without gnutls was the problem, which I thought I had tried before but it seems not. Apologies for wasting your time.

Please note Posting is only allowed when you are logged in.

Static Sunset Edition of SixXS
©2001-2017 SixXS - IPv6 Deployment & Tunnel Broker