RE: Samba Iconv

2003-08-21 Thread Vince Hoffman
which options did you include ? 
I think you need 

options LIBMCHAIN
options LIBICONV

as well as 
options NETSMB  #SMB/CIFS requester

and possibly

options NETSMBCRYPTO#encrypted password support for SMB


Someone please correct me if i'm wrong though, as i'm still pretty much a
FreeBSD noob.

 -Original Message-
 From: Jan Karabas [mailto:[EMAIL PROTECTED]
 Sent: 21 August 2003 11:41
 To: [EMAIL PROTECTED]
 Subject: Samba  Iconv
 
 
 Hi, I have one small problem with mounting drives of computers 
 with Winxxx.
 If I want to mount some shared drive, mount_smbfs fails with this 
 message:
 
 bash-2.05b$ mount_smbfs //[EMAIL PROTECTED]/TEMP ~/mnt/NEDELA/D
 mount_smbfs: can not setup kernel iconv table 
 (default:tolower): syserr = 
 Operation not permitted
 
 How can I set up kernel iconv table?. Maybe I forgot 
 something, when I 
 compiled my kernel...
 
 Help me please. Thanks
 
 
 **
 Jan Karabas (J\'an Karab\'a\v s)
 Institute of Math. and Computer Science
 Mathematical Institute
 Slovak Academy of Sciences
 Severna 5
 SK-97401 Banska Bystrica
 
 **
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Samba Iconv

2003-08-21 Thread Jan Karabas
Fortunately, I solved it. You must be root to do mount_smbfs. So that, I set 
SET_UID and SET_GID bits at mount_smbfs. It is not secure, but it works. 
Thanks for interest
**
Jan Karabas (J\'an Karab\'a\v s)
Institute of Math. and Computer Science
Mathematical Institute
Slovak Academy of Sciences
Severna 5
SK-97401 Banska Bystrica

**

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]