From owner-freebsd-questions@FreeBSD.ORG Fri Dec 2 03:43:09 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 C58B416A41F for ; Fri, 2 Dec 2005 03:43:09 +0000 (GMT) (envelope-from slaveszeroes@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58A4D43D64 for ; Fri, 2 Dec 2005 03:43:09 +0000 (GMT) (envelope-from slaveszeroes@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so19351nzo for ; Thu, 01 Dec 2005 19:43:08 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=oxjiywnOa6BhTPaXnY4tP2WaLcZlUgxq3uQ+ZT1cEFQHJVGeusAOjBw5hrMpyBQ2zsLifjnk0X/gkWhTg/PaxgNpl2ZPkYoNOTDkQbfgVelrO0Tf+NJ92dBiNj9bsvPTOG7eK0khitbsG3mLWg4F3aepEpcpqjt0Zf/a9ZYQkCA= Received: by 10.37.20.67 with SMTP id x67mr2242799nzi; Thu, 01 Dec 2005 19:37:08 -0800 (PST) Received: by 10.36.177.3 with HTTP; Thu, 1 Dec 2005 19:37:08 -0800 (PST) Message-ID: Date: Fri, 2 Dec 2005 10:37:08 +0700 From: RdBSD To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: smbfs in freebsd 6 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: Fri, 02 Dec 2005 03:43:09 -0000 Dear All, Now i have freebsd-6.0 stable updated via cvsup. that's work but i have a little problem when i'm trying to connect to my windows nt dc. it was fine when 5.4 as my current system. the error say : root@i-box: mount_smbfs -I 192.168.0.3 //me@server/misc$ /mnt/workgroup/ Password: mount_smbfs: unable to open connection: syserr =3D Connection reset by peer root@i-box: tail -f /var/log/messages Dec 2 10:31:44 i-box kernel: WARNING: userland calling deprecated sysctl, please rebuild world i have deleted /usr/include/g++ as instructions in readme file at /usr/src = dir. and then i rebuild with make installworld. But those error still appear. Can anyone help me ? Thanks.