Did you already do:signal-event post-upgrade
signal-event reboot
This might solve your issue. If not you could try to re-expand your /etc/yum.conf file on the SME Server shell using:expand-template /etc/yum.conf
If that also does not resolve your problem the problem could be in the yum_repositories configuration database.
db yum_repositories show | more
and look for duplicates, if they are there you could remove one of them form the yum_repositories database like this:db delete yum_repositories dbentry
You could also try to upgrade with the following command which will only enable the repositories needed for upgrade to SME 7.1 (AFAIK):
yum update --disablerepo=* \
--enablerepo=smeos \
--enablerepo=smeupdates \
--enablerepo=smeaddons
Thanx for these comments, tryed all but cant get it to work.
When the problem started the server was trying to update something but not all. After this the menu from the web tool shows not using -ftp instead of showing all the files that can be updated.
If I run the yum update command i get the following info.
[root@e-smith2 etc]# yum update
==============================================================
WARNING: Additional commands may be required after running yum
==============================================================
Repository base is listed more than once in the configuration
Repository contrib is listed more than once in the configuration
Repository centosplus is listed more than once in the configuration
Repository addons is listed more than once in the configuration
Repository extras is listed more than once in the configuration
Setting up Update Process
Setting up repositories
not using ftp, http
, or file for repos, skipping - Null is not a valid release or hasnt been released yet
Cannot find a valid baseurl for repo: update
Error: Cannot find a valid baseurl for repo: update
================================================================
No new rpms were installed. No additional commands are required.
================================================================
[root@e-smith2 etc]#
I looked for the double infos from the yum_repositories but it only shows one of each. Can there be another file that it is using where double inputs might be??? I don´t understand this. Even if I try to run the 7.1RC from cd that I just downloaded It won´t upgrade nothing more than some help file or so. What commands could I use to force some other sort of update or can I update all the files on the mirror manually with some commands?
Can someone please help more?`