Daniel Pittman <[EMAIL PROTECTED]> writes:

> Kai Großjohann <[EMAIL PROTECTED]> writes:
> > Daniel, could you install your change, please?
> 
> It's now committed. :)

I removed the old tramp-vc.el because of conflicts when getting the
new one from CVS, but now I have a problem similar to Francesco
(snipped uninteresting parts of the huge backtrace):

Signaling: (error "Couldn't find exit status of `ls -d /usr/bin'")
  signal(error ("Couldn't find exit status of `ls -d /usr/bin'"))
  cerror("Couldn't find exit status of `%s'" "ls -d /usr/bin")
  apply(cerror ("Couldn't find exit status of `%s'" "ls -d /usr/bin"))
  error("Couldn't find exit status of `%s'" "ls -d /usr/bin")
  (if (search-backward "tramp_exit_status " nil t) nil (error "Couldn't find exit 
status of `%s'" command))
)
  (unless (search-backward "tramp_exit_status " nil t) (error "Couldn't find exit 
status of `%s'" command))
)
  tramp-send-command-and-check(nil "su" nil "sol-cmarquar" "ls -d /usr/bin")
  (zerop (tramp-send-command-and-check multi-method method user host (format ... ...)))
)
  (save-excursion (zerop (tramp-send-command-and-check multi-method method user host 
...)))
)
  (let ((v ...) multi-method method user host path) (setq multi-method 
(tramp-file-name-multi-method v)) (setq method (tramp-file-name-method v)) (setq user 
(tramp-file-name-user v)) (setq host (tramp-file-name-host v)) (setq path 
(tramp-file-name-path v)) (save-excursion (zerop ...)))
)
  tramp-handle-file-exists-p("/r@su:sol-cmarquar:/usr/bin")
  apply(tramp-handle-file-exists-p "/r@su:sol-cmarquar:/usr/bin")
  (progn (apply (cdr fn) args))
)



In the *tramp/su nil@sol-cmarquar* buffer, I see:

/usr/sbin
tramp_exit_status 0

/////


This "SunOS sol-cmarquar 5.7 Generic_106541-12 sun4u sparc
SUNW,Ultra-5_10". I will read the other thread and try to find out
more.

Colin

Reply via email to