From owner-freebsd-questions@FreeBSD.ORG Tue Oct 11 15:28:46 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 014391065673 for ; Tue, 11 Oct 2011 15:28:46 +0000 (UTC) (envelope-from arpouncey@ualr.edu) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 9AD628FC14 for ; Tue, 11 Oct 2011 15:28:45 +0000 (UTC) Received: by wwe3 with SMTP id 3so10229766wwe.31 for ; Tue, 11 Oct 2011 08:28:44 -0700 (PDT) Received: by 10.227.38.200 with SMTP id c8mr7723413wbe.101.1318345275187; Tue, 11 Oct 2011 08:01:15 -0700 (PDT) MIME-Version: 1.0 Received: by 10.180.95.36 with HTTP; Tue, 11 Oct 2011 08:00:45 -0700 (PDT) From: Alton Pouncey Date: Tue, 11 Oct 2011 10:00:45 -0500 Message-ID: To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: comms/qpage port issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Oct 2011 15:28:46 -0000 I am having a serious problem with the comms/qpage port. I was running on an 8.2-RELEASE patch level 0 system: #uname -a FreeBSD dns.uasys.edu 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Fri Feb 18 02:24:46 UTC 2011 When I tried to send myself a page via qpage, I get a "Fatal error, aborting" message to STDOUT and the following message gets put into the /var/log/messages file: dns qpage[16399]: stack overflow detected; terminated dns kernel: pid 16399 (qpage), uid 66: exited on signal 6 I ran a truss on the qpage command (/usr/local/bin/qpage -dp arpouncey "qpage test on 10/10/11") and see that after a socket is created, nothing further happens, as if it can't connect to the socket. I applied the latest security patches to the system and am now running at patch level 3: #uname -a FreeBSD dns.uasys.edu 8.2-RELEASE-p3 FreeBSD 8.2-RELEASE-p3 #0: Tue Sep 27 18:07:27 UTC 2011 root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 and I have removed the qpage package and reinstalled it via "make install clean" However, when I run the same qpage command: #/usr/local/bin/qpage -dp arpouncey "qpage test on 10/11/11" I still get: Fatal error, aborting >>> QUIT Fatal error, aborting on STDOUT and these messages get written to the /var/log/messages file: dns qpage[17370]: stack overflow detected; terminated dns kernel: pid 17370 (qpage), uid 66: exited on signal 6 I don't know what to try from here. Can anyone assist me? Thank you, Alton