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

Aquamacs 3.5 daemon doesn't start on macOS Mojave #144

Closed
safiyat opened this issue Jan 2, 2019 · 1 comment
Closed

Aquamacs 3.5 daemon doesn't start on macOS Mojave #144

safiyat opened this issue Jan 2, 2019 · 1 comment

Comments

@safiyat
Copy link

safiyat commented Jan 2, 2019

Hi

I installed Aquamacs 3.5 (nightly release) by downloading the zipped tarball from aquamacs.org and copying the app inside to /Applications/Aquamacs.app

I tried starting the Aquamacs server, but it fails to start. I tried starting the server without loading my init file, but that failed too.

Startup logs:

$ /Applications/Aquamacs.app/Contents/MacOS/Aquamacs --daemon
Loading prestart plugin files ...
... done.
Warning: Key <remap> <scroll-up> already bound to `cua-scroll-up' by minor modes (cua-mode).  Use ‘define-key’ instead.
Warning: Key <remap> <scroll-down> already bound to `cua-scroll-down' by minor modes (cua-mode).  Use ‘define-key’ instead.
Mark set
one-buffer-one-frame mode won’t work without frames.
Loading /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/tex-site.el (source)...
Loading /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/tex-site.el (source)...done
Loading /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/auctex.el (source)...
Loading /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/auctex.el (source)...done
Loading /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/auctex/preview-latex.el (source)...
Loading /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/auctex/preview-latex.el (source)...done
Loading /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/auctex/preview-latex.el (source)...
Loading /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/edit-modes/auctex/preview-latex.el (source)...done
Loading plugins ...
Loading /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/site-start.el (source)...
Loading /Applications/Aquamacs.app/Contents/Resources/lisp/aquamacs/site-start.el (source)...done
... done.
Loading ‘custom-file’ failed.
Loading /Users/safiyat/Library/Preferences/Aquamacs Emacs/Preferences.el (source)...
Loading /Users/safiyat/Library/Preferences/Aquamacs Emacs/Preferences.el (source)...done
one-buffer-one-frame mode won’t work without frames.
Mark set
Mark set
Mark set
Mark set
Mark set
Aquamacs is based on GNU Emacs, a part of the GNU/Linux system. It is Free Software: you can improve and redistribute it under the GNU General Public License, version 3 or later. (C) 2018
Free Software Foundation, and D. Reitter. No Warranty.
Aquamacs is based on GNU Emacs, a part of the GNU/Linux system. It is Free Software: you can improve and redistribute it under the GNU General Public License, version 3 or later. (C) 2018
Free Software Foundation, and D. Reitter. No Warranty.
Unable to start the daemon.
Another instance of Emacs is running the server, either as daemon or interactively.
You can use emacsclient to connect to that Emacs process.
ad-handle-definition: ‘desktop-read’ got redefined
Wrote /Users/safiyat/.emacs-places
Error: server did not start correctly

I tried running the emacs binary, and that failed as well.
Logs:

$ /Applications/Aquamacs.app/Contents/MacOS/bin/emacs --daemon
Loading ‘custom-file’ failed.
Loading /Users/safiyat/Library/Preferences/Aquamacs Emacs/Preferences.el (source)...
Loading /Users/safiyat/Library/Preferences/Aquamacs Emacs/Preferences.el (source)...done
Aquamacs is based on GNU Emacs, a part of the GNU/Linux system. It is Free Software: you can improve and redistribute it under the GNU General Public License, version 3 or later. (C) 2018
Free Software Foundation, and D. Reitter. No Warranty.
Unable to start the daemon.
Another instance of Emacs is running the server, either as daemon or interactively.
You can use emacsclient to connect to that Emacs process.
Error: server did not start correctly

Both complain that another instance of the server is already running, but I have already checked, double-checked that there is no emacs process running, no unix-socket listening, and no TCP socket as well.

Any help towards running the emacs server?

Aquamacs release details:

  • Version: 3.5 (nightly)
  • Build date: 28 Nov 2018
  • CFBundle version: 3.5.1540337026

OS Details:

  • macOS Mojave: 10.14.2 (18C54)

Hardware details:

  • MacBook Pro (Retina, 13-inch, Early 2015)
@davidswelt
Copy link
Collaborator

davidswelt commented Jan 3, 2019 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