Dear all,
not sure, if this is a bug. On *one* of my servers I'm trying to run a yum update. Other servers are updating fine. Here's what happens:
(only) info:
# uname -r
2.6.32-754.25.1.el6.x86_64
# yum clean all -v
Loading "fastestmirror" plugin
Loading "post-transaction-actions" plugin
Loading "smeserver" plugin
Config time: 0.014
Yum Version: 3.2.29
Cleaning repos: base smeaddons smeextras smeos smeupdates updates
Cleaning up Everything
Cleaning up list of fastest mirrors
# mv /home/e-smith/db/yum_repositories /home/e-smith/db/yum_repositories.old
# expand-template /etc/yum.smerepos.d/sme-base.repo
# /etc/e-smith/events/actions/initialize-default-databases
Migrating existing database backups
Migrating existing database yum_updates
Migrating existing database spamassassin
Migrating existing database yum_installed
Migrating existing database networks
Migrating existing database yum_repositories
Migrating existing database mailpatterns
Migrating existing database accounts
Migrating existing database hosts
Migrating existing database yum_available
Migrating existing database domains
Migrating existing database configuration
# signal-event yum-modify
# yum --enablerepo=* clean all
# yum update --enablerepo=smecontribs
Loaded plugins: fastestmirror, post-transaction-actions, smeserver
Setting up Update Process
Loading mirror speeds from cached hostfile
Could not retrieve mirrorlist
http://mirrorlist.centos.org/?release=6&arch=x86_64&repo=os error was
14: PYCURL ERROR 22 - "The requested URL returned error: 400 Bad Request"
Error: Cannot find a valid baseurl for repo: base
Server is behind a proxy. Therefore there's a custom-template:
# less 10main_proxy
{my $YumProxy = $yum{Proxy} || "none";$OUT = ($YumProxy eq "none") ? "" : "proxy=$YumProxy";}
# less yum_repositories shows:
# DO NOT MODIFY THIS FILE.
# This file is automatically maintained by the Mitel Networks SME Server
# configuration software. Manually editing this file may put your
# system in an unknown state.
#
# updated: Thu Jan 30 22:55:31 2020
base=repository|EnableGroups|no|Exclude|initscripts,libgsf|GPGCheck|yes|MirrorList|http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os|Name|CentOS - os|Visible|yes|status|enabled
centosplus=repository|EnableGroups|no|GPGCheck|yes|MirrorList|http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus|Name|CentOS - centosplus|Visible|no|status|disabled
contrib=repository|EnableGroups|no|GPGCheck|yes|MirrorList|http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=contrib|Name|CentOS - contrib|Visible|no|status|disabled
extras=repository|EnableGroups|no|GPGCheck|yes|MirrorList|http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras|Name|CentOS - extras|Visible|no|status|disabled
fasttrack=repository|EnableGroups|no|GPGCheck|yes|MirrorList|http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=fasttrack|Name|CentOS - fasttrack|Visible|no|status|disabled
smeaddons=repository|EnableGroups|yes|GPGCheck|yes|MirrorList|http://mirrorlist.contribs.org/mirrorlist/smeaddons-9|Name|SME Server - addons|Visible|yes|status|enabled
smecontribs=repository|EnableGroups|yes|GPGCheck|yes|MirrorList|http://mirrorlist.contribs.org/mirrorlist/smecontribs-9|Name|SME Server - contribs|Visible|no|status|disabled
smedev=repository|EnableGroups|yes|GPGCheck|yes|MirrorList|http://mirrorlist.contribs.org/mirrorlist/smedev-9|Name|SME Server - dev|Visible|no|status|disabled
smeextras=repository|EnableGroups|yes|GPGCheck|yes|MirrorList|http://mirrorlist.contribs.org/mirrorlist/smeextras-9|Name|SME Server - extras|Visible|yes|status|enabled
smeos=repository|EnableGroups|yes|GPGCheck|yes|MirrorList|http://mirrorlist.contribs.org/mirrorlist/smeos-9|Name|SME Server - os|Visyum_repositories
Absolut no idea what's wrong. Any help would be greatly appreciated.
regards,
stefan