GNU bug report logs -
#59180
[berlin] configure mumi <- debbugs sync via an rsync service
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 59180 in the body.
You can then email your comments to 59180 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#59180
; Package
guix
.
(Thu, 10 Nov 2022 18:08:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Thu, 10 Nov 2022 18:08:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi,
Currently, the sync of issues with MUMI happen via a manually launched
rsync (by rekado). We should properly configure it in the berlin.scm
configuration file, so that it sticks after a reboot.
--
Thanks,
Maxim
Information forwarded
to
bug-guix <at> gnu.org
:
bug#59180
; Package
guix
.
(Thu, 10 Nov 2022 19:30:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 59180 <at> debbugs.gnu.org (full text, mbox):
Maxim Cournoyer <maxim.cournoyer <at> gmail.com> writes:
> Hi,
>
> Currently, the sync of issues with MUMI happen via a manually launched
> rsync (by rekado). We should properly configure it in the berlin.scm
> configuration file, so that it sticks after a reboot.
From Ricardo:
We need the service to read a secret from a file, set an env var
(RSYNC_PASSWORD), and then keep doing this:
timeout --kill-after 5m 1h rsync --delete -av
--
Thanks,
Maxim
Information forwarded
to
bug-guix <at> gnu.org
:
bug#59180
; Package
guix
.
(Sun, 26 Nov 2023 21:56:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 59180 <at> debbugs.gnu.org (full text, mbox):
Hi Maxim,
Here is rsync service I use [1] in case that's helpful.
Kind regards
Felix
[1]
https://codeberg.org/lechner/system-config/src/commit/bf38906f52526d9d8a2bb92489b3bd51d0e7d713/host/wallace-server/operating-system.scm#L633-L651
Information forwarded
to
bug-guix <at> gnu.org
:
bug#59180
; Package
guix
.
(Thu, 01 Feb 2024 18:40:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 59180 <at> debbugs.gnu.org (full text, mbox):
Hi Felix,
Felix Lechner <felix.lechner <at> lease-up.com> writes:
> Hi Maxim,
>
> Here is rsync service I use [1] in case that's helpful.
>
> Kind regards
> Felix
>
> [1]
> https://codeberg.org/lechner/system-config/src/commit/bf38906f52526d9d8a2bb92489b3bd51d0e7d713/host/wallace-server/operating-system.scm#L633-L651
Thanks.
This is how it is manually started, peeking at top:
--8<---------------cut here---------------start------------->8---
bash -c while true; do timeout --kill-after 5m 1h rsync --delete -av debbugs-var <at> debbugs.gnu.org::var-lib-debbugs /var/mumi/data/; sleep 1; done
--8<---------------cut here---------------end--------------->8---
--
Thanks,
Maxim
Reply sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
You have taken responsibility.
(Thu, 01 Feb 2024 19:50:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
bug acknowledged by developer.
(Thu, 01 Feb 2024 19:50:02 GMT)
Full text and
rfc822 format available.
Message #19 received at 59180-done <at> debbugs.gnu.org (full text, mbox):
Hi,
Maxim Cournoyer <maxim.cournoyer <at> gmail.com> writes:
> Hi Felix,
>
> Felix Lechner <felix.lechner <at> lease-up.com> writes:
>
>> Hi Maxim,
>>
>> Here is rsync service I use [1] in case that's helpful.
>>
>> Kind regards
>> Felix
>>
>> [1]
>> https://codeberg.org/lechner/system-config/src/commit/bf38906f52526d9d8a2bb92489b3bd51d0e7d713/host/wallace-server/operating-system.scm#L633-L651
>
> Thanks.
>
> This is how it is manually started, peeking at top:
>
> bash -c while true; do timeout --kill-after 5m 1h rsync --delete -av debbugs-var <at> debbugs.gnu.org::var-lib-debbugs /var/mumi/data/; sleep 1; done
I implemented the above reusing the shared mcron job almost as-is,
and it appears to work:
--8<---------------cut here---------------start------------->8---
2024-02-01 20:46:00 90211 Rsync Debbugs data: running...
2024-02-01 20:46:01 90211 Rsync Debbugs data: receiving incremental file list
2024-02-01 20:46:01 90211 Rsync Debbugs data: spool/
2024-02-01 20:46:01 90211 Rsync Debbugs data: spool/by-affects.idx
2024-02-01 20:46:01 90211 Rsync Debbugs data: spool/by-correspondent.idx
2024-02-01 20:46:02 90211 Rsync Debbugs data: spool/by-message-id.idx
2024-02-01 20:46:02 90211 Rsync Debbugs data: spool/by-owner.idx
2024-02-01 20:46:02 90211 Rsync Debbugs data: spool/by-package.idx
[...]
2024-02-01 20:46:36 90211 Rsync Debbugs data: spool/rrd/org-mode_tag.rrd
2024-02-01 20:46:36 90211 Rsync Debbugs data: spool/rrd/parted.rrd
2024-02-01 20:46:36 90211 Rsync Debbugs data: spool/rrd/parted_tag.rrd
2024-02-01 20:46:36 90211 Rsync Debbugs data: spool/rrd/sed.rrd
2024-02-01 20:46:36 90211 Rsync Debbugs data: spool/rrd/sed_tag.rrd
2024-02-01 20:46:36 90211 Rsync Debbugs data: spool/rrd/skribilo.rrd
2024-02-01 20:46:36 90211 Rsync Debbugs data: spool/rrd/skribilo_tag.rrd
2024-02-01 20:46:36 90211 Rsync Debbugs data: spool/rrd/vc-dwim.rrd
2024-02-01 20:46:36 90211 Rsync Debbugs data: spool/rrd/vc-dwim_tag.rrd
2024-02-01 20:46:36 90211 Rsync Debbugs data: spool/rrd/woodchuck.rrd
2024-02-01 20:46:36 90211 Rsync Debbugs data: spool/rrd/woodchuck_tag.rrd
2024-02-01 20:46:36 90211 Rsync Debbugs data: www/db/
2024-02-01 20:46:39 90211 Rsync Debbugs data: www/db/ix/
2024-02-01 20:46:39 90211 Rsync Debbugs data: www/db/ix/zstamp.html
2024-02-01 20:46:40 90211 Rsync Debbugs data:
2024-02-01 20:46:40 90211 Rsync Debbugs data: sent 161,909 bytes received 8,905,931 bytes 223,897.28 bytes/sec
2024-02-01 20:46:40 90211 Rsync Debbugs data: total size is 18,780,129,589 speedup is 2,071.07
2024-02-01 20:46:40 90211 Rsync Debbugs data: completed in 40.293s
--8<---------------cut here---------------end--------------->8---
Thanks a lot, Felix!
--
Maxim
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 01 Mar 2024 12:24:10 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 68 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.