From owner-freebsd-hackers Tue Apr 7 12:07:39 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA17808 for freebsd-hackers-outgoing; Tue, 7 Apr 1998 12:07:39 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from tornado.cisco.com (tornado.cisco.com [171.69.104.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA17784 for ; Tue, 7 Apr 1998 12:07:24 -0700 (PDT) (envelope-from bmcgover@bmcgover-pc.cisco.com) Received: from bmcgover-pc.cisco.com (bmcgover-pc.cisco.com [171.69.104.147]) by tornado.cisco.com (8.8.5-Cisco.1/8.6.5) with ESMTP id PAA03304 for ; Tue, 7 Apr 1998 15:06:41 -0400 (EDT) Received: from bmcgover-pc.cisco.com (localhost.cisco.com [127.0.0.1]) by bmcgover-pc.cisco.com (8.8.8/8.8.8) with ESMTP id PAA14630 for ; Tue, 7 Apr 1998 15:06:40 -0400 (EDT) (envelope-from bmcgover@bmcgover-pc.cisco.com) Message-Id: <199804071906.PAA14630@bmcgover-pc.cisco.com> To: hackers@FreeBSD.ORG Reply-To: mcgovern@spoon.beta.com Subject: PortalFS w/tcp... Date: Tue, 07 Apr 1998 15:06:39 -0400 From: Brian McGovern Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am wondering if anyone has been using the portalFS code at all. I'm trying to make it work with TCP connections, and it keeps failing. After much code chasing, I found that it was failing in activate.c of mount_portal, in the function send_reply. Specifically, the sendmsg() call near the end of the function generates an error code (n = -1, errno = 22) of EINVAL (invalid arguement). I guess I'm curious to find out if the problem is due to code stagnation, a known problem elsewhere, or whether I'm just unlucky, or have a bad configuration for it. I'd eventually like to work to fix it, so if you can provide any information, I'd greatly appreciate it. -Brian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message