all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* pinentry start report error ‘/tmp/emacs1000’ is not a safe directory
@ 2019-08-08 11:06 numbchild
  2019-08-08 12:06 ` Noam Postavsky
  0 siblings, 1 reply; 3+ messages in thread
From: numbchild @ 2019-08-08 11:06 UTC (permalink / raw)
  To: emacs-help

I configure pinentry:

#+begin_src emacs-lisp
(use-package pinentry
  :ensure t
  :init (pinentry-start))
#+end_src


But Emacs raise error:

#+begin_example
Debugger entered--Lisp error: (error "‘/tmp/emacs1000’ is not a safe
directory because i...")
  signal(error ("‘/tmp/emacs1000’ is not a safe directory because i..."))
  error("`%s' is not a safe directory because %s" "/tmp/emacs1000" "it is a
symlink")
  server-ensure-safe-dir("/tmp/emacs1000")
  pinentry-start()
  eval((pinentry-start) nil)
  elisp--eval-last-sexp(nil)
  eval-last-sexp(nil)
  eros-eval-last-sexp(nil)
  funcall-interactively(eros-eval-last-sexp nil)
  call-interactively(eros-eval-last-sexp nil nil)
  command-execute(eros-eval-last-sexp)
#+end_example

- My Emacs version (compiled from master branch source code):

  GNU Emacs 27.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.10) of
  2019-07-09

- pinentry version: 0.1 from GNU ELPA

[stardiviner]           <Hack this world!>      GPG key ID: 47C32433
IRC(freeenode): stardiviner                     Twitter:  @numbchild
Key fingerprint = 9BAA 92BC CDDD B9EF 3B36  CB99 B8C4 B8E5 47C3 2433
Blog: http://stardiviner.github.io/


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-08-09  0:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-08 11:06 pinentry start report error ‘/tmp/emacs1000’ is not a safe directory numbchild
2019-08-08 12:06 ` Noam Postavsky
2019-08-09  0:28   ` [SOLVED] " numbchild

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.