Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make server process failed #2

Open
DJJ88 opened this issue Jan 26, 2017 · 2 comments
Open

make server process failed #2

DJJ88 opened this issue Jan 26, 2017 · 2 comments

Comments

@DJJ88
Copy link

DJJ88 commented Jan 26, 2017

Hello,

I'm on emacs GNU Emacs 26.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.14.5) of 2016-11-23.
And tried to install take-off using melpa. Everything went fine as far as I can tell but when I launch take-off.

(take-off start) on port 1000

I guess emacs-web-server has been installed automatically from melpa.

I got the following error :

apply: make server process failed: Success, :name, ws-server, :service, 212, :filter, ws-filter, :server, t, :nowait, t, :family, ipv4, :coding, no-conversion, :plist, (:server [eieio-class-tag--ws-server ((take-off-is-socket-request . take-off-web-socket-connect) ((:GET . ^/$) lambda (request) (take-off-serve-file request emacs.html)) ((:GET . .*) . take-off-static-files) ((lambda (request) t) lambda (request) (with-slots (process headers) request (ws-response-header process 200 (quote (Content-Type . text/plain))) (process-send-string process Default handler
)))) nil 212 nil]), :log, nil

Any help please?
off topic : Would you have any ressources (info,link) about how to set up a secure connection please?

@tburette
Copy link
Owner

tburette commented Mar 5, 2017

1000 is a registered port. Try using a port above 1023. It might fix the problem.

I am also surprised by the failed: Success message. Have you tried connecting despite the error?

As for securing the connexion you could install an ssh server or openvpn on the machine/network where you plan to run emacs.

@DJJ88
Copy link
Author

DJJ88 commented Mar 5, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants