all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pawel K <mafeusek@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: problem: tramp and CIFS share. cannot get it.
Date: Mon, 13 Sep 2010 11:49:35 +0200	[thread overview]
Message-ID: <AANLkTi=Au7G2bdZss0xUZUMT61taqkHbx7t2JGLsXH=E@mail.gmail.com> (raw)

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



             reply	other threads:[~2010-09-13  9:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-13  9:49 Pawel K [this message]
2010-09-13 14:21 ` problem: tramp and CIFS share. cannot get it Michael Albinus
2010-09-15 20:38   ` mafeusek
2010-09-16 14:27     ` Michael Albinus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='AANLkTi=Au7G2bdZss0xUZUMT61taqkHbx7t2JGLsXH=E@mail.gmail.com' \
    --to=mafeusek@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.