One problem was yum
# yum update
Options Error: Error parsing 'gpgkey': URL must be http, ftp, file or https not ""
Which is caused by /etc/yum.repos.d/anaconda.repo
There is actually 3 errors in the file
gpgkey = [' http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/RPM-GPG-KEY-fedora']
mirrorlist = None
proxy = None
changed to
gpgkey= http://download.fedora.redhat.com/pub/fedora/linux/core/development/i386/RPM-GPG-KEY-fedora
#mirrorlist = None
#proxy = None
Works fine now.
However I wonder if this should actually even be here, looks like it was used during http-install and then stayed behind, when maybe it should have gone away.
Attachment:
anaconda.repo
Description: Binary data
-- fedora-test-list mailing list fedora-test-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-test-list