mount_smbfs can't get handle to requester
I have a box running 4.5. I try to execute the mount_smbfs I get "mount_smbfs: can't get handle to requester (no /dev/nsmb* device)". When I do an ls of the /dev directory I see the following devices: /dev/nsmb0 /dev/smb0 /dev/smb1 Anyone seen this before? Ray ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: mount_smbfs: can't get handle to requester (no /dev/nsmb* device)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Markku, Wednesday, October 16, 2002, 11:00:57 PM, you wrote: MK> libra# smbutil login //maxi@samba MK> Password: MK> smbutil: can't get handle to requester (no /dev/nsmb* device) MK> smbutil: can't get handle to requester (no /dev/nsmb* device) MK> smbutil: could not login to server SAMBA: syserr = Invalid argument MK> libra# MK> I have checked /dev and there is one entry for nsmb0: MK> libra# ll /dev/nsmb* MK> crw--- 1 root wheel 144, 0 Oct 14 15:23 /dev/nsmb0 MK> libra# MK> I don't think the problem is server related because it MK> works on another Windows workstation on the same LAN. MK> Any ideas on what this might be? In order to use mount_smbfs you should include the following options in your kernel config file: options SMBFS options LIBMCHAIN options LIBICONV options NETSMB options NETSMBCRYPTO So try to recompile your kernel with these options. Also run /dev/MAKEDEV all. - -- Best regards, Artemmailto:aokounev@;yahoo.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.0 (MingW32) iD8DBQE9rrAFbOuJ0KL1C+MRAm30AJ9aFMLgou2YMnnavOzt4ZoFePXRhgCglU13 lrDnA0STH3JQyWEdfV77hjc= =yDke -END PGP SIGNATURE- To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
mount_smbfs: can't get handle to requester (no /dev/nsmb* device)
Hi all ! I have a little problem here mounting or browsing samba shares. I have FreeBSD 4.6.2 running on both samba server and client, and a share on the server called public. when I try to mount that share it asks for password, and then gives an error: ex. libra# mount_smbfs //maxi@samba/public /mnt Password: mount_smbfs: can't get handle to requester (no /dev/nsmb* device) libra# I can list the shares with smbclient, no errors at all. I can not login to the samba like this: libra# smbutil login //maxi@samba Password: smbutil: can't get handle to requester (no /dev/nsmb* device) smbutil: can't get handle to requester (no /dev/nsmb* device) smbutil: could not login to server SAMBA: syserr = Invalid argument libra# I have checked /dev and there is one entry for nsmb0: libra# ll /dev/nsmb* crw--- 1 root wheel 144, 0 Oct 14 15:23 /dev/nsmb0 libra# I don't think the problem is server related because it works on another Windows workstation on the same LAN. Any ideas on what this might be? Need more info? Just ask, I'll give all info I can... Regards: Markku / Maxi To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message