Linux localhost 2.6.22.19-desktop-2mdv #1 SMP Mon May 5 20:55:05 EDT 2008 i686 IntelĀ® PentiumĀ® 4 CPU 2.53GHz GNU/Linux
Half a gig of ram and disk is not full.
Madriva 2008 spring
Roly
There is a solution. Run the following commands and then re-boot.
1. Login as root
2. cd /etc/rc.d/rc5.d
3. for l in /etc/rc.d/rc5.d/S99*; do s=${l#*/S99}; chkconfig --del $s; chkconfig
--add $s; done
4. chkconfig --add messenger
5. reboot
I hope I have remembered everything properly.
Good luck
Roly
