Hi,
I've got some smalltime issues with smbfs
resolving.
Here:
---
asd$ nslookup fileserver
Server:  dns.asd
Address:  192.168.100.100

Name:    fileserver.asd
Address:  192.168.100.101

asd# echo 192.168.100.101 asdasd >> /etc/hosts

asd# mount_smbfs //guest@fileserver/mp3-i /mnt
Password:
asd# mount | grep mnt
//GUEST@FILESERVER/MP3-I on /mnt (smbfs)
asd# umount /mnt

[That works]

asd# mount_smbfs //guest@asdasd/mp3-i /mnt
mount_smbfs: can't get server address: syserr = Operation timed out

[Won't resolve with /etc/hosts]

asd# mount_smbfs [EMAIL PROTECTED]/mp3-i /mnt
mount_smbfs: server name '192.168.100.101' too long

[An IP address with one less character
will work]

asd# mount_smbfs /guest@fileserver/mp3-i /mnt
mount_smbfs: no server name specified

[Only one / before the username yields
wrong error message]
---
Is that worth a PR ?

Best Regards, 

Yonatan

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message

Reply via email to