all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Federico Ramallo <framallo@gmail.com>
To: Juanma Barranquero <lekktu@gmail.com>
Cc: help-gnu-emacs <help-gnu-emacs@gnu.org>,
	Marcelo Serpa <marcelo@datatransp.com.br>
Subject: Re: how to use emacsclient with a remote host?
Date: Wed, 26 Nov 2008 02:07:12 -0200	[thread overview]
Message-ID: <1227672432.18710.50.camel@1420n> (raw)
In-Reply-To: <f7ccd24b0811250805k65111699u59e1350e1ce3704@mail.gmail.com>

while doing this detailed steps, i could solve the original issue.
however I can connect with a tty client, but not with a client on X.
I'll show you the steps i did. I reduced this to a simplified test
scenario:
MY GOAL: i use screen to share emacs remotely. Now we are using screen
and emacs on tty. But we want to improve it to have two emacs running on
different hosts on X. Sharing buffers, but the process should run on the
remote host and sync via tcp with server-mode.

In ubuntu 8.04 and GNU Emacs 23.0.60.1 (check env below)
I have 2 users on the same host: framallo and federico
I'm logged in as framallo. I create two tabs on a terminal emulator. One
has a screen session as framallo and the other i run:
ssh federico@localhost -Y
screen -S testingemacs

Both user has the same on ~/.screenrc
...
hardstatus on
hardstatus alwayslastline
hardstatus string "%{rk}%H %{gk}%c %{yk}%M%d %{wk}%?%-Lw%?%{bw}%n*%f%t
%?(%u)%?%{wk}%?%+Lw%?" 

vbell off
defscrollback 1000
term xterm

# enable scrolling in the xterm
termcapinfo xterm|xterms|xs|rxvt ti@:te@

screen -t console 
screen -t emacs emacs -nw
screen -t root sudo -s
------------------

On /home/framallo/.emacs

(setq server-host "1420n")
(setq server-use-tcp t)
(server-start)
-----------------
i run:

framallo@1420n:~$ cat .emacs.d/server/server 
127.0.0.1:34765 7483
... (a one line text)
framallo@1420n:~$ scp -r .emacs.d/server/server
federico@1420n:.emacs.d/server

Now i got to federico's tab:

federico@1420n:~$ cat .emacs.d/server/server 
127.0.0.1:34765 7483
... (same one line text)
 
federico@1420n:~$ emacsclient -c -t
emacsclient: can't find socket; have you started the server?
To start the server in Emacs, type "M-x server-start".
emacsclient: connected to remote socket at 192.168.0.150
Waiting for Emacs...
(and a big wow! emacs client is working!)
(But doesn't work with emacsclient running on X)
federico@1420n:~$ emacsclient -c 
emacsclient: can't find socket; have you started the server?
To start the server in Emacs, type "M-x server-start".
emacsclient: connected to remote socket at 192.168.0.150
Waiting for Emacs...^[[A
*ERROR*: Display =1420n:10 can't be opened

After playing around i had a Fatal error (11)Segmentation fault and
everything crashed :( snif i was having so much fun

I had problems with security on /dev/pts/1 (or other numbers)
i solved it like this: 
chmod 777 /dev/pts -R 
It's unsecure, not fancy, but it works.

ENV:
root@1420n:~# aptitude search emacs | grep "i "
i   emacs-extra                     
i   emacs-intl-fonts
i   emacs-jabber        
i   emacs-lisp-intro
i   emacs-snapshot  
i A emacs-snapshot-bin-common
i A emacs-snapshot-common    
i   emacs-snapshot-el        
i   emacs-snapshot-gtk       
i   emacs-snapshot-nox       
i   emacs-wiki               
i A emacsen-common           


Any ideas how to debug the segmentation fault?
Thanks
Federico Ramallo

> 
On Tue, 2008-11-25 at 17:05 +0100, Juanma Barranquero wrote:
> On Tue, Nov 25, 2008 at 15:45, framallo <framallo@gmail.com> wrote:
> 
> > I got it so far, but it's not working. Says connection refused, even
> > that netstat says it's there.... No firewall's issues. Am i missing
> > something?
> >
> > any ideas?
> 
> Could you supply more info? For example, the precise error message,
> and the version of both the Emacs server (on A) and emacsclient (on
> B)...
> 
>   Juanma
-- 
Federico Ramallo <framallo@gmail.com>





  reply	other threads:[~2008-11-26  4:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-25 14:45 how to use emacsclient with a remote host? framallo
2008-11-25 16:05 ` Juanma Barranquero
2008-11-26  4:07   ` Federico Ramallo [this message]
2008-11-26  4:22     ` Erik Iverson
2008-11-26  9:45       ` Federico Ramallo
2008-11-26  8:28     ` Juanma Barranquero

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1227672432.18710.50.camel@1420n \
    --to=framallo@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=lekktu@gmail.com \
    --cc=marcelo@datatransp.com.br \
    /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.
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.