I had the same problem.
Here how to fix it:
1. Get a Live CD of Ubuntu 8.10 (I think any linux live CD should work though)
2. Boot with that live cd
3. After booting, mount your computer's root partition to /mnt/repair using following command (assuming your root partition is in /dev/sda1
Code:
sudo mount /dev/sda1 /mnt/repair
If you have separate /home partition then mount it also to /mnt/repair/home
4. Next give following command
Code:
sudo chroot /mnt/repair
5. Then change to your computer user using su [your_username]
6. Then remove the cman and libfence3 packages using,
Code:
sudo apt-get remove cman libfence3
7. Then 'exit' and reboot.
8. Enjoy Intrepid
This steps solved my problem, hope also solves yours.
Bookmarks