From: ken <gebser@speakeasy.net>
Subject: Re: tramp not loading (?)... ftp session instead
Date: Sat, 17 Sep 2005 09:29:51 -0400 [thread overview]
Message-ID: <20050917092951.1c3f6aa6@dellap.mousecar.net> (raw)
In-Reply-To: <dgep9b$db6$1@sea.gmane.org>
On Fri, 16 Sep 2005 09:44:36 -0600
Kevin Rodgers <ihs_4664@yahoo.com> wrote:
> ken wrote:
> > ....
> >
> > /usr/share/emacs/site-lisp/tramp # ll
> > total 264
> > drwxr-x--- 2 root root 4096 Sep 10 22:43 .
> > drwxr-xr-x 7 root root 4096 Sep 10 22:42 ..
> > -rw-rw---- 1 6104 6100 1953 Mar 3 2002 tramp-util.el
> > -rw-r----- 1 6104 6100 19658 Dec 29 2001 tramp-vc.el
> > -rw-r----- 1 6104 6100 225748 Apr 10 2002 tramp.el
> > -rw-rw---- 1 6104 6100 3480 Feb 28 2001 trampcache.el
> >
> > ...
>
> Is your uid 6104 or your gid 6100? Because that is the only user and
> group allowed to read the tramp*.el files in your
> /usr/share/emacs/site-lisp/tramp directory.
Good catch, Kevin. Thanks. Rookie mistake on my part.
Okay, I changed the owner and group to root and did a "chmod 755 *" on
the directory. Now all of this works:
(add-to-list 'load-path "/usr/share/emacs/site-lisp/tramp/")
(require 'tramp)
i.e., putting the point at the end of each line and doing C-x C-e
doesn't bring up the debugger. Thanks!!
But still, when I do "C-x C-f /user@host.domain.tld:~/.bashrc", emacs
tries to open an ftp session.
It might not be related, or maybe it is, but at the end of ~/.emacs is a
hugely long line (stuck in there by Options or something). It's
probably going to wrap in this email, but, as said, in ~/.emacs it's all
on one line (12,160 chars long!!):
'(tramp-methods (quote (("rcp" (tramp-connection-function
tramp-open-connection-rsh) (tramp-rsh-program "rsh") (tramp-rcp-program
"rcp") (tramp-remote-sh "/bin/sh") (tramp-rsh-args nil) (tramp-rcp-args
nil) (tramp-rcp-keep-date-arg "-p") (tramp-su-program nil)
(tramp-su-args nil) (tramp-encoding-command nil) (tramp-decoding-command
nil) (tramp-encoding-function nil) (tramp-decoding-function nil)
(tramp-telnet-program nil) (tramp-telnet-args nil)) ("scp"
(tramp-connection-function tramp-open-connection-rsh) (tramp-rsh-program
"ssh") (tramp-rcp-program "scp") (tramp-remote-sh "/bin/sh")
(tramp-rsh-args ("-e" "none")) (tramp-rcp-args nil)
(tramp-rcp-keep-date-arg "-p") (tramp-su-program nil) (tramp-su-args
nil) (tramp-encoding-command nil) (tramp-decoding-command nil)
(tramp-encoding-function nil) (tramp-decoding-function nil)
(tramp-telnet-program nil) (tramp-telnet-args nil)) ("scp1"
(tramp-connection-function tramp-open-connection-rsh) (tramp-rsh-program
"ssh1") (tramp-rcp-program "scp1") (tramp-remote-sh "/bin/sh")
(tramp-rsh-args ("-e" "none")) (tramp-rcp-args nil)
(tramp-rcp-keep-date-arg "-p") (tramp-su-program nil) (tramp-su-args
nil) (tramp-encoding-command nil) (tramp-decoding-command nil)
(tramp-encoding-function nil) (tramp-decoding-function nil)
(tramp-telnet-program nil) (tramp-telnet-args nil)) ("scp2"
(tramp-connection-function tramp-open-connection-rsh) (tramp-rsh-program
"ssh2") (tramp-rcp-program "scp2") (tramp-remote-sh "/bin/sh")
(tramp-rsh-args ("-e" "none")) (tramp-rcp-args nil)
(tramp-rcp-keep-date-arg "-p") (tramp-su-program nil) (tramp-su-args
nil) (tramp-encoding-command nil) (tramp-decoding-command nil)
(tramp-encoding-function nil) (tramp-decoding-function nil)
(tramp-telnet-program nil) (tramp-telnet-args nil)) ("rsync"
(tramp-connection-function tramp-open-connection-rsh) (tramp-rsh-program
"ssh") (tramp-rcp-program "rsync") (tramp-remote-sh "/bin/sh")
(tramp-rsh-args ("-e" "none")) (tramp-rcp-args ("-e" "ssh"))
(tramp-rcp-keep-date-arg "-t") (tramp-su-program nil) (tramp-su-args
nil) (tramp-encoding-command nil) (tramp-decoding-command nil)
(tramp-encoding-function nil) (tramp-decoding-function nil)
(tramp-telnet-program nil) (tramp-telnet-args nil)) ("ru"
(tramp-connection-function tramp-open-connection-rsh) (tramp-rsh-program
"rsh") (tramp-rcp-program nil) (tramp-remote-sh "/bin/sh")
(tramp-rsh-args nil) (tramp-rcp-args nil) (tramp-rcp-keep-date-arg nil)
(tramp-su-program nil) (tramp-su-args nil) (tramp-encoding-command
"uuencode xxx") (tramp-decoding-command "( uudecode -o - 2>/dev/null ||
uudecode -p 2>/dev/null )") (tramp-encoding-function nil)
(tramp-decoding-function uudecode-decode-region) (tramp-telnet-program
nil) (tramp-telnet-args nil)) ("su" (tramp-connection-function
tramp-open-connection-rsh) (tramp-rsh-program "ssh") (tramp-rcp-program
nil) (tramp-remote-sh "/bin/sh") (tramp-rsh-args ("-e" "none"))
(tramp-rcp-args nil) (tramp-rcp-keep-date-arg nil) (tramp-su-program
nil) (tramp-su-args nil) (tramp-encoding-command "uuencode xxx")
(tramp-decoding-command "( uudecode -o - 2>/dev/null || uudecode -p
2>/dev/null )") (tramp-encoding-function nil) (tramp-decoding-function
uudecode-decode-region) (tramp-telnet-program nil) (tramp-telnet-args
nil)) ("su1" (tramp-connection-function tramp-open-connection-rsh)
(tramp-rsh-program "ssh1") (tramp-rcp-program nil) (tramp-remote-sh
"/bin/sh") (tramp-rsh-args ("-e" "none")) (tramp-rcp-args nil)
(tramp-rcp-keep-date-arg nil) (tramp-su-program nil) (tramp-su-args nil)
(tramp-encoding-command "uuencode xxx") (tramp-decoding-command "(
uudecode -o - 2>/dev/null || uudecode -p 2>/dev/null )")
(tramp-encoding-function nil) (tramp-decoding-function
uudecode-decode-region) (tramp-telnet-program nil) (tramp-telnet-args
nil)) ("su2" (tramp-connection-function tramp-open-connection-rsh)
(tramp-rsh-program "ssh2") (tramp-rcp-program nil) (tramp-remote-sh
"/bin/sh") (tramp-rsh-args ("-e" "none")) (tramp-rcp-args nil)
(tramp-rcp-keep-date-arg nil) (tramp-su-program nil) (tramp-su-args nil)
(tramp-encoding-command "uuencode xxx") (tramp-decoding-command "(
uudecode -o - 2>/dev/null || uudecode -p 2>/dev/null )")
(tramp-encoding-function nil) (tramp-decoding-function
uudecode-decode-region) (tramp-telnet-program nil) (tramp-telnet-args
nil)) ("rm" (tramp-connection-function tramp-open-connection-rsh)
(tramp-rsh-program "rsh") (tramp-rcp-program nil) (tramp-remote-sh
"/bin/sh") (tramp-rsh-args nil) (tramp-rcp-args nil)
(tramp-rcp-keep-date-arg nil) (tramp-su-program nil) (tramp-su-args nil)
(tramp-encoding-command "mimencode -b") (tramp-decoding-command
"mimencode -u -b") (tramp-encoding-function base64-encode-region)
(tramp-decoding-function base64-decode-region) (tramp-telnet-program
nil) (tramp-telnet-args nil)) ("sm" (tramp-connection-function
tramp-open-connection-rsh) (tramp-rsh-program "ssh") (tramp-rcp-program
nil) (tramp-remote-sh "/bin/sh") (tramp-rsh-args ("-e" "none"))
(tramp-rcp-args nil) (tramp-rcp-keep-date-arg nil) (tramp-su-program
nil) (tramp-su-args nil) (tramp-encoding-command "mimencode -b")
(tramp-decoding-command "mimencode -u -b") (tramp-encoding-function
base64-encode-region) (tramp-decoding-function base64-decode-region)
(tramp-telnet-program nil) (tramp-telnet-args nil)) ("smp"
(tramp-connection-function tramp-open-connection-rsh) (tramp-rsh-program
"ssh") (tramp-rcp-program nil) (tramp-remote-sh "/bin/sh")
(tramp-rsh-args ("-e" "none")) (tramp-rcp-args nil)
(tramp-rcp-keep-date-arg nil) (tramp-su-program nil) (tramp-su-args nil)
(tramp-encoding-command "tramp_mimencode") (tramp-decoding-command
"tramp_mimedecode") (tramp-encoding-function base64-encode-region)
(tramp-decoding-function base64-decode-region) (tramp-telnet-program
nil)) ("sm1" (tramp-connection-function tramp-open-connection-rsh)
(tramp-rsh-program "ssh1") (tramp-rcp-program nil) (tramp-remote-sh
"/bin/sh") (tramp-rsh-args ("-e" "none")) (tramp-rcp-args nil)
(tramp-rcp-keep-date-arg nil) (tramp-su-program nil) (tramp-su-args nil)
(tramp-encoding-command "mimencode -b") (tramp-decoding-command
"mimencode -u -b") (tramp-encoding-function base64-encode-region)
(tramp-decoding-function base64-decode-region) (tramp-telnet-program
nil) (tramp-telnet-args nil)) ("sm2" (tramp-connection-function
tramp-open-connection-rsh) (tramp-rsh-program "ssh2") (tramp-rcp-program
nil) (tramp-remote-sh "/bin/sh") (tramp-rsh-args ("-e" "none"))
(tramp-rcp-args nil) (tramp-rcp-keep-date-arg nil) (tramp-su-program
nil) (tramp-su-args nil) (tramp-encoding-command "mimencode -b")
(tramp-decoding-command "mimencode -u -b") (tramp-encoding-function
base64-encode-region) (tramp-decoding-function base64-decode-region)
(tramp-telnet-program nil) (tramp-telnet-args nil)) ("tm"
(tramp-connection-function tramp-open-connection-telnet)
(tramp-rsh-program nil) (tramp-rcp-program nil) (tramp-remote-sh
"/bin/sh") (tramp-rsh-args nil) (tramp-rcp-args nil)
(tramp-rcp-keep-date-arg nil) (tramp-su-program nil) (tramp-su-args nil)
(tramp-encoding-command "mimencode -b") (tramp-decoding-command
"mimencode -u -b") (tramp-encoding-function base64-encode-region)
(tramp-decoding-function base64-decode-region) (tramp-telnet-program
"telnet") (tramp-telnet-args nil)) ("tu" (tramp-connection-function
tramp-open-connection-telnet) (tramp-rsh-program nil) (tramp-rcp-program
nil) (tramp-remote-sh "/bin/sh") (tramp-rsh-args nil) (tramp-rcp-args
nil) (tramp-rcp-keep-date-arg nil) (tramp-su-program nil) (tramp-su-args
nil) (tramp-encoding-command "uuencode xxx") (tramp-decoding-command "(
uudecode -o - 2>/dev/null || uudecode -p 2>/dev/null )")
(tramp-encoding-function nil) (tramp-decoding-function
uudecode-decode-region) (tramp-telnet-program "telnet")
(tramp-telnet-args nil)) ("sum" (tramp-connection-function
tramp-open-connection-su) (tramp-rsh-program nil) (tramp-rcp-program
nil) (tramp-remote-sh "/bin/sh") (tramp-rsh-args nil) (tramp-rcp-args
nil) (tramp-rcp-keep-date-arg nil) (tramp-su-program "su")
(tramp-su-args ("-" "%u")) (tramp-encoding-command "mimencode -b")
(tramp-decoding-command "mimencode -u -b") (tramp-encoding-function
base64-encode-region) (tramp-decoding-function base64-decode-region)
(tramp-telnet-program nil) (tramp-telnet-args nil)) ("suu"
(tramp-connection-function tramp-open-connection-su) (tramp-rsh-program
nil) (tramp-rcp-program nil) (tramp-remote-sh "/bin/sh") (tramp-rsh-args
nil) (tramp-rcp-args nil) (tramp-rcp-keep-date-arg nil)
(tramp-su-program "su") (tramp-su-args ("-" "%u"))
(tramp-encoding-command "uuencode xxx") (tramp-decoding-command "(
uudecode -o - 2>/dev/null || uudecode -p 2>/dev/null )")
(tramp-encoding-function nil) (tramp-decoding-function
uudecode-decode-region) (tramp-telnet-program nil) (tramp-telnet-args
nil)) ("sudm" (tramp-connection-function tramp-open-connection-su)
(tramp-rsh-program nil) (tramp-rcp-program nil) (tramp-remote-sh
"/bin/sh") (tramp-rsh-args nil) (tramp-rcp-args nil)
(tramp-rcp-keep-date-arg nil) (tramp-su-program "sudo") (tramp-su-args
("-u" "%u" "-s")) (tramp-encoding-command "mimencode -b")
(tramp-decoding-command "mimencode -u -b") (tramp-encoding-function
base64-encode-region) (tramp-decoding-function base64-decode-region)
(tramp-telnet-program nil) (tramp-telnet-args nil)) ("sudu"
(tramp-connection-function tramp-open-connection-su) (tramp-rsh-program
nil) (tramp-rcp-program nil) (tramp-remote-sh "/bin/sh") (tramp-rsh-args
nil) (tramp-rcp-args nil) (tramp-rcp-keep-date-arg nil)
(tramp-su-program "sudo") (tramp-su-args ("-u" "%u" "-s"))
(tramp-encoding-command "uuencode xxx") (tramp-decoding-command "(
uudecode -o - 2>/dev/null || uudecode -p 2>/dev/null )")
(tramp-encoding-function nil) (tramp-decoding-function
uudecode-decode-region) (tramp-telnet-program nil) (tramp-telnet-args
nil)) ("multi" (tramp-connection-function tramp-open-connection-multi)
(tramp-rsh-program nil) (tramp-rcp-program nil) (tramp-remote-sh
"/bin/sh") (tramp-rsh-args nil) (tramp-rcp-args nil)
(tramp-rcp-keep-date-arg nil) (tramp-su-program nil) (tramp-su-args nil)
(tramp-encoding-command "mimencode -b") (tramp-decoding-command
"mimencode -u -b") (tramp-encoding-function base64-encode-region)
(tramp-decoding-function base64-decode-region) (tramp-telnet-program
nil) (tramp-telnet-args nil)) ("multiu" (tramp-connection-function
tramp-open-connection-multi) (tramp-rsh-program nil) (tramp-rcp-program
nil) (tramp-remote-sh "/bin/sh") (tramp-rsh-args nil) (tramp-rcp-args
nil) (tramp-rcp-keep-date-arg nil) (tramp-su-program nil) (tramp-su-args
nil) (tramp-encoding-command "uuencode xxx") (tramp-decoding-command "(
uudecode -o - 2>/dev/null || uudecode -p 2>/dev/null )")
(tramp-encoding-function nil) (tramp-decoding-function
uudecode-decode-region) (tramp-telnet-program nil) (tramp-telnet-args
nil)) ("scpx" (tramp-connection-function tramp-open-connection-rsh)
(tramp-rsh-program "ssh") (tramp-rcp-program "scp") (tramp-remote-sh
"/bin/sh") (tramp-rsh-args ("-e" "none" "-t" "-t" "/bin/sh"))
(tramp-rcp-args nil) (tramp-rcp-keep-date-arg "-p")
(tramp-encoding-command nil) (tramp-decoding-command nil)
(tramp-encoding-function nil) (tramp-decoding-function nil)
(tramp-telnet-program nil) (tramp-telnet-args nil)) ("smx"
(tramp-connection-function tramp-open-connection-rsh) (tramp-rsh-program
"ssh") (tramp-rcp-program nil) (tramp-remote-sh "/bin/sh")
(tramp-rsh-args ("-e" "none" "-t" "-t" "/bin/sh")) (tramp-rcp-args nil)
(tramp-rcp-keep-date-arg nil) (tramp-su-program nil) (tramp-su-args nil)
(tramp-encoding-command "mimencode -b") (tramp-decoding-command
"mimencode -u -b") (tramp-encoding-function base64-encode-region)
(tramp-decoding-function base64-decode-region) (tramp-telnet-program
nil) (tramp-telnet-args nil)) ("km" (tramp-connection-function
tramp-open-connection-rsh) (tramp-rsh-program "krlogin")
(tramp-rcp-program nil) (tramp-remote-sh "/bin/sh") (tramp-rsh-args
("-x")) (tramp-rcp-args nil) (tramp-rcp-keep-date-arg nil)
(tramp-su-program nil) (tramp-su-args nil) (tramp-encoding-command
"mimencode -b") (tramp-decoding-command "mimencode -u -b")
(tramp-encoding-function base64-encode-region) (tramp-decoding-function
base64-decode-region) (tramp-telnet-program nil) (tramp-telnet-args
nil)))))
This is part of:
(custom-set-variables
;; custom-set-variables was added by Custom -- don't edit or cut/paste
it!
So how do I do get rid of this? Or at least shorten it? Or should I
just leave it? A lot of it looks redundant.
Thanks again.
ken
--
A lot of us are working harder than we want, at things we don't like to
do. Why? ...In order to afford the sort of existence we don't care to
live. -- Bradford Angier
next prev parent reply other threads:[~2005-09-17 13:29 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-08-18 21:38 tramp 2.1.3 compile funkiness zl
2005-08-19 9:08 ` Peter Dyballa
2005-08-22 9:13 ` Michael Albinus
2005-08-26 17:17 ` ken
2005-08-27 20:14 ` Michael Albinus
2005-09-01 19:04 ` tramp2 not loading (?) (was: Re: tramp 2.1.3 compile funkiness) ken
2005-09-02 7:48 ` tramp2 not loading (?) Michael Albinus
2005-09-02 15:39 ` ken
2005-09-03 10:55 ` Michael Albinus
2005-09-16 11:49 ` tramp " ken
2005-09-16 14:39 ` Michael Albinus
2005-09-16 15:44 ` Kevin Rodgers
2005-09-17 13:29 ` ken [this message]
[not found] ` <mailman.7299.1126885772.20277.help-gnu-emacs@gnu.org>
2005-09-16 19:27 ` Chris McMahan
2005-09-16 20:14 ` Drew Adams
2005-09-16 20:25 ` Enila Nero
2005-09-18 9:37 ` Michael Albinus
[not found] ` <mailman.5157.1125078882.20277.help-gnu-emacs@gnu.org>
2005-08-26 19:54 ` tramp 2.1.3 compile funkiness rgb
2005-09-15 22:41 ` rgb
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050917092951.1c3f6aa6@dellap.mousecar.net \
--to=gebser@speakeasy.net \
--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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).