Koozali.org: home of the SME Server

Software installer fails ??

Offline steve288

  • *
  • 336
  • +0/-0
Software installer fails ??
« on: January 31, 2007, 03:57:44 PM »
I tryed to use the software installer.

I would try to load all the updates and it would eventually fail after about 5 green bars. The failure was a proxy failure.

I read some posts and someone said

A quick fix (which may resolve all your issues) would be to delete
/home/e-smith/db/yum_repositories
then do
signal-event post-upgrade
reboot

I did this. But now I get Not "using-ftp" where the files should be listed.

This machine has two network cards one outside and one inside. I can ping www.google.com

Regards

Offline steve288

  • *
  • 336
  • +0/-0
Software installer fails ??
« Reply #1 on: February 01, 2007, 04:35:10 PM »
I have manually installed the updates by typeing in.

pluginyum update --disablerepo=* \
--enablerepo=smeos \
--enablerepo=smeupdates \
--enablerepo=smeaddons

This is because the normal routes didnt seem to work. This seems like a beter way of doing things as the interface just seems to not work very well for me. ANYWAY, now I seem to have a few new updates listed in the available updates window that appear to not be installed but really are.
When I try to update them I get the following message.

Loading "smeserver" plugin
Loading "fastestmirror"
Setting up Install Process
Setting up repositories
Loading mirror speeds from cached hostfile
Reading repository metadata in from local files
Parsing package install arguments
Nothing to do

when I run rpm -q nameof.rpm it shows that they are already installed. This is why Im getting the error message as above. How can I make the yum (?) db know they are installed.

Reagards.

Offline pfloor

  • *****
  • 889
  • +1/-0
Software installer fails ??
« Reply #2 on: February 02, 2007, 03:25:18 AM »
First try:

#yum clean all
#yum update *yum*

Note: there is a couple of bugs in the bug tracker concerning yum and proxys.  This may be your problem and hasn't been resolved yet as far as I know.
In life, you must either "Push, Pull or Get out of the way!"

Offline steve288

  • *
  • 336
  • +0/-0
Software installer fails ??
« Reply #3 on: February 02, 2007, 07:56:18 PM »
Thanks I will give it a try.