* tramp broken on 23.0.94?
@ 2009-06-03 15:52 Neal Becker
2009-06-03 19:11 ` Michael Albinus
0 siblings, 1 reply; 5+ messages in thread
From: Neal Becker @ 2009-06-03 15:52 UTC (permalink / raw)
To: emacs-devel
Loading tramp...done
Tramp: Opening connection for nbecker@adgsun20 using scp...
Tramp: Waiting 60s for local shell to come up...
Tramp: Sending command `ssh adgsun20 -l nbecker -q -e none && exit || exit'
Tramp: Waiting for prompts from remote shell
Tramp: Found remote shell prompt on `adgsun20'
File error: Couldn't find exit status of `test -e /tmp/\~\:\ does\ not\
exist/'
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: tramp broken on 23.0.94?
2009-06-03 15:52 tramp broken on 23.0.94? Neal Becker
@ 2009-06-03 19:11 ` Michael Albinus
2009-06-03 19:38 ` Neal Becker
2009-06-04 0:04 ` Neal Becker
0 siblings, 2 replies; 5+ messages in thread
From: Michael Albinus @ 2009-06-03 19:11 UTC (permalink / raw)
To: Neal Becker; +Cc: emacs-devel
Neal Becker <ndbecker2@gmail.com> writes:
> Loading tramp...done
> Tramp: Opening connection for nbecker@adgsun20 using scp...
> Tramp: Waiting 60s for local shell to come up...
> Tramp: Sending command `ssh adgsun20 -l nbecker -q -e none && exit || exit'
> Tramp: Waiting for prompts from remote shell
> Tramp: Found remote shell prompt on `adgsun20'
> File error: Couldn't find exit status of `test -e /tmp/\~\:\ does\ not\
> exist/'
Could you, please, set `tramp-verbose' to 8? After rerunning the test, I would
need the *debug tramp/scp nbecker@adgsun20* and *tramp/scp nbecker@adgsun20*
buffers.
Another check might be to call "M-x tramp-cleanup-all-connections",
before running your test.
Best regards, Michael.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: tramp broken on 23.0.94?
2009-06-03 19:11 ` Michael Albinus
@ 2009-06-03 19:38 ` Neal Becker
2009-06-07 16:25 ` Michael Albinus
2009-06-04 0:04 ` Neal Becker
1 sibling, 1 reply; 5+ messages in thread
From: Neal Becker @ 2009-06-03 19:38 UTC (permalink / raw)
To: Michael Albinus; +Cc: emacs-devel
On Wednesday 03 June 2009, Michael Albinus wrote:
> Neal Becker <ndbecker2@gmail.com> writes:
> > Loading tramp...done
> > Tramp: Opening connection for nbecker@adgsun20 using scp...
> > Tramp: Waiting 60s for local shell to come up...
> > Tramp: Sending command `ssh adgsun20 -l nbecker -q -e none && exit ||
> > exit' Tramp: Waiting for prompts from remote shell
> > Tramp: Found remote shell prompt on `adgsun20'
> > File error: Couldn't find exit status of `test -e /tmp/\~\:\ does\ not\
> > exist/'
>
> Could you, please, set `tramp-verbose' to 8? After rerunning the test, I
> would need the *debug tramp/scp nbecker@adgsun20* and *tramp/scp
> nbecker@adgsun20* buffers.
>
> Another check might be to call "M-x tramp-cleanup-all-connections",
> before running your test.
>
> Best regards, Michael.
15:37:58 tramp-get-connection-property (7) # ~ ~: does not exist
15:37:58 tramp-get-connection-property (7) # ~ ~: does not exist
15:37:58 tramp-get-file-property (8) # /tmp/~: does not exist/ file-exists-p
undef
15:37:58 tramp-get-connection-property (7) # file-exists test -e
15:37:58 tramp-get-connection-property (7) # process-name nil
15:37:58 tramp-get-connection-property (7) # last-cmd-time (18982 39717
336138)
15:37:58 tramp-get-connection-property (7) # process-name nil
15:37:58 tramp-get-connection-property (7) # remote-echo nil
15:37:58 tramp-send-command (6) # echo are you awake
15:37:58 tramp-get-connection-property (7) # process-name nil
15:37:58 tramp-get-connection-property (7) # chunksize 0
15:37:58 tramp-set-connection-property (7) # last-cmd-time (18982 53526
932067)
15:37:58 tramp-get-connection-property (7) # process-buffer nil
15:37:58 tramp-get-connection-property (7) # check-remote-echo nil
15:37:58 tramp-get-connection-property (7) # check-remote-echo nil
15:37:58 tramp-get-connection-property (7) # check-remote-echo nil
15:37:58 tramp-get-connection-property (7) # check-remote-echo nil
15:37:58 tramp-wait-for-regexp (6) #
are you awake
///b3d131a43babb02ff5b8bdf53ed7af6f
15:37:58 tramp-get-connection-property (7) # process-name nil
15:37:58 tramp-get-connection-property (7) # remote-echo nil
15:37:58 tramp-send-command (6) # test -e /tmp/\~\:\ does\ not\ exist/
2>/dev/null; echo tramp_exit_status $?
15:37:58 tramp-get-connection-property (7) # process-name nil
15:37:58 tramp-get-connection-property (7) # chunksize 0
15:37:58 tramp-set-connection-property (7) # last-cmd-time (18982 53526
935346)
15:37:58 tramp-get-connection-property (7) # process-buffer nil
15:37:58 tramp-get-connection-property (7) # check-remote-echo nil
15:37:58 tramp-get-connection-property (7) # check-remote-echo nil
15:37:58 tramp-get-connection-property (7) # check-remote-echo nil
15:37:58 tramp-get-connection-property (7) # check-remote-echo nil
15:37:58 tramp-wait-for-regexp (6) #
///b3d131a43babb02ff5b8bdf53ed7af6f
15:37:58 tramp-get-connection-property (7) # process-buffer nil
15:37:58 tramp-send-command-and-check (1) # File error: Couldn't find exit
status of `test -e /tmp/\~\:\ does\ not\ exist/'
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: tramp broken on 23.0.94?
2009-06-03 19:11 ` Michael Albinus
2009-06-03 19:38 ` Neal Becker
@ 2009-06-04 0:04 ` Neal Becker
1 sibling, 0 replies; 5+ messages in thread
From: Neal Becker @ 2009-06-04 0:04 UTC (permalink / raw)
To: emacs-devel
Michael Albinus wrote:
> Neal Becker <ndbecker2@gmail.com> writes:
>
>> Loading tramp...done
>> Tramp: Opening connection for nbecker@adgsun20 using scp...
>> Tramp: Waiting 60s for local shell to come up...
>> Tramp: Sending command `ssh adgsun20 -l nbecker -q -e none && exit ||
>> exit' Tramp: Waiting for prompts from remote shell
>> Tramp: Found remote shell prompt on `adgsun20'
>> File error: Couldn't find exit status of `test -e /tmp/\~\:\ does\ not\
>> exist/'
>
> Could you, please, set `tramp-verbose' to 8? After rerunning the test, I
> would need the *debug tramp/scp nbecker@adgsun20* and *tramp/scp
> nbecker@adgsun20* buffers.
>
> Another check might be to call "M-x tramp-cleanup-all-connections",
> before running your test.
>
> Best regards, Michael.
Missed one. *tramp/scp ... buffer exists, but is completely empty.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: tramp broken on 23.0.94?
2009-06-03 19:38 ` Neal Becker
@ 2009-06-07 16:25 ` Michael Albinus
0 siblings, 0 replies; 5+ messages in thread
From: Michael Albinus @ 2009-06-07 16:25 UTC (permalink / raw)
To: Neal Becker; +Cc: emacs-devel
Neal Becker <ndbecker2@gmail.com> writes:
>> Could you, please, set `tramp-verbose' to 8? After rerunning the test, I
>> would need the *debug tramp/scp nbecker@adgsun20* and *tramp/scp
>> nbecker@adgsun20* buffers.
>>
>> Another check might be to call "M-x tramp-cleanup-all-connections",
>> before running your test.
>>
> 15:37:58 tramp-get-connection-property (7) # ~ ~: does not exist
Thanks for the traces. However, they don't show all Tramp actions from
the beginninng.
I fear, I need the traces from the beginning. Could you, please, apply
first "M-x tramp-cleanup-all-connections", and show all traces
afterwards?
Best regards, Michael.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-06-07 16:25 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-03 15:52 tramp broken on 23.0.94? Neal Becker
2009-06-03 19:11 ` Michael Albinus
2009-06-03 19:38 ` Neal Becker
2009-06-07 16:25 ` Michael Albinus
2009-06-04 0:04 ` Neal Becker
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.