help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using tramp with sunrise-commander


From: Haines Brown
Subject: Re: Using tramp with sunrise-commander
Date: Sun, 28 Nov 2010 23:17:19 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

José,

Thank you for the reply. Yes it is a bit of a puzzler. I can reproduce
the probem simply by starting sunrise-commander either with M-x sunrise
or with the line (progn (sunrise)) in the init file. If I don't start
sunrise-commander in one of these two says, tramp can navigate the
remote host.

My tramp lines at this point don't amount to much: 

   (add-to-list 'load-path "/usr/share/emacs/site-lisp/tramp/")
   (require 'tramp)
   (setq tramp-default-method "ssh")

I also tried ftp and rcp methods without luck.

With sunrise commander running I can't move down in my directories on
the website, but strangly enough I can move upwards. The director
hierarchy and their permissions are:

  histomat   dr-x--x--x 
  www        drwxr-xr-x 
  (myDirs)   drwxr-xr-x

By navigating up and down, it seems I can't access directories that are
drwxr-xr-x unless I get into them with a symlink:

 lrwxrwxrwx   1 account  web   13 Jan 12  2010 www -> ./primary/www

But these inaccessible directories have a more liberal policy than the
ones I can access.

Is there any way to debug sunrise-commander commands?

Haines
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]