Date: Tue, 25 Dec 2001 10:30:53 +0200 From: Yonatan Bokovza <Yonatan@xpert.com> To: "'freebsd-stable@freebsd.org'" <freebsd-stable@freebsd.org> Subject: 4.5-PRERELEASE smbfs resolving issues Message-ID: <EB513E68D3F5D41191CA000255588101B436A1@mailserv.xpert.com>
next in thread | raw e-mail | index | archive | help
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 //guest@192.168.100.101/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 majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?EB513E68D3F5D41191CA000255588101B436A1>