From owner-freebsd-current@freebsd.org Thu Mar 3 06:42:22 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4E14AAC23C0 for ; Thu, 3 Mar 2016 06:42:22 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from outpost1.zedat.fu-berlin.de (outpost1.zedat.fu-berlin.de [130.133.4.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 14BDC1B49 for ; Thu, 3 Mar 2016 06:42:21 +0000 (UTC) (envelope-from ohartman@zedat.fu-berlin.de) Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.85) with esmtps (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (envelope-from ) id <1abMxf-003DAy-Tz>; Thu, 03 Mar 2016 07:42:11 +0100 Received: from p578a69f9.dip0.t-ipconnect.de ([87.138.105.249] helo=freyja.zeit4.iv.bundesimmobilien.de) by inpost2.zedat.fu-berlin.de (Exim 4.85) with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (envelope-from ) id <1abMxf-003iHu-L7>; Thu, 03 Mar 2016 07:42:11 +0100 Date: Thu, 3 Mar 2016 07:42:06 +0100 From: "O. Hartmann" To: "Andrey V. Elsukov" Cc: Reko Turja , FreeBSD CURRENT Subject: Re: mounting CIFS share (tcp/445) with FreeBSD and mount_smbfs(8) Message-ID: <20160303074206.55736b13@freyja.zeit4.iv.bundesimmobilien.de> In-Reply-To: <56D6FD84.5020305@yandex.ru> References: <20160301222004.4cdaafc9.ohartman@zedat.fu-berlin.de> <32E522F2674A4DEBBE2492D3A307A0C1@Rivendell> <20160302152939.17333d19@freyja.zeit4.iv.bundesimmobilien.de> <56D6FD84.5020305@yandex.ru> Organization: FU Berlin X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Originating-IP: 87.138.105.249 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Mar 2016 06:42:22 -0000 On Wed, 2 Mar 2016 17:49:40 +0300 "Andrey V. Elsukov" wrote: > On 02.03.16 17:29, O. Hartmann wrote: > > My interpretation of the above errors are: FreeBSD is incapable to handle > > CIFS over tcp/445. The above URL/site claims to have solved the problem, > > but it seems not true for CURRENT. > > Did you try some FUSE CIFS implementations? > FUSE and its sibblings doesn't get attention, since it is something additional from ports. We have for the project security considerations and my intention is to perform that task with most FreeBSD-only software. But thanks anyway - I didn't have that project in mind so far, only SAMBA 4.3, misused as a client ...