Quote:
Originally Posted by cztsy
I may delete some file in /root/ directory last time. Is this the reason?
|
So what did you delete? The quota files? If so, does initialising them again solve this?
Quote:
Originally Posted by cztsy
rc.sysinit: line 859: 1247 segmentation fault rm -f /var/lib/rpm/__db* >&/dev/null
After deleting this line, it still does not work.
|
If you boot in text mode now, does it show *another* error or not?
If not please post the output (in BB code tags) of 'sed -n 840,870p /etc/rc.d/rc.sysinit'.
(BTW, while not fatal, the glob is too "greedy": it should read "/var/lib/rpm/__db.00?" instead).