From owner-freebsd-stable Thu Jan 30 2: 2:17 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71F6D37B401; Thu, 30 Jan 2003 02:02:16 -0800 (PST) Received: from relay.butya.kz (butya-gw.butya.kz [212.19.129.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B1A743F79; Thu, 30 Jan 2003 02:02:12 -0800 (PST) (envelope-from bp@vertex.kz) Received: by relay.butya.kz (Postfix, from userid 1000) id CB9002872E; Thu, 30 Jan 2003 16:02:00 +0600 (ALMT) Received: from localhost (localhost [127.0.0.1]) by relay.butya.kz (Postfix) with ESMTP id 9496B286F2; Thu, 30 Jan 2003 16:02:00 +0600 (ALMT) Date: Thu, 30 Jan 2003 16:02:00 +0600 (ALMT) From: Boris Popov X-Sender: bp@lion.butya.kz To: Ruslan Ermilov Cc: Eugene , stable@freebsd.org, Sheldon Hearn Subject: Re: mount_smbfs In-Reply-To: <20030128075501.GA17898@sunbay.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Tue, 28 Jan 2003, Ruslan Ermilov wrote: > > Recently I've tried to mount: > > # mount_smbfs -E koi8-r:cp866 -I ss1.office.copoc.ru -W Silver -f 400 -d 500 //eugene@ss1/soft /usr/home/eugene/SS1_Soft > > and have got: > > > mount_smbfs: can not setup kernel iconv table (koi8-r:tolower): syserr = Operation not permitted I'm not sure what caused this if mount is done from root and iconv package properly installed. > > Did I miss something or here is a bug? Does anybody know where I can take > > tables that iconv needs? From ports/iconv > The bad thing about mount_smbfs(8) is that it does not work > for user mounts (vfs.usermount=1) due to the need to set up > the iconv table. Boris, Sheldon, is that fixable? iconv tables can be preloaded by performing a dummy mount from root. It is not clear if other components will not require root privileges. -- Boris Popov http://rbp.euro.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message