GNU bug report logs -
#4841
23.1.50; tramp su/sudo makes vc-dir hang with viper
Previous Next
Reported by: Stefano Zacchiroli <zack <at> upsilon.cc>
Date: Sat, 31 Oct 2009 15:00:05 UTC
Severity: normal
Tags: moreinfo
Done: Stefano Zacchiroli <zack <at> debian.org>
Bug is archived. No further changes may be made.
Full log
Message #35 received at 4841 <at> emacsbugs.donarmstrong.com (full text, mbox):
Stefano Zacchiroli <zack <at> debian.org> writes:
> On Tue, Nov 03, 2009 at 10:15:35PM +0100, Michael Albinus wrote:
>> The last command Tramp performs is
>>
>> cd /etc/; exec git ls-files -z -o --directory --no-empty-directory --exclude-standard --
>>
>> Nothing returned. Could you, please, run the command as root in a shell,
>> and see what happens? Maybe with and without the "exec" ...
>
> Sure:
>
> root <at> usha:/etc# git ls-files -z -o --directory --no-empty-directory --exclude-standard --
> root <at> usha:/etc# echo $?
> 0
> root <at> usha:/etc# touch a
> root <at> usha:/etc# git ls-files -z -o --directory --no-empty-directory --exclude-standard --
> aroot <at> usha:/etc# echo foo >> inittab
> root <at> usha:/etc# # note the heading 'a' before the prompt
No problem. The "-z" option let's return a null byte instead of a
newline. Tramp shall be able to handle it, see bug report #3858.
> root <at> usha:/etc# exec git ls-files -z -o --directory --no-empty-directory --exclude-standard --
> zack <at> usha:~$ echo $?
> 0
> zack <at> usha:~$
>
> (I'm not sure the last return code is actually faithful, as I haven't
> verified whether su returns to the caller the exit code of the shell
> process.)
What I'm curious about is, why your commands are preceeded by
"exec". I've checked Emacs 23.1.50; git commands are executed without
"exec" in Tramp. Maybe you have an outdated vc-git.el in the way?
Could you, please, start "emacs -Q" and see, whether it works better? If
it still doesn't work, set `tramp-verbose' to 10, and show the debug
buffer of Tramp, again.
> Cheers.
Best regards, Michael.
This bug report was last modified 3 years and 104 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.