[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: smb connection fails on passward var
From: |
Harry Putnam |
Subject: |
Re: smb connection fails on passward var |
Date: |
Sat, 29 Nov 2003 22:55:18 -0600 |
User-agent: |
Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) |
Kai Grossjohann <address@hidden> writes:
> I also don't remember the details. It seems it now uses
> tramp-get-parameter or suchlike to find the value. Hm. But the
> question is, why does it search for the value at all? It seems that
> tramp-smb has added an entry lacking this item to tramp-methods for
> ages.
>
> Confused,
I'm apparently missing some basic element of the smb connection
syntax or something. I got the latest cvs tramp and can connect to
one windows machine share with this:
/smb:address@hidden:/hgpxp-c/ <RET>
I then get prompted twice for password. (shouldn't it be only once?)
But then trying the same thing on a second machine:
/smb:address@hidden:/bjpxp-c/
I get prompted twice for password but am then told:
Cannot make local copy of file `/smb:address@hidden:/bjpxp-c/'
it can't be a permissions thing, at least not on localhost or I'd hit
the same snap on hgpxp
From *Messages*:
tramp: Started process (smbclient //bjpxp/bjpxp-c -U reader)
tramp: Sending password
Password:
Password:.
Password:..
Password:........
tramp: Fetching /smb:address@hidden:/bjpxp-c/ to tmp file /tmp/tramp.2040FcX...
tramp-smb-handle-file-local-copy: Cannot make local copy of file
`/smb:address@hidden:/bjpxp-c/'
However both machines/share are accessable with the normal smbclient
method:
$ smbclient //bjpxp/bjpxp-c -U reader
added interface ip=192.168.0.4 bcast=192.168.0.255 nmask=255.255.255.0
Got a positive name query response from 192.168.0.16 ( 192.168.0.16 )
Password:
smb: \>
Any ideas why one works and the other fails?