Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
rsync: Server indicated a failure
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
glacies
n00b
n00b


Joined: 08 Jun 2018
Posts: 29
Location: Netherlands

PostPosted: Sun Jun 24, 2018 1:21 pm    Post subject: rsync: Server indicated a failure Reply with quote

The last 2 or 3 weeks i can not seem to emerge --sync successfully.
Code:
~ $ sudo emerge --sync
>>> Syncing repository 'gentoo' into '/usr/portage'...
 * Using keys from /usr/share/openpgp-keys/gentoo-release.asc
 * Refreshing keys from keyserver ...OpenPGP keyring refresh failed:
gpg: refreshing 4 keys from hkps://hkps.pool.sks-keyservers.net
gpg: keyserver refresh failed: Server indicated a failure

OpenPGP keyring refresh failed:
gpg: refreshing 4 keys from hkps://hkps.pool.sks-keyservers.net
gpg: keyserver refresh failed: Server indicated a failure

Are more people experiencing problems with rsync, and is there a solution to rsync failing?
Back to top
View user's profile Send private message
glacies
n00b
n00b


Joined: 08 Jun 2018
Posts: 29
Location: Netherlands

PostPosted: Sun Jun 24, 2018 1:54 pm    Post subject: Reply with quote

in /etc/resolv.conf i have: nameserver 127.0.0.53
when changing to nameserver 8.8.8.8
rsync completes successfully.

On reboot /etc/resolv.conf nameserver 8.8.8.8 changes back to nameserver 127.0.0.53 and rsync fails again.
I have no idea why /etc/resolv.conf keeps changing to value nameserver 127.0.0.53

*edit* sorry for all the fuzz, it seems that my resolved.conf was wrong:
https://wiki.gentoo.org/wiki/Systemd:
Code:
Note that systemd-networkd does not update resolv.conf by default. To have systemd manage the DNS settings, replace resolv.conf with a symlink and start systemd-resolved.
root #ln -snf /run/systemd/resolve/resolv.conf /etc/resolv.conf
root #systemctl enable systemd-resolved.service
root #systemctl start systemd-resolved.service

emerge --sync works o.k again.
Back to top
View user's profile Send private message
bigmonk
n00b
n00b


Joined: 16 Nov 2004
Posts: 47
Location: china

PostPosted: Thu Mar 28, 2019 10:54 am    Post subject: Reply with quote

thank you. I solved this problem with this method.
_________________
http://gentoogle.blogspot.com/
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum