unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* process sentinel error --- am i running package.el correctly? error in process sentinel: Unsigned file ‘archive-contents’ at https://melpa.org/packages/ [2 times]
@ 2023-05-16  1:55 Samuel Wales
  2023-05-17  0:58 ` Samuel Wales
  0 siblings, 1 reply; 3+ messages in thread
From: Samuel Wales @ 2023-05-16  1:55 UTC (permalink / raw)
  To: help-gnu-emacs

  ;; [2023-05-15 Mon]
  ;; i am new to emacs packages, but not new to emacs
  ;; i recently upgraded to emacs 27
  ;; i followed these instructions from melpa:
  (require 'package)
  (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)
  (setq package-check-signature 'all)
  (package-initialize)
  ;; i installed gnu-elpa-keyring-update from elpa
  ;; problems:
  ;; 1.  startup takes 9s instead of 4s
  ;; 2.  when i do m-x list-packages, i get error in echo area.
messages buffer says:
  ;; Importing package-keyring.gpg...done
  ;; Package refresh done
  ;; error in process sentinel: Unsigned file ‘archive-contents’ at
https://melpa.org/packages/ [2 times]
  ;; package list shows up, but it does not seem wise to install anything.


-- 
The Kafka Pandemic

A blog about science, health, human rights, and misopathy:
https://thekafkapandemic.blogspot.com



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

* Re: process sentinel error --- am i running package.el correctly? error in process sentinel: Unsigned file ‘archive-contents’ at https://melpa.org/packages/ [2 times]
  2023-05-16  1:55 process sentinel error --- am i running package.el correctly? error in process sentinel: Unsigned file ‘archive-contents’ at https://melpa.org/packages/ [2 times] Samuel Wales
@ 2023-05-17  0:58 ` Samuel Wales
  2023-05-18  1:07   ` Samuel Wales
  0 siblings, 1 reply; 3+ messages in thread
From: Samuel Wales @ 2023-05-17  0:58 UTC (permalink / raw)
  To: help-gnu-emacs

i am the king of writing help messages to this list that do not get
replied to.  i am trying to make them comprehensible and answerable
but there are often significant limitations.

On 5/15/23, Samuel Wales <samologist@gmail.com> wrote:
>   ;; [2023-05-15 Mon]
>   ;; i am new to emacs packages, but not new to emacs
>   ;; i recently upgraded to emacs 27
>   ;; i followed these instructions from melpa:
>   (require 'package)
>   (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/")
> t)
>   (setq package-check-signature 'all)
>   (package-initialize)
>   ;; i installed gnu-elpa-keyring-update from elpa
>   ;; problems:
>   ;; 1.  startup takes 9s instead of 4s
>   ;; 2.  when i do m-x list-packages, i get error in echo area.
> messages buffer says:
>   ;; Importing package-keyring.gpg...done
>   ;; Package refresh done
>   ;; error in process sentinel: Unsigned file ‘archive-contents’ at
> https://melpa.org/packages/ [2 times]
>   ;; package list shows up, but it does not seem wise to install anything.
>
>
> --
> The Kafka Pandemic
>
> A blog about science, health, human rights, and misopathy:
> https://thekafkapandemic.blogspot.com
>


-- 
The Kafka Pandemic

A blog about science, health, human rights, and misopathy:
https://thekafkapandemic.blogspot.com



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

* Re: process sentinel error --- am i running package.el correctly? error in process sentinel: Unsigned file ‘archive-contents’ at https://melpa.org/packages/ [2 times]
  2023-05-17  0:58 ` Samuel Wales
@ 2023-05-18  1:07   ` Samuel Wales
  0 siblings, 0 replies; 3+ messages in thread
From: Samuel Wales @ 2023-05-18  1:07 UTC (permalink / raw)
  To: help-gnu-emacs

i tried everything suggested i coud find on the web and i still get:

  Unsigned file ‘archive-contents’ at https://melpa.org/packages/ [2 times]

whenever i try to list-packages.  package-refresh-contents resilts in

  Failed to download ‘melpa’ archive.

i have tried renaming ~/.emacs.d/elpa, the melpa subdir, the gnupg
subdir.  the gnupg subdir ends up with different contents each time i
try it, it seems.  any help apprecited.

On 5/16/23, Samuel Wales <samologist@gmail.com> wrote:
> i am the king of writing help messages to this list that do not get
> replied to.  i am trying to make them comprehensible and answerable
> but there are often significant limitations.
>
> On 5/15/23, Samuel Wales <samologist@gmail.com> wrote:
>>   ;; [2023-05-15 Mon]
>>   ;; i am new to emacs packages, but not new to emacs
>>   ;; i recently upgraded to emacs 27
>>   ;; i followed these instructions from melpa:
>>   (require 'package)
>>   (add-to-list 'package-archives '("melpa" .
>> "https://melpa.org/packages/")
>> t)
>>   (setq package-check-signature 'all)
>>   (package-initialize)
>>   ;; i installed gnu-elpa-keyring-update from elpa
>>   ;; problems:
>>   ;; 1.  startup takes 9s instead of 4s
>>   ;; 2.  when i do m-x list-packages, i get error in echo area.
>> messages buffer says:
>>   ;; Importing package-keyring.gpg...done
>>   ;; Package refresh done
>>   ;; error in process sentinel: Unsigned file ‘archive-contents’ at
>> https://melpa.org/packages/ [2 times]
>>   ;; package list shows up, but it does not seem wise to install
>> anything.
>>
>>
>> --
>> The Kafka Pandemic
>>
>> A blog about science, health, human rights, and misopathy:
>> https://thekafkapandemic.blogspot.com
>>
>
>
> --
> The Kafka Pandemic
>
> A blog about science, health, human rights, and misopathy:
> https://thekafkapandemic.blogspot.com
>


-- 
The Kafka Pandemic

A blog about science, health, human rights, and misopathy:
https://thekafkapandemic.blogspot.com



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

end of thread, other threads:[~2023-05-18  1:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-16  1:55 process sentinel error --- am i running package.el correctly? error in process sentinel: Unsigned file ‘archive-contents’ at https://melpa.org/packages/ [2 times] Samuel Wales
2023-05-17  0:58 ` Samuel Wales
2023-05-18  1:07   ` Samuel Wales

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).