all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* problem: tramp and CIFS share. cannot get it.
@ 2010-09-13  9:49 Pawel K
  2010-09-13 14:21 ` Michael Albinus
  0 siblings, 1 reply; 4+ messages in thread
From: Pawel K @ 2010-09-13  9:49 UTC (permalink / raw)
  To: help-gnu-emacs

Hallo Group Members.

I am trying to get smb share:
/smb:some.cifs.machine:/path/to/share/

connection fails with:

Enter john's password:
Domain=[MyDomain] OS=[Windows Server 2003 3790 Service Pack 2]
Server=[Windows Server 2003 5.2]
Connection to HOST-CITY-D002 failed (Error NT_STATUS_BAD_NETWORK_NAME)

Process *tramp/smb john%MyDomain@some.cifs.machine* exited abnormally
with code 1


so far I debugged following:
from buffer *debug tramp/smb john%MyDomain@some.cifs.machine*:

  smbclient //some.cifs.machine/path -U john -W MyDomain -s /dev/null

(Note that `/to/share' part is truncated.)

Thus in shell:
prompt$ smbclient //some.cifs.machine/path -U john -W MyDomain

gives identical error as encountered in *debug tramp/smb
john%MyDomain@some.cifs.machine* buffer.

but, with complete path:
prompt$ smbclient //some.cifs.machine/path/to/share -U john -W MyDomain

connection succeeds.

Truncation is done by `tramp-smb-get-share' in very beginning of
`tramp-smb-maybe-open-connection'.

I am using:
tramp-version is a variable defined in `trampver.el'.
Its value is "2.1.18-23.2"

emacs-version is a variable defined in `version.el'.
Its value is "23.2.1"

do You have any idea of how to make it work ok.

best regards and thank You very much for tramp module,
Pawel



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-09-16 14:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-13  9:49 problem: tramp and CIFS share. cannot get it Pawel K
2010-09-13 14:21 ` Michael Albinus
2010-09-15 20:38   ` mafeusek
2010-09-16 14:27     ` Michael Albinus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.