[Solved] User Home Lock-up
Posted: 23. Feb 2012, 08:24
Salix Fluxbox-13.37
Since a few days my /home/user directory locks-up to read only after running the cron job of root:
"/usr/bin/run-parts /etc/cron.daily 1> /dev/null"
If I run it from a root terminal I get:
then it does logrotate followed by slocate and my home directory has become locked. To restore it
I have to reboot.
Just checked, it is after slocate that the lock-up happens.
What could have suddenly triggered this and how to correct?
Since a few days my /home/user directory locks-up to read only after running the cron job of root:
"/usr/bin/run-parts /etc/cron.daily 1> /dev/null"
If I run it from a root terminal I get:
Code: Select all
/sbin/ldconfig: /usr/lib/libgtksourceview-3.0.so.0 is not a symbolic link
/sbin/ldconfig: /usr/lib/libgdk-3.so.0 is not a symbolic link
/sbin/ldconfig: /usr/lib/libpeas-1.0.so.0 is not a symbolic link
/sbin/ldconfig: /usr/lib/libpeas-gtk-1.0.so.0 is not a symbolic link
/sbin/ldconfig: /usr/lib/libgirepository-1.0.so.1 is not a symbolic link
/sbin/ldconfig: /usr/lib/libgedit-private.so.0 is not a symbolic link
/sbin/ldconfig: /usr/lib/libffi.so.5 is not a symbolic link
I have to reboot.
Just checked, it is after slocate that the lock-up happens.
What could have suddenly triggered this and how to correct?