all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Bingo <right.ho@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: make install does not setup systemd correctly
Date: Sun, 15 Jul 2018 16:28:04 +0530	[thread overview]
Message-ID: <20180715162748.5c9a123d@gmail.com> (raw)

Hi,
   On my Fedora installation, emacs 25.3 was already installed
   in /usr/bin. In another
   location (~/Downloads/emacs26/install/bin/emacs) , I installed emacs
   27.0 from source using ./configure, make and make install. $PATH
   contains ~/Downloads/emacs26/install/ before /usr/bin.

In this state, running "emacs --daemon" creates a emacs process, using
the binary from ~/Downloads/emacs26/install as a subprocess of systemd.
But the systemd configuration still uses the configuration info
from /lib/systemd/user/emacs.service, which is from the pre-installed
emacs 25.3. Any systemd operations end up using the binary
from /usr/bin. This is confirmed using 

=================================
systemctl --user status emacs.service 
 emacs.service - Emacs text editor
   Loaded: loaded (/usr/bin/emacs;
   disabled; vendor preset: enabled)
=================================

I was experiencing emacsclient hanging sometimes. I have not
sufficiently debugged that yet, but it seems wrong to use /usr/bin
binaries of 25.3 to handle emacs daemon process of 27.0

Effectively, I have 2 questions / problems :

1. Emacs man page, or --help does not give an obvious way to not use
systemd for its daemon. Is it supported at all ?

2. If we are not making it easy to avoid systemd, let us configure it
while installing? Emacswiki says that we need to copy the included
emacs.service file to ~/.config/systemd/user/emacs.service. It seems to
help - my emacsclient has not been hanging since then. But couldn't
make install have copied this file by default ? Or used emacs.service
file from the correct place when a binary from this emacs 27.0
installation is being run as daemon ?

thanks



             reply	other threads:[~2018-07-15 10:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-15 10:58 Bingo [this message]
2018-07-16  0:40 ` make install does not setup systemd correctly Noam Postavsky
2018-07-16 14:33   ` Bingo
2018-07-16 15:31     ` Noam Postavsky

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=20180715162748.5c9a123d@gmail.com \
    --to=right.ho@gmail.com \
    --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.
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.