Hi,
Something has gone a bit awry with the Web based Software Installer and Yum since I did the upgrade from 7.2 to 7.3.
Firstly I'm getting two email messages per night telling me that updates are available via yum, timed roughly 5 minutes apart.
Secondly I just tried to install those updates (LPrng etc) via the installer but after clicking the "install updates now" button I get the "Please wait - yum running()" a pause of a few tens of seconds then i'm returned to the "Software Installer" homepage. I don't see any information from yum about getting updates checking installing etc . Looking via ssh I can't see any yum processes either.
I've run a manual update via ssh and the commands:
yum update
This ran OK until after the unwrapped list of updated pacakges and the word "Complete!", it then spewed out an error message:
> Error in sys.exitfunc:
> Traceback (most recent call last):
> File "/usr/lib/python2.3/atexit.py", line 20, in _run_exitfuncs
> func(*targs, **kargs)
> File "plugins.py", line 159, in run
> File "/usr/lib/yum-plugins/smeserver.py", line 69, in close_hook
> os.unlink('/var/run/yum.status')
> OSError: [Errno 2] No such file or directory: '/var/run/yum.status'
Followed by a long pause then back to the command line prompt. The commands:
"signal-event post-upgrade" and "signal-event reboot" appear to have run properly with the normal long wait after the reboot as the system reconfigures itself.
I've looked in the bug tracker an forums but see no other mention of these problems so I expect it's some quirk of my system rather than a real bug, but I will file one about the manual update.
<later> Forgot to add after the manual update and reboot the web Software Installer is showing the reconfigure/reboot now page, probably not surprising but if yum fails surely this out to be trapped and appropiate action taken by the web interface?