From owner-freebsd-questions Thu Sep 5 4: 0: 2 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD11137B400 for ; Thu, 5 Sep 2002 04:00:00 -0700 (PDT) Received: from vsmi.ru (ns.vsmi.ru [217.23.84.98]) by mx1.FreeBSD.org (Postfix) with SMTP id 7BA7B43E42 for ; Thu, 5 Sep 2002 03:59:58 -0700 (PDT) (envelope-from info@volginfo.ru) Received: (qmail 17558 invoked by uid 85); 5 Sep 2002 15:04:22 -0000 Received: from info@volginfo.ru by mail.vsmi.ru by uid 82 with qmail-scanner-1.12 (. Clear:. Processed in 0.077989 secs); 05 Sep 2002 15:04:22 -0000 Received: from unknown (HELO img) (192.168.0.1) by 192.168.0.50 with SMTP; 5 Sep 2002 15:04:21 -0000 Content-Type: text/plain; charset="us-ascii" From: Den To: freebsd-questions@FreeBSD.ORG Subject: trpt: /no namelist Date: Thu, 5 Sep 2002 15:06:04 +0400 User-Agent: KMail/1.4.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200209051506.04975.info@volginfo.ru> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I want to try trpt=20 what should I do to use it? error message: % trpt -p cce454e0 trpt: /kernel: no namelist program listing: int sock; struct sockaddr_in sin; sin.sin_family =3D AF_INET; sin.sin_port =3D htons(LISTEN_PORT); sin.sin_addr.s_addr =3D htonl(LISTEN_ADDR); sock =3D socket(AF_INET, SOCK_STREAM, 0); setsockopt(sock, SOL_SOCKET, SO_DEBUG, NULL, NULL); bind (sock, (struct sockaddr *)&sin, sizeof(sin)); listen(sock, 1); accept(sock, NULL, NULL); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message