Koozali.org: home of the SME Server

Updating 6.0b3

Michael Roed

Updating 6.0b3
« on: October 28, 2003, 12:00:37 AM »
I have just upgraded my SME 5.6 to 6.0b3 and that went well but when I try to run the updates for 6.0b3 I get a lot of errors mostly about dependencies.

Am I doing something wrong? I would really like to get the updates done so my virtuel domains will work again :-))

Michael.

Dan Brown

Re: Updating 6.0b3
« Reply #1 on: October 28, 2003, 12:09:34 AM »
It's hard to tell if you're doing something wrong when you don't say what you're doing, or what happens when you do it.

Michael Roed

Re: Updating 6.0b3
« Reply #2 on: October 28, 2003, 12:12:18 AM »
OK, I have downloaded all files from one of the FTP sites. Copied them to a folder on the server and from there I have tried typing "rpm -Uvh *.rpm" and "rpm -Uvh --replacepkgs *.rpm" but both of them gives me a lot of errors saying something about each rpm can't be updated because of existing modul !!!

John

Re: Updating 6.0b3
« Reply #3 on: October 28, 2003, 12:35:43 AM »
You might want to look at http://www.mail-archive.com/devinfo%40lists.e-smith.org/msg12159.html.

I did this on a clean install of 6.0beta3 and all seems to be well.

JP

Jáder Marasca

Re: Updating 6.0b3
« Reply #4 on: October 28, 2003, 12:37:16 PM »
If one module already exist, just rename it (to avoid delete!) to .same.rpm and issue the rpm -Uvh --replacepkgs *.rpm again till you get it working.

And do
/sbin/e-smith/signal-event post-upgrade
/sbin/e-smith/signal-event reboot

When it came back, check with rpm -qa | grep SME

Michael Roed

Re: Updating 6.0b3
« Reply #5 on: October 28, 2003, 12:41:48 PM »
John thanx! I tried the --force option and it worked perfectly!

My virtuel domains work now.

/Michael