View Single Post
Posts: 3 | Thanked: 2 times | Joined on Apr 2011
#573
Originally Posted by Estel View Post
For people, that are still having problems, despite following merlin's latest instructions - executing following commands will fix it for sure (execute everything as root):
Code:
dpkg --purge --force-all ke-recv
rm -f /etc/init.d/ke-recv
apt-get install ke-recv
mkdir /home/ke-recv-temp
dpkg-deb -x /var/cache/apt/archives/ke-recv_3.19-15_armel.deb /home/ke-recv-temp/
mv /home/ke-recv-temp/etc/init.d/ke-recv /etc/init.d/
rm -r -f /home/ke-recv-temp
dsmetool -b
Thanks a ton, the other fixes didn't seem to be correcting the issue, but this 'brute-force' replacement of the ke-recv fixed my problem with cssu 3.1.
 

The Following 2 Users Say Thank You to gripen40k For This Useful Post: