At the moment i'm trying the the above......
it gives the folling error
Could not find update match for dbus
Could not find update match for yum
Could not find update match for smeserver-yum
Could not find update match for python-sqlite
Could not find update match for yum-plugin-fastest-mirror
Could not find update match for dbus-glib
Could not find update match for smeserver-support
No Packages marked for Update/Obsoletion
Through the console i can see that repositories are enabled!!!
The error is not complete, most likely there were some errors before this output as well.
However the error you are seeing indicates that it cannot find it in the enabled repositories, which either mean you did not enable them properly, have a wrong configuration or have hit a bug (the latter I think is highly unlikely, since many others have no problems at the moment).
What is the output of this command?
for r in `db yum_repositories show | \
grep repository | \
grep -vi name | \
sed -e 's/=repository//g'`; \
do echo $r: `db yum_repositories getprop $r status`; \
done