unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#47803: 27.1; GNU Elpa rsync service offline?
@ 2021-04-15 15:26 Jair Wang via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2021-04-18 16:59 ` Stefan Kangas
  0 siblings, 1 reply; 5+ messages in thread
From: Jair Wang via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2021-04-15 15:26 UTC (permalink / raw)
  To: 47803


Greetings,

GNU ELPA used to provide rsync service at rsync://elpa.gnu.org/elpa/,
however there seems to be a problem since 2020-12-26 that rsync fails to
establish connection:

$ rsync --list-only rsync://elpa.gnu.org/elpa/
@ERROR: chroot failed
rsync error: error starting client-server protocol (code 5) at
main.c(1653) [Receiver=3.1.0]

Could you please check the status of rsync deamon?

The idea of providing rsync services seems from one admin at
elpa.emacs-china.org. He's not been active for a while, and I'm starting
to take over his position recently since many users has complained about
the mirror for GNU ELPA has been out of sync for a while.

Thank you!

Jair Wang.


In GNU Emacs 27.1 (build 1, x86_64--netbsd)
 of 2020-09-09 built on mx
System Description: NetBSD otaku 8.1 NetBSD 8.1 (GENERIC) #0: Fri May 31 08:43:59 UTC 2019  mkrepro@mkrepro.NetBSD.org:/usr/src/sys/arch/amd64/compile/GENERIC amd64

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.

Configured using:
 'configure --srcdir=/pkgsrc/editors/emacs27-nox11/work/emacs-27.1
 --localstatedir=/var --disable-autodepend --without-dbus --without-xml2
 --without-gnutls --without-rsvg --without-gconf --without-imagemagick
 --without-xaw3d --without-xft --without-libotf --without-m17n-flt
 --without-ns --without-x --without-xpm --without-jpeg --without-tiff
 --without-gif --without-png --prefix=/usr/pkg --build=x86_64--netbsd
 --host=x86_64--netbsd --infodir=/usr/pkg/info --mandir=/usr/pkg/man
 --enable-option-checking=yes 'CFLAGS=-O2 -D_FORTIFY_SOURCE=2
 -fno-optimize-strlen -I/usr/include' 'CPPFLAGS=-DTERMINFO
 -I/usr/include' 'LDFLAGS=-L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib''

Configured features:
SOUND NOTIFY KQUEUE ZLIB MODULES THREADS PDUMPER

Important settings:
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  eldoc-mode: t
  electric-indent-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Load-path shadows:
None found.

Features:
(shadow sort regexp-opt mail-extr emacsbug message rmc puny dired
dired-loaddefs format-spec rfc822 mml easymenu mml-sec password-cache
epa derived epg epg-config gnus-util rmail tool-bar rmail-loaddefs
text-property-search seq mm-decode mm-bodies mm-encode mail-parse
rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045
ietf-drums mm-util mail-prsvr mail-utils time-date subr-x cl-loaddefs
cl-lib term/xterm xterm byte-opt gv bytecomp byte-compile cconv tooltip
eldoc electric uniquify ediff-hook vc-hooks lisp-float-type
tabulated-list replace newcomment text-mode elisp-mode lisp-mode
prog-mode register page tab-bar menu-bar rfn-eshadow isearch timer
select mouse jit-lock font-lock syntax facemenu font-core
term/tty-colors frame minibuffer cl-generic cham georgian utf-8-lang
misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms
cp51932 hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese composite charscript charprop case-table epa-hook
jka-cmpr-hook help simple abbrev obarray cl-preloaded nadvice loaddefs
button faces cus-face macroexp files text-properties overlay sha1 md5
base64 format env code-pages mule custom widget hashtable-print-readable
backquote threads kqueue multi-tty make-network-process emacs)

Memory information:
((conses 16 47110 6468)
 (symbols 48 5978 1)
 (strings 32 15877 1452)
 (string-bytes 1 511645)
 (vectors 16 7331)
 (vector-slots 8 81635 7842)
 (floats 8 22 259)
 (intervals 56 198 0)
 (buffers 1000 12))

-- 
ldbeth@sdf.org
SDF Public Access UNIX System - http://sdf.org





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

* bug#47803: 27.1; GNU Elpa rsync service offline?
  2021-04-15 15:26 bug#47803: 27.1; GNU Elpa rsync service offline? Jair Wang via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2021-04-18 16:59 ` Stefan Kangas
  2021-04-18 18:37   ` Stefan Monnier
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Kangas @ 2021-04-18 16:59 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: Jair Wang, 47803

Jair Wang <ldbeth@sdf.org> writes:

> Greetings,
>
> GNU ELPA used to provide rsync service at rsync://elpa.gnu.org/elpa/,
> however there seems to be a problem since 2020-12-26 that rsync fails to
> establish connection:
>
> $ rsync --list-only rsync://elpa.gnu.org/elpa/
> @ERROR: chroot failed
> rsync error: error starting client-server protocol (code 5) at
> main.c(1653) [Receiver=3.1.0]
>
> Could you please check the status of rsync deamon?
>
> The idea of providing rsync services seems from one admin at
> elpa.emacs-china.org. He's not been active for a while, and I'm starting
> to take over his position recently since many users has complained about
> the mirror for GNU ELPA has been out of sync for a while.
>
> Thank you!
>
> Jair Wang.

Copying in Stefan Monnier, who might know something about this.





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

* bug#47803: 27.1; GNU Elpa rsync service offline?
  2021-04-18 16:59 ` Stefan Kangas
@ 2021-04-18 18:37   ` Stefan Monnier
  2021-04-18 19:39     ` Stefan Monnier
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Monnier @ 2021-04-18 18:37 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: Jair Wang, 47803

>> GNU ELPA used to provide rsync service at rsync://elpa.gnu.org/elpa/,
>> however there seems to be a problem since 2020-12-26 that rsync fails to
>> establish connection:
>>
>> $ rsync --list-only rsync://elpa.gnu.org/elpa/
>> @ERROR: chroot failed
>> rsync error: error starting client-server protocol (code 5) at
>> main.c(1653) [Receiver=3.1.0]
>>
>> Could you please check the status of rsync deamon?

I'll look into it, thanks.


        Stefan






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

* bug#47803: 27.1; GNU Elpa rsync service offline?
  2021-04-18 18:37   ` Stefan Monnier
@ 2021-04-18 19:39     ` Stefan Monnier
  2021-04-19  7:52       ` Stefan Kangas
  0 siblings, 1 reply; 5+ messages in thread
From: Stefan Monnier @ 2021-04-18 19:39 UTC (permalink / raw)
  To: Stefan Kangas; +Cc: Jair Wang, 47803

>>> GNU ELPA used to provide rsync service at rsync://elpa.gnu.org/elpa/,
>>> however there seems to be a problem since 2020-12-26 that rsync fails to
>>> establish connection:
>>>
>>> $ rsync --list-only rsync://elpa.gnu.org/elpa/
>>> @ERROR: chroot failed
>>> rsync error: error starting client-server protocol (code 5) at
>>> main.c(1653) [Receiver=3.1.0]
>>>
>>> Could you please check the status of rsync deamon?

The problem was introduced when we moved things around for the
introduction of the NonGNU archive.

I believe I have fixed it, so you can now use rsync://elpa.gnu.org/elpa
again, and more generally rsync://elpa.gnu.org/{elpa,nongnu}{,-devel}

Thanks for telling us about it,


        Stefan






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

* bug#47803: 27.1; GNU Elpa rsync service offline?
  2021-04-18 19:39     ` Stefan Monnier
@ 2021-04-19  7:52       ` Stefan Kangas
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan Kangas @ 2021-04-19  7:52 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: Jair Wang, 47803

tags 47803 fixed
close 47803
thanks

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>>>> Could you please check the status of rsync deamon?
>
> The problem was introduced when we moved things around for the
> introduction of the NonGNU archive.
>
> I believe I have fixed it, so you can now use rsync://elpa.gnu.org/elpa
> again, and more generally rsync://elpa.gnu.org/{elpa,nongnu}{,-devel}

I'm therefore closing this bug report.

Please reply back if this is still not working, and we can re-open the
bug report.





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

end of thread, other threads:[~2021-04-19  7:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-15 15:26 bug#47803: 27.1; GNU Elpa rsync service offline? Jair Wang via Bug reports for GNU Emacs, the Swiss army knife of text editors
2021-04-18 16:59 ` Stefan Kangas
2021-04-18 18:37   ` Stefan Monnier
2021-04-18 19:39     ` Stefan Monnier
2021-04-19  7:52       ` Stefan Kangas

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).