Kai Grossjohann <[EMAIL PROTECTED]> 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:[EMAIL PROTECTED]:/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:[EMAIL PROTECTED]:/bjpxp-c/ I get prompted twice for password but am then told: Cannot make local copy of file `/smb:[EMAIL PROTECTED]:/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:[EMAIL PROTECTED]:/bjpxp-c/ to tmp file /tmp/tramp.2040FcX... tramp-smb-handle-file-local-copy: Cannot make local copy of file `/smb:[EMAIL PROTECTED]:/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? _______________________________________________ Tramp-devel mailing list [EMAIL PROTECTED] http://mail.nongnu.org/mailman/listinfo/tramp-devel
