From owner-freebsd-questions@FreeBSD.ORG Sat Nov 30 22:41:57 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 18B2946E for ; Sat, 30 Nov 2013 22:41:57 +0000 (UTC) Received: from mail-yh0-x241.google.com (mail-yh0-x241.google.com [IPv6:2607:f8b0:4002:c01::241]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C6BAF1ED6 for ; Sat, 30 Nov 2013 22:41:56 +0000 (UTC) Received: by mail-yh0-f65.google.com with SMTP id f64so2414860yha.8 for ; Sat, 30 Nov 2013 14:41:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=seibercom.net; s=google; h=date:from:to:subject:message-id:reply-to:mime-version:content-type :content-transfer-encoding; bh=n4XUL+b6EyWDW/D8X8QfBKTuFSD2Uknzh4kflIKcYQg=; b=BB5x2XnAhmzHsA24k4QErnaTf1uNqigZGXG41yE/stfYbWoccQhxZ/IaCDWoyB0o11 38k0gLNYhJts/uTnZJgbJA4eCQvinpCz5fkGHtfipld6WUH0bcdQBKeX9yZQ7mOeArL8 sCEnXH/Dh5lfLdGoXDZCQ4x8rwTyNICpfheOk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:reply-to :mime-version:content-type:content-transfer-encoding; bh=n4XUL+b6EyWDW/D8X8QfBKTuFSD2Uknzh4kflIKcYQg=; b=XiIBiG0JADiX+vvgL5zsYhBwrg0huxC28Z2gEDzqyR+wVz+FnvJzKucD4S1kIJ7xCB bA7ZQjl3sJeiwHebMSIW1iIbSg5Vjs+/G/35ric1rhv2dIgCF6eclGRCwTrcFn5tRHi1 FV/9LCJgHIOsd+XEl928UvIMyNlSkTCy8eI/jC14eL7D5nLwBe8M1lx+x8tm3E77HfiL 59Nj3WwLO7lxEQkUUyUSIyv2WGXTGYhkqUjFsPYJ9pLwVFMAnzpaSLh0zMIYmsDtGaJm GNnsc/Lf+mZVJGUeAj69yzZIaHgcRtk4Bx55/elB3inupbwNvIicxK/vJy3vIZJB0C0T vwwg== X-Gm-Message-State: ALoCoQkes8O1VtTP2JKI87EkqCAUWNVltDnMcHzeN9EPNYhcoF85LoraEjUeYLpgDvHOkcWYUyrb X-Received: by 10.236.32.3 with SMTP id n3mr49669275yha.25.1385851315993; Sat, 30 Nov 2013 14:41:55 -0800 (PST) Received: from scorpio (cpe-076-182-104-150.nc.res.rr.com. [76.182.104.150]) by mx.google.com with ESMTPSA id q9sm12732921yhk.16.2013.11.30.14.41.55 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 30 Nov 2013 14:41:55 -0800 (PST) Date: Sat, 30 Nov 2013 17:41:54 -0500 From: Jerry To: FreeBSD FreeBSD Subject: Problem with ".nsmbrc" file Message-ID: <20131130174154.1626bb32@scorpio> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: FreeBSD FreeBSD List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 22:41:57 -0000 Since updating to FreeBSD 10 BETA, I have had problems getting "mount_smbfs" working correctly. When I use the "-N" flag, I receive an error message: # /usr/sbin/mount_smbfs -f 0664 -N -U user@isp.com //username@server/Documents /usr/home/username/WinDocs mount_smbfs: unable to open connection: syserr = Authentication error Now, if I do not use the "-N" option, I will be prompted for the password. I enter it and all is well. This is the ".nsmbrc" file: # First, define a workgroup. [default] workgroup=WORKGROUP [SERVER:USER] addr=192.168.1.103 password=$$ I have triple checked the password and it is correct. -- Jerry