From tim@robbins.dropbear.id.au  Sat Jan 17 16:27:39 2004
Return-Path: <tim@robbins.dropbear.id.au>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5C84A16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 17 Jan 2004 16:27:39 -0800 (PST)
Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.52])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EA6F043D31
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 17 Jan 2004 16:27:37 -0800 (PST)
	(envelope-from tim@robbins.dropbear.id.au)
Received: from robbins.dropbear.id.au (210.50.219.184) by smtp01.syd.iprimus.net.au (7.0.020)
        id 3F8B009E021CAC2F for FreeBSD-gnats-submit@freebsd.org; Sun, 18 Jan 2004 11:27:37 +1100
Received: by robbins.dropbear.id.au (Postfix, from userid 1000)
	id 6DD0A4155; Sun, 18 Jan 2004 11:28:36 +1100 (EST)
Message-Id: <20040118002836.6DD0A4155@robbins.dropbear.id.au>
Date: Sun, 18 Jan 2004 11:28:36 +1100 (EST)
From: Tim Robbins <tim@robbins.dropbear.id.au>
Reply-To: Tim Robbins <tim@robbins.dropbear.id.au>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: mount_smbfs does not work as non-root
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         61503
>Category:       kern
>Synopsis:       [smbfs] mount_smbfs does not work as non-root
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-fs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 17 16:30:11 PST 2004
>Closed-Date:    
>Last-Modified:  Mon May 18 04:23:58 UTC 2009
>Originator:     Tim Robbins
>Release:        FreeBSD 5.2-tjr i386
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD 5.2-tjr #0: Sun Jan 11 02:02:23 EST 2004

>Description:
mount_smbfs does not work as a non-root user when vfs.usermount is set to 1;
it fails with "Operation not permitted" when trying to install a kernel iconv
table.
>How-To-Repeat:
sysctl vfs.usermount=1
mount_smbfs //user@server/share /mnt/share
>Fix:
Not known. Perhaps mount_smbfs could check whether the iconv table already
exists and avoid trying to load it. This would avoid the problem in the
common case where the table is already loaded.
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->freebsd-fs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Mon May 18 04:23:51 UTC 2009 
Responsible-Changed-Why:  
Over to maintainer(s). 

http://www.freebsd.org/cgi/query-pr.cgi?pr=61503 
>Unformatted:
