From owner-freebsd-stable Thu Apr 4 3: 6:17 2002 Delivered-To: freebsd-stable@freebsd.org Received: from makon.ru (makon.ru [195.161.69.206]) by hub.freebsd.org (Postfix) with ESMTP id 065EC37B419 for ; Thu, 4 Apr 2002 03:06:12 -0800 (PST) Received: from alchie.makon (server [192.168.10.100]) by makon.ru (8.11.6/8.11.6) with SMTP id g34B67P04041 for ; Thu, 4 Apr 2002 20:06:08 +0900 (IRKST) (envelope-from alchie@makon.ru) Date: Thu, 4 Apr 2002 20:06:07 +0900 From: Alexey Kuzmin To: freebsd-stable@freebsd.org Message-Id: <20020404200607.31dc9d94.alchie@makon.ru> Reply-To: alchie@makon.ru X-Mailer: Sylpheed version 0.7.0 (GTK+ 1.2.10; i386--freebsd4.5) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hey ppl! got a problem mounting shares within rc.d script: /etc/nsmb.conf: #-------------- [default] workgroup=GROUP username=root [SERVER] charsets=koi8-r:cp866 addr=192.168.10.100 [SERVER:root] password=clear_text_password #----------- /etc/fstab #---------- //SERVER/Share /mnt/net/server/share smbfs ro,noauto 0 0 /usr/local/etc/rc.d/smbfs.sh is taken from /usr/src/contrib/smbfs/examples i tried to run it, but it said "Authentication error". when i removed "-N" option it asked for password. clear_text_password worked fine... where am i doing wrong? thanx. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message