all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* gnutls.c: [0] (Emacs) fatal error: The TLS connection was non-properly terminated
@ 2014-11-10  9:19 jammyatjammy
  2014-11-10 19:59 ` Jorge Araya Navarro
  2014-12-10 23:49 ` Ted Zlatanov
  0 siblings, 2 replies; 3+ messages in thread
From: jammyatjammy @ 2014-11-10  9:19 UTC (permalink / raw
  To: help-gnu-emacs

Hi. I'm new here. I asked this on superuser (http://superuser.com/questions/837362/gnutls-c-0-emacs-fatal-error-the-tls-connection-was-non-properly-terminate) but got no response.

I'm trying to run emacs 24.4-1 on up-to-date Arch Linux. My dotfiles have gone a bit awry, so I cleared out my ~/.emacs.d/ and put in it an init.el with this content (taken verbatim from here (http://wikemacs.org/wiki/El-get#Installation)):

(add-to-list 'load-path "~/.emacs.d/el-get/el-get")

(unless (require 'el-get nil t)
  (url-retrieve
   "https://raw.github.com/dimitri/el-get/master/el-get-install.el"
   (lambda (s)
     (end-of-buffer)
     (eval-print-last-sexp))))

Upon starting `emacs --debug-init`, I get the minibuffer message:

gnutls.c: [0] (Emacs) fatal error: The TLS connection was non-properly terminated.

After a while, it moves onto `Indenting region...done`(!?), which flickers occasionally. Then, in the main buffer (which previously contained:

Cloning into 'el-get'...
POST git-upload-pack (852 bytes)

) I get the extra line:

Congrats, el-get is installed and ready to serve!

However, this is not the case. Running `el-get-install` `evil` eventually yields:

error in process sentinel: Wrong type argument: listp, "df48f6d0aee048d76de822433b84f528"

after placing a few files in my ~/.emacs.d:

> ls ~/.emacs.d/
el-get/  init.el
> ls ~/.emacs.d/el-get/
el-get/  undo-tree/

I've tried reïnstalling emacs and gnutls via pacman -S, but that hasn't helped.


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

* Re: gnutls.c: [0] (Emacs) fatal error: The TLS connection was non-properly terminated
  2014-11-10  9:19 gnutls.c: [0] (Emacs) fatal error: The TLS connection was non-properly terminated jammyatjammy
@ 2014-11-10 19:59 ` Jorge Araya Navarro
  2014-12-10 23:49 ` Ted Zlatanov
  1 sibling, 0 replies; 3+ messages in thread
From: Jorge Araya Navarro @ 2014-11-10 19:59 UTC (permalink / raw
  To: help-gnu-emacs

I'm seeing that message too, but with package.el, but in Parabola GNU/Linux-libre, an Arch Linux-based distro.

jammyatjammy@gmail.com writes:

> Hi. I'm new here. I asked this on superuser (http://superuser.com/questions/837362/gnutls-c-0-emacs-fatal-error-the-tls-connection-was-non-properly-terminate) but got no response.
>
> I'm trying to run emacs 24.4-1 on up-to-date Arch Linux. My dotfiles have gone a bit awry, so I cleared out my ~/.emacs.d/ and put in it an init.el with this content (taken verbatim from here (http://wikemacs.org/wiki/El-get#Installation)):
>
> (add-to-list 'load-path "~/.emacs.d/el-get/el-get")
>
> (unless (require 'el-get nil t)
>   (url-retrieve
>    "https://raw.github.com/dimitri/el-get/master/el-get-install.el"
>    (lambda (s)
>      (end-of-buffer)
>      (eval-print-last-sexp))))
>
> Upon starting `emacs --debug-init`, I get the minibuffer message:
>
> gnutls.c: [0] (Emacs) fatal error: The TLS connection was non-properly terminated.
>
> After a while, it moves onto `Indenting region...done`(!?), which flickers occasionally. Then, in the main buffer (which previously contained:
>
> Cloning into 'el-get'...
> POST git-upload-pack (852 bytes)
>
> ) I get the extra line:
>
> Congrats, el-get is installed and ready to serve!
>
> However, this is not the case. Running `el-get-install` `evil` eventually yields:
>
> error in process sentinel: Wrong type argument: listp, "df48f6d0aee048d76de822433b84f528"
>
> after placing a few files in my ~/.emacs.d:
>
>> ls ~/.emacs.d/
> el-get/  init.el
>> ls ~/.emacs.d/el-get/
> el-get/  undo-tree/
>
> I've tried reïnstalling emacs and gnutls via pacman -S, but that hasn't helped.

-- 
Pax et bonum.
Jorge Araya Navarro.
ES: Diseñador Publicitario, Programador Python y colaborador en Parabola GNU/Linux-libre
EN: Ads Designer, Python programmer and contributor Parabola GNU/Linux-libre
EO: Anonco grafikisto, Pitino programalingvo programisto kai kontribuanto en Parabola GNU/Linux-libre
https://es.gravatar.com/shackra



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

* Re: gnutls.c: [0] (Emacs) fatal error: The TLS connection was non-properly terminated
  2014-11-10  9:19 gnutls.c: [0] (Emacs) fatal error: The TLS connection was non-properly terminated jammyatjammy
  2014-11-10 19:59 ` Jorge Araya Navarro
@ 2014-12-10 23:49 ` Ted Zlatanov
  1 sibling, 0 replies; 3+ messages in thread
From: Ted Zlatanov @ 2014-12-10 23:49 UTC (permalink / raw
  To: help-gnu-emacs

On Mon, 10 Nov 2014 01:19:50 -0800 (PST) jammyatjammy@gmail.com wrote: 

j> Upon starting `emacs --debug-init`, I get the minibuffer message:

j> gnutls.c: [0] (Emacs) fatal error: The TLS connection was non-properly terminated.

This message is benign (TLS connections get terminated all the time).
It was recently demoted to level 1, so it won't show up and scare users.

Ted


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

end of thread, other threads:[~2014-12-10 23:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-10  9:19 gnutls.c: [0] (Emacs) fatal error: The TLS connection was non-properly terminated jammyatjammy
2014-11-10 19:59 ` Jorge Araya Navarro
2014-12-10 23:49 ` Ted Zlatanov

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.