I tried to quickly free up some space in / by:
mv /var /home/var
ln -s /home/var /var
Bad Idea!
Resulting console messages:
INIT: cannot open /etc/inittab errno:2
INIT: failed write of utmp entry:"r0"
sulogin:resource:system defaults database could not be allocated due to: cannot be read
Security databases are corrupt
Users get the following message on login:
LOGIN:ERROR - failed to initialize policy manager. (IFOR_PM_FATAL).
I have begun to google in search of hints/solutions but any advise would be appreciated.
Thanks
Andrew
mv /var /home/var
ln -s /home/var /var
Bad Idea!
Resulting console messages:
INIT: cannot open /etc/inittab errno:2
INIT: failed write of utmp entry:"r0"
sulogin:resource:system defaults database could not be allocated due to: cannot be read
Security databases are corrupt
Users get the following message on login:
LOGIN:ERROR - failed to initialize policy manager. (IFOR_PM_FATAL).
I have begun to google in search of hints/solutions but any advise would be appreciated.
Thanks
Andrew