Date: Wed, 13 Dec 2006 20:11:46 +1100 From: Peter Jeremy <peterjeremy@optushome.com.au> To: freebsd-stable@freebsd.org Subject: Mounting smbfs as non-root Message-ID: <20061213091146.GB888@turion.vk2pj.dyndns.org>
next in thread | raw e-mail | index | archive | help
--5mCyUwZo2JvN/JJP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable I am trying to mount a SMB filesystem as an ordinary user (because I don't want to give root to this particular person). Whilst running mount_smbfs as root works, attempting the same command as non-root consistently returns mount_smbfs: can not setup kernel iconv table (ISO8859-1:tolower): syserr = =3D Operation not permitted I've looked at a ktrace and the source code and the offending code is sysctlbyname("kern.iconv.add", ...) I've looked through iconv_sysctl_add() and can't see any way for the code to return EPERM. My reading of all the code also suggests that once the relevant iconv tables are loaded, then iconv_sysctl_add() should return EEXIST (via iconv_register_cspair()). But even if the relevant translation table is loaded (by mounting a SMB filesystem as root), I still get the above error when trying to use mount_smbfs as a user. I've even written some code to let me look at the kern.iconv MIB tree which confirms the above but doesn't get any me any closer to a solution. This is the same on two 6.2-PRERELEASE systems and I get the same behaviour on an oldish 7-current system. Does anyone have any suggestions on what is going wrong? --=20 Peter Jeremy --5mCyUwZo2JvN/JJP Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFFf8PS/opHv/APuIcRAkZJAKCs7Agq1P1U/DMv/S99j25S9iVRZACfb7V5 +j3uzD/cvzgL7xomPLhTKRY= =cXcm -----END PGP SIGNATURE----- --5mCyUwZo2JvN/JJP--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061213091146.GB888>