Koozali.org: home of the SME Server

SME Server 7.x Update problem

Offline crusader

  • ****
  • 71
  • +0/-0
    • http://www.far-galaxy.de
SME Server 7.x Update problem
« on: July 25, 2006, 12:03:02 AM »
I have a problem with my update system on the sme 7.0.
After I click on the "software installer" Link in the server-manager I get this message:

Updates Available
There are updates available for your system. These updates should be installed as soon as possible.

When I try to install the new updates with the "Install new updates" button I get this:

The following updates are available for your system. You should normally install all available updates. If there are updates you do not wish to install, de-select them from the list below.
Updates available.

Below that lines I have not a single update package listed, where could be the problem, a friend told me to do an updatedb, which I have done, but no effect, my yum_updates file lists a lot of packages which have to be updated but none shows up in the server-manager.

Any help would be great.

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: SME Server 7.x Update problem
« Reply #1 on: July 25, 2006, 10:57:07 AM »
Quote from: "crusader"
I have a problem with my update system on the sme 7.0.
After I click on the "software installer" Link in the server-manager I get this message:

Updates Available
There are updates available for your system. These updates should be installed as soon as possible.

When I try to install the new updates with the "Install new updates" button I get this:

The following updates are available for your system. You should normally install all available updates. If there are updates you do not wish to install, de-select them from the list below.
Updates available.

Below that lines I have not a single update package listed, where could be the problem, a friend told me to do an updatedb, which I have done, but no effect, my yum_updates file lists a lot of packages which have to be updated but none shows up in the server-manager.

Any help would be great.

What release are you using? Is this perhaps SME7.0 RC1? I had an issue like that using a SME7 RC1, and reported a bug for it. In newer releases the issue is fixed.

If I think what it is you and you have command line access you can easily work around by issue the following commands on the command line:
Code: [Select]
yum updateThis will probably take a while as it will update your system as it would by command line normally. After the command has finished go to the server manager and issue a reconfigure under the Shutdown and Reboot options.

After the system has come up you should have no updates available anymore as they should all be applied.
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline crusader

  • ****
  • 71
  • +0/-0
    • http://www.far-galaxy.de
SME Server 7.x Update problem
« Reply #2 on: July 25, 2006, 01:22:47 PM »
Thank you, yes I'm running RC1.
I'll try this right now.