GNOME problem

Hi all,

I have been using GNOME2 for some months and suddenly my PC is launching the gnome user screen but when I log in, it comes back to the login screen again and complains the following error.

Would need your help on why am I seeing this error?

gnome-keyring-daemon didn't start properly

How do I start this daemon manually?

Thanks
-Vijay
 
Any messages in /var/log/messages detailing the reason it cannot start properly?
 
Yes.. you are right.. I updated some ports which are now incompatible with the gnome vresion that I have.
how do I revert it back?


pleas shed some light?

it complains this problem

Code:
libgcrypt-1.4.6 is required but libgcrypt-1.5.0 is installed
gnutls-2.8.6_2 is required but gnutls-2.12.16 is installed.

-Vijay
 
You need to update other ports like:
# portupgrade -r -f -v --batch libgcrypt gnutls
will updates ports that depends on libgcrypt and gnutls.
 
Always read /usr/ports/UPDATING before updating any ports.
There's even a command that'll filter out the important bits; pkg_updating(1).
 
Back
Top