Re: Mounting smbfs as non-root

2006-12-20 Thread Peter Jeremy
On Wed, 2006-Dec-20 00:50:15 +0100, Juraj Lutter wrote: >On 12/20/06, martinko <[EMAIL PROTECTED]> wrote: I've looked through iconv_sysctl_add() and can't see any way for the code to return EPERM. >>I've been experiencing the exactly same issue for too long, too. :-(( >> > >Load the iconv

Re: Mounting smbfs as non-root

2006-12-20 Thread Andriy Gapon
on 20/12/2006 01:50 Juraj Lutter said the following: > On 12/20/06, martinko <[EMAIL PROTECTED]> wrote: I've looked through iconv_sysctl_add() and can't see any way for the code to return EPERM. >> I've been experiencing the exactly same issue for too long, too. :-(( >> > > Load the icon

Re: Mounting smbfs as non-root

2006-12-19 Thread Juraj Lutter
On 12/20/06, martinko <[EMAIL PROTECTED]> wrote: >> I've looked through iconv_sysctl_add() and can't see any way for the >> code to return EPERM. I've been experiencing the exactly same issue for too long, too. :-(( Load the iconv modules as root before letting users to mount. -- Sincerely yo

Re: Mounting smbfs as non-root

2006-12-19 Thread martinko
Andriy Gapon wrote: > on 13/12/2006 11:11 Peter Jeremy said the following: >> 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 consiste

Re: Mounting smbfs as non-root

2006-12-18 Thread Andriy Gapon
on 13/12/2006 11:11 Peter Jeremy said the following: > 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

Re: Mounting smbfs as non-root

2006-12-13 Thread Andrew Reilly
On Wed, 13 Dec 2006 20:11:46 +1100 Peter Jeremy <[EMAIL PROTECTED]> wrote: > mount_smbfs: can not setup kernel iconv table (ISO8859-1:tolower): syserr = > Operation not permitted As far as I can tell, this has been the case since 4- or so, at least. Possibly as long as mount_smbfs has existed.