Date: Tue, 07 Apr 1998 15:06:39 -0400 From: Brian McGovern <bmcgover@cisco.com> To: hackers@FreeBSD.ORG Subject: PortalFS w/tcp... Message-ID: <199804071906.PAA14630@bmcgover-pc.cisco.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804071906.PAA14630>