From owner-freebsd-questions Tue Jan 7 17:21:40 2003 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 6486737B401 for ; Tue, 7 Jan 2003 17:21:39 -0800 (PST) Received: from 7521.net (esabowski-01.dslbr.toad.net [162.33.154.90]) by mx1.FreeBSD.org (Postfix) with SMTP id 356DD43ED8 for ; Tue, 7 Jan 2003 17:21:33 -0800 (PST) (envelope-from airyk@7521.net) Received: (qmail 84361 invoked from network); 8 Jan 2003 01:22:19 -0000 Received: from unknown (HELO hobbes) (10.10.0.220) by 7521.net with SMTP; 8 Jan 2003 01:22:19 -0000 Message-ID: <026f01c2b6b4$4e26a840$dc000a0a@hobbes> From: "Erik Sabowski" To: "FreeBSD-questions" Subject: mount_smbfs sending parameters incorrectly? Date: Tue, 7 Jan 2003 20:21:44 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 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 have 2 machines running freebsd-4.7, one of which is a samba server. I am trying to mount a directory on the other machine (my desktop) from the samba server using mount_smbfs, but that doesn't work. I looked at the log files and it seemed that the parameters were being sent incorrectly: [2003/01/05 06:36:03, 3] smbd/reply.c:reply_sesssetup_and_X(858) Domain=[] NativeOS=[AIRYK] NativeLanMan=[7521] [2003/01/05 06:36:03, 3] smbd/reply.c:reply_sesssetup_and_X(868) sesssetupX:name=[] [2003/01/05 06:36:03, 3] smbd/process.c:process_smb(878) Transaction 3 of length 90 [2003/01/05 06:36:03, 3] smbd/process.c:switch_message(685) switch message SMBtconX (pid 75638) it would appear that my username (airyk) is being sent as the NativeOS, and my domain (7521) is being sent as the NativeLanMan parameter. Erik To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message